@charset "utf-8";
/* CSS Document */

/* ベースとなるスタイル layout
--------------------------------------------------------- */
body {
  -webkit-text-size-adjust: 100%;
}
/* article
--------------------------------------------------------- */
article {
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  color: #212A2D;
  font-size: 62.5%;
  letter-spacing: 0.15rem;
  line-height: 1.8;
  text-align: justify;
  vertical-align: baseline;
  font-family: 'Zen Old Mincho', serif;
  font-weight: 500;
  font-style: normal;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  font-feature-settings: "palt";
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  background-color: #deddcf;
}
article img {
  display: block;
  height: auto;
  max-width: 100%;
}
article a {
  text-decoration: none;
}
figure img {
margin: 0 auto;
  image-rendering: -webkit-optimize-contrast;
  text-align: center;
}
/* clearfix
--------------------------------------------------------- */
.clearfix:after {
  clear: both;
  content: "";
  display: block;
}
.clearfix {
  *zoom: 1;
}



/* 順番 
1.位置情報系＝position, top, right, z-index, display, float等
2.サイズ＝width, height, padding, margin
3.文字系＝font, line-height, letter-spacing, color- text-align等
4.背景＝background, border等
5.その他＝animation, transition等
*/

/*h2 各タイトル
--------------------------------------------------------- */
h2.section-title {
	font-size: 2.25rem;
	margin-inline-start:5px;
	letter-spacing: 0.15rem;
}

h2.section-title span {
	display: flex;
	align-items: center;
	color: #45516b;
	font-size: 1.35rem;
	letter-spacing: 0.25rem;
	text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

h2.section-title span::before {
	content: '';
	display: inline-block;
	margin-right: 20px;
	width: 40px;
	height: 1px;
	background-color: #45516b;
}

/*h3 各タイトル
--------------------------------------------------------- */
.credit_wrap h3 {
/*    text-align: left;*/
    font-size: 1.35em;
    font-weight: normal;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
	line-height: 2;
	
}

.credit_wrap h3 span{
	display: inline;
	font-size: 0.8em;
}

.credit_wrap a:link{
	text-decoration:none;
	opacity: 0.35;
}
.produce_box a:hover{
	font-weight: 500;
	opacity: 1!important;
}

#photos .curve::after{
	background:#d9d9d9;
}

@media screen and (max-width: 768px) {
	.credit_wrap h3 {
		font-size: 1.15em;
	}
}

.c-title{
   font-family: "Sorts Mill Goudy", serif;
   font-weight: 400;
   font-style: normal;
   font-size: 32px;
   text-align: center;
   line-height: 1.5;
   position: relative;
   margin-bottom: 80px;
}

.c-title_en{
   font-family: "Zen Old Mincho", serif;
   font-weight: 400;
   font-style: normal;
   font-size: 20px;
   display: block;
}

.c-title::before{
	content: "";
    display: inline-block;
    width: 50px;
    height: 50px;
    background-image: url('../img/wing.svg');
    background-position: center;
    background-size: contain;
	position: absolute;
	top: -70%;
	left: 50%;
	transform: translateX(-50%);
}


article img {
  /*display: block;*/
  height: auto;
  max-width: 100%;
  margin-inline-start: auto;
  margin-inline-end: auto;
}

.clearfix:after {
  clear: both;
  content: "";
  display: block;
}
.clearfix {
  *zoom: 1;
} /*for IE6,IE7*/
.pc_only {
  display: block;
}
.sp_only {
  display: none;
}

.l-960{
	max-width: 960px;
	margin-inline:auto;
	padding-inline:40px;
	padding-top:180px;
	padding-bottom: 200px;
}

.c-title{
   font-family: "Sorts Mill Goudy", serif;
   font-weight: 400;
   font-style: normal;
   font-size: 32px;
   text-align: center;
   line-height: 1.5;
   position: relative;
   margin-bottom: 80px;
}

.c-title_en{
   font-family: "Zen Old Mincho", serif;
   font-weight: 400;
   font-style: normal;
   font-size: 20px;
   display: block;
}

