@charset "UTF-8";

/* display */

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media only screen and (max-width:768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
html{
  scroll-behavior: smooth;
}

p{
  color: #42210B;
  line-height: 40px;
}
h2{
  color: #42210B;
}
ol{
  list-style: none;
}

@font-face {
	font-family: 'MyFont';
	src: url(../font/HuiFontP29.ttf);
  src: local('myfont Regular'), /* フォントがローカルにインストールされている場合に有効 */
	     url('../font/HuiFontP29.eot?#iefix') format('embedded-opentype'), /* eof - IE6-IE8 */
	     url('../font/HuiFontP29.woff') format('woff'), /* woff - Modern Browsers */
	     url('../font/HuiFontP29.ttf')  format('truetype'), /* ttf - Safari, Android, iOS */
	     url('../font/HuiFontP29.svg#svgFontName') format('svg'); /* svg - Legacy iOS */
}

/* header------------------------------------------------------------- */
header{
  width: 100%;
}
svg{
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.page-hero .page-hero-bg {
  position: absolute;
  z-index: 0;
  top: 50px;
  left: 50%;
  margin-left: -50%
}

.page-hero.page-hero-small .page-hero-bg {
  top: 250px
}

.page-hero .page-hero-image{
  width: 100%;
  height: 600px;
  background-position: center top;
}
.page-hero.page-hero-small .page-hero-image {
  height: 350px;
}
.title_chara_box{
  width: 980px;
  margin: 0 auto;
  margin-bottom: 400px;
}
.page_title{
  position: relative;
  z-index: 3;
  text-align: center;
  top: -50px;
}
.page_title img{
  width: 250px;
}

img.cara_con{
  width:560px;
  position: absolute;
  z-index: 9;
  top: -30px;
  margin-right: 20px;
}
img.cara_con.lg{
  width:500px;
  position: absolute;
  z-index: 9;
  top: 30px;
  margin-right: 20px;
}
img.cara_con.min{
  width:450px;
  position: absolute;
  z-index: 9;
  top: 30px;
  margin-right: 20px;
}


img.cara_call{
  width: 300px;
  position: absolute;
  z-index: 9;
  top:180px;
  left: 60%;
}

li.bread-item{
  display:inline;/*横に並ぶように*/
  font-size: 13px;
}

li.bread-item:after{/* >を表示*/
  content: '>';
  padding: 0 8px;
  color: #42210B;
}

li.bread-item:last-child:after{
  content: '';
}
li.bread-item a {
    text-decoration: none;
    color: #52b5ee;/*色*/
}

li.bread-item a:hover {
    text-decoration: underline;
}


.main01 {
  background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 150vh;
background-image: url("../images/main01.jpg");
margin-top: -60px;
}
.main02 {
  background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 150vh;
background-image: url("../images/main02.jpg");
margin-top: -60px;
}
.main03 {
  background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 150vh;
background-image: url("../images/main03.jpg");
margin-top: -60px;
}
.header{
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  height: 60px;
  position: relative;
  z-index: 99;
}

.header_logo{
  text-align: left;
  display: inline-block;
}

.is-animation {
  width: 160px;
  vertical-align: top;
}

.navi_top{
  display: inline-block;
  font-size: 14px;
  font-family: 'Kiwi Maru', serif;
}
.navi_top ul li{
  display: inline-block;
  padding:0px 40px;
  border-right: dotted 1px #42210B;
}
.navi_top ul li:last-child{
  border-right: none;
}

.navi_top ul li a{
  color: #42210B;
}
.hd_icon{
  display: inline-block;
}
.hd_icon img{
  padding: 0 5px;
}
.hd_icon02{
  display: inline-block;
  line-height: 18px;
  vertical-align: middle;
  padding-left: 20px;

}
.hd_btn{
  display: inline-block;
  margin-left: 20px;
}
.hd_btn a img{
  margin-top: -30px;
}





/* header */



#wrap{
  width: 980px;
  margin: 0 auto;
  margin-top: -330px;
  z-index: 2;
  position: relative;
  font-family: 'Kiwi Maru', serif;
}

a.buy_btn{
  position: fixed;
  z-index: 99;
  right: 20px;
  bottom: 20px;
}
a.buy_btn img{
  width: 130px;
}


a.buy_btn:hover{
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.4));
  transform: translateY(-10px);
  transition-duration: 0.5s;
}
/* infomation------------------------------------------------------------- */
.info_con{
  width: 980px;
  padding: 60px 0px;
  margin: 0 auto;
  font-family: 'Kiwi Maru', serif;
}
.info_box{
  padding-bottom:60px;
}
h3.info_title{
  color: #DE1816;
}
.info_date{
color: #42210B;
}
.info_border{
  padding: 20px 0px;
}
.info_text p{
  font-size: 14px;
  line-height: 25px;
  width: 980px;
}
/* infomation */

/* recipes------------------------------------------------------------- */
.recipes_con{
  width: 980px;
  padding: 0px 0px;
  margin: 0 auto;
}
/* タブ部分-------------------------------------------------------------*/
.tab_wrap{
  width:1000px;
  margin:40px auto 80px;
}
input[type="radio"]{display:none;}
.tab_area{
  font-size:16px;
  margin:0 0px;
  position: relative;
  z-index: 9;
}
.tab_area label{
  width:250px;
  margin-right:5px;
  margin-bottom: -2px;
  display:inline-block;
  padding:12px 0;
  color:#fff;
  background:#5C3115;
  border: #5C3115 solid 2px;
  border-bottom:none;
  text-align:center;
  font-size:16px;
  cursor:pointer;
  transition:ease 0.2s opacity;
  -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }


ul li.current:before, ul li.current:after {
  background:#efefef;
  bottom:0;
  -webkit-background-clip: padding-box;
}

