@charset "UTF-8";
/*----- Webフォント -----*/
@import url('https://fonts.googleapis.com/css2?family=Crimson+Text&family=Noto+Sans+JP:wght@300;400;500&family=Noto+Serif+JP:wght@300;400;500&display=swap');
/*--------------------    デフォルトスタイル    --------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 1.4rem; /*-------------------- フォントサイズ--*/
  vertical-align: baseline;
  background: transparent;
}
html {
  font-size: 62.5%;
}
body, table, input, textarea, select, option {
  font-family: source-han-sans-japanese, sans-serif; /*-------------------- フォントファミリー--*/
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  color: #000;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
mark {
  background-color: #ff9;
  color: #4f5151;
  font-weight: bold;
}
img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
}
::selection {
  background: #e5e3e1;
  color: #fff;
}
::-moz-selection {
  background: #e5e3e1;
  color: #fff;
}
/*------------------------------------------------------------
    レイアウト
------------------------------------------------------------*/
body {
  position: relative;
  min-width: 1200px;
  color: #000; /*-------------------- デフォルト フォントカラー--*/
  font-weight: 300; /*-------------------- デフォルト フォントウェイト--*/
  font-size: 1.4rem; /*-------------------- デフォルト フォントサイズ--*/
  line-height: 2.3; /*-------------------- デフォルト 行間--*/
  letter-spacing: 1px;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  background-color: #fff;
  padding-top: 82px;
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;

}
a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
}
section {
  overflow: hidden;
}
@media all and (min-width: 751px) {
body {
	-webkit-font-smoothing: antialiased; /*なめらか*/
    -moz-osx-font-smoothing: grayscale; /*なめらか*/
}
  .sp {
    display: none !important;
  }
}
@media all and (max-width: 750px) {
  body {
    min-width: inherit;
    padding-top: 58px;
  }
  a:hover, a:hover img {
    opacity: 1 !important;
  }
  .pc {
    display: none !important;
  }
  a[href^="tel:"] {
    cursor: pointer;
    pointer-events: auto;
  }
}
/*------------------------------------------------------------
    Header(共通)
------------------------------------------------------------*/
#gHeader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 0;
  background-color: #fff;
  transition: 0.2s;
  z-index: 100;
  border-bottom: 1px solid #EBEBEB;
}
#gHeader .hBox {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
#gHeader .hBox h1 {
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
  line-height: 1;
}
#gHeader .hBox h1 a {
  display: inline-block;
  font-family: garamond-premier-pro, serif;
  font-weight: 600;
  font-style: normal;
  font-size: 3.1rem;
  line-height: 1;
  color: #000;
  letter-spacing: 2px;
}
.menuBtn {
  width: 76px;
  height: 76px;
  margin-left: auto;
  margin-right: 1%;
  background: #fff;
  position: relative;
}
.menuBtn .bar {
  display: block;
  width: 50%;
  height: 3px;
  background: #000;
  position: absolute;
  left: 18px;
  transition: all 0.5s;
}
.menuBtn .b01 {
  top: 22px;
}
.menuBtn .b02 {
  top: 35px;
}
.menuBtn .txt {
  position: relative;
  top: 40px;
  left: 16px;
  font-size: 1.5rem;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}
.menuBtn .txt02 {
  display: none;
}
.open_hBox .menuBtn .b01 {
  transform: rotate(45deg);
  top: 27px;
}
.open_hBox .menuBtn .b02 {
  transform: rotate(-45deg);
  top: 27px;
}
.open_hBox .menuBtn .txt01 {
  display: none;
}
.open_hBox .menuBtn .txt02 {
  display: block;
  margin-left: -2px;
}
.h_nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 90;
  background: #fff;
}
.h_nav .navBox {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 200px 100px;
  display: flex;
  justify-content: space-between;
}
.h_nav .navBox .listBox {
  width: 600px;
  padding: 15px 0;
}
.h_nav .navBox .listBox .navUl li {
  font-family: ten-mincho-text, serif;
  font-weight: 400;
  font-style: italic;
  font-size: 2rem;
  margin-bottom: 30px;
  letter-spacing: 6px;
  display: inline-block;
  width: 48%;
}
.h_nav .navBox .shopBtn {
  width: 100%;
  margin-top: 10px;
  position: relative;
}
.h_nav .navBox .shopBtn:before {
  position: absolute;
  content: "";
  top: 34%;
  right: 50px;
  width: 23px;
  height: 18px;
  background: url("img/common/link_icon.png")no-repeat;
  background-size: 100%;
}
.h_nav .navBox .shopBtn a {
  display: block;
  width: 96%;
  border: 1px solid #949494;
  padding: 10px 0;
  font-family: ten-mincho-text, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 4px;
  text-align: center;
  line-height: 1.2;
  position: relative;
  overflow: hidden;
}
.h_nav .navBox .shopBtn a .line {
  font-size: 1.6rem;
}
.h_nav .navBox .shopBtn a .sTxt {
  font-size: 1.2rem;
  font-style: italic;
}
/*hoverした際のボタンの形状*/
.h_nav .navBox .shopBtn a:hover {
  opacity: 1;
  color:#fff;
  border-color: transparent;
    /*色の変化を遅らせる*/
  transition-delay: .4s;
}
/*線の設定*/
.h_nav .navBox .shopBtn a .line {
  display: block;
  z-index: 200;
}
/*== 線から塗に変化（中央から外） */
/*線の設定*/
.h_nav .navBox .shopBtn a .line::before,
.h_nav .navBox .shopBtn a .line::after{
  content: '';
  /*絶対配置で線の位置を決める*/
  position: absolute;
  /*線の形状*/
  width: 100%;
  height:1px;
  background: #000;
  /*アニメーションの設定*/
  transition: all .3s;
  transform: scale(0,1);
  transform-origin: center;
}
/*上線*/
.h_nav .navBox .shopBtn a .line::before {
  left:0;
  top:0;
}
/*下線*/
.h_nav .navBox .shopBtn a .line::after {
  left:0;
  bottom:0;
}
/*hoverをすると線が伸びる*/
.h_nav .navBox .shopBtn a:hover .line::before,
.h_nav .navBox .shopBtn a:hover .line::after{
  transform: scale(1,1);
}
/*背景の設定*/
.h_nav .navBox .shopBtn a:before{
  content: '';
  /*絶対配置で線の位置を決める*/
  position: absolute;
  left: 0;
  top:0;
  z-index: -1;
  /*背景の形状*/
  height: 100%;
  width: 100%;
  background:#333;
  /*アニメーションの設定*/
  transition: all .3s;
  transform: scale(0,1);
  transform-origin: center;
}
/*hoverをすると背景が伸びる*/
.h_nav .navBox .shopBtn a:hover:before{
  width: 100%;
  /*0.4秒遅れてアニメーション*/
  transition-delay: .4s;
  transform: scale(1,1);
}
.h_nav .navBox .shopBtn:hover:before {
  background: url("img/common/link_icon_b.png")no-repeat;
  background-size: 100%;
  transition-delay: .6s;
}
.h_nav .sideBox {
  border-left: 1px solid #000;
  box-sizing: border-box;
  padding: 15px 50px 0 70px;
}
.h_nav .sideBox li {
  font-size: 1.5rem;
  margin-bottom: 15px;
}
.h_nav .sideBox .sns {
  margin-bottom: 30px;
}
.h_nav .sideBox .sns img {
  width: 32px;
  margin-right: 10px;
}
@media all and (max-width: 750px) {
  #gHeader {
    width: 100%;
    padding: 3px 0;
    background: #fff;
  }
  #gHeader .hBox {
    width: 100%;
  }
 #gHeader .hBox h1 {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
  }
  #gHeader .hBox h1 a {
    font-size: 2.5rem;
  }
  /*----- メニューバー -----*/
  .menuBtn {
    width: 60px;
    height: 60px;
    margin-right: 3%;
  }
  .menuBtn .bar {
    display: block;
    width: 55%;
    height: 2px;
    right: 0;
  }
  .menuBtn .b01 {
    top: 18px;
  }
  .menuBtn .b02 {
    top: 28px;
  }
  .menuBtn .txt {
    position: relative;
    top: 28px;
    font-size: 1.1rem;
    padding-left: 3px;
  }
  .open_hBox .menuBtn .b01 {
    top: 25px;
  }
  .open_hBox .menuBtn .b02 {
    top: 25px;
  }
  .open_hBox .menuBtn .txt02 {
    top: 38px;
  }
  .h_nav .navBox {
    width: 85%;
    padding: 80px 0 0 0;
    flex-direction: column;
  }
  .h_nav .navBox .listBox {
    width: 100%;
    padding: 0;
  }
  .h_nav .navBox .listBox .navUl li {
    font-size: 1.7rem;
    letter-spacing: 4px;
    margin-bottom: 15px;
    display: block;
    width: 100%;
  }
  .h_nav .navBox .listBox .navUl li a {
    display: block;
    position: relative;
  }
  .h_nav .navBox .listBox .navUl li a:before {
    position: absolute;
    content: "";
    top: 40%;
    right: 4%;
    width: 8px;
    height: 8px;
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    transform: rotate(45deg);
  }
  .h_nav .navBox .shopBtn {
    margin-top: 30px;
  }
  .h_nav .navBox .shopBtn a {
    width: 100%;
    letter-spacing: 4px;
  }
  .h_nav .navBox .shopBtn a .line {
	font-size: 1.5rem;
  }
  .h_nav .navBox .shopBtn a .sTxt {
    font-size: 1.3rem;
  }
  .h_nav .navBox .shopBtn:before {
    right: 5%;
  }
  .h_nav .sideBox {
    border: none;
    padding: 0;
    text-align: center;
  }
  .h_nav .sideBox li {
    font-size: 1.3rem;
    margin-bottom: 15px;
    display: inline;
  }
  .h_nav .sideBox .sns {
    margin: 30px auto 10px;
    display: block;
    text-align: center;
  }
  .h_nav .sideBox .sns img {
    width: 38px;
    margin: 0 10px;
  }
}
@media all and (max-width: 374px) {
  .h_nav .navBox .listBox .navUl li {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .h_nav .navBox .shopBtn {
    margin-top: 20px;
  }
  .h_nav .navBox .shopBtn a {
    font-size: 1.4rem;
    padding: 6px 0;
  }
  .h_nav .navBox .shopBtn a span {
    font-size: 1.2rem;
  }
  .h_nav .sideBox li {
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: 0;
  }
  .h_nav .sideBox .sns {
    margin: 20px auto 10px;
  }
}
/*------------------------------------------------------------
    Header(TOP透過部分)
------------------------------------------------------------*/
#top_gHeader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 0;
  background-color: transparent;
  z-index: 100;
  transition: 0.2s;
  border-bottom: none;
}
#top_gHeader .hBox {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
#top_gHeader .hBox h1 {
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
  line-height: 1;
}
#top_gHeader .hBox h1 a {
  display: inline-block;
  font-family: garamond-premier-pro, serif;
  font-weight: 600;
  font-style: normal;
  font-size: 3.1rem;
  line-height: 1;
  color: #fff;
  letter-spacing: 2px;
}
.gHeader_scl {
  background-color: #fff !important;
  border-bottom: 1px solid #EBEBEB !important;
}
.gHeader_scl .hBox h1 a {
  color: #000 !important;
}
.top_header .open_hBox h1 a {
  color: #000;
}
@media all and (max-width: 750px) {
  #top_gHeader {
    width: 100%;
    padding: 3px 0;
    background: #fff;
  }
  #top_gHeader .hBox {
    width: 100%;
  }
  #top_gHeader .hBox h1 {
    position: absolute;
    top: 50%;
    left: 5%;
    width: auto;
    transform: translateY(-50%);
  }
  #top_gHeader .hBox h1 a {
    font-size: 2.5rem;
    color: #000;
  }
}
/*------------------------------------------------------------
    Footer
------------------------------------------------------------*/
#gFooter {
  padding: 45px 0 25px;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
}
#gFooter .fBox {
  width: 95%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
	align-items: center;
}
#gFooter .fBox .logoBox {
  margin: 0 0 15px 15px;
}
#gFooter .fBox .logoBox a {
  display: inline-block;
  font-family: garamond-premier-pro, serif;
  font-weight: 600;
  font-style: normal;
  font-size: 4.6rem;
  letter-spacing: 2.5px;
  line-height: 1;
}
#gFooter .fBox .sns {
  display: flex;
}
#gFooter .fBox .sns li img {
  width: 30px;
  margin-right: 12px;
}
#gFooter .fBox .sns li:last-child img {
  width: 34px;
  margin-top: -5px;
}
#gFooter .box02 {
  border-top: 1px solid #000;
  padding: 12px 0;
}
#gFooter .box02 .copy {
  letter-spacing: 0;
  margin-left: 10px;
	font-size: 1.3rem;
}
#gFooter .box02 .menuUl li {
  display: inline;
  font-size: 1.3rem;
}
@media all and (max-width: 750px) {
  #gFooter {
    padding: 45px 0 0;
  }
  #gFooter .fBox {
    width: 100%;
    margin: 0 auto;
    flex-direction: column;
    text-align: center;
  }
  #gFooter .fBox .logoBox {
    margin-bottom: 24px;
  }
  #gFooter .fBox .logoBox a {
    font-size: 3.5rem;
  }
  #gFooter .fBox .logoBox img {
    width: 225px;
  }
  #gFooter .fBox .sns {
    margin: 0 auto;
  }
  #gFooter .fBox .sns li img {
    width: 37px;
    margin-right: 16px;
  }
  #gFooter .fBox .sns li:last-child img {
    width: 40px;
    margin: -6px 0 0 0;
  }
  #gFooter .menuUl {
    margin: 20px 0;
  }
  #gFooter .menuUl li {
    display: inline;
    font-size: 1.3rem;
    letter-spacing: 0;
  }
  #gFooter .box02 {
    padding: 12px 0;
  }
  #gFooter .box02 .copy {
    letter-spacing: 0;
    font-size: 7px;
  }
}
/*------------------------------------------------------------
    ぱんくずリスト
------------------------------------------------------------*/
.breadcrumbs {
  width: 90%;
  margin: 20px auto 0;
  padding-left: 40px;
  z-index: 80;
  position: relative;
}
.f_bread {
  margin-bottom: 14px;
}
.breadcrumbs ol {}
.breadcrumbs ol li {
  display: inline-block;
  font-size: 1.2rem;
}
.breadcrumbs ol li a {
  font-size: 1.2rem;
}
@media all and (max-width: 750px) {
  .breadcrumbs {
    width: 95%;
    margin-top: 10px;
    padding-left: 5%;
  }
}
/*------------------------------------------------------------
    共通
------------------------------------------------------------*/
/* flex */
.flexBox {
  display: flex;
}
/* bg_gray */
.bg_gray {
	background: #E9E9E9;
}
/* headline01 */
.headline01 {
  font-family: ten-mincho-text, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3rem;
  letter-spacing: 8px;
  line-height: 1.8;
}
/* headline02 */
.headline02 {
  font-family: ten-mincho-text, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.2rem;
  letter-spacing: 8px;
}
.headline02 span {
  display: block;
  margin: 7px 0;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.5rem;
  font-weight: 300;
  letter-spacing: 3px;
}
.pTxt {
  margin-bottom: 40px;
  text-align: justify;
  line-height: 2.5;
}
input,a {
  transition: all 0.2s;
}
input:hover, a:hover {
  opacity: 0.6;
}
/* ボタン */
.viewBtn {
  text-align: right;
}
.viewBtn a {
  display: inline-block;
  width: 297px;
  text-align: right;
  font-size: 1.6rem;
  letter-spacing: 2px;
  padding-bottom: 3px;
  position: relative;
}
.viewBtn a:before {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 300px;
    height: 1px;
    background: #959595;
    transform: translateY(-50%);
	animation: border_anim 1.5s ease infinite;
}
@keyframes border_anim {
	0%{
		width: 0%;
		opacity: 0;
	}
	80% {
		opacity: 1;
	}
	100%{
		width: 100%;
		opacity: 0;
	}
}