.c-title::before{
	content: "";
    display: inline-block;
    width: 50px;
    height: 50px;
    background-image: url('../img/wing.svg');
    background-position: center;
    background-size: contain;
	position: absolute;
	top: -70%;
	left: 50%;
	transform: translateX(-50%);
}

.branch-right{
    width: 500px;
    height: 400px;
	position: absolute;
	top: 2%;
	right: -30px;
}

.branch-right02{
    width: 500px;
    height: 400px;
	position: absolute;
	top: 3%;
	right: -30px;
}

.branch-left{
    width: 500px;
    height: 400px;
	position: absolute;
	top: 2%;
	left: -30px;
}

.branch-left02{
    width: 500px;
    height: 400px;
	position: absolute;
	top: -2%;
	left: -30px;
}

.bird-right{
    width: 150px;
    height: 200px;
	position: absolute;
	top: 1%;
	right: 10%;
}

.bird-right02{
    width: 150px;
    height: 200px;
	position: absolute;
	top: 2%;
	right: 10%;
}

.bird-left{
    width: 130px;
    height: 200px;
	position: absolute;
	top: 1%;
	left: 10%;
}

.bird-left02{
    width: 130px;
    height: 200px;
	position: absolute;
	top: -4%;
	left: 10%;
}

@media screen and (max-width: 860px){
	#gFooter{
		margin-top: 0 !important;
	}
}

@media screen and (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
  .sp_only {
    display: block;
  }
	
  .c-title{
    font-family: "Sorts Mill Goudy", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 32px;
    text-align: center;
    line-height: 1.5;
    position: relative;
    margin-bottom: 40px;
  }
	
  .l-960{
	max-width: 960px;
	margin-inline:auto;
	padding-inline:30px;
	padding-top:250px;
	padding-bottom: 80px;
  }
	
  .branch-right{
    width: 300px;
    height: 200px;
	position: absolute;
	top: 2%;
	right: -30px;
  }

  .branch-right02{
    width: 300px;
    height: 200px;
	position: absolute;
	top: 1%;
	right: -30px;
  }

  .branch-left{
    width: 300px;
    height: 200px;
	position: absolute;
	top: 1%;
	left: -30px;
  }
	
  .branch-left02{
    width: 300px;
    height: 200px;
	position: absolute;
	top: -10%;
	left: -30px;
  }

  .bird-right{
    width: 100px;
    height: 100px;
	position: absolute;
	top: 1%;
	right: 10%;
  }
	
  .bird-right02{
    width: 100px;
    height: 100px;
	position: absolute;
	top: 1%;
	right: 10%;
  }

  .bird-left{
    width: 80px;
    height: 100px;
	position: absolute;
	top: 1%;
	left: 10%;
  }
	
  .bird-left02{
    width: 80px;
    height: 100px;
	position: absolute;
	top: -10%;
	left: 10%;
  }

}


/* innerWrap
--------------------------------------------------------- */
.innerWrap {
  max-width: 980px;
  margin-inline: auto;
  padding-block-end: 120px;
  font-size: 1.65rem;
  letter-spacing: 0.1rem;
}

/* txet
--------------------------------------------------------- */
.txtarea {
  width: 100%;
  max-width: 580px;
  margin-inline-start: auto;
  margin-inline-end: auto;
  margin-block-start: 30px;
  margin-block-end: 30px;
  padding-inline-start: 10px;
  padding-inline-end: 10px;
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 1.675rem;
}
.txtarea .txt {
  margin-block-end: 10px;
  line-height: 1.8;
  letter-spacing: 0.025rem;
}
.innerWrap_phototxt{
  max-width: 980px;
  margin: 0 auto;
  font-size: 1.65rem;
  letter-spacing: 0.1rem;
}
.txtarea_photo {
  width: 100%;
  max-width: 580px;
  margin-inline-start: auto;
  margin-inline-end: auto;
  margin-block-start: 30px;
  margin-block-end: 30px;
  padding-inline-start: 10px;
  padding-inline-end: 10px;
  text-align: center;
  text-justify: inter-ideograph;
  font-size: 1.675rem;
}