.panel_area{
  background:#fff;
  border: #5C3115 solid 2px;
}
.tab_panel{
  width:100%;
  padding:80px 0;
  display:none;
}
.tab_panel p{
  font-size:14px;
  letter-spacing:1px;
  text-align:center;
}

#tab1:checked ~ .tab_area .tab1_label{
  background:#fff;
  color:#700D1D;
}
#tab1:checked ~ .panel_area #panel1{
  display:block;
}
#tab2:checked ~ .tab_area .tab2_label{
  background:#fff;
  color:#700D1D;
}
#tab2:checked ~ .panel_area #panel2{
  display:block;
}

/* タブ部分 end*/

/* recipi------------------------------------------------------------- */
.recipi_box{
  width: 980px;
  margin: 0 auto;
  text-align: center;
  padding-bottom:80px;
  position: relative;
}
img.recipi_drink{
  width: 758px;
  text-align: center;
  margin: 0 auto;
}
img.recipi_boy{
  position: absolute;
  top:-150px;
  left: 10px;
}

.recipi_left{
  padding:0px 30px;
  display: inline-block;
  vertical-align: top;
}
.recipi_left img{
  height: auto;
  border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.recipi_right{
  width: 470px;
  padding:0px 30px;
  display: inline-block;
  text-align: left;

}
.recipi_title{
  font-size: 25px;
  font-weight: bold;
  color: #A80D25;
  letter-spacing:2px;
}
.recipi_des{
  font-size: 16px;
  font-weight: bold;
  color: #69210B;
  letter-spacing:2px;
  padding: 10px 0px;
}
.recipi{
  border-top: #69210B dotted 1px;
  border-bottom: #69210B dotted 1px;
  padding: 10px 0px;
}
.recipi p{
  font-size: 14px;
  color: #69210B;
  letter-spacing:2px;
  text-align: left;
  line-height: 30px;
  margin-bottom: 0px;
}
.recipi_coment{
  font-size: 14px;
  color: #69210B;
  letter-spacing:2px;
  text-align: left;
  line-height: 30px;
  margin-bottom: 0px;
  padding: 10px 0px;
}
.recipi_youtube img{
  margin-right:10px ;
}
.recipi_youtube a{
  color: #69210B;
}
.recipi_youtube a:hover{
  color: #69210B;
}

.youtube {
  position: relative;
  width: 350px;
  height: 200px;
}

.player {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.thumb {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
/* recipes */




/* que------------------------------------------------------------- */
.que_con{
  width: 980px;
  padding: 60px 0px;
  margin: 0 auto;
  text-align: center;
}
.que_box{
  text-align: left;
  padding-bottom: 40px;

}
h3.que_title{
  font-size: 25px;
  color: #C78483;
  letter-spacing:2px;
  border-bottom: #C78483 dashed 1px;
  padding: 10px 0;

}
h3.que_title img{
  padding: 0px 10px;
}
.que_text p{
  padding: 0px 20px;
}

/* que */



/* product------------------------------------------------------------- */
.product_con{
  width:100%;
  margin: 0 auto;
  text-align: center;
}
.product_box{
  margin-bottom: 60px;
}
.product_mainimg{
  display: inline-block;
}
.product_mainimg img{
  width: 15vw;
}
.product_txtbox{
  width: 546px;
  padding-left: 40px;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
}
.product_txtbox h3{
  font-size: 1.8rem;
  color: #42210B;
line-height: 45px;
}
.product_line{
  width: 100%;
  height: 10px;
  background:url(../images/dot.png) bottom repeat-x;
  background-size: 30px;
  margin: 20px 0;
}
.product_txtbox span{
  font-size: 1.2rem;
   background: linear-gradient(transparent 50%, #ffff66 50%);
}
.product_img img{
width: 320px;
padding: 5px;
}
.product_memo{
  margin: 30px 0 30px;
}
.product_memo_title{
  width: 16.5rem;
    height: 4rem;
    padding: 1em 0.5em;
    overflow: hidden;
    box-shadow: .25rem 0 .25rem hsla(0, 0%, 0%, .1);
    background-image:
      linear-gradient(90deg, hsla(0, 0%, 45%, .1) 2rem, hsla(0, 100%, 100%, 0) 2.5rem)
    , linear-gradient(90deg, hsla(60, 100%, 85%, 1), hsla(60, 100%, 85%, 1));
    font-size: 1.5rem;
    line-height: 0.5;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-family: MyFont;
    transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    position: relative;
    top:40px;
    left: 60px;
}
.product_memo_txt{
  background: #fff;
  padding: 1em 2em;
  width: 80%;
  text-align: left;
  margin: 30px auto;
  box-shadow:2px 2px 4px rgba(0,0,0,0.5);
  font-family: MyFont;
  font-size: 1.2rem;

}

.product_memo_border{
  background-image:
    linear-gradient(
      90deg,
      rgba(0,0,0,0) 0%,
      rgba(0,0,0,0) 50%,
      #ffff 50%,
      #ffff 50%
    ),
    linear-gradient(
      180deg,
      rgba(0,0,0,0) 0%,
      rgba(0,0,0,0) 97%,
      #817172 97%,
      #817172 100%
    );
  background-size: 6px 100%, 100% 2em;
  line-height:3;
}
.product_memo_border p{
  margin-left: 20px;
}
.contents02_a {
  margin-bottom: 40px;
}
.contents02_a h2 img{
  width: 400px;
}
.contents02_a h2{
  margin-bottom: 60px;
  position: relative;
  padding: 1.5rem;
  text-align: center;
}
.contents02_a h2:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 20px;
  content: '';
  border-radius: 3px;
  background: url(../images/dot.png) bottom repeat-x;
  background-size: 25px;
}

.con02_a_pro_box{
  width: 980px;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}
.con02_a_pro_box li{
  display: inline-block;
}
.con02_a_pro_box li a img{
  width:310px;
}
/* さんざし */
.con02_a_pro_box li.pro01_img{
  background-image: url(../images/pro_01_hv.png);
  background-size: 310px;
}
/* コラーゲン */
.con02_a_pro_box li.pro02_img{
  background-image: url(../images/pro_02_hv.png);
  background-size: 310px;
}
/* マスカット */
.con02_a_pro_box li.pro04_img{
  background-image: url(../images/pro_04_hv.png);
  background-size: 310px;
}
/* サジーオランジュ */
.con02_a_pro_box li.pro06_img{
  background-image: url(../images/pro_09_hv.png);
  background-size: 310px;
}
/* さんざしプリン */
.con02_a_pro_box li.pro07_img{
  background-image: url(../images/pro_10_hv.png);
  background-size: 310px;
}
/* ぽん酢 */
.con02_a_pro_box li.pro08_img{
  background-image: url(../images/pro_08_hv.png);
  background-size: 310px;
}
/* 混合セット */
.con02_a_pro_box li.pro03_img{
  background-image: url(../images/pro_03_hv.png);
  background-size: 310px;
}
/* 全商品一覧 */
.con02_a_pro_box li.pro05_img{
  background-image: url(../images/pro_allnew_hv.png);
  background-size: 310px;
}
/* coming soon */
.con02_a_pro_box li.pro09_img{
  background-image: url(../images/pro_06_hv.png);
  background-size: 310px;
}
.con02_a_pro_box li.pro01_img a,.con02_a_pro_box li.pro02_img a,.con02_a_pro_box li.pro03_img a,.con02_a_pro_box li.pro04_img a,.con02_a_pro_box li.pro05_img a,.con02_a_pro_box li.pro06_img a,.con02_a_pro_box li.pro07_img a,.con02_a_pro_box li.pro08_img a,.con02_a_pro_box li.pro09_img a{
  display: inline-block;
}
.con02_a_pro_box li.pro01_img a:hover,.con02_a_pro_box li.pro02_img a:hover,.con02_a_pro_box li.pro03_img a:hover,.con02_a_pro_box li.pro04_img a:hover,.con02_a_pro_box li.pro05_img a:hover,.con02_a_pro_box li.pro06_img a:hover,.con02_a_pro_box li.pro07_img a:hover,.con02_a_pro_box li.pro08_img a:hover,.con02_a_pro_box li.pro09_img a:hover{
  background-color: transparent;
}
.con02_a_pro_box li.pro01_img a:hover img,.con02_a_pro_box li.pro02_img a:hover img,.con02_a_pro_box li.pro03_img a:hover img,.con02_a_pro_box li.pro04_img a:hover img,.con02_a_pro_box li.pro05_img a:hover img,.con02_a_pro_box li.pro06_img a:hover img,.con02_a_pro_box li.pro07_img a:hover img,.con02_a_pro_box li.pro08_img a:hover img,.con02_a_pro_box li.pro09_img a:hover img{
  visibility: hidden;
}
/* product */
/* factory------------------------------------------------------------- */
.fac_con{
  width: 980px;
  padding:0px 0px;
  margin: 0 auto;
  font-family: 'Kiwi Maru', serif;
  text-align: center;
}
.fac_box{
  padding-bottom:0px;
}
img.factory_logo{
  padding-bottom: 20px;
  width: 250px;
}
img.factory_main{
  border-radius: 20px;
}
.factory_txt{
  margin: 60px 0px;
}
.factory_img_box{
  width: 100%;
  text-align: center;
}
.factory_img_box img{
  width: 450px;
  padding:0 5px ;
}
.factory_img_box ul{
  padding-left: 0;
}

.fac_con02{
  width: 980px;
  padding:80px 0px;
  margin: 0 auto;
  font-family: 'Kiwi Maru', serif;
  text-align: center;
}
.fac_box02{
  padding-bottom:60px;
}

.fac_ceo_txt h3{
  font-size: 1.5rem;
  color: #A80D25;
}
.fac_ceo_box{
  display: inline-block;
  position: relative;
  text-align: left;
  vertical-align: top;
}
.fac_ceo_box img.ceo_img{
  text-align: left;
  border-radius: 20px;
  width: 350px;

}
.fac_ceo_box img.ceo_tag{
  width: 200px;
  position: absolute;
  bottom:-20px;
  left: -20px;
}

.fac_ceo_txt{
  padding:0px 60px;
  display: inline-block;
  text-align: left;
  width: 620px;
}
.fac_ceo_txt p{
  margin-bottom: 40px;
}
.fac_ceo_txt p span{
  font-size: .8rem;
  opacity: .8;
}
.fac_line{
  width: 100%;
  height: 10px;
  background:url(../images/dot.png) bottom repeat-x;
  background-size: 30px;
  margin: 10px 0;
}

/* contact------------------------------------------------------------- */
.contact_con{
  width:980px;
  margin: 0 auto;
  text-align: center;
}
.fac_box02 img.factory_pro{
  width: 700px;
}
/*　メールフォーム---------　*/

#formWrap {
  width: 100%;
  margin: 0 auto;
  color: #42210B;
  font-size: 16px;
  font-weight: bold;
  padding: 60px 0px;
}

#formWrap p{
  line-height: 30px;
  margin-bottom: 40px;
}
#formWrap p span {
  font-size: 14px;
}

