@charset "utf-8";

/* base
-------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, main, menu, nav, section {
	display: block;
}
html {
	line-height: 1;
}
ul, ol {
	list-style-type: none;
}
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}
q, blockquote {
	quotes: none;
}

q::before, q::after, blockquote::before, blockquote::after {
	content: "";
	content: none;
}
a img {
	border: none;
}
img {
	vertical-align: bottom;
	border: none;
	max-width: 100%;
	height: auto;
}
img[src*=".svg"] {
	width: 100%;
}
a {
	color: inherit;
	text-decoration: none;
}
*,
::before,
::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font: inherit;
	border: none;
	border-radius: 0;
	outline: none;
}
textarea {
	resize: vertical;
}
input[type='checkbox'],
input[type='radio'] {
	display: none;
}
input[type='submit'],
input[type='button'],
label,
button,
select {
	cursor: pointer;
}
select::-ms-expand {
	display: none;
}

/* --------------------------------------------------------
	フォントと背景
-------------------------------------------------------- */
html {
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	font-family: 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', noto-sans-cjk-jp, sans-serif;
	color: #1f2833;
	font-size: 1.6em;
	font-weight: 700;
	background: #fff;
	letter-spacing: 0.05em;
	line-height: 1.6;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}
@media screen and (min-width: 801px) {
body {
	font-size: 2.2em;
}
}

/* --------------------------------------------------------
	リンク
-------------------------------------------------------- */
a {
	color: inherit;
	transition: .5s;
}


/* --------------------------------------------------------
	共通
-------------------------------------------------------- */
#lp_content {
	max-width: 800px;
	width: 100%;
	margin: auto;
	position: relative;
}
.section {
	padding: 13.33333% 4%;
}
.anchor {
	margin-top: -13%;
	padding-top: 13%;
}
/* flex系 */
.flex {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
}
.nowrap { flex-wrap: nowrap; }
.fd_c {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
}
.fd_rr {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	flex-direction: row-reverse;
}
.ai_fs {
	-webkit-box-align: start;
	align-items: flex-start;
}
.ai_fe {
	-webkit-box-align: end;
	align-items: flex-end;
}
.ai_c {
	-webkit-box-align: center;
	align-items: center;
}
.jc_fs {
	-webkit-box-pack: start;
	justify-content: flex-start;
}
.jc_fe {
	-webkit-box-pack: end;
	justify-content: flex-end;
}
.jc_c {
	-webkit-box-pack: center;
	justify-content: center;
}
.jc_sb {
	-webkit-box-pack: justify;
	justify-content: space-between;
}
.jc_sa {
	justify-content: space-around;
}
.order1 {
	-ms-flex-order: 1;
	-webkit-order: 1;
	order: 1;
}
.order2 {
	-ms-flex-order: 2;
	-webkit-order: 2;
	order: 2;
}
.L-right {
	text-align: right;
}

.TXT-C {
	-webkit-box-pack: center;
	justify-content: center;
	text-align: center;
}

/* --------------------------------------------------------
	見出し
-------------------------------------------------------- */
.s_title {
	font-size: 2.4rem;
	color: #fff;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-align: left;
	align-items: left;
	margin: 5 0 10.6666%;
	padding: 2.5%;
	background: #002F6B;
}
.c_title {
	font-size: 2.4rem;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-align: center;
	align-items: center;
	margin: 0 0 10.6666%;
}
.c_title .en {
	color: #37b482;
	font-size: 1.6rem;
	font-weight: 400;
}
@media screen and (min-width: 769px) {
.c_title {
	font-size: 4rem;
}
.c_title .en {
	font-size: 2.2rem;
}
}


/* --------------------------------------------------------
	ボタン
-------------------------------------------------------- */
.c_btn_wrap {
	margin: 7.46666% 0 0;
}
.c_btn {
	color: #fff;
	font-size: 1.8rem;
	background: #37b482;
	border-radius: 100px;
	display: block;
	text-align: center;
	padding: 18px 16px;
	position: relative;
}
.c_btn.is_wh {
	color: #0c7b25;
	background: #fff;
}
.c_btn .arrow {
	font-size: 0;
	max-width: 36px;
	width: 100%;
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 3%;
	transform: translateY(-50%);
}
@media screen and (min-width: 801px) {
.c_btn {
	font-size: 2.4rem;
	padding: 24px 16px;
}
}


/* --------------------------------------------------------
	スクロールアニメーション
-------------------------------------------------------- */
.fadeIn {
	display: block;
	opacity: 0;
	transform: translateY(50px);
	transition: .5s;
}
.fadeIn.is_shown {
	opacity: 1;
	transform: translateY(0);
}

