@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&family=Oswald:wght@500;700&display=swap");
.clearfix:after, .wrap:after {
  content: "";
  display: table;
  clear: both; }

html {
  font-size: 62.5%; }
  html * {
    box-sizing: border-box; }

body {
  font-size: 1.5em;
  background: #FFF;
  font-family: -apple-system-body, BlinkMacSystemFont, "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.65;
  padding: 0;
  margin: 0;
  vertical-align: baseline; }
  @media (max-width: 767px) {
    body {
      font-size: 1.5rem;
      line-height: 1.65; } }

select, input, button, textarea {
  font: 99% sans-serif; }

table {
  font-size: inherit;
  font: 100%; }

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%; }

img {
  max-width: 100%; }

/*
**:::::::  common style   :::::::
*/
@media (min-width: 767px) {
  #pagetop {
    position: fixed;
    right: 8px;
    bottom: -50px;
    width: 41px;
    height: 38px;
    background: url(../images/common/img_pagetop.png) 0 0 no-repeat; }

  #pagetop a {
    background: url(../images/common/img_pagetop_arrow.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 35px;
    margin-top: 3px;
    text-indent: -9999px;
    -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    width: 41px;
    outline: none; }

  #pagetop a:hover {
    background-position: 0 100%; }

  #pagetop a img {
    display: block; } }
@media (max-width: 767px) {
  #pagetop {
    width: 38px;
    height: 38px;
    background: url(../images/common/pagetop2.png);
    background-size: contain;
    position: fixed;
    right: 8px;
    bottom: -50px;
    text-indent: -9999px;
    outline: none;
    opacity: 0.7;
    -moz-opacity: 0.7;
    filter: alpha(opacity=70); }

  #pagetop a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999px; } }
a {
  text-decoration: none;
  color: #575151;
  outline: none;
  font-weight: bold; }

a:hover {
  color: #1d84c6; }

.wrap {
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 1200px) {
    .wrap {
      width: 1080px; } }
  @media (max-width: 1200px) {
    .wrap {
      width: 92%; } }

#header, #fixed-header {
  background-color: transparent;
  box-sizing: border-box;
  z-index: 100;
  width: 100%;
  padding: 0;
  text-align: center;
  width: 100%;
  transition: all 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95); }
  @media (max-width: 767px) {
    #header, #fixed-header {
      position: inherit;
      height: 60px;
      background: white; } }
  #header #header_inner, #fixed-header #header_inner {
    position: relative;
    width: 100%;
    margin: 0 auto; }
    @media (max-width: 767px) {
      #header #header_inner, #fixed-header #header_inner {
        height: 60px;
        padding: 0 15px; } }

#fixed-header {
  position: fixed;
  top: -100px;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  height: 90px;
  transition: all .3s ease; }
  @media (max-width: 767px) {
    #fixed-header {
      height: 60px;
      background: white; } }
  #fixed-header #header_inner {
    height: 90px; }
    @media (min-width: 767px) {
      #fixed-header #header_inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 10px; } }
    @media (max-width: 767px) {
      #fixed-header #header_inner {
        height: 60px; } }
  #fixed-header.fixed {
    top: 0; }

#logo {
  transition: all 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95); }
  @media (min-width: 767px) {
    #logo {
      width: 210px;
      margin: 25px auto; }
      #logo img {
        max-width: 100%; } }
  @media (max-width: 767px) {
    #logo {
      width: 170px;
      padding: 10px 0 0 0;
      position: relative;
      z-index: 4; } }

#main {
  height: 100%; }
  @media (max-width: 1200px) {
    #main {
      padding-top: 60px; } }

@media (max-width: 767px) {
  #global_navi {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    background-color: #545454;
    overflow: auto;
    z-index: 3; } }

@media (min-width: 767px) {
  .fixed #logo {
    width: 200px;
    padding-top: 10px;
    margin: 0 auto 0 0; }
    .fixed #logo img {
      max-width: 100%; } }
@media (max-width: 767px) {
  .fixed #logo {
    width: 190px;
    padding: 10px 0 0 0;
    position: relative;
    z-index: 4; } }
@media (min-width: 767px) {
  .fixed #global_navi {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 90px;
    position: absolute;
    right: 30px;
    top: 0;
    transition: all 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95); } }
@media (max-width: 767px) {
  .fixed #global_navi {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    background-color: #545454;
    overflow: auto;
    z-index: 3; } }
@media (min-width: 767px) {
  .fixed #navi_ul {
    height: 90px;
    line-height: 90px; } }
@media (min-width: 767px) {
  .fixed #navi_ul > li {
    float: left; } }
.fixed .header-nav-item {
  text-decoration: none; }
  @media (min-width: 767px) {
    .fixed .header-nav-item {
      height: 90px;
      line-height: 90px; } }

@media (min-width: 767px) {
  #navi_ul {
    opacity: 1;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; } }
@media (max-width: 767px) {
  #navi_ul {
    text-align: center;
    position: absolute;
    top: 80px;
    left: 4%;
    width: 92%;
    margin: 0 auto;
    background-color: #fff;
    overflow: auto;
    -webkit-overflow-scrolling: touch; } }

@media (min-width: 767px) {
  #navi_ul > li {
    vertical-align: middle;
    display: inline-block; } }

.header-nav-item {
  text-decoration: none;
  font-family: 'Oswald', sans-serif;
  font-size: 1.8rem;
  font-weight: 500; }
  @media (min-width: 767px) {
    .header-nav-item {
      position: relative;
      display: inline-block;
      padding: 0 25px;
      color: #886e6e; } }
  @media (min-width: 767px) and (max-width: 1200px) {
    .header-nav-item {
      font-size: 1.6rem;
      padding: 0 14px; } }
  @media (max-width: 767px) {
    .header-nav-item {
      background-color: #fff;
      color: #444;
      border-bottom: 1px #777 solid;
      text-align: center;
      padding: 15px 0;
      display: block;
      width: 100%;
      line-height: 1.3; } }

@media (min-width: 767px) {
  .p_none {
    display: none; } }

.p_only {
  display: none; }
  @media (min-width: 767px) {
    .p_only {
      display: inherit; } }

@media (min-width: 767px) {
  .menuBtn {
    display: none; } }
@media (max-width: 767px) {
  .menuBtn {
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    background: #545454; } }
@media (max-width: 767px) {
  .menuBtn {
    width: 60px;
    height: 60px; } }

@media (max-width: 767px) {
  #nav-open {
    display: inline-block;
    width: 30px;
    height: 22px;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    margin-top: -11px;
    left: 21px; } }

@media (max-width: 767px) {
  #nav-open span,
  #nav-open span:before,
  #nav-open span:after {
    position: absolute;
    background: #fff;
    display: block;
    content: '';
    cursor: pointer;
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    height: 2px;
    width: 20px;
    border-radius: 3px; } }

@media (min-width: 767px) and (max-width: 1200px) {
  #nav-open span:before {
    bottom: -11px; } }
@media (max-width: 767px) {
  #nav-open span:before {
    bottom: -8px; } }