table.formTable {
  width: 100%;
  margin: 0 auto;
  display: inline;
}

table.formTable td, table.formTable th {
  display: block;
}

table.formTable th {
  width: 150px;
  padding: 5px;
  background: #42210B;
  text-align: center;
  color: #fff;
  margin-bottom: -2px;
  margin-left: 1px;
}

table.formTable02 {
  width: 100%;
  margin: 0 auto;
  font-size: 24px;
  padding: 60px 0;
  font-weight: bold;
}

table.formTable02 th {
  width: 980px;
  padding: 5px;
  background: #42210B;
  text-align: center;
  color: #fff;
  margin-bottom: -2px;
  margin-left: 1px;
}



input[type="text"] {
  width: 580px;
  height: 50px;
  border: 1px solid #42210B;
  margin-bottom: 20px;
  padding-left: 20px;
  /* display: block; */
}
textarea {
  width: 100%;
  height: 200px;
  border: 1px solid #42210B;
  padding: 0;
  padding-left: 20px;
  /* display: block; */
}
.contact_btn{
  margin-top: 20px;
}
.form_box{
  width: 64%;
  margin: 0 auto;
}
table.formTable02 {
  width: 100%;
  margin: 0 auto;
  font-size: 16px;
  padding: 60px 0;
  margin-bottom: 60px;
}