/* --------------------------------------------------------
	header
-------------------------------------------------------- */
header {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	padding: 5% 0;
	position: relative;
	background: #002F6B;
}
header h1 {
	width: 55.00000%;
}
header h2 {
	color: #fff;
}
header h2 pa {
	color: #fff;
	font-size: 100.000%;
}
header h2 a {
	color: #fff;
	font-size: 100.000%;
}
#hamb {
	max-width: 100px;
	width: 13.33333%;
	border: 2px solid #fff;
	border-radius: 50%;
	overflow: hidden;
	position: fixed;
	top: 8%;
	right: 2.66666%;
	z-index: 10;
	cursor: pointer;
}
#hamb > div {
	width: 100%;
	padding-top: 100%;
	background: #373737;
}
#hamb > div > div {
	width: 30%;
	padding-top: 24.33333%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#hamb > div > div span {
	width: 100%;
	height: 2px;
	display: block;
	background: #fff;
	position: absolute;
	transition: .5s;
}
#hamb > div > div span:nth-child(1) {
	top: 0;
}
#hamb > div > div span:nth-child(2) {
	top: calc(50% - 1px);
}
#hamb > div > div span:nth-child(3) {
	bottom: 0;
}
.is_menu_open #hamb > div > div span:first-child,
.is_menu_open #hamb > div > div span:nth-child(3) {
	top: 50%;
}
.is_menu_open #hamb > div > div span:first-child {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.is_menu_open #hamb > div > div span:nth-child(2) {
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
}
.is_menu_open #hamb > div > div span:nth-child(3) {
	bottom: inherit;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#menu {
	color: #fff;
	max-width: 800px;
	width: 100%;
	min-height: 100vh;
	height: 100%;
	background: #373737;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	overflow: auto;
	position: fixed;
	top: -200%;
	left: 0;
	transition: .5s;
	z-index: 5;
}
.is_menu_open #menu {
	top: 0;
}
#menu ul li {
	font-size: 2.2rem;
	text-align: center;
}
#menu ul li:not(:last-child) {
	margin: 0 0 20%;
}
@media screen and (min-width: 801px) {
#hamb {
	top: 8%;
	right: inherit;
	left: calc(50% + 280px);
}
#menu {
	left: 50%;
	transform: translateX(-50%);
}
}
/* --------------------------------------------------------
	footer
-------------------------------------------------------- */
footer {
	color: #fff;
	background: #002F6B;
	text-align: center;
	padding: 9.33333% 4% 2.66666%;
}
footer .logo a {
	width: 50%;
	display: inline-block;
}
#copyright {
	font-size: 1.0rem;
}
@media screen and (min-width: 801px) {
#copyright {
	font-size: 2rem;
}
}


/* --------------------------------------------------------
	mv
-------------------------------------------------------- */
#kyouto ,
#nara{
	background: #f7f7f7;
	overflow: hidden;
	position: relative;
}
#kyouto > p {
	width: 88.8%;
	position: absolute;
	top: 18vw;
	right: -2.5%;
}

#kyouto ul {
	padding-left: 2%;
	position: relative;
	z-index: 1;
}
.s_title .ja{
  font-family:  "MS 明朝",serif;  /* フォントの種類指定 */
	font-size: 3.0rem;
}
.factory_list1 p{
  font-family:  "MS 明朝",serif;  /* フォントの種類指定 */
	font-size: 2.2rem;
}
.goods_list0 li{
	margin-left: 15px;
	margin-bottom: 15px;
	padding: 5px;
	width: 91.5%;
	background: #002F6B;
	float: left;
}
.goods_list0 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border: 2px solid;
	border-color: #f7f7f7;
}

.goods_list1 li{
	margin-left: 15px;
	margin-bottom: 15px;
	padding: 5px;
	width: 45%;
	background: #002F6B;
	float: left;
}
.goods_list1 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border: 2px solid;
	border-color: #f7f7f7;
}

#nara ul {
	padding-left: 2%;
	position: relative;
	z-index: 1;
}
.factory_list1 li{
	margin-left: 15px;
	margin-bottom: 15px;
	padding: 5px;
	width: 45%;
	background: #002F6B;
	float: left;
}
.factory_list1 li p{
	color: #fff;
}
.factory_list1 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border: 2px solid;
	border-color: #f7f7f7;
}

.s_coment p {
	margin: 15px;
	width: 88.8%;
}

.p_coment p {
	margin: 15px;
	width: 88.8%;
  font-family:  "MS 明朝",serif;  /* フォントの種類指定 */
	font-size: 1.6rem;
}

#privacy ul{
	margin: 25px 0;
}
#privacy li{
	margin: 15px;
}
#privacy h4{
	margin: 15px;
  font-family:  "MS 明朝",serif;  /* フォントの種類指定 */
	font-size: 2.2rem;
	font-weight: bold;
	border-bottom: 2px solid;
}
#privacy p{
	margin: 25px;
  font-family:  "MS 明朝",serif;  /* フォントの種類指定 */
	font-size: 1.6rem;
}