@media (max-width: 767px) {
  #nav-open span:after {
    bottom: -16px; } }

@media (max-width: 767px) {
  .menu-open #nav-open span {
    background-color: transparent; } }

@media (max-width: 767px) {
  .menu-open #nav-open span::before,
  .menu-open #nav-open span::after {
    height: 2px;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background-color: #fff;
    position: absolute;
    top: 6px;
    left: 0;
    content: ' '; } }

@media (max-width: 767px) {
  .opened .menu-open #nav-open span::before,
  .opened .menu-open #nav-open span::after,
  .fixed .menu-open #nav-open span::before,
  .fixed .menu-open #nav-open span::after {
    background-color: #fff; } }

.menu-open #nav-open span::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.menu-open #nav-open span::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

@media (max-width: 767px) {
  .opened #global_navi {
    left: 0; } }

.footer {
  padding: 80px 0 50px;
  background: #f5f5f5;
  color: #333;
  position: relative; }
  @media (min-width: 767px) and (max-width: 1200px) {
    .footer {
      padding: 35px 0; } }
  @media (max-width: 767px) {
    .footer {
      padding: 10vw 0; } }
  .footer__inner {
    width: 90%;
    margin: 0 auto;
    position: relative; }
    @media (min-width: 1200px) {
      .footer__inner {
        width: 80%;
        max-width: 1000px; } }
  @media (min-width: 1200px) {
    .footer__head {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 80px; } }
  @media (max-width: 1200px) {
    .footer__head {
      margin-bottom: 10px; } }
  @media (min-width: 1200px) {
    .footer__ttl {
      width: 220px;
      margin: 0; } }
  @media (min-width: 767px) and (max-width: 1200px) {
    .footer__ttl {
      width: 190px;
      margin: 0 auto 15px; } }
  @media (max-width: 767px) {
    .footer__ttl {
      width: 56vw;
      margin: 0 auto 7vw; } }
  .footer__menu {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 410px; }
    @media (min-width: 767px) and (max-width: 1200px) {
      .footer__menu {
        width: 410px; } }
    @media (max-width: 767px) {
      .footer__menu {
        display: inline-flex;
        flex-wrap: wrap;
        align-items: flex-start;
        align-content: flex-start; } }
    .footer__menu li {
      padding: 0 15px; }
      @media (max-width: 767px) {
        .footer__menu li {
          padding: 0 7px; } }
      .footer__menu li a {
        font-family: 'Oswald', sans-serif;
        font-size: 1.3rem;
        font-weight: 900; }
        @media (max-width: 767px) {
          .footer__menu li a {
            font-size: 1.2rem; } }
  .footer__copylight {
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-size: 1.2rem;
    font-weight: 900; }

.sns-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100px; }
  @media (min-width: 1200px) {
    .sns-wrap {
      margin: 0 0 0 auto; } }
  @media (max-width: 1200px) {
    .sns-wrap {
      margin: 15px auto 0; } }
  .sns-wrap .sns-list {
    width: 20px; }
    .sns-wrap .sns-list a {
      display: block;
      position: relative; }
      @media (min-width: 767px) {
        .sns-wrap .sns-list a {
          transition: opacity 0.3s; } }

.title1 {
  font-size: 2.5rem;
  text-align: center;
  letter-spacing: .1em; }
  @media (max-width: 767px) {
    .title1 {
      font-size: 1.8rem; } }

.title1::after {
  content: '';
  height: 1px;
  background-color: #aaa;
  margin: 5px auto 55px;
  width: 50px;
  display: block; }
  @media (max-width: 767px) {
    .title1::after {
      margin: 10px auto 25px; } }

.title2 {
  font-size: 2rem;
  text-align: center;
  color: #00b7ee;
  font-weight: bold; }

.title3 {
  font-size: 1.8rem;
  text-align: center; }

.title3::after {
  content: '';
  height: 1px;
  background-color: #ccc;
  margin: 10px auto 30px;
  max-width: 60px;
  width: 90%;
  display: block; }

.title4 {
  background-color: #f3f3f3;
  padding: 6px 10px;
  border-radius: 5px;
  font-size: 1.7rem;
  margin-bottom: 25px; }
  @media (max-width: 767px) {
    .title4 {
      font-size: 1.6rem; } }

.title5 {
  font-size: 2.3rem;
  font-weight: bold;
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    .title5 {
      font-size: 1.9rem; } }
  .title5::before {
    display: inline-block;
    content: '';
    width: 5px;
    height: 30px;
    background-color: #00479d;
    margin-right: 13px;
    position: relative;
    top: 7px; }
    @media (max-width: 767px) {
      .title5::before {
        top: 8px;
        height: 28px; } }