table.formTable02 th {
  width: 200px;
    padding: 9px;
    background: #42210B;
    text-align: left;
    color: #fff;
    margin-bottom: 1px;
    margin-left: 1px;
}

@media screen and (max-width:572px) {
  #formWrap {
    width: 95%;
    margin: 0 auto;
  }

  table.formTable th, table.formTable td {
    display: block;
  }

  table.formTable th {
    margin-top: 5px;
    border-bottom: 0;
  }

  input[type="text"], textarea {
    width: 100%;
    padding: 5px;
    font-size: 110%;
    display: block;
  }

  input[type="submit"], input[type="reset"], input[type="button"] {
    display: block;
    width: 100%;
    height: 70px;
  }

  .btn_02, a.btn_02, button.btn_02 {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #FFC812;
    border-radius: 0;
  }

  .btn_03, a.btn_03, button.btn_03 {
    font-size: 1.0rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #FFC812;
    border-radius: 0;
  }

  input[type="submit"].btn-border {
    border-radius: 0;
    background: #42210B;
    margin-bottom: 30px;
  }

  input[type="submit"].btn-border:hover {
    border: 2px solid #42210B;
    color: #42210B;
    background: #fff;
  }

  input[type="reset"].btn-border_re {
    border: 2px solid #42210B;
    color: #42210B;
    background: #fff;
    border-radius: 0 !important;
  }

  input[type="reset"].btn-border_re:hover {
    color: #fff;
    background: #42210B;
  }

  input[type="button"].btn-border_re {
    border: 2px solid #42210B;
    color: #42210B;
    background: #fff;
    border-radius: 0;
    margin-top: 30px;
  }

  input[type="button"].btn-border_re:hover {
    color: #fff;
    background: #42210B;
  }

  table.formTable02 {
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
    padding: 60px 0;
    font-weight: bold;
  }

  table.formTable02 th {
    width: 113px;
    padding: 8px;
    background: #42210B;
    text-align: center;
    color: #fff;
    margin-bottom: -2px;
    margin-left: 1px;
  }
}
.btn_02, a.btn_02, button.btn_02 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 0;
}
.btn_03, a.btn_03, button.btn_03 {
  font-size: 1.0rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 0;
}
input[type="submit"].btn-border {
  border-radius: 0;
  background: #42210B;
}
input[type="submit"].btn-border:hover {
  border: 2px solid #42210B;
  color: #42210B;
  background: #fff;
}
input[type="reset"].btn-border_re {
  border: 2px solid #42210B;
  color: #42210B;
  background: #fff;
  border-radius: 0;
}
input[type="reset"].btn-border_re:hover {
  color: #fff;
  background: #42210B;
}
input[type="button"].btn-border_re {
  border: 2px solid #42210B;
  color: #42210B;
  background: #fff;
  border-radius: 0;
}
input[type="button"].btn-border_re:hover {
  color: #fff;
  background: #42210B;
}
/* footer------------------------------------------------------------- */
footer{
  background-color: #42210B;
  width: 100%;
  padding: 20px 0;
  font-family: 'Kiwi Maru', serif;
}
.footer_logo{
  text-align: left;
  margin: 0 auto;
  padding-left:80px;
  display: inline-block;
}
.footer_logo img{
  display: inline-block;
  vertical-align: bottom;
}
.copylight{
  text-align: left;
  color: #fff;
  font-size: 10px;
  padding-left:20px;
  display: inline-block;
}
.footer_navi{
  text-align: right;
  display: inline-block;
}
.footer_navi i{
  font-size: 15px;
  margin-right: 10px;
  margin-bottom: 5px;
}
.footer_navi ul li{
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  padding:0px 10px;
  font-size: 12px;

}
.footer_navi ul li a{
  color: #fff;
}


/* スライダー */
/*左右の矢印の色を変える*/
.slick-prev:before,
.slick-next:before {
    color: #000;
}
/*左右の矢印の位置を変える*/
.slick-next {
    right: 20px;
    z-index: 99;
}
.slick-prev {
     left: 15px;
    z-index: 100;
}
/*スライド数のドットの色を変える*/
.slick-dots li.slick-active button:before,
.slick-dots li button:before {
    color: #fff;
}
/*スライド画像の横幅可変*/
img {
    max-width: 100%;
     height: auto;
}

.header_flex {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.9);
  height: 60px;
}
.header_flex {
  position: fixed;
  top: -70px;
  left: 0;
  z-index: 99;
}
.header_flex > .header_logo img{
  width: 70%;
}

#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  left:20px;
  bottom: 17px;
  background: #fff;
  opacity: 0.6;
  border-radius: 50%;
  z-index: 99;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #42210B;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}