.moreBtn a {
  display: inline-block;
  width: 297px;
  border: 1px solid #949494;
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 3px;
  padding: 6px 0;
  position: relative;
  overflow: hidden;
}
/*hoverした際のボタンの形状*/
.moreBtn a:hover {
  opacity: 1;
  color:#fff;
  border-color: transparent;
    /*色の変化を遅らせる*/
  transition-delay: .4s;
}
/*線の設定*/
.moreBtn a span{
  display: block;
  z-index: 2;
}
/*== 線から塗に変化（中央から外） */
/*線の設定*/
.moreBtn a span::before,
.moreBtn a span::after{
  content: '';
  /*絶対配置で線の位置を決める*/
  position: absolute;
  /*線の形状*/
  width: 100%;
  height:1px;
  background: #000;
  /*アニメーションの設定*/
  transition: all .3s;
  transform: scale(0,1);
  transform-origin: center;
}
/*上線*/
.moreBtn a span::before {
  left:0;
  top:0;
}
/*下線*/
.moreBtn a span::after {
  left:0;
  bottom:0;
}
/*hoverをすると線が伸びる*/
.moreBtn a:hover span::before,
.moreBtn a:hover span::after{
  transform: scale(1,1);
}
/*背景の設定*/
.moreBtn a:before{
  content: '';
  /*絶対配置で線の位置を決める*/
  position: absolute;
  left: 0;
  top:0;
  z-index: -1;
  /*背景の形状*/
  height: 100%;
  width: 100%;
  background:#333;
  /*アニメーションの設定*/
  transition: all .3s;
  transform: scale(0,1);
  transform-origin: center;
}
/*hoverをすると背景が伸びる*/
.moreBtn a:hover:before{
  width: 100%;
  /*0.4秒遅れてアニメーション*/
  transition-delay: .4s;
  transform: scale(1,1);
}
@media all and (max-width: 750px) {
  .flexBox {
    flex-direction: column;
  }
  .pTxt {
    margin-bottom: 20px;
    line-height: 2;
  }
  .headline01 {
    font-size: 2rem;
    letter-spacing: 3px;
  }
  .headline02 {
    font-size: 1.7rem;
    letter-spacing: 2px;
  }
  .viewBtn a {
    width: 90%;
    font-size: 1.5rem;
  }
  .viewBtn a:before {
    width: 100%;
  }
  .moreBtn a {
    width: 84%;
  }
}
/*------------------------------------------------------------
    TOP
------------------------------------------------------------*/
.topslider {
  margin-top: -120px;
  position: relative;
  height: calc(100vh + 40px);
}
.topslider img {
  height: calc(100vh + 40px);
  object-fit: cover;
}
.topslider .slide-dots {
  width: auto;
  position: absolute;
  bottom: 20px;
  left: 67px;
  z-index: 2;
}
.topslider .slide-dots li {
  display: inline;
}
.topslider .slide-dots li button {
  font-size: 0;
  background-color: transparent;
  border: 1px solid #fff;
  width: 50px;
  height: 8px;
  margin: 0 3px;
  outline: none;
}
.topslider .slide-dots .slick-active button {
  background: #fff;
}
.topslider li {
  position: relative;
}
.topslider li .ttl {
  font-family: ten-mincho-text, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.3rem;
  letter-spacing: 8px;
  line-height: 1.7;
  text-align: right;
  color: #fff;
  position: absolute;
  bottom: 100px;
  right: 6%;
}
.topslider li .shadow {
  text-shadow: 0 0 3px #594A2F;
}
.topslider li .left {
  bottom: 40%;
  right: auto;
  left: 6%;
  text-align: left;
}
.topslider li .ttl .italic {
  font-style: italic;
  font-size: 2.3rem;
  letter-spacing: 8px;
}
.topslider li .ttl .lineTxt {
	font-size: 2.3rem;
	border: 1px solid #fff;
	padding: 3px 5px 3px 12px;
	display: inline-block;
	margin: 18px 0;
}
.topScroll {
  position: absolute;
  top: 90vh;
  left: 50%;
  z-index: 2;
  transform: translate(-50%);
  text-align: center;
}
.topScroll a p {
  position: relative;
  letter-spacing: 0;
  color: #fff;
  animation-name: scroll-announce;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 0.9s;
}
@keyframes scroll-announce {
  0% {
    transform: translateY(0)
  }
  100% {
    transform: translateY(10px)
  }
}
.topScroll a p:before {
  position: absolute;
  content: "";
  top: 15px;
  left: 0;
  width: 1px;
  height: 40px;
  background: #fff;
  transform: rotate(-55deg);
}
.topScroll a p:after {
  position: absolute;
  content: "";
  top: 15px;
  left: 32px;
  width: 1px;
  height: 40px;
  background: #fff;
  transform: rotate(55deg);
}
.sideUl {
  position: fixed;
  bottom: 40%;
  right: 2%;
}
.sideUl li {
  margin-bottom: 10px;
}
.sideUl li a img {
  width: 30px;
  height: 30px;
}
.index {
  margin-top: -15px;
}
.index .italic {
  font-style: italic;
  font-size: 3rem;
}
.index .sec01 {
  padding-bottom: 120px;
}
.index .sec01 .flexBox {
  width: 1000px;
  margin: 0 auto;
  padding: 240px 0 100px;
}
.index .sec01 .flexBox .imgBox {
  display: flex;
  flex-direction: column;
}
.index .sec01 .flexBox .imgBox .photo01 {
  width: 382px;
  z-index: 2;
}
.index .sec01 .flexBox .imgBox .photo02 {
  width: 510px;
  margin: -60px 0 0 180px;
}
.index .sec01 .flexBox .textBox {
  margin: -80px 0 0 -200px;
}
.index .sec01 .flexBox .textBox .headline01 {
  margin-bottom: 30px;
}
.index .sec01 .inBox {
  width: 735px;
  margin: 0 auto;
  background: #fff;
  padding: 30px 0;
  text-align: center;
}
.index .sec01 .inBox ul {
  text-align: left;
  width: 470px;
  margin: 10px auto;
  box-sizing: border-box;
  padding-left: 10px;
}
.index .sec01 .inBox ul li {
  font-size: 1.6rem;
  text-indent: -1.5rem;
  text-align: justify;
  letter-spacing: 3px;
}
.index .sec01 .pBox {
  text-align: center;
  margin-top: 60px;
}
.index .sec01 .pBox .pTxt {
  text-align: center;
  letter-spacing: 2px;
}
.index .sec01 .pBox .viewBtn {
  width: 735px;
  text-align: right;
  margin: 0 auto 140px;
}
.index .sec01 .pBox img {
  width: 728px;
}
.index .sec02 {
  padding: 120px 0 0;
}
.index .sec02 .flexBox {
  width: 1200px;
  margin: 0 auto 160px;
  justify-content: space-between;
  align-items: center;
}
.index .sec02 .flexBox .imgBox img {
  width: 685px;
}
.index .sec02 .flexBox .textBox {
  width: 500px;
  box-sizing: border-box;
  padding: 0 70px;
  text-align: center;
}
.index .sec02 .flexBox .textBox .headline01 {
  text-align: left;
  margin-bottom: 20px;
}
.index .sec02 .flexBox .textBox p {
  text-align: justify;
  line-height: 2.5;
  letter-spacing: 2px;
}
.index .sec03 {
  padding: 100px 0 160px 0;
  text-align: center;
}
.index .sec03 img {
  margin: 40px auto 25px;
  width: 1049px;
}
.index .sec03 .flexBox {
  width: 1049px;
  margin: 0 auto;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 40px;
}
.index .sec03 .flexBox .headline02 {
  letter-spacing: 3px;
}
.index .sec03 .flexBox p {
	line-height: 2;
}
.index .sec03 .flexBox .leftBox, .index .sec03 .flexBox .rightBox {
  text-align: justify;
  box-sizing: border-box;
  width: 45%;
  position: relative;
}
.index .sec03 .flexBox .viewBtn {
  position: absolute;
  bottom: -40px;
  right: 0;
}
.index .sec04 {
  padding: 90px 0 100px;
  text-align: center;
}
.index .sec04 .headline01 {
  font-style: italic;
  font-size: 3.5rem;
}
.index .sec04 .blogList {
  display: flex;
  justify-content: space-between;
  width: 1012px;
  margin: 50px auto 70px;
}
.index .sec04 .blogList .blogCon {
  width: 323px;
  position: relative;
  text-align: left;
}
.index .sec04 .blogList .blogCon .imgBox {
  height: 215px;
  overflow: hidden;
}
.index .sec04 .blogList .blogCon .imgBox img {
  margin-top: -30px;
}
.index .sec04 .blogList .blogCon .cate {
  position: absolute;
  top: 8px;
  left: 8px;
  background: #fff;
  padding: 0 5px;
  font-size: 1.3rem;
}
.index .sec04 .blogList .blogCon .title {
  font-family: ten-mincho-text, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  line-height: 1.5;
  margin-top: 20px;
}
.index .sec04 .blogList .blogCon .date {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
}
.index .sec04 .shop {
  margin: 100px auto 0;
  width: 583px;
}
.index .sec05 {
  padding: 110px 0 80px;
}
.index .sec05 .flexBox {
  width: 870px;
  margin: 0 auto;
}
.index .sec05 .flexBox .headline01 {
  font-size: 6.2rem;
  margin-right: 60px;
  line-height: 1;
}
.index .sec05 .flexBox .newsUl {
  border-top: 1px solid #949494;
  width: 100%;
}
.index .sec05 .flexBox .newsUl li {
  border-bottom: 1px solid #949494;
  padding: 30px 40px;
}
.index .sec05 .flexBox .newsUl li .date {
  margin-right: 50px;
}
.index .sec05 .viewBtn {
	width: 970px;
	margin: 40px auto 0;
}
.index .sec06 {
  padding: 120px 0;
  text-align: center;
}
.index .sec06 .headline01 {
  font-size: 4rem;
  letter-spacing: 5px;
}
.index .sec06 .instaBox_pc {
  width: 1200px;
  margin: 55px auto 60px;
}
.index .sec06 .instaBox_pc #sb_instagram {
  width: 100%!important;
}
.index .sec06 .instaBox_pc #sb_instagram #sbi_images .slick_slide {
	height: auto;
}
.index .sec06 .instaBox_pc #sb_instagram #sbi_images .sbi_item {
  width: 240px!important;
  height: 240px!important;
  padding: 0 5px!important;
}