.title6 {
  font-size: 1.7rem;
  font-weight: bold;
  color: #666; }
  .title6::before {
    display: inline-block;
    content: '';
    width: 12px;
    height: 12px;
    background-color: #00479d;
    margin-right: 5px;
    position: relative;
    top: 1px; }

.btn {
  display: inline-block;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-decoration: none; }
  .btn.btn-block {
    display: block;
    width: 90%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }

.shortwrap {
  max-width: 856px;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 767px) {
    .shortwrap {
      width: 90%; } }

.middlewrap {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 767px) {
    .middlewrap {
      width: 90%; } }

.page_section {
  padding: 30px 0 80px; }
  .page_section__gray {
    background-color: #f3f3f3; }
  .page_section__red {
    background-color: #f68f8f; }

.big-title {
  background-size: contain;
  padding-top: 30px;
  position: relative;
  margin-bottom: 30px;
  text-align: center; }
  @media (max-width: 767px) {
    .big-title {
      margin-bottom: 3vh; } }
  .big-title .eng {
    line-height: 1;
    letter-spacing: .1em;
    font-weight: 900;
    font-family: 'Oswald', sans-serif;
    font-size: 3rem;
    font-weight: 900; }
    @media (max-width: 767px) {
      .big-title .eng {
        font-size: 1.6rem; } }
  .big-title .jp {
    font-weight: 700;
    font-size: 1.6rem; }
    @media (max-width: 767px) {
      .big-title .jp {
        font-size: 1.5rem; } }

.btn-s1 {
  color: #fff;
  font-size: 1.6rem;
  padding: 12px 25px;
  background-color: #f68f8f;
  position: relative;
  text-align: center;
  border-radius: 5px;
  display: block;
  text-decoration: none;
  transition: all .3s ease;
  border: 2px #f68f8f solid; }
  @media (min-width: 767px) {
    .btn-s1 {
      width: 250px; } }
  @media (max-width: 767px) {
    .btn-s1 {
      padding: 10px 30px; } }
  .btn-s1:hover {
    background-color: #fff;
    color: #f68f8f; }
  .btn-s1 i {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -9px; }
    @media (max-width: 767px) {
      .btn-s1 i {
        margin-top: -7px; } }

.btn-black {
  color: #fff;
  font-size: 2rem;
  padding: 25px;
  background-color: #222;
  position: relative;
  text-align: center;
  border: 2px #222 solid;
  border-radius: 50px;
  display: block;
  text-decoration: none;
  transition: all .3s ease; }
  @media (min-width: 1200px) {
    .btn-black {
      width: 450px; } }
  @media (max-width: 1200px) {
    .btn-black {
      width: 46%; } }
  @media (max-width: 767px) {
    .btn-black {
      font-size: 1.3rem;
      padding: 10px 20px; } }
  .btn-black:hover {
    background-color: #333;
    color: #fff; }
  .btn-black i {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -9px; }
    @media (max-width: 767px) {
      .btn-black i {
        margin-top: -7px; } }

.flex_content {
  width: 100%; }
  @media (min-width: 767px) {
    .flex_content {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap; }
      .flex_content.start {
        align-items: flex-start; } }
  @media (min-width: 767px) {
    .flex_content_r {
      flex-direction: row-reverse; } }
  @media (max-width: 767px) {
    .flex_content > .item {
      width: 100%; }
      .flex_content > .item:not(:last-child) {
        margin-bottom: 24px; } }
  @media (min-width: 767px) {
    .flex_content .item_1 {
      width: 12%; } }
  @media (min-width: 767px) {
    .flex_content .item_2 {
      width: 21%; } }
  @media (min-width: 767px) {
    .flex_content .item_3 {
      width: 33%; } }
  @media (min-width: 767px) {
    .flex_content .item_4 {
      width: 46%; } }
  @media (min-width: 767px) {
    .flex_content .item_5 {
      width: 62%; } }
  @media (min-width: 767px) {
    .flex_content .item_6 {
      width: 73%; } }
  @media (min-width: 767px) {
    .flex_content .item_7 {
      width: 84%; } }

/**************
HOME
**************/
@media (min-width: 1200px) {
  #main_wrap {
    padding-top: 30px; } }
@media (min-width: 767px) and (max-width: 1200px) {
  #main_wrap {
    padding-top: 15px; } }

#mainVisual {
  width: 100%;
  margin: 0 auto;
  max-width: 1080px;
  overflow: hidden;
  display: block;
  position: relative; }
  @media (max-width: 767px) {
    #mainVisual {
      height: auto; } }

@keyframes cubeIn {
  0% {
    opacity: 0;
    transform: rotate(-145deg); }
  10% {
    opacity: 1;
    transform: rotate(-145deg); }
  100% {
    opacity: 1;
    transform: rotate(0); } }
.center-tit-en {
  text-align: center;
  font-family: 'Oswald', sans-serif;
  font-size: 3rem;
  font-weight: 900;
  letter-spacing: .05em; }

.bibi_main {
  width: 90%;
  max-width: 900px;
  margin: 50px auto;
  display: block; }

.lip_section01 {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 60px auto 0; }
  .lip_section01 .img {
    position: relative;
    z-index: 1;
    opacity: 0; }
    @media (min-width: 767px) {
      .lip_section01 .img {
        width: 45%; } }
    @media (max-width: 767px) {
      .lip_section01 .img {
        margin-bottom: 15px; } }
    .lip_section01 .img .img_inner {
      position: relative;
      overflow: hidden; }
      .lip_section01 .img .img_inner::after {
        content: "";
        background: #333;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 2;
        transform-origin: left top;
        transform: scaleX(0);
        transition: all 0.3s cubic-bezier(0, 0, 0, 1) 0s;
        visibility: visible; }
    .lip_section01 .img.moved {
      opacity: 1; }
      .lip_section01 .img.moved .img_inner {
        animation: animate-content 1s cubic-bezier(0, 0, 0, 1) both;
        animation-iteration-count: 1;
        backface-visibility: hidden; }
        .lip_section01 .img.moved .img_inner::after {
          animation: animate-panel 1s cubic-bezier(0, 0, 0, 1) both;
          animation-iteration-count: 1;
          backface-visibility: hidden; }
  @media (min-width: 767px) {
    .lip_section01 .bg_black {
      padding-left: 18%;
      position: absolute;
      width: 70%;
      top: 50px;
      right: 0; } }
  .lip_section01 .bg_black .bottoms {
    color: #fff;
    padding: 0 50px 30px 120px;
    position: relative;
    width: 100%; }
    .lip_section01 .bg_black .bottoms h4 {
      font-size: 1.3rem;
      margin-bottom: 12px; }
    .lip_section01 .bg_black .bottoms p {
      font-size: 1.3rem;
      line-height: 1.65; }
    .lip_section01 .bg_black .bottoms img {
      width: 140px;
      position: absolute;
      bottom: -54px;
      left: 0; }

.bg_black {
  background-color: #111; }
  .bg_black .inner {
    padding: 30px 50px;
    color: #fff; }
    .bg_black .inner h3 {
      font-size: 1.6rem;
      margin-bottom: 12px; }
    .bg_black .inner p {
      font-size: 1.4rem;
      line-height: 1.65; }

.lip_section02 {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 180px auto 240px; }
  @media (min-width: 767px) and (max-width: 1200px) {
    .lip_section02 {
      margin: 240px auto 160px; } }
  @media (max-width: 767px) {
    .lip_section02 {
      margin: 90px auto; } }
  .lip_section02 .img {
    position: relative;
    overflow: hidden;
    width: 100%;
    opacity: 0; }
    @media (max-width: 767px) {
      .lip_section02 .img {
        margin-bottom: 15px; } }
    @media (min-width: 767px) {
      .lip_section02 .img {
        position: absolute;
        z-index: 1;
        width: 45%;
        top: 0;
        right: 0; } }
    .lip_section02 .img .img_inner {
      width: 80%;
      position: relative;
      overflow: hidden; }
      .lip_section02 .img .img_inner:nth-child(2) {
        margin-left: auto;
        margin-top: -40px; }
      .lip_section02 .img .img_inner::after {
        content: "";
        background: #333;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 2;
        transform-origin: left top;
        transform: scaleX(0);
        transition: all 0.3s cubic-bezier(0, 0, 0, 1) 0s;
        visibility: visible; }
    .lip_section02 .img.moved {
      opacity: 1; }
      .lip_section02 .img.moved .img_inner {
        animation: animate-content 1s cubic-bezier(0, 0, 0, 1) both;
        animation-iteration-count: 1;
        backface-visibility: hidden; }
        .lip_section02 .img.moved .img_inner::after {
          animation: animate-panel 1s cubic-bezier(0, 0, 0, 1) both;
          animation-iteration-count: 1;
          backface-visibility: hidden; }
  .lip_section02 .bg_black {
    position: relative;
    z-index: 0; }
    @media (min-width: 767px) {
      .lip_section02 .bg_black {
        width: 70%;
        top: 70px; } }
    .lip_section02 .bg_black .inner {
      color: #fff; }
      @media (min-width: 767px) {
        .lip_section02 .bg_black .inner {
          padding: 50px 60px 80px; } }

.product_box {
  width: 100%;
  max-width: 900px;
  margin: 30px auto 0; }
  .product_box .panel {
    width: 100%; }
    @media (min-width: 767px) {
      .product_box .panel {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: row-reverse; } }
    @media (min-width: 1200px) {
      .product_box .panel .img {
        width: 65%; } }
    @media (min-width: 767px) and (max-width: 1200px) {
      .product_box .panel .img {
        width: 55%; } }
    @media (min-width: 1200px) {
      .product_box .panel .inner {
        width: 30%; } }
    @media (min-width: 767px) and (max-width: 1200px) {
      .product_box .panel .inner {
        width: 35%; } }
    .product_box .panel .inner h2 {
      font-size: 2rem; }
    .product_box .panel .inner .disc {
      color: #777;
      margin-top: 20px;
      margin-bottom: 20px;
      font-size: 1.3rem; }

.check_text {
  background-color: #ff78a0;
  padding: 0 10px 2px;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
  font-size: 1.2rem;
  width: 153px;
  display: block;
  margin-top: 7px; }

@keyframes animate-panel {
  0% {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scaleX(0);
    transform: scaleX(0); }
  49% {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scale(1);
    transform: scale(1); }
  to {
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scaleX(0);
    transform: scaleX(0); } }
@keyframes animate-content {
  0% {
    visibility: hidden; }
  49% {
    visibility: hidden; }
  50% {
    visibility: visible; }
  to {
    visibility: visible; } }
.movie {
  width: 100%;
  max-width: 720px;
  margin: 50px auto 0; }
  .movie iframe {
    width: 100%;
    height: 404px; }
    @media (max-width: 767px) {
      .movie iframe {
        height: 270px; } }

@media (min-width: 767px) {
  .top_feat {
    width: 100%;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start; } }
.top_feat li {
  border: 5px #f68f8f solid;
  text-align: center;
  padding: 20px 0;
  margin-bottom: 20px; }
  @media (min-width: 767px) {
    .top_feat li {
      width: 32%; }
      .top_feat li:not(:nth-child(3n)) {
        margin-right: 2%; } }
  .top_feat li .bibi_icon {
    width: 120px;
    margin-bottom: 10px; }
  .top_feat li h3 {
    font-size: 1.6rem;
    margin-bottom: 8px; }

.bibi_img06 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0; }
  @media (min-width: 1200px) {
    .bibi_img06 {
      width: 450px; } }
  @media (min-width: 767px) and (max-width: 1200px) {
    .bibi_img06 {
      width: 360px; } }
  @media (max-width: 767px) {
    .bibi_img06 {
      width: 150px; } }

.bibi_gray {
  max-width: 900px;
  width: 92%;
  margin: 0 auto;
  position: relative; }
  @media (min-width: 767px) {
    .bibi_gray {
      padding: 50px 0 60px 470px; } }
  @media (min-width: 767px) and (max-width: 1200px) {
    .bibi_gray {
      padding-left: 300px; } }
  @media (max-width: 767px) {
    .bibi_gray {
      padding: 30px 0 30px 100px; } }
  .bibi_gray p {
    position: relative;
    z-index: 1; }

.bibi_tit_big {
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.4;
  margin-bottom: 15px;
  position: relative;
  z-index: 1; }
  @media (max-width: 767px) {
    .bibi_tit_big {
      font-size: 2.4rem; } }

.bibi_logo {
  width: 100px;
  margin-top: 20px; }

.redBox {
  background-color: #fdf1f1;
  border: #f68f8f 5px solid;
  width: 92%;
  max-width: 800px;
  margin: 0 auto 30px; }
  @media (min-width: 767px) {
    .redBox {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 40px 50px; } }
  @media (max-width: 767px) {
    .redBox {
      padding: 20px; } }
  .redBox img {
    width: 180px; }
    @media (max-width: 767px) {
      .redBox img {
        display: block;
        margin: 0 auto 15px; } }
  @media (min-width: 767px) {
    .redBox .inner {
      width: calc(100% - 210px); } }

.line_title dt {
  font-weight: bold;
  font-size: 2rem;
  border-bottom: 1px #ccc solid;
  padding-bottom: 10px;
  margin-bottom: 15px; }
  @media (max-width: 767px) {
    .line_title dt {
      text-align: center; } }

.bibi_tit01 {
  background: url(../images/top/bg-line.png) repeat-x center;
  background-size: 16px 8px;
  text-align: center;
  width: 100%; }
  .bibi_tit01 img {
    display: inline-block;
    padding: 0 20px;
    background-color: #fff; }
    @media (min-width: 767px) {
      .bibi_tit01 img {
        width: 320px; } }
    @media (max-width: 767px) {
      .bibi_tit01 img {
        width: 260px; } }

.check_list li {
  padding-left: 45px;
  position: relative;
  font-weight: bold;
  font-size: 1.8rem; }
  @media (max-width: 767px) {
    .check_list li {
      font-size: 1.4rem;
      padding-left: 30px;
      line-height: 1.6; } }
  .check_list li:not(:last-child) {
    margin-bottom: 20px; }
  .check_list li::before {
    content: '';
    display: block;
    width: 32px;
    height: 29px;
    background: url(../images/top/icon_check.png) no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 2px; }
    @media (max-width: 767px) {
      .check_list li::before {
        width: 21px;
        height: 19px;
        top: 4px; } }
  .check_list li span {
    color: #f68f8f;
    font-weight: 900; }

.flexbox {
  width: 100%; }
  @media (min-width: 767px) {
    .flexbox {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .flexbox__reverse {
        flex-direction: row-reverse; } }

@media (min-width: 767px) {
  .bibi_img09 {
    width: 320px; } }
@media (max-width: 767px) {
  .bibi_img09 {
    width: 280px;
    display: block;
    margin: 0 auto 20px; } }

@media (max-width: 767px) {
  .bibi_img10_box {
    padding: 30px 15px 240px; } }

.bibi_img10 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0; }
  @media (min-width: 1200px) {
    .bibi_img10 {
      width: 390px; } }
  @media (min-width: 767px) and (max-width: 1200px) {
    .bibi_img10 {
      width: 290px; } }
  @media (max-width: 767px) {
    .bibi_img10 {
      width: 200px;
      left: 50%;
      margin-left: -100px; } }

.i_list li {
  font-weight: bold;
  font-size: 1.8rem; }
  @media (max-width: 767px) {
    .i_list li {
      line-height: 1.6;
      font-size: 1.4rem; } }
  .i_list li:not(:last-child) {
    margin-bottom: 10px; }
  .i_list li i {
    display: inline-block;
    margin-right: 10px;
    font-size: 2rem; }
  .i_list li span {
    color: #f68f8f;
    font-weight: 900; }

@media (min-width: 767px) {
  .bibi_tit02 {
    width: 260px;
    margin-bottom: 40px; } }
@media (max-width: 767px) {
  .bibi_tit02 {
    width: 180px;
    margin-bottom: 30px; } }

.bibi_img11 {
  width: 180px;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .bibi_img11 {
      display: block;
      width: 120px;
      margin: 0 auto 50px; } }
  .bibi_img11_box {
    padding: 50px 0 60px; }
    @media (min-width: 767px) and (max-width: 1200px) {
      .bibi_img11_box {
        padding: 50px 5%; } }

@media (min-width: 767px) {
  .bibi_test {
    width: calc(100% - 250px); } }

@media (min-width: 767px) {
  .bibi_tit03 {
    width: 340px;
    margin-bottom: 40px; } }
@media (max-width: 767px) {
  .bibi_tit03 {
    width: 270px;
    margin-bottom: 30px; } }

/**************
会社概要
**************/
#pageTitle {
  width: 100%;
  position: relative; }
  @media (min-width: 767px) {
    #pageTitle {
      padding-top: 150px; } }
  @media (max-width: 767px) {
    #pageTitle {
      height: 250px; } }
  #pageTitle::before {
    content: "";
    background-size: 100%;
    position: absolute;
    right: 0;
    z-index: 1;
    opacity: 0;
    animation: fadeIn 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.5s forwards; }
    @media (min-width: 767px) {
      #pageTitle::before {
        width: 680px;
        height: 320px;
        top: 230px; } }
    @media (max-width: 767px) {
      #pageTitle::before {
        width: 74.6vw;
        height: 30.1vw;
        top: 29.3vw; } }
  #pageTitle.about::before {
    background: url(../images/page/tit_about.jpg) no-repeat center;
    background-size: cover; }
  #pageTitle .title_inner {
    position: relative; }
    @media (min-width: 767px) {
      #pageTitle .title_inner {
        height: 325px; } }
    #pageTitle .title_inner::after {
      content: "";
      position: absolute;
      background-color: #111;
      position: absolute;
      top: 0;
      z-index: -10;
      -webkit-transform: translateX(-100vw);
      transform: translateX(-100vw);
      animation: title_animation01 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards; }
      @media (min-width: 767px) {
        #pageTitle .title_inner::after {
          width: 100%;
          height: 325px; } }
      @media (max-width: 767px) {
        #pageTitle .title_inner::after {
          width: 100%;
          height: 200px; } }
    #pageTitle .title_inner .text-area {
      position: relative;
      height: 100%;
      padding: 61px 0 36px 0;
      width: 90%;
      margin: 0 auto; }
      @media (max-width: 767px) {
        #pageTitle .title_inner .text-area {
          padding: 10vw 4.8vw 0 4.8vw; } }
      #pageTitle .title_inner .text-area .eng_title {
        letter-spacing: 5px;
        color: #fff;
        font-family: 'Oswald', sans-serif;
        font-size: 5rem;
        font-weight: 900;
        opacity: 0;
        animation: fadeIn 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) 1s forwards;
        line-height: 1; }
        @media (max-width: 767px) {
          #pageTitle .title_inner .text-area .eng_title {
            letter-spacing: 2px;
            font-size: 2.3rem; } }
      #pageTitle .title_inner .text-area h1 {
        color: #fff;
        font-size: 1.8rem;
        margin-top: 10px;
        opacity: 0;
        animation: fadeIn 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) 1.2s forwards; }
        @media (max-width: 767px) {
          #pageTitle .title_inner .text-area h1 {
            margin-top: 4px;
            font-size: 1.6rem; } }