/* 768px ================================================================================================================================================================================================================================================================================*/
@media screen and (max-width:768px) {
  p{
    color: #42210B;
    line-height: 20px;
  }
  .main video{
    position: relative;
right: 0;
bottom: 0;
min-width: 100%;
min-height: 100%;
width: 100%;
  height: 480px;
z-index: -100;
background: url('poster.jpg') no-repeat;
object-fit: cover;
  animation: ltr 3s alternate infinite;

  }


  #wrap{
    width: 100%;
    margin: 0 auto;
  }
  #wrap02{
    width: 100%;
    margin: 0 auto;
  }

  .header_logo{
    text-align: left;
    display: block;
    margin-left: 20px;
  }
  .header_logo img{
    width: 23vw;
    padding-top: 5px;
  }
  @media screen and (max-width:572px) {
    .header_logo img{
      width: 40vw;
      padding-top: 5px;
    }
  }
  /*　ハンバーガーボタン　*/
.hamburger {
  display : block;
  position: fixed;
  z-index :100;
  right : 13px;
  top   : 12px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 6px;
  background : #42210B;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition   : 0.5s ease-in-out;
  transition        : 0.5s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 16px;
  left: 6px;
  background : #fff;
  -webkit-transform: rotate(315deg);
  -moz-transform   : rotate(315deg);
  transform        : rotate(315deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  background : #fff;
  -webkit-transform: rotate(-315deg);
  -moz-transform   : rotate(-315deg);
  transform        : rotate(-315deg);
}

nav.globalMenuSp {
  position: fixed;
  z-index : 99;
  top  : 0;
  left : 0;
  color: #fff;
  background: rgba(0,0,0,0.7);
  text-align: center;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity .6s ease, visibility .6s ease;
  visibility: hidden;
}

nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  margin-top: 60px;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: .4s all;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}
nav.globalMenuSp ul li:hover{
  background :#ddd;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 1em 0;
  text-decoration :none;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  opacity: 100;
  visibility: visible;
}

/* header------------------------------------------------------------- */
header{
  width: 100%;
}
svg{
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.page-hero .page-hero-bg {
  position: absolute;
  z-index: 0;
  top: 50px;
  left: 50%;
  margin-left: -50%
}

.page-hero.page-hero-small .page-hero-bg {
  top: 250px
}

.page-hero .page-hero-image{
  width: 100%;
  height: 600px;
  background-position: center top;
}
.page-hero.page-hero-small .page-hero-image {
  height: 313px;
}
.title_chara_box{
  width: 100%;
  margin: 0 auto;
  margin-bottom: 40px;
}
.page_title{
  position: relative;
  z-index: 3;
  text-align: center;
  top: -50px;
}
.page_title img{
  width: 250px;
}

img.cara_con{
  width: 40%;
position: absolute;
z-index: 9;
bottom: 60vh;
left: -50px;
}



img.cara_call{
  width: 35%;
    position: absolute;
    z-index: 9;
    top: 94px;
    left: 60%;
}
img.cara_con.rec{
  width: 60vw;
    position: absolute;
    z-index: 9;
    top:0vh;
    left: -60px;
}

@media screen and (max-width:572px) {
  .title_chara_box{
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  img.cara_con{
    width: 55%;
  position: absolute;
  z-index: 9;
  bottom: 50vh;
  left: -50px;
  }
  img.cara_con.gif{
    width: 70vw;
      position: absolute;
      z-index: 9;
      bottom:60vh;
      left: -40px;
  }
  img.cara_con.pig{
    width: 90vw;
      position: absolute;
      z-index: 9;
      top:0vh;
      left: -90px;
  }
  img.cara_con.ms{
    width: 70vw;
      position: absolute;
      z-index: 9;
      top:10vh;
      left: -60px;
  }
  img.cara_con.pr{
    width: 80vw;
      position: absolute;
      z-index: 9;
      top:0vh;
      left: -60px;
  }
  img.cara_con.rec{
    width: 80vw;
      position: absolute;
      z-index: 9;
      top:0vh;
      left: -60px;
  }
  img.cara_con.inf{
    width: 80vw;
      position: absolute;
      z-index: 9;
      top:2vh;
      left: -60px;
  }
  img.cara_con.dr{
    width: 81vw;
      position: absolute;
      z-index: 9;
      top:2vh;
      left: -60px;
  }


  img.cara_call{
    width: 52%;
      position: absolute;
      z-index: 9;
      top: 94px;
      left: 42%;
  }

}

li.bread-item{
  display:inline;/*横に並ぶように*/
  font-size: 13px;
}

li.bread-item:after{/* >を表示*/
  content: '>';
  padding: 0 8px;
  color: #42210B;
}

li.bread-item:last-child:after{
  content: '';
}
li.bread-item a {
    text-decoration: none;
    color: #52b5ee;/*色*/
}

li.bread-item a:hover {
    text-decoration: underline;
}


.main01 {
  background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 150vh;
background-image: url("../images/main01.jpg");
margin-top: -60px;
}
.main02 {
  background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 150vh;
background-image: url("../images/main02.jpg");
margin-top: -60px;
}
.main03 {
  background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 150vh;
background-image: url("../images/main03.jpg");
margin-top: -60px;
}
.header{
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  height: 60px;
  position: relative;
}

.header_logo{
  text-align: left;
  display: inline-block;
}
.header_logo{
  width: 40vw;
  text-align: left;
  display: block;
  margin-left: 20px;
}

.is-animation {
  width: 160px;
  vertical-align: top;
}

.navi_top{
  display: inline-block;
  font-size: 14px;
}
.navi_top ul li{
  display: inline-block;
  padding:0px 40px;
  border-right: dotted 1px #42210B;
}
.navi_top ul li:last-child{
  border-right: none;
}

.navi_top ul li a{
  color: #42210B;
}
.hd_icon{
  display: inline-block;
}
.hd_icon img{
  padding: 0 5px;
}
.hd_icon02{
  display: inline-block;
  line-height: 18px;
  vertical-align: middle;
  padding-left: 20px;

}
.hd_btn{
  display: inline-block;
  margin-left: 20px;
}
.hd_btn a img{
  margin-top: -30px;
}


/* header */




a.buy_btn{
  position: fixed;
  z-index: 99;
  right: 20px;
  bottom: 20px;
}
a.buy_btn img{
  width: 80px;
}


a.buy_btn:hover{
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.4));
  transform: translateY(-10px);
  transition-duration: 0.5s;
}
/* infomation------------------------------------------------------------- */
.info_con{
  width: 90%;
  padding: 0px 0px;
  margin: 0 auto;
}
.info_box{
  padding-bottom:60px;
}
h3.info_title{
  color: #DE1816;
}
.info_date{
color: #42210B;
}
.info_border{
  padding: 20px 0px;
}
.info_text p{
  font-size: 14px;
  line-height: 25px;
  width: 100%;
}
/* infomation */