@media all and (max-width: 750px) {
  .topslider {
    width: 100%;
    height: calc(100vh - 50px);
    margin-top: 0;
  }
  .topslider img {
    height: calc(100vh - 50px);
  }
  .topslider .slide-dots {
    width: 300px;
    position: absolute;
    bottom: 4%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .topslider .slide-dots li button {
    width: 54px;
    height: 5px;
  }
  .topslider li .ttl {
    font-size: 1.9rem;
    letter-spacing: 4px;
    line-height: 1.8;
    top: 15%;
    left: 6%;
	text-align: left;
  }
  .topslider li .sp_top {
	top: 10%;
  }
  .topslider li .sp_bottom {
	top: 70%;
	text-align: right;
  }
  .topslider li .ttl .italic {
    font-size: 1.9rem;
  }
  .topslider li .ttl .lineTxt {
	font-size: 1.9rem;
	margin: 15px auto;
  }
  .topslider li .ttl .sp_small {
	letter-spacing: 0;
  }
  .index {
    margin-top: -15px;
  }
  .index .italic {
    font-size: 2rem;
  }
  .index .sec01 {
    background: #EBEBEB;
    padding-bottom: 0;
  }
  .index .sec01 .flexBox {
    width: 100%;
    padding: 40px 0 70px 0;
    flex-direction: column-reverse;
  }
  .index .sec01 .flexBox .imgBox {
    margin-top: 26px;
  }
  .index .sec01 .flexBox .imgBox .photo01 {
    width: 80%;
    margin-left: 4%;
  }
  .index .sec01 .flexBox .imgBox .photo02 {
    width: 70%;
    margin: -20px 0 0 30%;
  }
  .index .sec01 .flexBox .textBox {
    margin: 0 6%;
  }
  .index .sec01 .flexBox .textBox .headline01 {
    margin-bottom: 15px;
  }
  .index .sec01 .inBox {
    width: 95%;
    padding: 20px 0;
  }
  .index .sec01 .inBox ul {
    text-align: left;
    width: 80%;
  }
  .index .sec01 .inBox ul li {
    font-size: 1.4rem;
    text-indent: -1.4rem;
  }
  .index .sec01 .pBox {
    width: auto;
  }
  .index .sec01 .pBox .pTxt {
    text-align: justify;
    margin: 40px 6% 0 6%;
  }
  .index .sec01 .pBox .viewBtn {
    width: auto;
    margin: 30px 6% 80px;
  }
  .index .sec01 .pBox img {
    width: 100%;
  }
  .index .sec02 {
    padding: 100px 0 0;
  }
  .index .sec02 .flexBox {
    width: 100%;
    margin: 0 auto 100px;
    flex-direction: column-reverse;
  }
  .index .sec02 .flexBox:nth-child(2) {
    flex-direction: column;
  }
  .index .sec02 .flexBox .imgBox img {
    width: 100%;
  }
  .index .sec02 .flexBox .textBox {
    width: auto;
    box-sizing: border-box;
    padding: 0 6%;
    text-align: center;
    margin-bottom: 30px;
  }
  .index .sec02 .flexBox .textBox .headline01 {
    text-align: left;
    margin-bottom: 5px;
    letter-spacing: 6px;
  }
	.index .sec02 .flexBox .textBox p {
		line-height: 2;
	}
  .index .sec03 {
    padding: 60px 0 0;
  }
  .index .sec03 img {
    margin: 20px auto;
    width: 100%;
  }
  .index .sec03 .flexBox {
    width: auto;
    margin: 30px 6% 0;
    padding: 0;
  }
  .index .sec03 .flexBox .headline02 {
    font-size: 2.2rem;
    line-height: 1.4;
	letter-spacing: 5px;
	  margin-bottom: 12px;
  }
  .index .sec03 .flexBox .leftBox, .index .sec03 .flexBox .rightBox {
    width: auto;
    margin-bottom: 150px;
  }
  .index .sec03 .flexBox .viewBtn {
    bottom: -50px;
    width: 100%;
  }
  .index .sec04 {
    padding: 60px 0;
  }
  .index .sec04 .headline01 {
    font-size: 2.5rem;
  }
  .index .sec04 .blogList {
    flex-direction: column;
    width: auto;
    margin: 30px 8% 0;
  }
  .index .sec04 .blogList .blogCon {
    width: 100%;
    margin-bottom: 50px;
  }
  .index .sec04 .blogList .blogCon .cate {
    font-size: 1.2rem;
  }
  .index .sec04 .blogList .blogCon .title {
    font-size: 1.9rem;
    line-height: 1.3;
  }
  .index .sec04 .blogList .blogCon .date {
    font-size: 1.3rem;
  }
  .index .sec04 .shop {
    margin: 70px auto 30px;
    width: 90%;
  }
  .index .sec05 {
    padding: 60px 0;
  }
  .index .sec05 .flexBox {
    width: auto;
    margin: 0 8%;
  }
  .index .sec05 .flexBox .headline01 {
    font-size: 2.5rem;
    text-align: center;
    margin: 0 0 40px 0;
  }
  .index .sec05 .flexBox .newsUl li {
    padding: 26px 5% 20px;
  }
  .index .sec05 .flexBox .newsUl li .date {
    display: block;
    line-height: 1;
    font-size: 1.3rem;
  }
  .index .sec05 .viewBtn {
	width: 84%;
	margin-top: 30px;
}
  .index .sec06 {
    padding: 60px 0;
  }
  .index .sec06 .headline01 {
    font-size: 2.5rem;
  }
  .index .sec06 .instaBox_sp {
    width: 100%;
    margin: 40px auto 50px;
}
  .index .sec06 .instaBox_sp #sb_instagram #sbi_images .sbi_item {
    width: auto!important;
    height: auto!important;
    padding: 0!important;
}
	.index .sec06 .instaBox_sp #sb_instagram #sbi_images .sbi_item .sbi_photo {
		margin: 0 5px;
	}
	.index .sec06 .instaBox_sp #sb_instagram #sbi_images .slick-slide {
		height: auto!important;
	}
}
@media all and (max-width: 374px) {
  .topslider li .ttl {
    font-size: 1.7rem;
    letter-spacing: 3px;
	}
  .topslider li .ttl .italic {
    font-size: 1.7rem;
  }
  .topslider li .ttl .lineTxt {
	font-size: 1.7rem;
  }
  .topslider li .ttl .sp_small {
	padding: 5px 3px;
  }
}
/*------------------------------------------------------------
    AKKOの世界
------------------------------------------------------------*/
.world {
  margin-top: -40px;
}
.world .sec01 {
  text-align: center;
  padding: 80px 0;
}
.world .sec01 .inBox .headline01 {
  letter-spacing: 12px;
}
.world .sec01 .inBox .pTxt {
  width: 580px;
  margin: 20px auto 0;
}
.world .content .inBox {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding: 120px 0;
}
.world .content .inBox .flexBox {
  justify-content: space-between;
}
.world .content .inBox .headline01 {
  margin-bottom: 120px;
  letter-spacing: 10px;
}
.world .content .inBox .headline02 {
  line-height: 1.9;
  margin-bottom: 20px;
}
.world .content .viewBtn {
	width: 1050px;
	margin: 20px auto 0;
}
.world .content .Btn_l {
	width: 300px;
	margin: -40px auto 120px;
}
.world .content .inBox .flexBox .imgBox {
  display: flex;
  flex-direction: column;
}
.world .content .inBox .flexBox .imgBox .photo01 {
  width: 439px;
  margin-left: 40px;
}
.world .content .inBox .flexBox .imgBox .photo02 {
  width: 327px;
  margin: 20px 0 0 250px;
}
.world .content .inBox .flexBox .textBox {
  width: 480px;
  text-align: justify;
  margin-right: 90px;
}
.world .bg_gray .inBox .flexBox .textBox {
  margin: 0 60px 0 130px;
}
.world .bg_gray .inBox .flexBox .imgBox .photo01 {
  margin: 0;
}
.world .bg_gray .inBox .flexBox .imgBox .photo02 {
  margin: 20px 40px 0 200px;
}
.world .content .inBox .flexBox .textBox .point {
  font-family: ten-mincho-text, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.2rem;
  letter-spacing: 2px;
  line-height: 1.5;
  display: block;
  margin: 60px 0 5px;
}
.world .content .inBox .flexBox .textBox .pointUl li {
  margin-bottom: 3px;
}
.world .content .inBox .imgUl {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}
.world .content .inBox .imgUl li {
  padding: 0 6px;
  width: 203px;
}
@media all and (max-width: 750px) {
  .world .sec01 {
    padding: 80px 0;
  }
  .world .sec01 .inBox .headline01 {
    font-size: 2.4rem;
  }
  .world .sec01 .inBox .pTxt {
    width: auto;
    margin: 20px 6% 0;
    line-height: 2.5;
  }
  .world .content .inBox {
    width: auto;
    margin: 0 6%;
    padding: 80px 0;
  }
  .world .content .inBox .headline01 {
    margin-bottom: 40px;
    letter-spacing: 6px;
  }
  .world .content .inBox .headline02 {
    letter-spacing: 5px;
  }
  .world .content .viewBtn {
	width: 100%;
	margin: 40px auto 0;
}
  .world .content .Btn_l {
	width: 100%;
	margin: 40px auto 0;
}
  .world .content .inBox .flexBox .imgBox .photo01 {
    width: 100%;
    margin: 0;
  }
  .world .content .inBox .flexBox .textBox {
    width: 100%;
    margin: 40px 0 0 0;
  }
  .world .bg_gray .inBox .flexBox {
    flex-direction: column-reverse;
  }
  .world .bg_gray .inBox .flexBox .textBox {
    margin: 50px 0 0 0;
  }
  .world .content .inBox .flexBox .textBox .point {
    font-size: 2rem;
    margin-top: 50px;
  }
  .world .content .inBox .flexBox .textBox .pointUl {
    padding-left: 5%;
  }
  .world .content .inBox .imgSlider {
    margin: 60px calc(50% - 50vw) 0;
    width: 100vw;
  }
  .world .content .inBox .imgSlider li {
    box-sizing: border-box;
    padding: 0 5px;
  }
}
/*------------------------------------------------------------
    プロポリス製品について
------------------------------------------------------------*/
.product {
  margin-top: -50px;
}
.product .headline02 {
  font-size: 2.6rem;
  letter-spacing: 6px;
}
.product .sec01 {
  position: relative;
}
.product .sec01:before {
  position: absolute;
  top: 70%;
  content: "";
  width: 360px;
  height: 313px;
  background-image: url("img/product/img01.png");
  background-size: 100%;
  background-repeat: no-repeat;
}
.product .sec01 .flexBox {
  justify-content: center;
}
.product .sec01 .flexBox .textBox {
  width: 482px;
  margin: 180px 0 0 0;
}
.product .sec01 .flexBox .textBox .headline01 span {
  font-size: 1.6rem;
  letter-spacing: 3px;
  display: inline-block;
  margin-bottom: 20px;
}
.product .sec01 .flexBox .imgBox {
  width: 40%;
  margin: 0 -30px 0 0;
}
.product .sec01 .inBox {
  width: 698px;
  margin: 0 auto 120px;
}
.product .sec01 .inBox .title {
  font-family: garamond-premier-pro, serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
  letter-spacing: 5px;
  color: rgba(69, 96, 66, 0.2);
  font-size: 9rem;
  margin: 0 0 30px -120px;
  display: inline-block;
}
.product .sec02 {
  padding: 120px 0 60px;
  position: relative;
}
.product .sec02:before {
  position: absolute;
  top: -3%;
  right: -5%;
  content: "";
  width: 360px;
  height: 313px;
  background-image: url("img/product/img01.png");
  background-size: 100%;
  background-repeat: no-repeat;
}
.product .sec02:after {
  position: absolute;
  top: 20%;
  left: -6%;
  content: "";
  width: 360px;
  height: 313px;
  background-image: url("img/product/img01.png");
  background-size: 100%;
  background-repeat: no-repeat;
}
.product .sec02 .inBox {
  margin-bottom: 110px;
}
.product .sec02 .inBox .headline01 {
  font-size: 2.8rem;
  letter-spacing: 5px;
  text-align: center;
  margin-bottom: 70px;
}
.product .sec02 .inBox .headline02 {
  width: 717px;
  margin: 0 auto 20px;
  padding: 0 0 10px 8px;
  border-bottom: 1px solid #959595;
  line-height: 1.7;
}
.product .sec02 .inBox .pTxt {
  width: 698px;
  margin: 0 auto 40px;
}
.product .sec02 .inBox .flexBox {
  width: 698px;
  margin: 0 auto;
}
.product .sec02 .inBox .flexBox .textBox .pTxt {
  width: 475px;
}
.product .sec02 .inBox .flexBox .imgBox {
  width: 361px;
  margin: 10px -180px 0 30px;
}
.product .sec02 .inBox .figureBox {
  display: flex;
  justify-content: space-between;
  width: 760px;
  margin: 60px auto 0;
  text-align: center;
}
.product .sec02 .inBox .figureBox .name {
  font-weight: 500;
  font-size: 1.6rem;
  display: block;
  line-height: 1.4;
}
.product .sec02 .inBox .figureBox .annTxt {
  font-size: 1.3rem;
  display: block;
  line-height: 1.4;
  margin-top: 20px;
}
.product .sec02 .inBox .figureBox ul {
  margin-top: 30px;
}
.product .sec02 .inBox .figureBox ul li {
  display: inline-block;
  margin-bottom: -20px;
  font-size: 1.3rem;
  font-weight: 500;
  position: relative;
  padding-left: 20px;
}
.product .sec02 .inBox .figureBox ul .green:before {
  position: absolute;
  content: "";
  top: 34%;
  left: 5px;
  width: 10px;
  height: 10px;
  background: #007700;
}
.product .sec02 .inBox .figureBox ul .brown:before {
  position: absolute;
  content: "";
  top: 34%;
  left: 5px;
  width: 10px;
  height: 10px;
  background: #886500;
}
.product .sec02 .inBox .figureBox ul .green02:before {
  position: absolute;
  content: "";
  top: 34%;
  left: 5px;
  width: 10px;
  height: 10px;
  background: #009E00;
}
.product .sec02 .inBox .figureBox ul .green03:before {
  position: absolute;
  content: "";
  top: 34%;
  left: 5px;
  width: 10px;
  height: 10px;
  background: #99D346;
}
.product .sec02 .inBox .figureBox ul .green04:before {
  position: absolute;
  content: "";
  top: 34%;
  left: 5px;
  width: 10px;
  height: 10px;
  background: #7B9176;
}
.product .sec02 .inBox .figureBox .leftBox {
  width: 40%;
  position: relative;
}
.product .sec02 .inBox .figureBox .leftBox:before {
  position: absolute;
  content: "";
  top: 40%;
  right: -26%;
  border-top: 26px solid transparent;
  border-bottom: 26px solid transparent;
  border-left: 26px solid rgba(0, 0, 0, 0.5);
}
.product .sec02 .inBox .figureBox .rightBox {
  width: 47%;
}
.product .sec02 .inBox .figureBox .leftBox img {
  margin-top: 50px;
}
.product .sec02 .inBox .figureBox .leftBox ul {
  width: 110%;
  margin-left: -5%;
}
.product .sec02 .inBox .figureBox .leftBox ul .green {
  padding-right: 30px;
}
.product .sec02 .inBox .figureBox .rightBox ul li:nth-child(1) {
  padding-right: 30px;
}
.product .sec02 .inBox .figureBox .rightBox img {
  margin: 10px -50px 0 30px;
}
.product .sec02 .inBox .figureBox .rightBox ul .green03 {
  padding-right: 63px;
}
.product .sec02 .title {
  font-size: 1.6rem;
  font-weight: 500;
  display: block;
  text-align: center;
  margin: 100px auto 30px;
}
.product .sec02 .lineBox {
  width: 1040px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.product .sec02 .lineBox .inBox {
	margin-bottom: 50px;
}
.product .sec02 .lineBox .mc {
  position: relative;
}
.product .sec02 .lineBox .mc:before {
  position: absolute;
  content: "";
  left: 5px;
  top: -50px;
  width: 52px;
  height: 65px;
  background: url("img/product/img02.png")no-repeat;
  background-size: 100%;
}
.product .sec02 .lineBox .inBox {
  width: 240px;
}
.product .sec02 .lineBox .inBox .li_name {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 500;
  background: #426042;
  display: block;
  text-align: center;
  padding: 15px 0;
}
.product .sec02 .lineBox .inBox:nth-child(1) .li_name {
  padding: 23px 0;
}
.product .sec02 .lineBox .inBox .sub_name {
  font-size: 1.3rem;
}
.product .sec02 .lineBox .inBox .inner {
  background: #fff;
  border-top: none;
  text-align: center;
  box-sizing: border-box;
  padding: 0 20px;
  height: 520px;
}
.product .sec02 .lineBox .inBox .inner img {
  height: 135px;
  width: auto;
  margin: 20px 0;
}
.product .sec02 .lineBox .inBox .inner .textBox {
  text-align: justify;
}
.product .sec02 .lineBox .inBox .inner .textBox .comp {
  width: 100%;
  display: flex;
  margin-bottom: 3px;
}
.product .sec02 .lineBox .inBox .inner .textBox .comp .green {
  background: #007700;
  color: #fff;
  font-size: 1.2rem;
  display: inline-block;
  line-height: 2;
  width: 50%;
  padding-left: 5px;
}
.product .sec02 .lineBox .inBox .inner .textBox .comp .gray {
  background: #EBEBEB;
  font-size: 1.2rem;
  display: inline-block;
  line-height: 2;
  width: 49%;
  padding-left: 5px;
}
.product .sec02 .lineBox .inBox .inner .textBox .pTxt {
  width: 100%;
  margin: 20px 0;
  font-size: 1.2rem;
  line-height: 2;
}
.product .sec02 .mcBox {
  display: flex;
  justify-content: center;
  align-items: center;
}
.product .sec02 .mcBox img {
  width: 37px;
  height: 46px;
  margin-right: 10px;
}
.product .sec02 .mcBox p {
  font-size: 1.3rem;
  line-height: 1.4;
}
.product .sec03 {
  padding: 200px 0 150px;
}
.product .sec03 .headline01 {
  font-size: 2.8rem;
  text-align: center;
  margin-bottom: 80px;
}
.product .sec03 .flexBox {
  width: 900px;
  margin: 0 auto 140px;
  justify-content: space-between;
}
.product .sec03 .flexBox .imgBox {
  width: 360px;
}
.product .sec03 .flexBox .textBox {
  width: 480px;
}
.product .sec03 .flexBox .textBox .headline02 {
  margin-bottom: 20px;
  position: relative;
}
.product .sec03 .flexBox .textBox .headline02:before {
  content: "";
  top: 100%;
  right: 6%;
  position: absolute;
  width: 510px;
  height: 60px;
  border-top: 1px solid #959595;
  border-left: 1px solid #959595;
  transform: skewX(-45deg);
}
.product .sec03 #a_product {
	padding-top: 200px;
	margin-top: -200px;
}
.product .sec03 .pBox {
  text-align: center;
  margin-top: -50px;
}
.product .sec03 .pBox .headline02 {
  font-size: 2rem;
  margin: 60px auto 20px;
}
.product .sec03 .pBox .bTxt {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 20px;
}
.product .sec04 {
  padding: 80px 0 160px;
  text-align: center;
  position: relative;
}
.product .sec04:before {
  position: absolute;
  top: -12%;
  right: -1%;
  content: "";
  width: 360px;
  height: 313px;
  background-image: url("img/product/img01.png");
  background-size: 100%;
  background-repeat: no-repeat;
}
.product .sec04 span {
  font-weight: 500;
  font-weight: 1.5rem;
}
.product .sec04 ul {
  width: 607px;
  margin: 30px auto;
  background: #fff;
  box-sizing: border-box;
  padding: 60px 0 40px 100px;
  text-align: left;
}
.product .sec04 ul li {
  position: relative;
  font-family: ten-mincho-text, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: 3px;
  margin-bottom: 20px;
}
.product .sec04 ul li:before {
  position: absolute;
  content: "";
  top: 7px;
  left: -20px;
  width: 10px;
  height: 10px;
  border: 1px solid #000;
}
.product .sec04 .pTxt {
  width: 698px;
  margin: 15px auto;
}
@media all and (max-width: 750px) {
  .product {
    margin-top: 20px;
  }
  .product .headline02 {
    font-size: 1.9rem;
    letter-spacing: 8px;
  }
  .product .sec01:before {
    top: 65%;
    left: -15%;
    width: 138px;
    height: 120px;
  }
  .product .sec01 .flexBox .textBox {
    width: 90%;
    margin: 20px auto;
  }
  .product .sec01 .flexBox .textBox .headline01 span {
    font-size: 1.4rem;
  }
  .product .sec01 .flexBox .imgBox {
    width: 70%;
    margin: 0 0 0 35%;
  }
  .product .sec01 .inBox {
    width: 85%;
    margin: -40px auto 100px;
  }
  .product .sec01 .inBox .title {
    letter-spacing: 3px;
    font-size: 5rem;
    margin: 20px 0 10px -3%;
  }
  .product .sec01 .inBox .hide_Txt {
    display: none;
  }
  .product .sec01 .inBox .readBtn {
    display: inline-block;
    width: 100%;
    border: 1px solid #949494;
    text-align: center;
    font-size: 1.4rem;
    padding: 6px 0;
  }
  .product .sec01 .inBox .readBtn a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    padding-left: 15px;
    position: relative;
  }
  .product .sec01 .inBox .readBtn a:before {
    position: absolute;
    content: "";
    top: 18%;
    left: -7%;
    width: 8px;
    height: 8px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
  }
  .product .sec01 .inBox .readBtn .boxclose:before {
    transform: rotate(-135deg);
    top: 44%;
  }
  .product .sec02 {
    padding: 85px 0;
  }
  .product .sec02:before {
    top: -40px;
    right: -20%;
    width: 183px;
    height: 159px;
  }
  .product .sec02:after {
    top: 10%;
    left: -8%;
    width: 142px;
    height: 123px;
  }
  .product .sec02 .inBox .headline01 {
    font-size: 2.2rem;
    line-height: 1.5;
    letter-spacing: 4px;
    margin-bottom: 60px;
  }
  .product .sec02 .inBox .headline02 {
    width: 85%;
    letter-spacing: 4px;
    text-align: justify;
  }
  .product .sec02 .inBox .pTxt {
    width: 85%;
    margin-bottom: 20px;
  }
  .product .sec02 .inBox .flexBox {
    width: 85%;
  }
  .product .sec02 .inBox .flexBox .textBox .pTxt {
    width: 100%;
  }
  .product .sec02 .inBox .flexBox .imgBox {
    width: 80%;
    margin: 10px -40% 0 40%;
  }
  .product .sec02 .inBox .figureBox {
    flex-direction: column;
    width: 100%;
    margin: 40px auto 0;
  }
  .product .sec02 .inBox .figureBox .name {
    font-size: 1.5rem;
  }
  .product .sec02 .inBox .figureBox .annTxt {
    font-size: 1.35rem;
  }
  .product .sec02 .inBox .figureBox ul {
    margin-top: 20px;
  }
  .product .sec02 .inBox .figureBox ul li {
    font-size: 1.25rem;
  }
  .product .sec02 .inBox .figureBox .leftBox ul .green {
    padding-right: 10px;
  }
  .product .sec02 .inBox .figureBox .rightBox ul .green03 {
    padding-right: 61px;
  }
  .product .sec02 .inBox .figureBox .leftBox {
    width: 100%;
  }
  .product .sec02 .inBox .figureBox .leftBox:before {
    position: absolute;
    content: "";
    width: 1px;
    top: 109%;
    right: 0;
    left: 0;
    margin: auto;
    border-top: 26px solid rgba(0, 0, 0, 0.5);
    border-right: 26px solid transparent;
    border-left: 26px solid transparent;
  }
  .product .sec02 .inBox .figureBox .leftBox img {
    margin: 30px 0 0 10px;
    width: 75%;
  }
  .product .sec02 .inBox .figureBox .rightBox {
    width: 100%;
    margin-top: 100px;
  }
  .product .sec02 .inBox .figureBox .rightBox img {
    margin: 20px 0 0 8px;
    width: 93%;
  }
  .product .sec02 .title {
    font-size: 1.5rem;
    margin: 80px auto 30px;
  }
  .product .sec02 .lineBox {
    width: 90%;
    flex-direction: column;
  }
  .product .sec02 .lineBox .mc {
    margin-top: 30px;
  }
  .product .sec02 .lineBox .mc:before {
    left: 8px;
    width: 60px;
    height: 76px;
  }
  .product .sec02 .lineBox .inBox {
    width: 100%;
    margin-bottom: 30px;
  }
  .product .sec02 .lineBox .inBox .li_name {
    font-size: 1.6rem;
  }
  .product .sec02 .lineBox .inBox .inner {
    padding: 0 8% 10px;
    height: auto;
  }
  .product .sec02 .lineBox .inBox .inner img {
    margin: 30px auto 40px;
    width: 100%;
    height: auto;
  }
  .product .sec02 .lineBox .inBox .inner .textBox .comp {
    margin-bottom: 5px;
  }
  .product .sec02 .lineBox .inBox .inner .textBox .comp .green {
    font-size: 1.4rem;
    padding-left: 15px;
  }
  .product .sec02 .lineBox .inBox .inner .textBox .comp .gray {
    font-size: 1.4rem;
    padding-left: 15px;
  }
  .product .sec02 .lineBox .inBox .inner .textBox .pTxt {
    font-size: 1.4rem;
  }
  .product .sec02 .mcBox {
    width: 90%;
    margin: 20px auto 0;
  }
  .product .sec02 .mcBox img {
    width: 50px;
    height: 64px;
    margin-right: 15px;
  }
  .product .sec02 .mcBox p {
    font-size: 1.4rem;
    line-height: 1.7;
    text-align: justify;
  }
  .product .sec03 {
    padding: 100px 0;
  }
  .product .sec03 .headline01 {
    font-size: 2.2rem;
    margin-bottom: 60px;
  }
  .product .sec03 .flexBox {
    width: 85%;
    margin: 0 auto 90px;
  }
  .product .sec03 .flexBox .imgBox {
    width: 95%;
    margin: 0 auto;
  }
  .product .sec03 .flexBox .textBox {
    width: 100%;
    margin: 0 auto;
  }
  .product .sec03 .flexBox .textBox .headline02 {
    text-align: center;
    letter-spacing: 3px;
    margin-top: 40px;
    border-bottom: 1px solid #959595;
  }
  .product .sec03 .flexBox .textBox .headline02:before {
    display: none;
  }
  .product .sec03 #a_product {
	padding-top: 150px;
	margin-top: -150px;
}
  .product .sec03 .pBox {
    width: 86%;
    margin: -60px auto 0;
  }
  .product .sec03 .pBox p {
    font-size: 1.4rem;
    line-height: 1.7;
    text-align: justify;
  }
  .product .sec03 .pBox .headline02 {
    font-size: 1.8rem;
    letter-spacing: 1px;
    line-height: 1.8;
    margin: 60px auto 20px;
  }
  .product .sec03 .pBox .bTxt {
    font-size: 1.6rem;
    text-align: center;
    font-weight: 500;
  }
  .product .sec04 {
    padding: 80px 0 120px;
  }
  .product .sec04:before {
    top: -8%;
    right: -10%;
    width: 148px;
    height: 128px;
  }
  .product .sec04 ul {
    width: 90%;
    padding: 30px 8% 30px 12%;
  }
  .product .sec04 ul li {
    font-size: 1.5rem;
    text-align: justify;
    line-height: 2;
    margin-bottom: 15px;
  }
  .product .sec04 ul li:before {
    top: 9px;
  }
  .product .sec04 .pTxt {
    width: 85%;
  }
}
/*------------------------------------------------------------
    BLOG
------------------------------------------------------------*/
.blog {
  margin: -70px 0 0 0;
  padding: 100px 0;
}
.blog .flexBox {
  width: 1250px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 60px;
  position: relative;
}
.blog .flexBox .sideBar {
  width: 20%;
}
.blog .flexBox .content {
  width: 80%;
}
.blog .flexBox .sideBar .menuUl {
  margin-top: 180px;
  box-sizing: border-box;
  padding-left: 30px;
}
.blog .flexBox .sideBar .menuUl li {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 20px;
  position: relative;
}
.blog .flexBox .sideBar .menuUl li:before {
  position: absolute;
  content: "";
  top: 50%;
  left: -20px;
  width: 10px;
  height: 2px;
  background: #000;
}
.blog .flexBox .content .recArch {
	margin-left: 15px;
	transition: .2s;
}
.blog .flexBox .content .recArch a:hover {
	opacity: 1;
}
.blog .flexBox .content .recArch:hover {
	opacity: 0.9;
}
.blog .flexBox .content .recArch .imgBox {
  width: 60%;
}
.blog .flexBox .content .recArch .textBox {
  width: 430px;
  position: absolute;
  top: 160px;
  right: 3%;
  background: #fff;
  box-sizing: border-box;
  padding: 30px 40px;
}
.blog .title {
  font-size: 1.8rem;
  letter-spacing: 1px;
  line-height: 2;
  font-family: ten-mincho-text, serif;
  font-weight: 400;
  font-style: normal;
}
.blog .title .date {
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 1.1rem;
  letter-spacing: 0;
  color: #8F8F8F;
}
.blog .title .category {
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 1.1rem;
  line-height: 1;
  letter-spacing: 2px;
  color: #fff;
  background: #8F8F8F;
  padding: 2px 7px;
  margin-left: 10px;
}
.blog .flexBox .content .recArch .textBox p {
  font-size: 1.3rem;
  line-height: 2.1;
  letter-spacing: 0;
  margin: 10px auto 7px;
  text-align: justify;
}
.blog .flexBox .content .archList {
  margin-top: 120px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.blog .flexBox .content .archList li {
  width: 30%;
  margin: 0 15px 100px;
  transition: .2s;
}
.blog .flexBox .content .archList li:hover {
	opacity: 0.8;
}
.blog .flexBox .content .archList li a:hover {
	opacity: 1;
}
.blog .flexBox .content .archList li .imgBox img {
    height: 200px;
    object-fit: cover;
}
.blog .flexBox .content .archList li .title {
  font-size: 1.5rem;
  line-height: 1.9;
  font-family: ten-mincho-text, serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 10px;
}
.blog .flexBox .content .archList li .title .date {
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 1.1rem;
  color: #8F8F8F;
}
.blog .flexBox .content .archList li .title .category {
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 1.1rem;
  color: #fff;
  background: #8F8F8F;
  padding: 3px 5px;
  margin-left: 10px;
}
.blog .pageNavi {
  text-align: center;
  padding-right: 180px;
}
.blog .pageNavi .previouspostslink {
  position: relative;
  color: transparent;
  width: 10px;
  height: 10px;
}
.blog .pageNavi .previouspostslink:before {
  position: absolute;
  content: "";
  top: 10%;
  left: -35px;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  transform: rotate(45deg);
}
.blog .pageNavi .nextpostslink {
  position: relative;
  color: transparent;
  width: 10px;
  height: 10px;
}
.blog .pageNavi .nextpostslink:before {
  position: absolute;
  content: "";
  top: 10%;
  right: -35px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
}
.blog .pageNavi .current,
.blog .pageNavi .page {
  padding: 0 10px;
  font-size: 2.2rem;
}
.blog .sec02 {
  width: 1124px;
  margin: 60px auto;
  border-top: 1px solid #999999;
}
.blog .sec02 .linkBtn .Btn {
  width: 448px;
  position: relative;
  border: 1px solid #999999;
  background: #fff;
  margin: 70px auto 0;
}
.blog .sec02 .linkBtn a {
  width: 100%;
  height: auto;
  padding: 20px 0;
  text-align: center;
  font-family: ten-mincho-text, serif;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  position: relative;
}
.blog .sec02 .linkBtn a span {
   font-size: 1.9rem;	
}
.blog .sec02 .linkBtn a:hover {
	color: #fff;
	transition-delay: .4s;
	opacity: 1;
}
/*hoverした際のボタンの形状*/
.blog .sec02 .linkBtn .Btn:hover {
  opacity: 1;
  border-color: transparent;
    /*色の変化を遅らせる*/
  transition-delay: .4s;
}
/*線の設定*/
.blog .sec02 .linkBtn a span {
  display: block;
  z-index: 2;
}
/*== 線から塗に変化（中央から外） */
/*線の設定*/
.blog .sec02 .linkBtn a span::before,
.blog .sec02 .linkBtn a span::after{
  content: '';
  /*絶対配置で線の位置を決める*/
  position: absolute;
  /*線の形状*/
  width: 100%;
  height:1px;
  background: #000;
  /*アニメーションの設定*/
  transition: all .3s;
  transform: scale(0,1);
  transform-origin: center;
}
/*上線*/
.blog .sec02 .linkBtn a span::before {
  left:0;
  top:0;
}
/*下線*/
.blog .sec02 .linkBtn a span::after {
  left:0;
  bottom:0;
}
/*hoverをすると線が伸びる*/
.blog .sec02 .linkBtn a:hover span::before,
.blog .sec02 .linkBtn a:hover span::after{
    transform: scale(1,1);
}
.blog .sec02 .linkBtn .Btn:before{
  content: '';
  /*絶対配置で線の位置を決める*/
  position: absolute;
  left: 0;
  top:0;
  z-index: 0;
  /*背景の形状*/
  height: 100%;
  width: 100%;
  background:#333;
  /*アニメーションの設定*/
  transition: all .3s;
  transform: scale(0,1);
  transform-origin: center;
}
/*hoverをすると背景が伸びる*/
.blog .sec02 .linkBtn .Btn:hover:before{
  width: 100%;
  /*0.4秒遅れてアニメーション*/
  transition-delay: .4s;
  transform: scale(1,1);
}
.blog .sec02 .linkBtn .Btn:after {
	position: absolute;
	content: "";
	top: 44%;
	right: 10%;
	width: 8px;
	height: 8px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transform: rotate(45deg);
	transition: 1s;
}
.blog .sec02 .linkBtn .Btn:hover:after {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	z-index: 2;
}
@media all and (max-width: 750px) {
  .blog {
    margin: -42px 0 -42px 0;
    padding: 80px 0;
  }
  .blog .flexBox {
    width: 90%;
    padding: 0;
    flex-direction: column-reverse;
  }
  .blog .flexBox .sideBar {
    width: 100%;
  }
  .blog .flexBox .content {
    width: 100%;
  }
  .blog .flexBox .sideBar .menuUl {
    margin-top: 50px;
    box-sizing: border-box;
    padding-left: 50px;
  }
  .blog .flexBox .sideBar .menuUl li {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
  .blog .flexBox .sideBar .menuUl li:before {
    left: -35px;
    width: 15px;
  }
  .blog .flexBox .content .recArch {
	margin: 0;
  }
  .blog .flexBox .content .recArch .imgBox {
    width: 100%;
  }
  .blog .flexBox .content .recArch .textBox {
    width: 100%;
    position: static;
    padding: 30px 8%;
  }
  .blog .title {
    font-size: 1.7rem;
  }
  .blog .title .date {
    font-size: 1.3rem;
  }
  .blog .title .category {
    font-size: 1.3rem;
    padding: 2px 10px;
  }
  .blog .flexBox .content .recArch .textBox p {
    font-size: 1.35rem;
    line-height: 1.;
  }
  .blog .flexBox .content .archList {
    flex-direction: column;
    margin-top: 80px;
  }
  .blog .flexBox .content .archList li {
	width: 100%;
	margin: 0;
  }
  .blog .flexBox .content .archList li .flexbox {
    display: flex;
    margin-bottom: 50px;
  }
  .blog .flexBox .content .archList li .flexbox .imgBox {
    width: 42%;
    height: 100%;
  }
  .blog .flexBox .content .archList li .title {
	line-height: 1.7;
	width: 55%;
    margin: 30px 0 0 5%;
    position: relative;
	text-align: justify;
  }
  .blog .flexBox .content .archList li .title .date {
    font-size: 1.3rem;
  }
  .blog .flexBox .content .archList li .title .category {
    font-size: 1.3rem;
    padding: 2px 7px;
    margin: 0;
    position: absolute;
    top: -30px;
    left: 0;
  }
  .blog .pageNavi {
    text-align: center;
    padding: 0;
  }
  .blog .pageNavi .previouspostslink {
    position: relative;
    width: 10px;
    height: 10px;
  }
  .blog .pageNavi .previouspostslink:before {
    position: absolute;
    content: "";
    top: 10%;
    left: -40px;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #000;
    border-left: 2px solid #000;
    transform: rotate(45deg);
  }
  .blog .pageNavi .nextpostslink {
    position: relative;
    width: 10px;
    height: 10px;
  }
  .blog .pageNavi .nextpostslink:before {
    position: absolute;
    content: "";
    top: 10%;
    right: -40px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(45deg);
  }
  .blog .pageNavi .current,
  .blog .pageNavi .page {
     padding: 0 10px;
    font-size: 2.2rem;
  }
  .blog .sec02 {
    width: 90%;
    margin: 30px auto;
  }
  .blog .sec02 .linkBtn .Btn {
	margin-top: 40px;
	width: 100%;
  }
  .blog .sec02 .linkBtn .Btn a {
    padding: 13px 0;
    width: 100%;
    box-sizing: border-box;
	padding-right: 2%;
  }
  .blog .sec02 .linkBtn .Btn a span {
	font-size: 1.6rem;	
  }
  .blog .sec02 .linkBtn .Btn:after {
    top: 44%;
    right: 5%;
  }
}
/*------------------------------------------------------------
    BLOG記事
------------------------------------------------------------*/
.arch .flexBox {
  justify-content: flex-start;
}
.arch .flexBox .sideBar .menuUl {
  margin-top: 220px;
}
.arch .flexBox .content {
  width: 61%;
  margin-left: 90px;
}
.arch .flexBox .content .imgBox {
	width: 80%;
}
.arch .flexBox .content .title {
  font-size: 2.8rem;
  line-height: 1.7;
  letter-spacing: 2px;
  margin: 30px auto 80px;
}
.arch .flexBox .content .title .date, .arch .flexBox .content .title .category {
  font-size: 1.3rem;
}
.arch .flexBox .content .headline02 {
  letter-spacing: 3px;
  border-bottom: 1px solid #686868;
  margin: 80px auto 20px;
}
.arch .flexBox .content .inBox {
  border: 1px solid #686868;
  background: #fff;
  box-sizing: border-box;
  padding: 30px 40px 50px 40px;
  margin: 80px 0 -60px 0;
}
.arch .flexBox .content .inBox .headline02 {
  font-size: 2rem;
  margin: 0 0 20px 0;
}
.arch .flexBox .content .inBox p {
  font-size: 1.3rem;
  text-align: justify;
}
.arch .flexBox .content .textBox img {
    display: block;
    width: 70%;
    margin-bottom: 40px;
}
.arch .flexBox .content .textBox .caption {
    display: block;
    width: 70%;
    margin-bottom: 40px;
}
.arch .flexBox .content .textBox .caption img {
    width: 100%;
    margin-bottom: 0;
}
.arch .flexBox .content .textBox .caption p {
    font-size: 1.3rem;
}
.arch .flexBox .content .pageNavi {
  width: 1124px;
  margin: 180px 0 0 -44%;
  padding: 40px 0;
  border-top: 1px solid #686868;
  display: flex;
  justify-content: center;
}
.arch .flexBox .content .pageNavi .prev {
  position: relative;
  height: 50px;
  width: 50px;
}
.arch .flexBox .content .pageNavi .prev:before {
  position: absolute;
  content: "";
  top: 32%;
  left: -40px;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  transform: rotate(45deg);
}
.arch .flexBox .content .pageNavi .lBtn {
	display: inline;
	font-size: 1.8rem;
}
.arch .flexBox .content .pageNavi .next {
  position: relative;
  height: 50px;
  width: 50px;
}
.arch .flexBox .content .pageNavi .next:before {
  position: absolute;
  content: "";
  top: 32%;
  right: -40px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
}
@media all and (max-width: 750px) {
  .arch .flexBox .sideBar .menuUl {
    margin-top: 40px;
  }
  .arch .flexBox {
    width: 85%;
  }
  .arch .flexBox .content {
    width: 100%;
    margin: 0 auto;
  }
  .arch .flexBox .content .imgBox {
	width: 100%;
}
  .arch .flexBox .content .title {
    font-size: 2rem;
    margin: 20px auto 60px;
  }
  .arch .flexBox .content .headline02 {
    font-size: 1.8rem;
	margin-top: 60px;
  }
  .arch .flexBox .content .pTxt:last-child {
	margin-bottom: 60px;
}
  .arch .flexBox .content .inBox {
    padding: 40px 8%;
  }
  .arch .flexBox .content .inBox .headline02 {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
  .arch .flexBox .content .inBox p {
    font-size: 1.4rem;
    line-height: 2;
  }
.arch .flexBox .content .textBox img {
    width: 70%;
    margin: 0 auto 20px;
}
.arch .flexBox .content .textBox .caption {
    display: block;
    width: 70%;
    margin: 0 auto 20px;
}
.arch .flexBox .content .textBox .caption img {
    width: 100%;
    margin-bottom: 0;
}
  .arch .flexBox .content .pageNavi {
    width: 100%;
    margin: 140px 0 0 0;
    padding: 40px 0;
  }
  .arch .flexBox .content .pageNavi .pageNum {
    padding: 0;
  }
  .arch .flexBox .content .pageNavi .prev:before {
    left: 0;
  }
  .arch .flexBox .content .pageNavi .next:before {
    right: 0;
  }
}
/*------------------------------------------------------------
    会社概要
------------------------------------------------------------*/
.company .content .headline02 {
  text-align: center;
  margin-top: 60px;
}
.company .content table {
  width: 650px;
  margin: 80px auto;
}
.company .content table tr {
  display: inline-block;
  width: 100%;
  margin: 0 0 50px 50px;
}
.company .content table td {
  padding-left: 30px;
  box-sizing: border-box;
}
.company .content table tr .title {
  width: 150px;
  text-align: right;
  margin-right: 30px;
  padding-right: 30px;
  box-sizing: border-box;
  border-right: 1px solid #A39F96;
}
.company .thanksBox {
  width: 1014px;
  margin: 100px auto;
  border-top: 1px solid #EBEBEB;
  padding: 80px 0;
  color: rgba(81, 81, 81, 0.8);
  text-align: center;
}
.company .thanksBox span {
  font-family: ten-mincho-text, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.2rem;
  letter-spacing: 10px;
}
.company .thanksBox p {
  text-align: justify;
  width: 550px;
  margin: 30px auto 80px;
}
.company .thanksBox ul {
  width: 680px;
  margin: 0 auto;
}
.company .thanksBox ul li {
  text-align: justify;
  text-indent: -14px;
  margin-bottom: 30px;
}
.company .thanksBox ul li a {
  text-decoration: underline;
  color: rgba(81, 81, 81, 0.8);
  word-break: break-all;
}
@media all and (max-width: 750px) {
  .company .content .headline02 {
    font-size: 2rem;
    margin-top: 50px;
    letter-spacing: 6px;
  }
  .company .content table {
    width: 86%;
    margin: 40px auto;
  }
  .company .content table tr {
    width: 100%;
    margin: 0 0 50px 0;
    text-align: center;
  }
  .company .content table td {
    padding-left: 0;
    display: inline-block;
    text-align: justify;
    line-height: 2;
    font-size: 1.5rem;
  }
  .company .content table tr .title {
    font-weight: 500;
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 0 10px 0;
    padding: 0;
    border-right: none;
    border-bottom: 1px solid #A39F96;
  }
  .company .thanksBox {
    width: 86%;
    margin: 70px auto;
    padding: 30px 0;
  }
  .company .thanksBox span {
    font-size: 2.4rem;
    letter-spacing: 7px;
  }
  .company .thanksBox p {
    width: 100%;
    margin: 20px auto 50px;
  }
  .company .thanksBox ul {
    width: 100%;
  }
  .company .thanksBox ul li {
    text-align: justify;
    margin-bottom: 30px;
  }
}
/*------------------------------------------------------------
    プライバシーポリシー
------------------------------------------------------------*/
.privacy .content {
  width: 648px;
  margin: 0 auto 150px;
}
.privacy p, .privacy strong {
  font-size: 1.5rem;
}
.privacy .content .headline02 {
  text-align: center;
  margin: 50px auto 20px;
}
.privacy .content .pTxt {
  margin-bottom: 80px;
}
.privacy .content .textBox {
  margin-top: 50px;
}
.privacy .content .textBox p {
  text-align: justify;
}
.privacy .content .textBox ul {
  box-sizing: border-box;
  padding-left: 43px;
}
.privacy .content .textBox ul li {
  text-indent: -43px;
  text-align: justify;
}
@media all and (max-width: 750px) {
  .privacy .content {
    width: 86%;
    margin: 0 auto 100px;
  }
  .privacy p, .privacy strong {
    font-size: 1.4rem;
  }
  .privacy .content .headline02 {
    font-size: 2rem;
    letter-spacing: 6px;
  }
  .privacy .content .pTxt {
    margin-bottom: 50px;
  }
  .privacy .content .textBox {
    margin-top: 60px;
  }
}
/*------------------------------------------------------------
    お問い合わせ
------------------------------------------------------------*/
.contact .content {
  width: 600px;
  margin: 60px auto;
}
.contact .content .topBox .headline02 {
  text-align: center;
  margin-bottom: 40px;
}
.contact .content .topBox .pTxt {
  text-align: center;
  margin-bottom: 20px;
}
.contact .content .con_form {
  width: 100%;
  margin-top: 80px;
}
.contact .content .con_form tr {
  display: block;
  margin-bottom: 30px;
}
.contact .content .con_form th, .contact .content .con_form td {
  display: block;
  text-align: justify;
}
.contact .content .con_form th {
  font-weight: 400;
  margin-bottom: 5px;
}
.contact .content .con_form th span {
  font-size: 1.2rem;
  color: #fff;
  background: #5E7DA2;
  padding: 2px 8px;
  margin-left: 10px;
}
.contact .content .con_form td input, .contact .content .con_form td textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 15px 10px;
  border: none;
  background: #F1F1F1;
}
.contact .content .con_form td textarea {
  height: 195px;
}
.contact .content .con_form td input:focus, .contact .content .con_form td textarea:focus {
  outline: none;
  opacity: 1;
}
input::-webkit-input-placeholder {
    font-size: 1.4rem;
	color: #9FA0A0;
}
input:-moz-placeholder {
    font-size: 1.4rem;
	color: #9FA0A0;
}
input::-moz-placeholder {
    font-size: 1.4rem;
	color: #9FA0A0;
}
input:-ms-input-placeholder {
    font-size: 1.4rem;
	color: #9FA0A0;
}

.contact .content .conBtn {
  margin: 50px 20px 0 0;
}
.contact .content .conBtn .Btn {
  width: 260px;
  margin: 0 auto;
  position: relative;
  background: #fff;
  transition: 1s;
}
.contact .content .conBtn .Btn:after {
	position: absolute;
	content: "";
	width: 260px;
	height: 51px;
	top: 3px;
	right: -3px;
	border: 1px solid rgba(104, 104, 104, 0.6);
	z-index: -5;
	transition: 1s;
}
_::-webkit-full-page-media, _:future, :root .contact .content .conBtn .Btn:after {
	top: 4px;
	right: -4px;
}
.contact .content .conBtn .Btn input {
  width: 100%;
  height: 100%;
  padding: 15px 0;
  border: 1px solid rgba(104, 104, 104, 0.6);
  letter-spacing: 2px;
  font-size: 1.5rem;
  background-color: transparent;
}

/*hoverした際のボタンの形状*/
.contact .content .conBtn .Btn input:hover {
  opacity: 1;
  color: #fff;
  border-color: transparent;
    /*色の変化を遅らせる*/
  transition-delay: .4s;
}
/*線の設定*/
/*== 線から塗に変化（中央から外） */

/*線の設定*/
.contact .content .conBtn .Btn .line::before,
.contact .content .conBtn .Btn .line::after{
    content: '';
    /*絶対配置で線の位置を決める*/
    position: absolute;
    /*線の形状*/
    width: 100%;
    height:1px;
    background: #333;
    /*アニメーションの設定*/
  transition: all .3s;
    transform: scale(0,1);
    transform-origin: center;
}

/*上線*/
.contact .content .conBtn .Btn .line::before {
    left:0;
    top:0;
}

/*下線*/
.contact .content .conBtn .Btn .line::after {
    left:0;
    bottom:0;
}

/*hoverをすると線が伸びる*/
.contact .content .conBtn .Btn:hover .line::before,
.contact .content .conBtn .Btn:hover .line::after{
    transform: scale(1,1);
}

/*背景の設定*/
.contact .content .conBtn .Btn::before{
  content: '';
    /*絶対配置で線の位置を決める*/
  position: absolute;
  left: 0;
    top:0;
  z-index: -1;
    /*背景の形状*/
  height: 100%;
  width:100%;
  background:#333;
    /*アニメーションの設定*/
  transition: all .5s;
    transform: scale(0,1);
    transform-origin: center;
}

/*hoverをすると背景が伸びる*/
.contact .content .conBtn .Btn:hover {
	background: transparent;
	transform: .1s;
}
.contact .content .conBtn .Btn:hover::before{
  width: 100%;
    /*0.4秒遅れてアニメーション*/
  transition-delay: .4s;
    transform: scale(1,1);
}
/*内容確認*/
.comf .content {
  width: 774px;
}
.comf .content .con_form {
  border: 1px solid #9998A3;
  box-sizing: border-box;
  padding: 70px 90px 50px 90px;
  margin: 80px auto 60px;
  border-collapse: separate;
}
.comf .content .con_form tr {
  display: block;
  margin-bottom: 40px;
}
.comf .content .con_form th {
  width: 180px;
  display: inline-block;
}
.comf .content .con_form th span {
  display: none;
}
.comf .content .con_form td {
  text-align: justify;
  display: inline-block;
}
.comf .content .reBtn {
  text-align: center;
  margin-top: 40px;
}
.comf .content .reBtn .Btn {
  display: inline;
  border-bottom: 1px solid #000;
  position: relative;
  margin-left: -20px;
}
.comf .content .reBtn .Btn:before {
  position: absolute;
  content: "";
  top: 48%;
  left: 5px;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  transform: rotate(45deg);
}
.comf .content .reBtn .Btn input {
  width: 140px;
  border: none;
  background: none;
  letter-spacing: 1px;
  font-size: 1.5rem;
  padding: 0 0 0 20px;
}
.comf .content .reBtn .Btn input:hover {
  opacity: 1;
}
.comf .content .reBtn .Btn:hover {
  opacity: 0.8;
}
/*送信完了*/
.comp .content .conBtn a {
  display: inline-block;
  width: 259px;
  padding: 9px 0;
  border: 1px solid rgba(104, 104, 104, 0.6);
  background: #fff;
}
.comp .content .conBtn a:hover {
  opacity: 1;
  color: rgba(0, 0, 0, 0.8);
  border: 1px solid rgba(104, 104, 104, 0.5);
}
@media all and (max-width: 750px) {
  .contact .content {
    width: 90%;
    margin: 60px auto 100px;
  }
  .contact .content .topBox .headline02 {
    font-size: 2rem;
    letter-spacing: 6px;
    margin-bottom: 20px;
  }
  .contact .content .topBox .pTxt {
    margin-bottom: 0;
    text-align: justify;
  }
  .contact .content .con_form {
    margin-top: 60px;
  }
  .contact .content .con_form tr {
    margin-bottom: 30px;
  }
  .contact .content .con_form td textarea {
    height: 220px;
  }
  .contact .content .conBtn {
    margin-top: 10px;
  }
  .contact .content .conBtn input {
    width: 250px;
    padding: 18px 0;
  }
  .contact .content .conBtn .Btn:before {
    width: 250px;
    height: 57px;
  }
  /*内容確認*/
  .comf .content {
    width: 90%;
  }
  .comf .content .con_form {
    padding: 30px 8% 10px 8%;
    margin: 60px auto 20px;
  }
  .comf .content .con_form th {
    width: 100%;
    margin-bottom: 10px;
    padding-left: 0;
  }
  .comf .content .con_form td {
    display: block;
    padding-left: 15px;
  }
  .comf .content .reBtn {
    text-align: center;
    margin-top: 10px;
  }
  .comf .content .reBtn .Btn {
    display: inline;
    border-bottom: 1px solid #000;
    position: relative;
    margin-left: -10px;
  }
  .comf .content .reBtn .Btn:before {
    position: absolute;
    content: "";
    top: 48%;
    left: 5px;
    width: 6px;
    height: 6px;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    transform: rotate(45deg);
  }
  .comf .content .reBtn .Btn input {
    width: 130px;
    border: none;
    background: none;
    letter-spacing: 2px;
    padding: 0 0 0 20px;
  }
  /*送信完了*/
  .comp .content .conBtn {
    margin-top: 50px;
  }
  .comp .content .conBtn a {
    width: 250px;
    padding: 12px 0;
  }
}
/*------------------------------------------------------------
    ABOUT
------------------------------------------------------------*/
.about {
  margin-top: -40px;
}
.about .top {
  padding: 100px 0 95px 0;
}
.about .top h1 {
  font-family: 'ten-mincho-text', serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
.about .caption p {
  font-family: 'ten-mincho-text', serif;
  font-weight: 400;
  font-style: italic;
  font-size: 26px;
  letter-spacing: 10px;
  line-height: 1.8;
}
.about .main-visual {
  width: 698px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.about .main-visual img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  object-fit: cover;
  object-position: 80% 37%;
}
.about .main-content {
  width: 698px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.about .caption {
  margin-bottom: 30px;
  width: 482px;
}
.about .main-content .details {
  margin-bottom: 65px;
}
.about .main-content .details p {
  font-family: 'source-han-sans-japanese', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
}
.about .rep, .about .name {
  width: 698px;
  margin: 0 auto;
  text-align: right;
  font-family: 'ten-mincho-text', serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
}
.about .rep {
  font-family: 'source-han-sans-japanese', sans-serif;
  font-weight: 300;
  font-style: normal;
}
.about .name p {
  text-align: right;
  font-size: 24px;
  letter-spacing: 5px;
}
.about .profile {
  background-color: #fff;
  margin: 0 auto;
  padding-top: 150px;
  padding-bottom: 80px;
}
.about .profile h1 {
  width: 721px;
  margin: 0 auto;
  font-family: 'garamond-premier-pro', serif;
  font-weight: 600;
  font-style: normal;
  font-size: 31.8132px;
  border-bottom: solid 1px #9b9b9b;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media all and (max-width: 750px) {
  .about .top {
    padding-bottom: 50px;
}
  .about .main-visual {
    width: 90%;
  }
  .about .main-visual img {
    height: auto;
    width: 100%;
    object-fit: cover;
    margin-bottom: 20px;
  }
  .about .main-content, .content .details {
    width: 86%;
  }
  .about .pTxt {
    margin-bottom: 30px;
  }
  .about .pTxt:last-child {
    margin-bottom: 50px;
  }
  .about .caption p {
    font-family: 'ten-mincho-text', serif;
    font-weight: 400;
    font-style: italic;
    letter-spacing: 4px;
    line-height: 1.8;
    font-size: 20px;
  }
  .about .rep, .about .name {
    width: 86%;
    margin: 0 auto;
    text-align: right;
    font-family: 'ten-mincho-text', serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    margin-top: 0;
  }
  .about .name p {
    text-align: right;
    font-size: 24px;
    letter-spacing: 3px;
  }
  .about .main-content .details {
    margin-bottom: 0;
  }
  .about .profile {
    padding: 70px 0 40px;
  }
  .about .profile h1 {
    width: 86%;
    font-size: 40px;
    margin-bottom: 15px;
  }
}
/*------------------------------------------------------------
    事業内容
------------------------------------------------------------*/
.works {
  margin-top: -50px;
}
.works .work {
  padding: 100px 0 95px 0;
}
.works .work h1 {
  font-family: 'ten-mincho-text', serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  margin-bottom: 12px;
  text-align: center;
}
.works .main-visual {
  width: 723px;
  margin: 0 auto;
  height: 250px;
  margin-bottom: 70px;
}
.works .main-visual img {
  height: 240px;
  width: 100%;
}
.works .caption {
  width: 721px;
  margin: 0 auto;
}
.works .caption h1 {
  text-align: left;
  font-family: 'ten-mincho-text', serif;
  font-weight: 400;
  font-style: normal;
  font-size: 28px;
  letter-spacing: 3px;
  border-bottom: solid 1px #9b9b9b;
  margin-bottom: 30px;
}
.works .details {
  width: 698px;
  margin: 0 auto;
  margin-bottom: 80px;
}
.works .feature .create h1, h2 {
  font-family: 'ten-mincho-text', serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  letter-spacing: 3px;
  line-height: 1.5;
}
.works .feature .create h1 {
  font-size: 26px;
}
.works .feature .create h2 {
  font-size: 23px;
}
.works .shape {
  /* position: relative; */
  width: 720px;
  margin: 0 auto;
  margin-top: 30px;
}
.works .shape p {
  font-family: 'ten-mincho-text', serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 2px;
}
/* .content .first{
  position: absolute;
  top: 25%;
  left: 8.5%;
  text-align: center;
  font-size: 12px;
}
.content .second{
  position: absolute;
  top: 30%;
  left: 40%;
  text-align: center;
}
.content .third{
  position: absolute;
  top: 39%;
  left: 71%;
  text-align: center;
} */
.works .moreBtn {
  text-align: center;
  margin-top: 50px;
}
.works .moreBtn .Btn {
	width: 310px;
	height: 44px;
	margin: 0 auto;
	position: relative;
	border: 1px solid #949494;
}
.works .moreBtn a {
	box-sizing: border-box;
	padding-right: 10px;
	z-index: 2;
	border: none;
	width: 100%;
}
.works .moreBtn .Btn:before{
  content: '';
  /*絶対配置で線の位置を決める*/
  position: absolute;
  left: 0;
  top:0;
  z-index: 0;
  /*背景の形状*/
  height: 100%;
  width: 100%;
  background:#333;
  /*アニメーションの設定*/
  transition: all .3s;
  transform: scale(0,1);
  transform-origin: center;
}
/*hoverをすると背景が伸びる*/
.works .moreBtn .Btn:hover:before{
  width: 100%;
  /*0.4秒遅れてアニメーション*/
  transition-delay: .4s;
  transform: scale(1,1);
}
.works .moreBtn .Btn:after {
	position: absolute;
	content: "";
	top: 43%;
	right: 5%;
	width: 8px;
	height: 8px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transform: rotate(45deg);
	transition: 1s;
}
.works .moreBtn .Btn:hover:after {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	z-index: 2;
}
.works .system {
  padding-top: 100px;
  padding-bottom: 100px;
}
.works .system .caption {
  width: 721px;
}
.works .system p {
  width: 698px;
  margin: 0 auto;
  font-family: 'source-han-sans-japanese', sans-serif;
  font-weight: 300;
  font-style: normal;
}
.works .system .image {
  text-align: center;
}
.works .system .image img {
  width: 243px;
  margin: 50px 0;
}
.works .system .box {
  padding: 65px 0;
  border: solid 1px #959595;
  width: 865px;
  margin: 0 auto;
  margin-bottom: 46px;
  text-align: center;
}
.works .system .box .title-sp {
  text-align: left
}
.works .system .box h2 {
  font-family: 'ten-mincho-text', serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  text-align: left;
  margin-left: 9.5%;
  margin-bottom: 20px;
  letter-spacing: 1px;
  background: rgb(66, 96, 66, 0.21);
  display: inline-block;
  box-sizing: border-box;
  padding: 3px 8px;
}
.works .system .box p {
  font-family: 'source-han-sans-japanese', sans-serif;
  font-weight: 300;
  font-style: normal;
  width: 698px;
  margin: 0 auto;
}
.works .system .box a {
  text-decoration: underline;
  display: block;
  width: 698px;
  margin: 0 auto;
  text-align: justify;
}
.works .system .box img {
  width: 600px;
  margin: 40px auto 0;
  height: auto;
}
.works .last {
  padding: 80px 0 100px;
}
@media all and (max-width: 750px) {
  .works .work {
    padding-top: 95px;
    background-color: #e2e2e2;
  }
  .works .main-visual {
    width: 90%;
    height: auto;
    margin: 0 auto 30px;
  }
  .works .main-visual img {
    width: 100%;
    height: auto;
  }
  .works .caption {
    width: 86%;
  }
  .works .caption h1 {
    font-size: 20px;
    text-align: justify;
    line-height: 1.8;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .works .details {
    width: 86%;
  }
  .works .shape {
    width: 95%;
    margin-bottom: 30px;
  }
  .works .feature .create h2, .content .feature .create h1 {
    font-size: 20px;
  }
  .works .simple_square_btn5 {
    background-color: #e2e2e2;
    width: 85%;
    padding: 12px 0;
    margin-top: 0;
  }
  .works .system {
    padding-bottom: 80px;
  }
  .works .system .caption {
    width: 86%;
  }
  .works .system .pTxt {
    width: 86%;
    margin-bottom: 40px;
  }
  .works .system .box {
    width: 90%;
    box-sizing: border-box;
    padding: 40px 8%;
  }
  .title-sp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 20px 0;
  }
 .works .system .box h2 {
    font-size: 17px;
    letter-spacing: 0;
    background: none;
    margin: 0;
    padding: 0;
  }
  .works .system .box p {
    width: 100%;
  }
  .works .system .box .image1, .works .system .box .image2, .works .system .box .image3 {
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
  }
  .works .system .box .image1 {
    width: 50%;
  }
  .works .system .box .image2 {
    width: 50%;
  }
  .works .system .box .image3 {
    width: 45%;
  }
  .works .system .image1 img, .works .system .image2 img, .works .system .image3 img {
    width: 100%;
    margin: 0;
  }
  .works .system .box a {
    display: inline-block;
    width: 100%;
    word-break: break-all;
  }
  .works .system .box img {
    width: 100%;
  }
  .works .last {
    background-color: #ebebeb;
    padding: 40px 0 80px;
  }
}
@media all and (max-width: 374px) {
  .works .system .box {
    padding: 40px 5%;
  }
}
/*------------------------------------------------------------
    News
------------------------------------------------------------*/
.news .headline02 {
  font-size: 6.2rem;
  line-height: 1;
  width: 736px;
  margin: 100px auto 0;
  border-bottom: 1px solid #959595;
  padding-bottom: 40px;
}
.news .content {
  width: 736px;
  margin: 0 auto;
}
.news .content ul li {
  box-sizing: border-box;
  padding: 45px 60px;
  border-bottom: 1px solid #959595;
  text-align: justify;
  line-height: 1.9;
}
.news .content ul li .date {
  margin-right: 40px;
}
.news .pageNavi {
  text-align: center;
  margin: 70px auto 100px;
}
.news .pageNavi .prev {
  position: relative;
  width: 10px;
  height: 10px;
}
.news .pageNavi .prev:before {
  position: absolute;
  content: "";
  top: 36%;
  left: -40px;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  transform: rotate(45deg);
}
.news .pageNavi .next {
  position: relative;
  width: 10px;
  height: 10px;
}
.news .pageNavi .next:before {
  position: absolute;
  content: "";
  top: 36%;
  right: -40px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
}
.news .pageNavi .pageNum {
  padding: 0 15px;
  font-size: 2rem;
}
@media all and (max-width: 750px) {
  .news .headline02 {
    font-size: 4.5rem;
    letter-spacing: 4px;
    width: 86%;
    margin: 60px auto 0;
    padding-bottom: 30px;
  }
  .news .content {
    width: 86%;
  }
  .news .content ul li {
    padding: 20px 10%;
  }
  .news .content ul li .date {
    margin: 0;
    display: block;
  }
  .news .pageNavi {
    text-align: center;
    margin: 20px 0 50px 10px;
  }
  .news .pageNavi .prev:before {
    left: -20px;
  }
  .news .pageNavi .next:before {
    right: -20px;
  }
}
/*------------------------------------------------------------
    プロポリスキャンディー（LP）
------------------------------------------------------------*/
.candy {
  margin-top: -70px;
}
.candy .sec01 {
  padding-bottom: 100px;
}
.candy .sec01 .topBox {
  display: flex;
  justify-content: flex-end;
}
.candy .sec01 .topBox .wrap {
  width: 88%;
  position: relative;
  overflow: hidden;
}
.candy .sec01 .topBox .wrap .imgBox {
  margin-left: 14%;
}
.candy .sec01 .topBox .wrap .imgBox img {
  width: 100%;
  vertical-align: bottom;
}
.candy .sec01 .topBox .wrap .black-color, .candy .sec01 .topBox .wrap .white-color {
  margin: 0;
  font-family: 'ten-mincho-text', serif;
  font-weight: 400;
  font-style: italic;
  position: absolute;
  top: 10%;
  height: calc(100% - 10%);
  overflow: hidden;
}
.candy .sec01 .topBox .wrap .white-color {
  width: 100%;
  margin-left: 14%;
}
.candy .sec01 .topBox .wrap .black-color {
  width: 14%;
}
.candy .sec01 .topBox .wrap .white-color span, .candy .sec01 .topBox .wrap .black-color span {
  display: block;
  position: absolute;
}
.candy .sec01 .topBox .wrap .white-color span {
  width: 100%;
  color: #fff;
  left: -14%;
}
.candy .sec01 .topBox .wrap .black-color span {
  width: 500%;
}
.candy .sec01 .topBox .wrap .black-color .sTxt, .candy .sec01 .topBox .wrap .white-color .sTxt {
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: 8px;
  top: 34%;
}
.candy .sec01 .topBox .wrap .black-color .bTxt, .candy .sec01 .topBox .wrap .white-color .bTxt {
  font-size: 2.8rem;
  line-height: 1.7;
  letter-spacing: 13px;
  bottom: 20%;
}
.candy .sec01 .flexBox {
  width: 880px;
  margin: 50px auto 0;
  justify-content: space-between;
}
.candy .sec01 .flexBox .leftBox {
  width: 47%;
  border: 1px solid #604233;
  text-align: center;
  box-sizing: border-box;
  padding: 30px 10px;
  position: relative;
}
.candy .sec01 .flexBox .leftBox:before {
  position: absolute;
  content: "";
  top: 82px;
  right: -21%;
  width: 118px;
  height: 1px;
  background: #000;
  transform: rotate(45deg);
  z-index: 80;
}
.candy .sec01 .flexBox .leftBox .headline02 {
  font-size: 1.8rem;
  letter-spacing: 5px;
  line-height: 2;
  color: #604233;
}
.candy .sec01 .flexBox .rightBox {
  width: 47%;
  border: 1px solid #006A00;
  text-align: center;
  box-sizing: border-box;
  padding: 20px 10px;
  position: relative;
}
.candy .sec01 .flexBox .rightBox:before {
  position: absolute;
  content: "";
  top: 82px;
  left: -21%;
  width: 118px;
  height: 1px;
  background: #000;
  transform: rotate(-45deg);
  z-index: 80;
}
.candy .sec01 .flexBox .rightBox .headline02 {
  font-size: 2.3rem;
  letter-spacing: 7px;
  line-height: 1.3;
  color: #006A00;
}
.candy .sec01 .flexBox .rightBox .headline02 .sTxt {
  font-size: 1.5rem;
  line-height: 1.7;
  font-family: 'ten-mincho-text', serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: -20px;
}
.candy .sec01 .box02 {
  justify-content: center;
  align-items: center;
}
.candy .sec01 .box02 .imgBox {
  width: 250px;
}
.candy .sec01 .box02 .textBox {
  width: 420px;
  margin-left: 30px;
  text-align: justify;
  letter-spacing: 0;
}
.candy .sec01 .listBox {
  background: #fff;
  width: 770px;
  margin: 50px auto;
  box-sizing: border-box;
  padding: 40px 0 50px;
  text-align: center;
}
.candy .sec01 .listBox .title {
  font-family: 'ten-mincho-text', serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  letter-spacing: 8px;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
}
.candy .sec01 .listBox ul {
  width: 60%;
  margin: 30px auto 0;
}
.candy .sec01 .listBox ul li {
  text-align: justify;
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.candy .sec01 .photoBox {
  width: 1020px;
  margin: -240px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.candy .sec01 .photoBox .photo_l {
  width: 220px;
}
.candy .sec01 .photoBox .photo_r {
  width: 282px;
}
.candy .sec01 .shopBtn {
  text-align: center;
  margin-top: -100px;
}
.candy .shopBtn p {
  font-family: 'ten-mincho-text', serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.8rem;
  letter-spacing: 6px;
}
.candy .shopBtn a {
  display: inline-block;
  margin-top: 30px;
  width: 375px;
  background: #426042;
  padding: 20px 0;
  color: #fff;
  position: relative;
}
.candy .shopBtn a:before {
  position: absolute;
  content: "";
  top: 45%;
  right: 10%;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
.candy .sec02 {
  padding: 100px 0;
}
.candy .sec02 .inBox .headline01 {
  text-align: center;
  font-style: italic;
  font-size: 2rem;
  letter-spacing: 8px;
}
.candy .sec02 .inBox .headline02 {
  width: 720px;
  margin: 80px auto 20px;
  border-bottom: 1px solid #8A8A8A;
}
.candy .sec02 .inBox .pTxt {
  width: 710px;
  margin: 0 auto 20px;
}
.candy .sec02 .inBox .figureBox {
  display: flex;
  justify-content: space-between;
  width: 760px;
  margin: 80px auto 0;
  text-align: center;
}
.candy .sec02 .inBox .figureBox .name {
  font-weight: 500;
  font-size: 1.6rem;
  display: block;
  line-height: 1.4;
}
.candy .sec02 .inBox .figureBox .annTxt {
  font-size: 1.3rem;
  display: block;
  line-height: 1.4;
  margin-top: 20px;
}
.candy .sec02 .inBox .figureBox ul {
  margin-top: 30px;
}
.candy .sec02 .inBox .figureBox ul li {
  display: inline-block;
  margin-bottom: -20px;
  font-size: 1.3rem;
  font-weight: 500;
  position: relative;
  padding-left: 20px;
}
.candy .sec02 .inBox .figureBox ul .green:before {
  position: absolute;
  content: "";
  top: 34%;
  left: 5px;
  width: 10px;
  height: 10px;
  background: #007700;
}
.candy .sec02 .inBox .figureBox ul .brown:before {
  position: absolute;
  content: "";
  top: 34%;
  left: 5px;
  width: 10px;
  height: 10px;
  background: #886500;
}
.candy .sec02 .inBox .figureBox ul .green02:before {
  position: absolute;
  content: "";
  top: 34%;
  left: 5px;
  width: 10px;
  height: 10px;
  background: #009E00;
}
.candy .sec02 .inBox .figureBox ul .green03:before {
  position: absolute;
  content: "";
  top: 34%;
  left: 5px;
  width: 10px;
  height: 10px;
  background: #99D346;
}
.candy .sec02 .inBox .figureBox ul .green04:before {
  position: absolute;
  content: "";
  top: 34%;
  left: 5px;
  width: 10px;
  height: 10px;
  background: #7B9176;
}
.candy .sec02 .inBox .figureBox .leftBox {
  width: 40%;
  position: relative;
}
.candy .sec02 .inBox .figureBox .leftBox:before {
  position: absolute;
  content: "";
  top: 40%;
  right: -26%;
  border-top: 26px solid transparent;
  border-bottom: 26px solid transparent;
  border-left: 26px solid rgba(0, 0, 0, 0.5);
}
.candy .sec02 .inBox .figureBox .rightBox {
  width: 47%;
}
.candy .sec02 .inBox .figureBox .leftBox img {
  margin-top: 50px;
}
.candy .sec02 .inBox .figureBox .leftBox ul {
  width: 110%;
  margin-left: -5%;
}
.candy .sec02 .inBox .figureBox .leftBox ul .green {
  padding-right: 30px;
}
.candy .sec02 .inBox .figureBox .rightBox ul li:nth-child(1) {
  padding-right: 30px;
}
.candy .sec02 .inBox .figureBox .rightBox img {
  margin: 10px -50px 0 30px;
}
.candy .sec02 .inBox .figureBox .rightBox ul .green03 {
  padding-right: 63px;
}
.candy .sec02 .title {
  font-size: 1.6rem;
  font-weight: 500;
  display: block;
  text-align: center;
  margin: 80px auto 30px;
}
.candy .sec02 .lineBox {
  width: 1040px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.candy .sec02 .lineBox .mc {
  position: relative;
}
.candy .sec02 .lineBox .mc:before {
  position: absolute;
  content: "";
  left: 5px;
  top: -50px;
  width: 52px;
  height: 65px;
  background: url("img/product/img02.png")no-repeat;
  background-size: 100%;
}
.candy .sec02 .lineBox .inBox {
  width: 240px;
}
.candy .sec02 .lineBox .inBox .li_name {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 500;
  background: #426042;
  display: block;
  text-align: center;
  padding: 15px 0;
}
.candy .sec02 .lineBox .inBox:nth-child(1) .li_name {
  padding: 23px 0;
}
.candy .sec02 .lineBox .inBox .sub_name {
  font-size: 1.3rem;
}
.candy .sec02 .lineBox .inBox .inner {
  border: 1px solid #8A8A8A;
  border-top: none;
  text-align: center;
  box-sizing: border-box;
  padding: 0 20px;
  height: 520px;
}
.candy .sec02 .lineBox .inBox .inner img {
  height: 135px;
  width: auto;
  margin: 20px 0;
}
.candy .sec02 .lineBox .inBox .inner .textBox {
  text-align: justify;
}
.candy .sec02 .lineBox .inBox .inner .textBox .comp {
  width: 100%;
  display: flex;
  margin-bottom: 3px;
}
.candy .sec02 .lineBox .inBox .inner .textBox .comp .green {
  background: #007700;
  color: #fff;
  font-size: 1.2rem;
  display: inline-block;
  line-height: 2;
  width: 50%;
  padding-left: 5px;
}
.candy .sec02 .lineBox .inBox .inner .textBox .comp .gray {
  background: #EBEBEB;
  font-size: 1.2rem;
  display: inline-block;
  line-height: 2;
  width: 49%;
  padding-left: 5px;
}
.candy .sec02 .lineBox .inBox .inner .textBox .pTxt {
  width: 100%;
  margin: 20px 0;
  font-size: 1.2rem;
  line-height: 2;
}
.candy .sec02 .mcBox {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px 0;
}
.candy .sec02 .mcBox img {
  width: 37px;
  height: 46px;
  margin-right: 10px;
}
.candy .sec02 .mcBox p {
  font-size: 1.3rem;
  line-height: 1.4;
}
.candy .sec03 {
  padding: 100px 0;
}
.candy .sec03 .headline01 {
  font-size: 2.8rem;
  text-align: center;
  margin-bottom: 80px;
}
.candy .sec03 .flexBox {
  width: 900px;
  margin: 0 auto 140px;
  justify-content: space-between;
}
.candy .sec03 .flexBox .imgBox {
  width: 360px;
}
.candy .sec03 .flexBox .textBox {
  width: 480px;
}
.candy .sec03 .flexBox .textBox .headline02 {
  margin-bottom: 20px;
  position: relative;
}
.candy .sec03 .flexBox .textBox .headline02:before {
  content: "";
  top: 100%;
  right: 6%;
  position: absolute;
  width: 510px;
  height: 60px;
  border-top: 1px solid #959595;
  border-left: 1px solid #959595;
  transform: skewX(-45deg);
}
.candy .sec03 .pBox {
  text-align: center;
  margin-top: -50px;
}
.candy .sec04 {
  padding: 100px 0 0;
  text-align: center;
}
.candy .sec04 .title {
  font-family: 'ten-mincho-text', serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  letter-spacing: 10px;
}
.candy .sec04 .bTxt {
  font-size: 1.6rem;
  font-weight: 500;
  margin: 20px auto 30px;
}
.candy .sec04 .shopBtn {
	margin-top: 30px;
}
.candy .sec04 .textBox {
  width: 698px;
  margin: 160px auto 120px;
}
.candy .sec04 .textBox .bgTxt {
  font-family: 'ten-mincho-text', serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  letter-spacing: 8px;
  margin-bottom: 70px;
}
.candy .sec04 .textBox .bgTxt span {
  color: rgba(66, 96, 66, 0.1);
  font-size: 9rem;
  font-family: 'garamond-premier-pro', serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 2px;
  display: block;
  margin-bottom: -180px;
}
.candy .sec04 .textBox .headline02 {
  text-align: justify;
  line-height: 2;
  font-size: 2.6rem;
  letter-spacing: 4px;
  margin-bottom: 20px;
}
.candy .sec05 {
  padding: 100px 0 160px;
  text-align: center;
}
.candy .sec05 span {
  font-family: 'ten-mincho-text', serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.4rem;
  letter-spacing: 4px;
  border-bottom: 1px solid #8A8A8A;
  display: block;
  width: 720px;
  margin: 0 auto 20px;
  text-align: justify;
}
.candy .sec05 ul {
  width: 700px;
  margin: 30px auto;
  background: #fff;
  box-sizing: border-box;
  padding: 40px 0 20px 140px;
  text-align: left;
}
.candy .sec05 ul li {
  position: relative;
  font-family: ten-mincho-text, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: 3px;
  margin-bottom: 20px;
}
.candy .sec05 ul li:before {
  position: absolute;
  content: "";
  top: 7px;
  left: -20px;
  width: 10px;
  height: 10px;
  border: 1px solid #000;
}
.candy .sec05 .pTxt {
  width: 700px;
  margin: 0 auto 15px;
}
.candy .sec05 .shopBtn {
  margin-top: 60px;
}
@media all and (max-width: 750px) {
  .candy .shopBtn a {
    width: 90%;
    box-sizing: border-box;
    padding: 15px 3% 15px 0;
  }
  .candy {
    margin-top: -68px;
  }
  .candy .sec01 .topBox .wrap {
    width: 100%;
  }
  .candy .sec01 .topBox .wrap .imgBox {
    margin-left: 0;
  }
  .candy .sec01 .topBox .wrap .white-color {
    top: 20%;
    height: 100%;
  }
  .candy .sec01 .topBox .wrap .white-color {
    margin-left: 5%;
  }
  .candy .sec01 .topBox .wrap .black-color {
    display: none;
  }
  .candy .sec01 .topBox .wrap .white-color span {
    left: 0;
  }
  .candy .sec01 .topBox .wrap .white-color .sTxt {
    font-size: 1.7rem;
    line-height: 1.7;
    letter-spacing: 8px;
    top: 24%;
  }
  .candy .sec01 .topBox .wrap .white-color .bTxt {
    font-size: 2.1rem;
    letter-spacing: 5px;
    bottom: 28%;
  }
  .candy .sec01 .flexBox {
    width: 90%;
  }
  .candy .sec01 .flexBox .leftBox {
    width: 100%;
    padding: 30px 5%;
    margin-bottom: 40px;
  }
  .candy .sec01 .flexBox .leftBox:before {
    top: 170px;
    right: 0;
    left: 0;
    margin: auto;
    width: 100px;
  }
  .candy .sec01 .flexBox .leftBox .headline02 {
    font-size: 1.5rem;
    letter-spacing: 1px;
  }
  .candy .sec01 .flexBox .rightBox {
    width: 100%;
    padding: 20px 5%;
  }
  .candy .sec01 .flexBox .rightBox:before {
    top: -23px;
    right: 0;
    left: 0;
    margin: auto;
    width: 100px;
  }
  .candy .sec01 .flexBox .rightBox .headline02 {
    font-size: 1.8rem;
  }
  .candy .sec01 .flexBox .rightBox .headline02 .sTxt {
    font-size: 1.4rem;
    margin-bottom: -20px;
  }
  .candy .sec01 .box02 {
    flex-direction: column-reverse;
  }
  .candy .sec01 .box02 .imgBox {
    width: 100%;
  }
  .candy .sec01 .box02 .textBox {
    width: 95%;
    margin: 20px auto 30px;
  }
  .candy .sec01 .listBox {
    width: 90%;
    margin: 80px auto;
    padding: 40px 5% 50px;
  }
  .candy .sec01 .listBox .title {
    font-size: 1.7rem;
    letter-spacing: 4px;
    text-align: justify;
  }
  .candy .sec01 .listBox ul {
    width: 100%;
  }
  .candy .sec01 .listBox ul li {
    font-size: 1.5rem;
    margin-bottom: 10px;
    text-indent: -1.5rem;
    padding-left: 15px;
  }
  .candy .sec01 .photoBox {
    width: 80%;
    margin: -130px auto 0;
    justify-content: center;
  }
  .candy .sec01 .photoBox .photo_l {
    width: 110px;
    margin: 0 2%;
  }
  .candy .sec01 .photoBox .photo_r {
    width: 141px;
    margin: 0 2%;
  }
  .candy .sec01 .shopBtn {
    margin-top: 30px;
  }
  .candy .sec01 .shopBtn p {
    font-size: 1.6rem;
  }
  .candy .sec01 .shopBtn a {
    margin-top: 20px;
  }
  .candy .sec02 {
    padding: 80px 0;
  }
  .candy .sec02 .inBox .headline02, .candy .sec02 .inBox .pTxt {
    width: 85%;
  }
  .candy .sec02 .inBox .headline02 {
    margin-top: 40px;
  }
  .candy .sec02 .inBox .figureBox {
    flex-direction: column;
    width: 100%;
    margin: 60px auto 0;
  }
  .candy .sec02 .inBox .figureBox .name {
    font-size: 1.5rem;
  }
  .candy .sec02 .inBox .figureBox .annTxt {
    font-size: 1.35rem;
  }
  .candy .sec02 .inBox .figureBox ul {
    margin-top: 20px;
  }
  .candy .sec02 .inBox .figureBox ul li {
    font-size: 1.25rem;
  }
  .candy .sec02 .inBox .figureBox .leftBox ul .green {
    padding-right: 10px;
  }
  .candy .sec02 .inBox .figureBox .rightBox ul .green03 {
    padding-right: 61px;
  }
  .candy .sec02 .inBox .figureBox .leftBox {
    width: 100%;
  }
  .candy .sec02 .inBox .figureBox .leftBox:before {
    position: absolute;
    content: "";
    width: 1px;
    top: 109%;
    right: 0;
    left: 0;
    margin: auto;
    border-top: 26px solid rgba(0, 0, 0, 0.5);
    border-right: 26px solid transparent;
    border-left: 26px solid transparent;
  }
  .candy .sec02 .inBox .figureBox .leftBox img {
    margin: 30px 0 0 10px;
    width: 75%;
  }
  .candy .sec02 .inBox .figureBox .rightBox {
    width: 100%;
    margin-top: 100px;
  }
  .candy .sec02 .inBox .figureBox .rightBox img {
    margin: 20px 0 0 8px;
    width: 93%;
  }
  .product .sec02 .title {
    font-size: 1.5rem;
    margin: 80px auto 30px;
  }
  .candy .sec02 .lineBox {
    width: 90%;
    flex-direction: column;
  }
  .candy .sec02 .lineBox .mc {
    margin-top: 30px;
  }
  .candy .sec02 .lineBox .mc:before {
    left: 8px;
    width: 60px;
    height: 76px;
  }
  .candy .sec02 .lineBox .inBox {
    width: 100%;
    margin-bottom: 30px;
  }
  .candy .sec02 .lineBox .inBox .li_name {
    font-size: 1.6rem;
  }
  .candy .sec02 .lineBox .inBox .inner {
    padding: 0 8% 10px;
    height: auto;
  }
  .candy .sec02 .lineBox .inBox .inner img {
    margin: 30px auto 40px;
    width: 100%;
    height: auto;
  }
  .candy .sec02 .lineBox .inBox .inner .textBox .comp {
    margin-bottom: 5px;
  }
  .candy .sec02 .lineBox .inBox .inner .textBox .comp .green {
    font-size: 1.4rem;
    padding-left: 15px;
  }
  .candy .sec02 .lineBox .inBox .inner .textBox .comp .gray {
    font-size: 1.4rem;
    padding-left: 15px;
  }
  .candy .sec02 .lineBox .inBox .inner .textBox .pTxt {
    font-size: 1.4rem;
  }
  .candy .sec02 .mcBox {
    width: 90%;
    margin: 20px auto 0;
  }
  .candy .sec02 .mcBox img {
    width: 50px;
    height: 64px;
    margin-right: 15px;
  }
  .candy .sec02 .mcBox p {
    font-size: 1.4rem;
    line-height: 1.7;
    text-align: justify;
  }
  .candy .sec03 {
    padding: 80px 0;
  }
  .candy .sec03 .flexBox {
    width: 85%;
    margin: 0 auto 90px;
  }
  .candy .sec03 .flexBox .imgBox {
    width: 95%;
    margin: 0 auto;
  }
  .candy .sec03 .flexBox .textBox {
    width: 100%;
    margin: 0 auto;
  }
  .candy .sec03 .flexBox .textBox .headline02 {
    text-align: center;
    letter-spacing: 3px;
    margin-top: 40px;
    border-bottom: 1px solid #959595;
  }
  .candy .sec03 .flexBox .textBox .headline02:before {
    display: none;
  }
  .candy .sec03 .pBox {
    width: 85%;
    margin: -50px auto 0;
    text-align: justify;
  }
  .candy .sec04 {
    padding: 80px 0 0;
  }
  .candy .sec04 .title {
    font-size: 1.8rem;
    letter-spacing: 1px;
  }
	.candy .sec04 .bTxt {
		margin-bottom: 20px;
	}
  .candy .sec04 .ptxt {
	display: block;
	width: 86%;
	margin: 0 auto;
	  text-align: justify;
  }
	.candy .sec04 .shopBtn {
		margin-top: 0;
	}
  .candy .sec04 .textBox {
    width: 85%;
    margin: 120px auto 70px;
  }
  .candy .sec04 .textBox .bgTxt {
    letter-spacing: 5px;
    font-size: 1.6rem;
    width: 100vw;
    margin: 0 0 60px -9%;
    line-height: 1.5;
  }
  .candy .sec04 .textBox .bgTxt span {
    margin-bottom: -120px;
  }
  .candy .sec04 .textBox .headline02 {
    font-size: 1.7rem;
    line-height: 1.9;
  }
  .candy .sec05 {
    padding: 50px 0 120px;
  }
  .candy .sec05 span {
    width: 85%;
    font-size: 1.6rem;
    line-height: 1.8;
    padding-bottom: 10px;
  }
  .candy .sec05 ul {
    width: 90%;
    padding: 30px 8% 30px 12%;
  }
  .candy .sec05 ul li {
    font-size: 1.5rem;
    text-align: justify;
    line-height: 2;
    margin-bottom: 15px;
  }
  .candy .sec05 ul li:before {
    top: 9px;
  }
  .candy .sec05 .pTxt {
    width: 85%;
  }
  .candy .sec05 .shopBtn {
    margin-top: 0;
}
}
@media all and (max-width: 360px) {
  .candy .sec01 .topBox .wrap .white-color .sTxt {
    letter-spacing: 6px;
    top: 22%;
  }
  .candy .sec01 .topBox .wrap .white-color .bTxt {
    font-size: 2rem;
    letter-spacing: 3px;
    bottom: 25%;
  }
}
@media all and (min-width: 390px) and (max-width: 750px) {
  .candy .sec01 .topBox .wrap .white-color .bTxt {
    font-size: 2.4rem;
  }
}
/*------------------------------------------------------------
    プロポリスとは
------------------------------------------------------------*/
.propolis p {
	text-align: justify;
	line-height: 2.5;
}
.propolis .top h1{
  font-family: 'ten-mincho-text', serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  font-size: 16px;
  letter-spacing: 2px;
  margin: 50px 0 10px 0;
}
.propolis .top .main-visual{
  width:718px;
  margin: 0 auto;
}
.propolis .caption {
    width: 710px;
    /* width:56%; */
    margin: 0 auto;
}
.propolis .caption h1{
  text-align:left;
  font-family: 'ten-mincho-text', serif;
  font-weight: 400;
  font-style: normal;
  font-size: 28px;
  letter-spacing: 3px;
  border-bottom: solid 1px #8d8d8d;
  margin-bottom: 30px;
  margin-top: 130px;
}
.propolis .main-content{
  margin-bottom: 150px;
}
.propolis .main-content .exp{
  display: flex;
  align-items: center;
  width:850px;
  margin: 0 auto;
}
.propolis .main-content .exp-img{
  display: flex;
  align-items: center;
  /* width:360px; */
  width:40%;
  margin-top: 10px;
}
.propolis .main-content .exp img{
  height: auto;
  display: block;
}
.propolis .main-content .exp .textBox {
  width:474px;
  margin-left:33px;
  align-items: flex-start;
}
.propolis .exp .textBox ul {
	padding-left: 1.4rem;
}
.propolis .exp .textBox ul li {
	text-indent: -1.5rem;
	text-align: justify;
}
.propolis .exp .textBox .proList {
	padding-left: 1.6rem;
}
.propolis .exp .textBox .proList li {
	text-indent: 0;
	position: relative;
}
.propolis .exp .textBox .proList li:before {
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	background: #000;
	top: 12px;
	left: -15px;
}
/* .propoli .main-content .exp .exp-img img{
  vertical-align: middle;
  display: inline-block;
} */
.propolis .main-content .content-mate p,
.propolis .main-content .content-kind p{
  width: 698px;
  margin: 0 auto;
}
/* .propoli .main-content .img{
  display: flex;
} */
.propolis .main-content .img{
  display: flex;
  width:720px;
  margin:0 auto;
}
.propolis .main-content .left{
  margin-top: 70px;
  width:360px;
}
.propolis .main-content .right{
  margin: 70px 0 0 30px;
  width:360px;
}
@media all and (max-width: 750px) {
	.propolis p {
		line-height: 2;
	}
  .propolis .top .main-visual{
    /* width:350px; */
    width:95%;
    margin-top: 20px;
  }
  .propolis .top h1{
    margin-top:40px;
  }
  /* .propoli .top .main-visual img{
    height:250px;
  } */
  .propolis .main-content {
    margin-bottom: 50px;
  }
  .propolis .caption{
    /* width:326px; */
    width:90%;
  }
  .propolis .caption h1{
    /* margin: 50px 0 20px 0; */
    margin: 60px auto 20px;
    font-size: 20px;
    /* font-size: 40px; */
  }
  .propolis .main-content .exp{
    display:initial;
  }
  .propolis .main-content .exp-img{
    display: block;
    /* width:292px; */
    width: 80%;
    margin:0 auto;
    margin-bottom: 40px;
    margin-top: 40px;
  }
  /* .propoli .main-content .img{
    width:750px;
    margin: 0 auto;
  } */
  .propolis .main-content .img{
    display: block;
    /* width:380px; */
    width: 100%;
    margin: 0 auto;
    margin-top: 40px;
    }
  .propolis .main-content .exp .textBox {
  width:86%;
  margin:0 auto;
}
  .propolis .main-content .content-mate p,
  .propolis .main-content .content-kind p {
    /* width: 325px; */
    width: 86%;
    margin: 0 auto;
  }
}