@keyframes title_animation01 {
  0% {
    transform: translateX(-100vw); }
  100% {
    transform: translateX(0); } }
.breadcrumbs {
  padding: 5px 0;
  font-size: 12px;
  box-sizing: border-box;
  margin-top: 50px;
  margin-bottom: 10vh; }
  @media (max-width: 767px) {
    .breadcrumbs {
      margin: 15px auto; } }

.divider-full {
  margin: 35px 0;
  display: block;
  width: 100%;
  height: 1px;
  border-bottom: 1px #aaa dotted; }
  @media (max-width: 767px) {
    .divider-full {
      margin: 20px 0; } }

.borderBox {
  padding: 20px;
  border: 1px #ddd solid;
  background-color: #fff;
  box-shadow: 0 2px 0 #ccc; }
  @media (min-width: 767px) {
    .borderBox {
      padding: 45px 50px; } }

@keyframes fadeIn {
  0% {
    transform: translateY(20px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    transform: translateY(20px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }
.about_img {
  border: 1px #ccc solid;
  padding: 80px 0;
  display: flex;
  justify-content: center;
  text-align: center; }
  .about_img img {
    width: 260px; }

.overview {
  width: 100%;
  margin: 20px auto 0; }

.overview th {
  border-bottom: 1px #ccc solid;
  padding: 20px 0;
  text-align: left;
  width: 120px;
  font-weight: normal; }
  @media (max-width: 1200px) {
    .overview th {
      width: 100px; } }

.overview td {
  border-bottom: 1px #ccc solid;
  padding: 20px 0; }

.profile {
  margin-left: auto;
  margin-right: auto;
  background-color: #f6f8f8;
  padding-top: 6vw;
  padding-bottom: 5vw; }
  @media (min-width: 767px) {
    .profile {
      width: 59vw; } }
  @media (max-width: 767px) {
    .profile {
      padding-top: 6vw; } }
  .profile .inner {
    width: 40vw;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
    @media (max-width: 767px) {
      .profile .inner {
        width: 80vw; } }
    .profile .inner img {
      max-width: 240px;
      display: block;
      margin: 0 auto; }
    .profile .inner p {
      text-align: left; }
      .profile .inner p.p_name {
        line-height: 1.6;
        margin-top: 10px;
        font-size: 1.5rem;
        color: #767676;
        margin-bottom: 40px;
        text-align: center; }
    .profile .inner .eng_mini {
      margin-bottom: 60px; }
      @media (max-width: 767px) {
        .profile .inner .eng_mini {
          margin-bottom: 30px; } }

/**************
商品詳細
**************/
.sq1 {
  padding-left: 15px;
  position: relative;
  font-weight: bold; }
  .sq1::before {
    width: 10px;
    height: 10px;
    background-color: #d2db1d;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 8px; }

.honey_wrap {
  width: 100%;
  max-width: 700px;
  margin: 0 auto; }
  .honey_wrap .top {
    width: 100%; }
    @media (min-width: 767px) {
      .honey_wrap .top {
        display: flex;
        align-items: center;
        justify-content: space-between; } }
    @media (min-width: 767px) {
      .honey_wrap .top .coco_img01 {
        width: 40%; } }
    @media (max-width: 767px) {
      .honey_wrap .top .coco_img01 {
        width: 200px;
        display: block;
        margin: 0 auto 15px; } }
    @media (min-width: 767px) {
      .honey_wrap .top .inner {
        width: 52%; } }
    .honey_wrap .top .inner .coco_text01 {
      max-width: 330px;
      margin-bottom: 30px; }
      @media (max-width: 767px) {
        .honey_wrap .top .inner .coco_text01 {
          width: 230px;
          margin: 0 auto 15px; } }
  .honey_wrap .under {
    width: 100%; }
    @media (min-width: 767px) {
      .honey_wrap .under {
        display: flex;
        align-items: center;
        justify-content: space-between; } }
    @media (min-width: 767px) {
      .honey_wrap .under .yellow_box {
        width: 32%; } }

.yellow_box dt {
  background-color: #cd2727;
  color: #fff;
  padding: 5px;
  text-align: center;
  font-size: 110%;
  font-weight: bold; }
.yellow_box dd {
  background-color: #ffeef6;
  padding: 15px;
  text-align: center; }

.honey_text02 {
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px; }

.dudu_wrap {
  width: 100%;
  max-width: 900px;
  margin: 60px auto 90px; }
  @media (min-width: 767px) {
    .dudu_wrap {
      display: flex;
      align-items: center;
      justify-content: space-between;
      align-items: flex-start; } }
  @media (max-width: 767px) {
    .dudu_wrap {
      margin: 30px auto 60px; } }
  @media (min-width: 767px) {
    .dudu_wrap .dudu_img01 {
      width: 180px; } }
  @media (max-width: 767px) {
    .dudu_wrap .dudu_img01 {
      display: block;
      width: 80px;
      margin: 0 auto 25px; } }
  @media (min-width: 767px) {
    .dudu_wrap .inner {
      width: calc(100% - 250px); } }
  .dudu_wrap .inner .column1 {
    width: 100%;
    max-width: 500px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-items: flex-start; }
    .dudu_wrap .inner .column1 .dudu_care {
      width: 48%; }
      .dudu_wrap .inner .column1 .dudu_care h3 {
        color: #00479d;
        margin: 5px 0;
        font-size: 110%; }
      @media (max-width: 767px) {
        .dudu_wrap .inner .column1 .dudu_care p {
          color: #565656;
          font-size: 1.3rem; } }

.dudu_text01 {
  max-width: 560px; }

.dudu_text02 {
  max-width: 370px;
  margin: 0 auto 50px; }
  @media (max-width: 767px) {
    .dudu_text02 {
      width: 240px;
      margin: 0 auto 25px; } }

.dudu_me {
  width: 100%; }
  @media (min-width: 767px) {
    .dudu_me {
      display: flex;
      align-items: center;
      justify-content: space-between;
      align-items: flex-start; } }
  @media (max-width: 767px) {
    .dudu_me {
      display: inline-flex;
      flex-wrap: wrap;
      align-items: flex-start;
      align-content: flex-start; } }
  @media (min-width: 767px) {
    .dudu_me_box {
      width: 22%; } }
  @media (max-width: 767px) {
    .dudu_me_box {
      width: 48%;
      margin-bottom: 20px; }
      .dudu_me_box:nth-child(odd) {
        margin-right: 4%; } }
  @media (max-width: 767px) {
    .dudu_me_box .inner p {
      color: #565656;
      font-size: 1.3rem; } }
  .dudu_me_box .inner .num {
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-size: 4rem;
    font-weight: 900;
    color: #f68f8f; }
    @media (max-width: 767px) {
      .dudu_me_box .inner .num {
        font-size: 3.5rem;
        line-height: 1.2; } }

.dudu_double {
  width: 100%;
  margin: 90px auto; }
  @media (min-width: 767px) {
    .dudu_double {
      display: flex;
      align-items: center;
      justify-content: space-between;
      align-items: flex-start; } }
  @media (max-width: 767px) {
    .dudu_double {
      margin: 30px auto 45px; } }
  .dudu_double .box {
    text-align: center; }
    @media (min-width: 767px) {
      .dudu_double .box {
        width: 48%;
        border: 1px #ddd solid;
        padding: 40px 0 0; } }
    .dudu_double .box p {
      margin: 20px 0; }

.dudu_text03 {
  max-width: 377px;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .dudu_text03 {
      width: 260px;
      margin: 60px auto 0; } }

.dudu_text04 {
  max-width: 325px;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .dudu_text04 {
      width: 230px;
      margin: 60px auto 0; } }

.howto {
  max-width: 560px;
  margin: 0 auto; }
  .howto h3 {
    display: block;
    padding: 0 20px;
    background-color: #f68f8f;
    color: #fff;
    font-size: 110%;
    margin: 40px auto 20px;
    border-radius: 40px;
    text-align: center; }
    @media (min-width: 767px) {
      .howto h3 {
        width: 450px; } }
    @media (max-width: 767px) {
      .howto h3 {
        font-size: 1.45rem;
        padding: 5px; } }

.dudu_howto {
  border: 1px #ddd solid;
  background-color: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  margin-bottom: 15px; }
  .dudu_howto dt {
    width: 120px; }
    @media (max-width: 767px) {
      .dudu_howto dt {
        width: 80px; } }
  .dudu_howto dd {
    width: calc(100% - 150px); }
    @media (max-width: 767px) {
      .dudu_howto dd {
        width: calc(100% - 110px);
        color: #565656;
        font-size: 1.3rem; } }
    .dudu_howto dd .num {
      font-family: 'Oswald', sans-serif;
      font-size: 3rem;
      font-weight: 900;
      color: #f68f8f;
      line-height: 1;
      margin: -10px 0 10px; }

.conta_bnr {
  position: fixed;
  bottom: 55px;
  right: -260px;
  width: 260px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); }
  @media (max-width: 767px) {
    .conta_bnr {
      display: none; } }

@media (min-width: 767px) {
  .navi_bnr {
    display: none; } }
@media (max-width: 767px) {
  .navi_bnr {
    display: block;
    position: absolute;
    top: 340px;
    width: 260px;
    left: 50%;
    margin-left: -130px; } }

/**************
お問い合わせ
**************/
.contact_table {
  width: 100%; }
  .contact_table tr th {
    border-top: 1px solid #d3d3d3;
    padding: 18px 40px 18px 0;
    width: 32%;
    vertical-align: middle;
    text-align: left; }
    @media (max-width: 767px) {
      .contact_table tr th {
        display: block;
        padding: 10px 0 0;
        width: 100%;
        text-align: left; } }
    .contact_table tr th .hissu_cell {
      position: relative; }
      .contact_table tr th .hissu_cell .hissu {
        background: #e64949;
        font-size: 12px;
        font-weight: 700;
        color: #fff;
        display: inline-block;
        padding: 4px 11px;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -13px; }
        @media (max-width: 767px) {
          .contact_table tr th .hissu_cell .hissu {
            padding: 0 7px 1px; } }
  .contact_table tr td {
    padding: 18px 0;
    border-top: 1px solid #d3d3d3;
    width: 68%; }
    @media (max-width: 767px) {
      .contact_table tr td {
        display: block;
        width: 100%;
        box-sizing: border-box;
        padding: 10px 0 15px;
        border-top: 0; } }
  .contact_table tr:last-child th, .contact_table tr:last-child td {
    border-bottom: 1px solid #d3d3d3; }

@media all and (-ms-high-contrast: none) {
  /* ここに書く */
  .contact_table tr th {
    width: 300px; } }
  @media all and (-ms-high-contrast: none) and (max-width: 767px) {
    .contact_table tr th {
      width: 100%;
      text-align: left; } }
@media all and (-ms-high-contrast: none) {
  .contact_table tr td {
    width: 700px; } }
input, button, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.c-input, .c-select, .c-textarea {
  background: #fff;
  border: 1px solid #d3d3d3;
  -webkit-transition: background-color 100ms, border-color 100ms;
  transition: background-color 100ms, border-color 100ms;
  width: 100%;
  box-sizing: border-box; }

.c-input {
  height: 40px;
  padding: 2px 10px; }
  @media (max-width: 767px) {
    .c-input {
      height: auto;
      padding: 8px 4%;
      box-sizing: border-box; } }

.c-radio-list {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px -5px 0;
  width: 100%; }
  @media all and (-ms-high-contrast: none) {
    .c-radio-list {
      max-width: 680px; } }
  .c-radio-list__item {
    margin: 0 0 5px 0; }
    @media all and (-ms-high-contrast: none) {
      .c-radio-list__item {
        float: left; } }
    @media (max-width: 767px) {
      .c-radio-list__item {
        text-align: left; } }
    .c-radio-list__item label {
      cursor: pointer;
      margin-right: 20px; }
      @media (max-width: 767px) {
        .c-radio-list__item label {
          margin-right: 10px; } }

.c-radio {
  position: relative;
  top: -3px;
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio; }

.c-textarea {
  height: 200px;
  width: 100%;
  padding: 8px 10px; }
  @media (min-width: 767px) and (max-width: 1200px) {
    .c-textarea {
      width: auto;
      max-width: 95%; } }
  @media (max-width: 767px) {
    .c-textarea {
      box-sizing: border-box;
      width: 100%;
      height: 120px; } }

.form-btn {
  margin-top: 30px;
  text-align: center; }

.c-submit, .c-confirm, .c-back {
  padding: 18px 0;
  text-align: center;
  width: 280px;
  cursor: pointer; }
  @media (min-width: 1200px) {
    .c-submit, .c-confirm, .c-back {
      transition: all 0.3s ease 0s; } }
  @media (max-width: 767px) {
    .c-submit, .c-confirm, .c-back {
      width: 48%;
      padding: 15px 0; } }

.c-submit {
  border: 2px #00479d solid;
  color: #fff;
  background-color: #00479d;
  font-weight: bold;
  font-size: 1.8rem; }

.c-submit:hover {
  opacity: .8; }

.c-confirm, .c-back {
  border: 2px #777 solid;
  color: #777;
  background-color: #fff; }

.c-confirm:hover, .c-back:hover {
  background-color: #eee; }

.privacy {
  margin-top: 80px; }

.privacyCheck {
  text-align: center;
  margin: 60px 0 40px; }
  .privacyCheck p {
    font-size: 12px;
    margin: 10px 0 20px; }

.btn-confirm {
  display: block;
  border: 1px #999 solid;
  border-radius: 5px;
  max-width: 400px;
  width: 90%;
  padding: 15px 0;
  text-align: center;
  font-size: 1.8rem;
  margin: 0 auto;
  background-color: #ddd;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .btn-confirm.hoverOn {
    border: 1px solid #5d3fff;
    background-color: #fff;
    color: #5d3fff;
    cursor: pointer; }

.btns .btn {
  color: white;
  font-size: 22px;
  font-weight: 600;
  height: auto;
  width: 370px;
  text-rendering: optimizelegibility;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  padding: 18px 0;
  margin: 0 5px 20px; }
  @media (max-width: 767px) {
    .btns .btn {
      font-size: 18px;
      width: 90%;
      margin: 0 auto 20px; } }

a.btn-conta {
  color: white;
  font-size: 22px;
  font-weight: 600;
  height: 51px;
  width: 80%;
  text-rendering: optimizelegibility;
  border-radius: 4px;
  cursor: pointer;
  display: block;
  text-align: center;
  padding-top: 18px;
  margin: 0 auto 20px;
  background-color: #333;
  border-bottom: 3px solid #888; }
  a.btn-conta:hover {
    background-color: #555;
    border-bottom: 3px solid #999; }

.btns .btn-primary {
  background-color: #81c320;
  border-bottom: 3px solid #679b1b; }
  .btns .btn-primary::hover {
    background-color: #a2d400;
    border-color: #a2d400; }

.btn-info {
  background-color: #21b2c1;
  border-bottom: 3px solid #1d8691;
  border-color: #21b2c1 #21b2c1 #1d8691; }
  .btn-info::hover {
    background-color: #2fccdc;
    border-bottom: 3px solid #1d8691;
    border-color: #2fccdc #2fccdc #2fccdc; }

input[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
  border-radius: 50%; }

input[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
  border-radius: 50%; }

.c-radio, .c-checkbox {
  margin-right: 5px;
  position: relative;
  top: -.1em; }

.help-block {
  display: block;
  color: tomato;
  font-size: 12px;
  font-weight: bold;
  margin-top: 3px; }

/**************
VECLATOU
**************/
.page_veclatou {
  width: 100%;
  background-color: #f6efe7; }
  .page_veclatou .v_main {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    position: relative; }
    .page_veclatou .v_main .main_text_area {
      position: absolute;
      right: 6vw;
      top: 16vh; }
      @media (max-width: 767px) {
        .page_veclatou .v_main .main_text_area {
          right: 3vw;
          top: 3vh; } }
      .page_veclatou .v_main .main_text_area h1 {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        width: 90px;
        margin: 0 auto; }
        @media (max-width: 767px) {
          .page_veclatou .v_main .main_text_area h1 {
            width: 48px; } }
        .page_veclatou .v_main .main_text_area h1 span {
          width: 32px; }
          @media (max-width: 767px) {
            .page_veclatou .v_main .main_text_area h1 span {
              width: 14px; } }
          .page_veclatou .v_main .main_text_area h1 span.main_text02 {
            margin-top: 40px; }
            @media (max-width: 767px) {
              .page_veclatou .v_main .main_text_area h1 span.main_text02 {
                margin-top: 20px; } }
      .page_veclatou .v_main .main_text_area .main_circle {
        width: 180px;
        display: block;
        margin-top: 40px; }
        @media (max-width: 767px) {
          .page_veclatou .v_main .main_text_area .main_circle {
            width: 80px;
            margin-top: 16px; } }
  .page_veclatou .main_under {
    transform: translateY(-200px);
    width: 90%;
    max-width: 864px;
    margin: 0 auto; }
    @media (min-width: 767px) {
      .page_veclatou .main_under {
        display: flex;
        align-items: flex-start;
        justify-content: space-between; } }
    @media (max-width: 767px) {
      .page_veclatou .main_under {
        transform: translateY(-20px); } }
    .page_veclatou .main_under .sub_circle {
      width: 460px;
      height: 460px;
      position: relative; }
      @media (max-width: 767px) {
        .page_veclatou .main_under .sub_circle {
          width: 100%;
          height: 300px; } }
      .page_veclatou .main_under .sub_circle::after {
        content: "";
        display: block;
        background-color: #faf5f1;
        border-radius: 450px;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0; }
        @media (max-width: 767px) {
          .page_veclatou .main_under .sub_circle::after {
            border-radius: 24px; } }
      .page_veclatou .main_under .sub_circle .inner {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        flex-direction: column;
        position: relative;
        z-index: 1; }
        .page_veclatou .main_under .sub_circle .inner .btn-white {
          margin-top: 20px; }
    .page_veclatou .main_under .sub_img {
      width: 324px;
      text-align: center;
      margin-top: 80px; }
      @media (max-width: 767px) {
        .page_veclatou .main_under .sub_img {
          width: 100%;
          margin-top: 40px; } }
      @media (max-width: 767px) {
        .page_veclatou .main_under .sub_img .main_p {
          display: block;
          width: 180px;
          margin: 0 auto 6px; } }
      @media (max-width: 767px) {
        .page_veclatou .main_under .sub_img .main_award {
          display: block;
          width: 280px;
          margin: 0 auto; } }
  .page_veclatou .lead_text {
    font-size: 1.72rem;
    letter-spacing: .03em;
    font-weight: normal; }
    @media (max-width: 767px) {
      .page_veclatou .lead_text {
        font-size: 1.6rem; } }
  .page_veclatou .sm_text {
    font-size: 2.3rem;
    letter-spacing: .03em;
    font-weight: normal; }
    @media (max-width: 767px) {
      .page_veclatou .sm_text {
        font-size: 1.8rem; } }
  .page_veclatou .mid_text {
    font-size: 3.2rem;
    letter-spacing: .03em;
    font-weight: normal;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .page_veclatou .mid_text {
        font-size: 2.1rem; } }
  .page_veclatou .catch_f {
    display: block;
    width: 90%;
    max-width: 800px; }
    @media (min-width: 767px) {
      .page_veclatou .catch_f {
        margin: -32px auto 32px; } }
    @media (max-width: 767px) {
      .page_veclatou .catch_f {
        margin: 40px auto 24px; } }
  .page_veclatou .second_main {
    display: block;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto; }
  .page_veclatou .p_info {
    width: 100%;
    margin-top: 64px; }
    @media (min-width: 767px) {
      .page_veclatou .p_info {
        display: flex;
        align-items: center;
        justify-content: space-between; } }
    @media (min-width: 767px) {
      .page_veclatou .p_info .imgArea {
        width: 60%; } }
    @media (min-width: 767px) {
      .page_veclatou .p_info .infoArea {
        width: 34%; } }
    @media (max-width: 767px) {
      .page_veclatou .p_info .infoArea {
        padding: 0 2%;
        margin-top: 32px; } }
    .page_veclatou .p_info .infoArea .step {
      width: 100%; }
      .page_veclatou .p_info .infoArea .step:not(:first-child) {
        margin-top: 64px; }
        @media (max-width: 767px) {
          .page_veclatou .p_info .infoArea .step:not(:first-child) {
            margin-top: 32px; } }
      .page_veclatou .p_info .infoArea .step dt {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-bottom: 12px;
        border-bottom: 1px #ccc solid;
        margin-bottom: 16px;
        font-size: 2.4rem; }
        .page_veclatou .p_info .infoArea .step dt span {
          background-color: #bdcdd5;
          color: #fff;
          padding: 2px 12px;
          border-radius: 20px;
          margin-right: 10px;
          font-size: 1.5rem; }
        .page_veclatou .p_info .infoArea .step dt img {
          display: block;
          margin-left: auto; }
          .page_veclatou .p_info .infoArea .step dt img.step01_i {
            width: 12px;
            margin-right: 15px; }
          .page_veclatou .p_info .infoArea .step dt img.step02_i {
            width: 32px; }
          .page_veclatou .p_info .infoArea .step dt img.step03_i {
            width: 33px; }
  .page_veclatou .pink_section {
    background: linear-gradient(#f6efe7 0, #f6efe7 9%, #e7c0c0 9%, #e7c0c0 100%);
    padding-bottom: 64px;
    margin-top: 72px; }
    .page_veclatou .pink_section .third_main {
      display: block;
      width: 90%;
      max-width: 1120px;
      margin: 0 auto; }
    .page_veclatou .pink_section .whiteBox {
      width: 100%;
      padding: 64px;
      background-color: white; }
      @media (max-width: 767px) {
        .page_veclatou .pink_section .whiteBox {
          padding: 24px; } }
  .page_veclatou .f_content {
    width: 100%; }
    @media (min-width: 767px) {
      .page_veclatou .f_content {
        display: inline-flex;
        flex-wrap: wrap;
        align-items: flex-start;
        align-content: flex-start; } }
    .page_veclatou .f_content .item {
      margin-top: 56px; }
      @media (min-width: 767px) {
        .page_veclatou .f_content .item {
          width: 48%; }
          .page_veclatou .f_content .item:nth-child(odd) {
            margin-right: 4%; } }
      @media (max-width: 767px) {
        .page_veclatou .f_content .item {
          margin-top: 32px; } }
      .page_veclatou .f_content .item h4 {
        color: #fff;
        font-size: 2.4rem;
        letter-spacing: .03em;
        text-align: center;
        margin-bottom: 10px;
        font-weight: normal; }
        @media (max-width: 767px) {
          .page_veclatou .f_content .item h4 {
            font-size: 1.8rem; } }
      .page_veclatou .f_content .item p {
        color: #fff;
        text-align: center;
        margin-bottom: 24px;
        display: flex;
        align-items: center;
        justify-content: center; }
        @media (min-width: 767px) {
          .page_veclatou .f_content .item p {
            height: 40px; } }
        @media (max-width: 767px) {
          .page_veclatou .f_content .item p {
            padding: 0 3%; } }
        @media (max-width: 767px) {
          .page_veclatou .f_content .item p br {
            display: none; } }
  .page_veclatou .cta_section {
    background-color: #faf5f1;
    padding: 48px;
    margin: 80px auto; }
    @media (max-width: 767px) {
      .page_veclatou .cta_section {
        padding: 40px;
        margin: 40px auto; } }
    .page_veclatou .cta_section .flex_content {
      position: relative; }
      .page_veclatou .cta_section .flex_content .buy_circle {
        width: 136px;
        height: 136px;
        border-radius: 100px;
        background-color: #e7c0c0;
        color: #fff;
        letter-spacing: .03em;
        font-size: 1.8rem;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: -24px;
        left: 56%; }
        @media (max-width: 767px) {
          .page_veclatou .cta_section .flex_content .buy_circle {
            font-size: 1.5rem;
            width: 100px;
            height: 100px;
            top: -40px;
            left: 78%; } }
    .page_veclatou .cta_section .item_3 {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column; }
      .page_veclatou .cta_section .item_3 h3 {
        font-size: 3.2rem; }
      .page_veclatou .cta_section .item_3 p {
        margin-bottom: 24px; }
      .page_veclatou .cta_section .item_3 .link_img02 {
        display: block;
        width: 140px;
        margin: 24px auto 0; }

.btn-white {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 64px;
  text-align: center;
  background-color: #fff;
  color: #2d2d2d;
  font-weight: normal;
  letter-spacing: .03em;
  margin-left: auto;
  margin-right: auto;
  transition: all .3s ease; }
  .btn-white:hover {
    background-color: #e7c0c0;
    color: #fff; }

/*# sourceMappingURL=cmn.css.map */