/* recipes------------------------------------------------------------- */
.recipes_con{
  width: 100%;
  padding: 0px 0px;
  margin: 0 auto;
}
/* タブ部分-------------------------------------------------------------*/
.tab_wrap{
  width:100%;
  margin:0px auto 80px;
}
input[type="radio"]{display:none;}
.tab_area{
  font-size:16px;
  margin:0 0px;
}
.tab_area label{
  width:35vw;
  margin-right:5px;
  margin-bottom: -2px;
  display:inline-block;
  padding:12px 0;
  color:#fff;
  background:#5C3115;
  border: #5C3115 solid 2px;
  border-bottom:none;
  text-align:center;
  font-size:16px;
  cursor:pointer;
  transition:ease 0.2s opacity;
  -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }


ul li.current:before, ul li.current:after {
  background:#efefef;
  bottom:0;
  -webkit-background-clip: padding-box;
}

.panel_area{
  background:#fff;
  border: #5C3115 solid 2px;
}
.tab_panel{
  width:100%;
  padding:80px 0;
  display:none;
}
.tab_panel p{
  font-size:14px;
  letter-spacing:1px;
  text-align:center;
}

#tab1:checked ~ .tab_area .tab1_label{
  background:#fff;
  color:#700D1D;
}
#tab1:checked ~ .panel_area #panel1{
  display:block;
}
#tab2:checked ~ .tab_area .tab2_label{
  background:#fff;
  color:#700D1D;
}
#tab2:checked ~ .panel_area #panel2{
  display:block;
}

/* タブ部分 end*/