#activity {
	position: relative;
}
#activity > p {
	width: 53.2%;
	position: absolute;
	top: 12vw;
	left: 0;
	z-index: -1;
}
@media screen and (min-width: 801px) {
#activity > p {
	top: 10%;
}
}
.activity_list li {
	border-bottom: solid 1px #d1d1d1;
}
.activity_list li a {
	display: block;
	padding: 24px 0;
}
.activity_list .date {
	color: #afafaf;
	font-weight: 400;
	margin: 0 0 10px;
}
#member {
	background: #f7f7f7;
	overflow: hidden;
	position: relative;
}
#member > p {
	width: 88.8%;
	position: absolute;
	top: 18vw;
	right: -2.5%;
}
#member h2,
#member ul {
	position: relative;
	z-index: 1;
}
.member_list > li:not(:last-child) {
	margin: 0 0 12%;
}
.member_list .head {
	color: #fff;
	background: #37b482;
	border-radius: 20px;
	margin: 0 0 24px;
	padding: 16px 20px;
	position: relative;
}
.member_list .head::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 12px 0 12px;
	border-color: #37b482 transparent transparent transparent;
	display: block;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
}
.member_list .head .name {
	font-size: 1.6rem;
}
.member_list .head .name span {
	display: inline-block;
}
.member_list .head .name .ja {
	font-size: 2rem;
}
.member_list .head .name .en {
	font-weight: 400;
	margin: 0 0 0 4%;
}
.member_list .head .company {
	font-size: 1.4rem;
	margin: 6px 0 0;
}
.member_list .body {
	border-radius: 20px;
	display: -webkit-box;
	display: flex;
	overflow: hidden;
}
.member_list .body .img {
	width: 44%;
}
.member_list .body .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.member_list .body .text_wrap {
	width: 56%;
	background: #fff;
	padding: 6% 3.4%;
}
.member_list .body dl dt {
	margin: 0 0 3.2%;
}
.member_list .body dl dt span {
	color: #fff;
	font-size: 1.6rem;
	font-weight: 400;
	background: #37b482;
	border-radius: 100px;
	line-height: 1;
	padding: 2px 24px;
}
@media screen and (min-width: 481px) {
#member > p {
	top: 15.5vw;
}
}
@media screen and (min-width: 801px) {
#member > p {
	top: 3.8%;
}
.member_list .head {
	margin: 0 0 32px;
	padding: 16px 32px;
}
.member_list .head::after {
	border-width: 18px 16.5px 0 16.5px;
}
.member_list .head .name {
	font-size: 2.4rem;
}
.member_list .head .name .ja {
	font-size: 3rem;
}
.member_list .head .name .en {
	margin: 0 0 0 8%;
}
.member_list .head .company {
	font-size: 2rem;
}
.member_list .body dl dt span {
	font-size: 2rem;
}
}
.cdetail{
	width: 96.0%;
	margin: 2%;
	font-size: 2rem;
	border: 1px solid;
	text-align: center;
}

.cdetail th, td{
	border: 1px solid;
	padding: 10px;
  font-family:  "MS 明朝",serif;  /* フォントの種類指定 */
	font-size: 2.2rem;
}
.cdetail th{
	vertical-align: top;
	font-weight: bold;
	background: #f5f5f5;

}
.cdetail a{
	border-bottom: 1px solid;
	background: #fffacd;

}
@media (max-width: 600px) {


.cdetail th, td{
	font-size: 1.7rem;
}
}


#sns_link {
	margin: 5%;
	text-align: center;
}

#sns_link p {
	margin: 5% 0%;
	padding: 5px;
  font-family:  "MS 明朝",serif;  /* フォントの種類指定 */
	font-size: 2.4rem;
	font-weight: bold;
	border-bottom: 1px solid;
}

#sns_link img {
	width: 20%;
}
#sns_link a {
	padding: 10px;
}

#contact {
	background: url("../img/contact.jpg") no-repeat bottom center;
	background-size: cover;
	padding-bottom: 40%;
}
#contact .c_title {
	
}
#contact .c_title,
#contact .c_title .en {
	color: #fff;
}

.slideshow-container {
  width: 100%;
  height: 25vh;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 801px) {
.slideshow-container {
  width: 100%;
  height: 45vh;
  position: relative;
  overflow: hidden;
}
}

.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  animation: fade 15s infinite;
}

.slide:nth-child(1) {
  animation-delay: 0s;
}

.slide:nth-child(2) {
  animation-delay: 5s;
}

.slide:nth-child(3) {
  animation-delay: 10s;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  33% {
    opacity: 1;
  }
  53% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

