@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;700&family=Noto+Serif+JP:wght@200..900&display=swap');
/*------------------------------
init
------------------------------*/
main,
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

div, dl, dt, dd, ul, ol, li, pre, form, blockquote, th, td {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizeLegibility;
  margin: 0;
  line-height: 1.4;
}

p {
  margin: 0;
}

ul, ol {
  list-style: none;
}

img {
  vertical-align: bottom;
  border-style: none;
  max-width: 100%;
  height: auto;
}

map,
area,
map:active,
area:active {
  border: none;
  outline: none;
}

figure {
  margin: 0;
}

.text-center {
  text-align: center;
}

.clearfix {
  /* *zoom: 1; */
  display: inline-block;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.notes {
  font-size: 1.2rem;
  line-height: 1.4;
}

img,
video {
  max-width: 100%;
}

a {
  color:#605130;
  text-decoration:none;
  cursor: pointer;
  transition: all .4s;
}

/*------------------------------
 基本
------------------------------*/
*,
*:before,
*:after,
body > * {
  box-sizing: border-box;
}
html{
  height:100%;
  -webkit-font-smoothing: antialiased;
}
body{
  display: flex;
  flex-direction: column;
  position: relative;
  padding:0;
  margin: 0;
  height:100%;
  text-rendering: optimizeLegibility;
  font-weight: 500;
  font-family: "Shippori Mincho", "游明朝", Yu Mincho, "ＭＳ 明朝", "MS Mincho", Times New Roman, serif;
  font-size:16px;
  color: #3D434B;
  -webkit-text-size-adjust: 100%;
}
main{
  flex:1;
  padding:0;
  margin-top:6.25em;
}
main > section{
  position: relative;
  z-index:1;
  padding-top:2.5em;
}

.container,.container2{
  position: relative;
  overflow: hidden;
  width:1400px;
  margin:auto;
  z-index: 1;
}
.con_padd1{
  padding:3.75em 0 ;
}
.con_padd2{
  padding:1.5em 0;
}
.of-hidden{
  position: relative;
  overflow: hidden;
}

/*PC*/
@media only screen and (min-width: 768px) {
   .sp{
    display: none;
  }
}
/*1440より小さい*/
@media only screen and (max-width: 1439px) {
  .container,.container2{
    width:100%;
  }
  .con_padd1{
    padding:3.75em 1.25em ;
  }
  .con_padd2{
    padding:1.5em 1.25em;
  }
}
/*1440pxからSPまでの間*/
@media screen and (min-width: 768px) and (max-width: 1440px) {
  /*------------------------------
  基本
  ------------------------------*/
  body{
    font-size:1.111vw;;
  }
}
/*SP*/
@media only screen and (max-width: 767px) {
  /*------------------------------
  基本
  ------------------------------*/
  body{
    font-size:2.344vw; 
  }
  .pc{
    display: none;
  }
  main{
    margin-top:5.4em;
  }
  main > section{
    /* padding-top:0 */
  }
  .con_padd1{
    padding:5em 2em ;
  }
  .con_padd2{
    padding:2em;
  }
}




/*------------------------------
共通
------------------------------*/


/*フォント
---------------------------*/
/*色*/
.fc-dbrown{
  color:#4E3D17
}
.fc-brown{
  color:#653E07;
}
.fc-white{
  color:#fFF
}

/*大きさ*/
.f-size_l01{
  font-size:1.2em;
}
.f-size_l02{
  font-size:1.25em;
}
.f-size_l03{
  font-size:1.35em;
}
.f-size_l04{
  font-size:1.5em;
}
.f-size_l05{
  font-size:1.75em;
}
.f-size_l06{
  font-size:2em;
}
.f-size_l07{
  font-size:4.5em;
}
.f-size_l08{
  font-size:3em;
}
.f-size_l09{
  font-size:3.75em;
}
.f-size_l10{
  font-size:1.25em;
}
.f-size_l11{
  font-size:1.125em;
}
.f-size_l12{
  font-size:1.5em;
}
.f-size_l13{
  font-size:1.875em;
}

.f-size_s01{
  font-size:.6em;
}
.f-size_s02{
  font-size:.75em;
}
.f-size_s03{
  font-size:.8em;
}
.f-size_s04{
  font-size:.875em;
}
.f-size_s05{
  font-size:.75em;
}
/*letter spacing*/
.ls04{
	letter-spacing: 0.04em;
}
.ls100{
	letter-spacing: 0.1em;
}
.ls0{
	letter-spacing: 0em;
}
.ls60{
	letter-spacing: 0.06em;
}
.ls25{
	letter-spacing: 0.25em;
}

@media only screen and (max-width: 767px) {
	.f-size_l12{
		font-size: 4.6vw;
	}
	.f-size_l11{
		font-size: 3.58vw;
	}
	.f-size_l13{
	  font-size:5.12vw;
	}
	.f-size_s05{
	  font-size:4.6vw;
	}
	.f-size_l10{
	  font-size:3.5vw;
	}
}

/*改行*/
.wr-bw{
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.wr-ba{
  word-break: break-all;
}
/*文字詰め*/
.ffs {
  font-feature-settings: "palt" 1;
}
.ls-01 {
  letter-spacing: -.01em;
}


/*配置
---------------------------*/
.ta-center{
  text-align: center;
}
.ta-left{
  text-align: left;
}
.ta-right{
  text-align: right;
}

/*角丸
---------------------------*/
.rad_1em{
  border-radius: 1em;
}
.rad_1-125rem{
  border-radius: 1.125rem;
}
.rad_1-5rem{
  border-radius: 1.5em;
}
/*sp*/
@media only screen and (max-width: 767px) {
  .img-area .rad_1-5rem {
    border-radius: 1rem;
  }
}

/*背景
---------------------------*/
.bg-white {
  background: #fff;
}
.bg-aleaf{
  background:#C56300;
}
/*グラデ*/
.bg-cover_news {
  background-image:-webkit-linear-gradient(left,#FFF8D0,#FFFFDF);
  background-image:-moz-linear-gradient(left,#FFF8D0,#FFFFDF);
  background-image:linear-gradient(left,#FFF8D0,#FFFFDF);
}
.bg-cover_gra01a {
  background-image:-webkit-linear-gradient(115deg, #F4F0E2 15%,#FFFBCE 75%);
  background-image:-moz-linear-gradient(115deg, #F4F0E2 15%,#FFFBCE 75%);
  background-image:linear-gradient(15deg, #F4F0E2 15%,#FFFBCE 75%);
}
.bg-cover_gra01b {
  background-image:-webkit-linear-gradient(115deg, #F4F0E2 15%,#FFFBCE 75%);
  background-image:-moz-linear-gradient(115deg, #F4F0E2 15%,#FFFBCE 75%);
  background-image:linear-gradient(115deg, #F4F0E2 15%,#FFFBCE 75%);
}
.bg-cover_gra02a {
  background-image:-webkit-linear-gradient(-45deg, #FFFBCE 35%,#F4F0E2 65%);
  background-image:-moz-linear-gradient(-45deg, #FFFBCE 35%,#F4F0E2 65%);
  background-image:linear-gradient(-45deg, #FFFBCE 35%,#F4F0E2 65%);
}
.bg-cover_gra02b {
  background-image:-webkit-linear-gradient(45deg, #FFFBCE 35%,#F4F0E2 65%);
  background-image:-moz-linear-gradient(45deg, #FFFBCE 35%,#F4F0E2 65%);
  background-image:linear-gradient(45deg, #FFFBCE 35%,#F4F0E2 65%);
}
.bg-cover_pattern {
  background: url("../images/common/bg.png") top left / 32rem repeat;
	opacity: .05;
}
.bg-cover{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:99.999999%;
	z-index: -1;
}
.bg-shadow{
	box-shadow:0 0 3rem 0 rgba(181,148,0,.16) inset;
}

/*物体影
---------------------------*/
.b-shadow{
  box-shadow:0 0 1rem 0 rgba(0,0,0,.16);
}
.btn-shadow{
  box-shadow:0 0 .75rem 0 rgba(118,95,0,.16);
}


/*コンテンツのflexありのレイアウト
---------------------------*/
.content-f {
  gap:3.75em 3.75em;
}

/*タイトル
---------------------------*/
.title-area{
  margin-bottom: 1em;
}
.title-area *{
  font-weight: 700;
  text-align:center;
  text-shadow:0 0 .75rem rgba(0,0,0,.16);
}
.title-area .character-j{
  font-size:3.5em;
  color:#4E3D17;
}
.title-area .character-e{
  font-size:2.25em;
  color:#3D434B;
}

/*見出し*/
.headline{
  padding-left:.5em;
  margin-bottom: .75em;
  border-left:solid .19em #C56300;
  color:#4E3D17;
  font-weight:700;
  line-height: 1.5;
}
h3.headline{
  font-size:2.625em;
}
h4.headline{
  font-size:2em;
}
h5.headline{
  font-size:1.5em;
}
.text-area p:not(:last-of-type){
  margin-bottom:1em;
}
.text-area p{
  font-size:1.25em;
}
.text-area p.f-line{
  font-size:1.5em;
  margin-bottom:1em;
	font-weight: bold;
}
.text-area p.f-line2{
  font-size:1.5em;
	font-weight: bold;
}


/*flex
---------------------------*/
.flexlist {
	display: -webkit-box;
	display: flex;
}
.inline-flexlist {
	display: inline-flex
}
.f-flow {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
}
.f-jc-start{
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.f-jc-center {
  -webkit-box-pack: center;
  justify-content: center;
}
.f-jc-end {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.f-jc-between{
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.f-ac-stretch {
-ms-flex-line-pack: stretch;
  align-content: stretch;
}
.f-ac-start {
	-ms-flex-line-pack: start;
	align-content: flex-start;
}
.f-ac-end {
	-ms-flex-line-pack: end;
	align-content: flex-end;
}
.f-ac-center{
	-ms-flex-line-pack: center;
	align-content: center;
}
.f-ac-between{
  -ms-flex-line-pack: justify;
  align-content: space-between;
}
.f-ai-start {
  -webkit-box-align: start;
  align-items:flex-start;
}
.f-ai-center {
  -webkit-box-align: center;
  align-items: center;
}
.f-ai-end {
  -webkit-box-align:end;
  align-items: flex-end;
}
.f-ai-stretch {
  -webkit-box-align: stretch;
  align-items: stretch;
}
.f-d-column{
  flex-direction: column;
}

/*dotlist
---------------------------*/
ul.dotlist{
  list-style: disc;
  padding-left:1.5em;
}
ul.dotlist li:not(:last-of-type){
  margin-bottom: .5em;
}

/*画像リスト
---------------------------*/
ul.g-list.list-4{
  gap:2.625em 2em ;
}
ul.g-list.list-3{
  gap:2.625em 3.75em;
}
ul.g-list img{
  width:100%;
  height:auto;
  margin-bottom:1.5em;
  border-radius:.75em
}
ul.g-list p{
  font-size:1.125em;
}
ul.g-list li{
	border-bottom: none;
}
/*リンクアイコン
---------------------------*/
/*丸矢印茶色*/
a span[class*="ic-"],button span[class*="ic-"]{
  width:1em;
  height:1em;
  display:inline-block;
}
a .db-ic-arrow, button .db-ic-arrow{
  background:url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 16 16"><path fill="%23ffffff" d="M4.88,15.11c0-.24.09-.46.26-.63l6.47-6.47L5.14,1.54c-.36-.33-.39-.89-.06-1.25.33-.36.89-.39,1.25-.06.02.02.04.04.06.06l7.1,7.1c.35.35.35.91,0,1.25l-7.1,7.1c-.35.35-.91.34-1.26,0-.17-.17-.26-.39-.26-.63Z" /></svg>') center / 50% auto no-repeat #605130;
  border-radius:50%;
  border:1px solid #605130;
}
a:hover .db-ic-arrow, button:hover .db-ic-arrow {
  background:url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 16 16"><path fill="%23" d="M4.88,15.11c0-.24.09-.46.26-.63l6.47-6.47L5.14,1.54c-.36-.33-.39-.89-.06-1.25.33-.36.89-.39,1.25-.06.02.02.04.04.06.06l7.1,7.1c.35.35.35.91,0,1.25l-7.1,7.1c-.35.35-.91.34-1.26,0-.17-.17-.26-.39-.26-.63Z" /></svg>') center / 50% auto no-repeat #fff;
}
/*ボタン内丸矢印*/
.btn .db-ic-arrow{
  position:absolute;
  top:0;
  right:1em;
  bottom:0;
  margin:auto;
  background:url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 16 16"><path fill="%23A65906" d="M4.88,15.11c0-.24.09-.46.26-.63l6.47-6.47L5.14,1.54c-.36-.33-.39-.89-.06-1.25.33-.36.89-.39,1.25-.06.02.02.04.04.06.06l7.1,7.1c.35.35.35.91,0,1.25l-7.1,7.1c-.35.35-.91.34-1.26,0-.17-.17-.26-.39-.26-.63Z" /></svg>') center / 50% auto no-repeat #ffffff;
  border:1px solid #ffffff;
}
.btn:hover .db-ic-arrow {
  background:url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 16 16"><path fill="%23ffffff" d="M4.88,15.11c0-.24.09-.46.26-.63l6.47-6.47L5.14,1.54c-.36-.33-.39-.89-.06-1.25.33-.36.89-.39,1.25-.06.02.02.04.04.06.06l7.1,7.1c.35.35.35.91,0,1.25l-7.1,7.1c-.35.35-.91.34-1.26,0-.17-.17-.26-.39-.26-.63Z" /></svg>') center / 50% auto no-repeat #A65906;
	border:1px solid #A65906;
}

/*クラウドファンディング*/
a .ic-cf{
  background:url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 32 32"><path fill="%23ffffff" d="M18.58,26.33l-2.44,2.44c-.05.05-.23.05-.28,0l-5.94-5.94,2.58-2.58c.17-.17.44-.17.61,0,.06.06.1.14.11.24l.18,1.29,1.29.18c.1.01.18.05.24.11.06.06.1.14.11.24l.18,1.29,1.29.18c.1.01.18.05.24.11.06.06.1.14.11.24l.18,1.29,1.29.18c.1.01.18.05.24.11.17.17.17.44,0,.61ZM20.07,24.84c-.08-.12-.17-.23-.27-.33-.34-.34-.78-.54-1.22-.6-.06-.45-.26-.88-.6-1.22-.34-.34-.78-.54-1.22-.6-.06-.45-.26-.88-.6-1.22-.34-.34-.78-.54-1.22-.6-.06-.45-.26-.88-.6-1.22-.84-.84-2.2-.84-3.04,0l-2.58,2.58-6.69-6.69C-.67,12.25-.67,7.88,2.01,5.2s7.05-2.68,9.73,0l3.04,3.04-3.34,3.34c-1.01,1.01-1.01,2.64,0,3.65s2.64,1.01,3.65,0l3.34-3.34,7.3,7.3-5.66,5.66ZM29.99,14.93l-3.04,3.04-7.3-7.3-1.22-1.22-1.22,1.22-3.34,3.34c-.34.34-.88.34-1.22,0-.34-.34-.34-.88,0-1.22l4.56-4.56,3.04-3.04c2.68-2.68,7.05-2.68,9.73,0s2.68,7.05,0,9.73Z" /></svg>') center / cover no-repeat;
}
a:hover .ic-cf {
  background:url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 32 32"><path fill="%23A65906" d="M18.58,26.33l-2.44,2.44c-.05.05-.23.05-.28,0l-5.94-5.94,2.58-2.58c.17-.17.44-.17.61,0,.06.06.1.14.11.24l.18,1.29,1.29.18c.1.01.18.05.24.11.06.06.1.14.11.24l.18,1.29,1.29.18c.1.01.18.05.24.11.06.06.1.14.11.24l.18,1.29,1.29.18c.1.01.18.05.24.11.17.17.17.44,0,.61ZM20.07,24.84c-.08-.12-.17-.23-.27-.33-.34-.34-.78-.54-1.22-.6-.06-.45-.26-.88-.6-1.22-.34-.34-.78-.54-1.22-.6-.06-.45-.26-.88-.6-1.22-.34-.34-.78-.54-1.22-.6-.06-.45-.26-.88-.6-1.22-.84-.84-2.2-.84-3.04,0l-2.58,2.58-6.69-6.69C-.67,12.25-.67,7.88,2.01,5.2s7.05-2.68,9.73,0l3.04,3.04-3.34,3.34c-1.01,1.01-1.01,2.64,0,3.65s2.64,1.01,3.65,0l3.34-3.34,7.3,7.3-5.66,5.66ZM29.99,14.93l-3.04,3.04-7.3-7.3-1.22-1.22-1.22,1.22-3.34,3.34c-.34.34-.88.34-1.22,0-.34-.34-.34-.88,0-1.22l4.56-4.56,3.04-3.04c2.68-2.68,7.05-2.68,9.73,0s2.68,7.05,0,9.73Z" /></svg>') center / cover no-repeat;
}

/*ボタン
---------------------------*/
/*ボタン基本*/
a.btn,button.btn {
  position:relative;
  line-height: 1.2;
  text-decoration: none;
  background: transparent linear-gradient(259deg, #AB5A06 0%, #A85A06 23%, #754407 100%) ;
  border: 1px solid #FFFFFF;
  color:#fff;
 }
 a:hover.btn,button:hover.btn {
  background: transparent linear-gradient(259deg, #ffffff 0%, #ffffff 23%, #ffffff 100%) ;
  border: 1px solid #A65906;
  color:#A65906;
 }

/*詳細ボタン*/
a.btn-detail {
  display:inline-block;
  padding:.5em 1.6em;
  border-radius:100vh;
  font-size:1.875em;
}
a.btn.btn-dead {
  background:#777;
  pointer-events: none;
}
a.btn-detail .db-ic-arrow{
  right:.7em;
  width:.8em;
  height:.8em;
  
}
a.btn-detail p{
  text-align:center;
  padding:0 .8em;
  font-weight:700;
}

/*丸ボタン*/
.btn-circle{
  position:relative;
  width:3em;
  height:3em;
  display:inline-block;
  aspect-ratio:1/1;
  background: transparent linear-gradient(317deg, #AB5A06 0%, #A85A06 23%, #754407 100%) ;
  box-shadow: 0 0 .45em rgba(118,95,0,.16);
  border: 1px solid #FFFFFF;
  border-radius:50%
}
#pagetop .btn-circle span{
  position:absolute;
  top:1em;
	right:0;
	left:0;
  display:inline-block;
  margin:auto;
  width:1em;
  height:1em;
}
.btn-circle:hover{
  background: #fff;
  border: 1px solid #A65906;
}





/*PC*/
@media only screen and (min-width: 768px) {
  /*画像リスト
  ---------------------------*/
  ul.g-list.list-4 li{
    width:calc((100% - 6rem) / 4);
  }
  ul.g-list.list-3 li{
    width:calc((100% - 7.5rem) / 3);
  }
  
  
}
/*sp*/
@media only screen and (max-width: 767px) {
  /*画像リスト
  ---------------------------*/
  ul.g-list{
    width:100%;
    flex-direction: column;
    font-size:1.25em;
  }

  /*詳細ボタン*/
  a.btn-detail {
    min-width:61%;
  }
  .text-area p{
     font-size:3.5vw;
  }
  .text-area p.f-line{
    font-size:4.6vw;
  }
  .text-area p.f-line2{
    font-size:4.6vw;
  }
}
/*

underline(white)

*/
.uline {
  position: relative;
  display: inline-block;
	font-weight: bold;
}

.uline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 100%;
  height: 16.5px;
  background: #fff;
  z-index: -1;
}