/* recipi------------------------------------------------------------- */
.recipi_box{
  width: 90%;
  margin: 0 auto;
  text-align: center;
  padding-bottom:40px;
}
img.recipi_drink{
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
img.recipi_boy{
  width: 600px;
  position: absolute;
  top:-100px;
  left: -180px;
}
@media screen and (max-width:572px) {
  img.recipi_boy{
    width: 400px;
    position: absolute;
    top:-100px;
    left: -120px;
  }
  }
.recipi_left{
  padding:0px 0px;
  display: inline-block;
  vertical-align: top;
}
.recipi_left img{
  height: auto;
  border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.recipi_right{
  width: 100%;
  padding:0px 30px;
  display: block;
  text-align: left;
  margin: 20px 0 40px;

}
.recipi_title{
  font-size: 25px;
  font-weight: bold;
  color: #A80D25;
  letter-spacing:2px;
}
.recipi_des{
  font-size: 16px;
  font-weight: bold;
  color: #69210B;
  letter-spacing:2px;
  padding: 10px 0px;
}
.recipi{
  border-top: #69210B dotted 1px;
  border-bottom: #69210B dotted 1px;
  padding: 10px 0px;
}
.recipi p{
  font-size: 14px;
  color: #69210B;
  letter-spacing:2px;
  text-align: left;
  line-height: 30px;
  margin-bottom: 0px;
}
.recipi_coment{
  font-size: 14px;
  color: #69210B;
  letter-spacing:2px;
  text-align: left;
  line-height: 30px;
  margin-bottom: 0px;
  padding: 10px 0px;
}
.recipi_youtube img{
  margin-right:0px ;
}
.recipi_youtube a{
  color: #69210B;
}
.recipi_youtube a:hover{
  color: #69210B;
}

.youtube {
  position: relative;
  width: 100%;
  height: 200px;
}

.player {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}

.thumb {
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
}
/* recipes */

/* que------------------------------------------------------------- */
.que_con{
  width: 90%;
  padding: 0px 0px;
  margin: 0 auto;
  text-align: center;
}
.que_box{
  text-align: left;
  padding-bottom: 40px;

}
h3.que_title{
  font-size: 20px;
  color: #C78483;
  letter-spacing:1px;
  line-height: 20px;
  border-bottom: #C78483 dashed 1px;
  padding: 10px 0;
  padding-left:2.7em;
text-indent:-2.7em;

}
h3.que_title img{
  padding: 0px 10px;
}
.que_text p{
  padding: 0px 20px;
}

/* que */



/* product------------------------------------------------------------- */
.product_con{
  width:100%;
  margin: 0 auto;
  text-align: center;
}
.product_box{
  margin-bottom: 60px;

}
.product_mainimg{
  display: block;
}
.product_mainimg img{
  width: 30vw;
}
.product_txtbox{
  width: 90%;
  padding-left: 0px;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
}
.product_txtbox h3{
  font-size: 1.5rem;
  color: #42210B;
line-height: 45px;
margin-top: 20px;
}
.product_line{
  width: 100%;
  height: 10px;
  background:url(../images/dot.png) bottom repeat-x;
  background-size: 30px;
  margin: 0px 0 20px;
}
.product_txtbox p{
  line-height: 35px;
}
.product_txtbox span{
  font-size: 1.2rem;
}
.product_img img{
width: 100%;
padding: 5px;
}
.product_memo{
  margin: 30px 0 30px;
}
.product_memo_title{
  width: 16.5rem;
    height: 4rem;
    padding: 1em 1.5em;
    overflow: hidden;
    box-shadow: .25rem 0 .25rem hsla(0, 0%, 0%, .1);
    background-image:
      linear-gradient(90deg, hsla(0, 0%, 45%, .1) 2rem, hsla(0, 100%, 100%, 0) 2.5rem)
    , linear-gradient(90deg, hsla(60, 100%, 85%, 1), hsla(60, 100%, 85%, 1));
    font-size: 1.5rem;
    line-height: 0.5;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-family: MyFont;
    transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    position: relative;
    top:40px;
    left: 60px;
}
.product_memo_txt{
  background: #fff;
  padding: 1em 1.2em;
  width: 90%;
  text-align: left;
  margin: 30px auto;
  box-shadow:2px 2px 4px rgba(0,0,0,0.5);
  font-family: MyFont;
  font-size: 1.2rem;

}

.product_memo_border{
  background-image:
    linear-gradient(
      90deg,
      rgba(0,0,0,0) 0%,
      rgba(0,0,0,0) 50%,
      #ffff 50%,
      #ffff 50%
    ),
    linear-gradient(
      180deg,
      rgba(0,0,0,0) 0%,
      rgba(0,0,0,0) 97%,
      #817172 97%,
      #817172 100%
    );
  background-size: 6px 100%, 100% 2.1em;
  line-height:3;
}
.product_memo_border p{
  line-height: 40px;
  margin-left: 20px;
}
.contents02_a h2 img{
  width: 100%;
}
.contents02_a h2{
  margin-bottom: 60px;
  position: relative;
  padding: 1.5rem;
  text-align: center;
}
.contents02_a h2:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 20px;
  content: '';
  border-radius: 3px;
  background: url(../images/dot.png) bottom repeat-x;
  background-size: 25px;
}
.con02_a_pro_box{
  width: 100%;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  padding-left: 0;
}
.con02_a_pro_box li{
  display: inline-block;
}
.con02_a_pro_box li a img{
  width: 100%;
}
/* さんざし */
.con02_a_pro_box li.pro01_img{
  background-image: url(../images/pro_01_hv.png);
  background-size: 100%;
}
/* コラーゲン */
.con02_a_pro_box li.pro02_img{
  background-image: url(../images/pro_02_hv.png);
  background-size: 100%;
}
/* マスカット */
.con02_a_pro_box li.pro04_img{
  background-image: url(../images/pro_04_hv.png);
  background-size: 100%;
}
/* サジーオランジュ */
.con02_a_pro_box li.pro06_img{
  background-image: url(../images/pro_09_hv.png);
  background-size: 100%;
}
/* さんざしプリン */
.con02_a_pro_box li.pro07_img{
  background-image: url(../images/pro_10_hv.png);
  background-size: 100%;
}
/* ぽん酢 */
.con02_a_pro_box li.pro08_img{
  background-image: url(../images/pro_08_hv.png);
  background-size: 100%;
}
/* 混合セット */
.con02_a_pro_box li.pro03_img{
  background-image: url(../images/pro_03_hv.png);
  background-size: 100%;
}
/* 全商品一覧 */
.con02_a_pro_box li.pro05_img{
  background-image: url(../images/pro_allnew_hv.png);
  background-size: 100%;
}
/* coming soon */
.con02_a_pro_box li.pro09_img{
  background-image: url(../images/pro_06_hv.png);
  background-size: 100%;
}

/* product */

/* factory------------------------------------------------------------- */
.fac_con{
  width: 100%;
  padding:0px 0px;
  margin: 0 auto;
  font-family: 'Kiwi Maru', serif;
  text-align: center;
}
.fac_box{
  padding-bottom:0px;
}
img.factory_logo{
  padding-bottom: 20px;
  width: 250px;
}
img.factory_main{
  border-radius: 20px;
  width: 90%;
}
.factory_txt{
  width: 90%;
  margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
}
.factory_img_box{
  width: 100%;
  text-align: center;
}
.factory_img_box img{
  width: 100%;
  padding:0 5px ;
}
.factory_img_box ul{
  padding-left: 0;
}

.fac_con02{
  width: 100%;
  padding:40px 0px;
  margin: 0 auto;
  font-family: 'Kiwi Maru', serif;
  text-align: center;
}
.fac_box02{
  padding-bottom:60px;
}

.fac_ceo_txt h3{
  font-size: 1.5rem;
  color: #A80D25;
}
.fac_ceo_box{
  display: inline-block;
  position: relative;
  text-align: left;
  vertical-align: top;
  z-index: 2;
}
.fac_ceo_box img.ceo_img{
  text-align: center;
  border-radius: 20px;
  width: 100%;
  margin: 0 auto;

}
.fac_ceo_box img.ceo_tag{
  width: 200px;
  position: absolute;
  bottom:-20px;
  left: -20px;
}

.fac_ceo_txt{
  padding:0px 10px;
  display: inline-block;
  text-align: left;
  width:90%;
  margin-top: 40px;
}
.fac_ceo_txt p{
  margin-bottom: 40px;
}

@media screen and (max-width:572px) {
  img.factory_logo{
    padding-bottom: 20px;
    width:150px;
  }
  .factory_txt p{
    line-height: 30px;
    text-align: left;
    margin: 0 auto;
      margin-top: 30px;
      margin-bottom: 30px;
  }
  .factory_img_box img{
    padding:0 2px ;
  }
  .fac_ceo_box{
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: top;
    z-index: 2;
  }
  .fac_ceo_box img.ceo_img{
    border-radius: 20px;
    width: 80%;
    margin: 0 auto;
      text-align: center;

  }
  .fac_ceo_box img.ceo_tag{
    width: 200px;
    position: absolute;
    bottom:-20px;
    left: 10px;
  }
}
/* contact------------------------------------------------------------- */
.contact_con{
  width:100%;
  margin: 0 auto;
  text-align: center;
}
/*　メールフォーム---------　*/

#formWrap {
  width: 100%;
  margin: 0 auto;
  color: #42210B;
  font-size: 16px;
  font-weight: bold;
  padding: 0px 0px;
}

#formWrap p{
  line-height: 30px;
  margin-bottom: 40px;
}
#formWrap p span {
  font-size: 14px;
}

table.formTable {
  width: 100%;
  margin: 0 auto;
  display: inline;
}

table.formTable td, table.formTable th {
  display: block;
}

table.formTable th {
  width: 150px;
  padding: 5px;
  background: #42210B;
  text-align: center;
  color: #fff;
  margin-bottom: -2px;
  margin-left: 1px;
}

table.formTable02 {
  width: 100%;
  margin: 0 auto;
  font-size: 24px;
  padding: 60px 0;
  font-weight: bold;
}

table.formTable02 th {
  width: 980px;
  padding: 5px;
  background: #42210B;
  text-align: center;
  color: #fff;
  margin-bottom: -2px;
  margin-left: 1px;
}



input[type="text"] {
  width: 580px;
  height: 50px;
  border: 1px solid #42210B;
  margin-bottom: 20px;
  padding-left: 20px;
  /* display: block; */
}
textarea {
  width: 100%;
  height: 200px;
  border: 1px solid #42210B;
  padding: 0;
  padding-left: 20px;
  /* display: block; */
}
.contact_btn{
  margin-top: 20px;
}
.form_box{
  width: 100%;
  margin: 0 auto;
}
table.formTable02 {
  width: 100%;
  margin: 0 auto;
  font-size: 16px;
  padding: 60px 0;
  margin-bottom: 60px;
}

table.formTable02 th {
  width: 200px;
    padding: 9px;
    background: #42210B;
    text-align: left;
    color: #fff;
    margin-bottom: 1px;
    margin-left: 1px;
}

@media screen and (max-width:572px) {
  #formWrap {
    width: 95%;
    margin: 0 auto;
  }

  table.formTable th, table.formTable td {
    display: block;
  }

  table.formTable th {
    margin-top: 5px;
    border-bottom: 0;
  }

  input[type="text"], textarea {
    width: 100%;
    padding: 5px;
    font-size: 110%;
    display: block;
  }

  input[type="submit"], input[type="reset"], input[type="button"] {
    display: block;
    width: 100%;
    height: 70px;
  }

  .btn_02, a.btn_02, button.btn_02 {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #FFC812;
    border-radius: 0;
  }

  .btn_03, a.btn_03, button.btn_03 {
    font-size: 1.0rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #FFC812;
    border-radius: 0;
  }

  input[type="submit"].btn-border {
    border-radius: 0;
    background: #42210B;
    margin-bottom: 0px;
  }

  input[type="submit"].btn-border:hover {
    border: 2px solid #42210B;
    color: #42210B;
    background: #fff;
  }

  input[type="reset"].btn-border_re {
    border: 2px solid #42210B;
    color: #42210B;
    background: #fff;
    border-radius: 0 !important;
  }

  input[type="reset"].btn-border_re:hover {
    color: #fff;
    background: #42210B;
  }

  input[type="button"].btn-border_re {
    border: 2px solid #42210B;
    color: #42210B;
    background: #fff;
    border-radius: 0;
    margin-top: 30px;
  }

  input[type="button"].btn-border_re:hover {
    color: #fff;
    background: #42210B;
  }

  table.formTable02 {
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
    padding: 60px 0;
    font-weight: bold;
    margin-bottom: 60px;
  }

  table.formTable02 th {
    width: 113px;
    padding: 8px;
    background: #42210B;
    text-align: center;
    color: #fff;
    margin-bottom: -2px;
    margin-left: 1px;
  }
}
.btn_02, a.btn_02, button.btn_02 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 0;
}
.btn_03, a.btn_03, button.btn_03 {
  font-size: 1.0rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 0;
}
input[type="submit"].btn-border {
  border-radius: 0;
  background: #42210B;
}
input[type="submit"].btn-border:hover {
  border: 2px solid #42210B;
  color: #42210B;
  background: #fff;
}
input[type="reset"].btn-border_re {
  border: 2px solid #42210B;
  color: #42210B;
  background: #fff;
  border-radius: 0;
}
input[type="reset"].btn-border_re:hover {
  color: #fff;
  background: #42210B;
}
input[type="button"].btn-border_re {
  border: 2px solid #42210B;
  color: #42210B;
  background: #fff;
  border-radius: 0;
}
input[type="button"].btn-border_re:hover {
  color: #fff;
  background: #42210B;
}
/* footer------------------------------------------------------------- */
footer{
  background-color: #42210B;
  width: 100%;
  padding: 10px 0;
  margin: 0 auto;
  text-align: center;
}
.footer_logo{
  text-align: center;
  margin: 0 auto;
  padding-left:0px;
  display: inline-block;
  margin-bottom: 20px;
}
.footer_logo img{
  display: inline-block;
  vertical-align: bottom;
}
.copylight{
  text-align: center;
  color: #fff;
  font-size: 10px;
  padding-left:0px;
  display: inline-block;
}
.footer_navi{
  text-align: center;
  display: inline-block;
}
.footer_navi i{
  font-size: 15px;
  margin-right: 10px;
  margin-bottom: 5px;
}
.footer_navi ul{
  padding-left: 0;

}
.footer_navi ul li{
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  padding:0px 10px;
  font-size: 12px;

}
.footer_navi ul li a{
  color: #fff;
}
}
