html {
    scroll-behavior: smooth;
	overflow-x: hidden;
}

body {
    overflow: hidden;
    width: 100%;
    font-family: "Source Han Sans JP";
    font-size:1vw;
}

main {
    position: relative;
}

img {
    width: 100%;
}

section {
    width: 100%;
    position: relative;
}

a {
    text-decoration: none;
    color: white;
}

a:hover {
    color: white;
}

* {
	margin: 0;
	padding: 0;
}

.pc {
    display: block
}

.sp {
    display: none
}
   

/* loading */

#splash {
    /*fixedで全面に固定*/
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 999;
	background:rgb(255, 255, 255);
	text-align:center;
	color:#fff;
	display: none;
}

/* Loading画像中央配置　*/
#splash_logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#splash_logo img {
	width: 200px;
}

/* end loading */

/* header */

header {
	/* position: fixed; */
	width: 100%;
	top: 0;
	left: 0;
	z-index: 111;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header_top_txt {
	width: 100%;
	background: #363636;
}

.header_top_txt div{
	width: 100%;
	height: 50px;
	max-width: 1440px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header_top_txt p {
	font-family: "Mplus 1";
	font-size: 17px; 
	color: #fff;
	margin: 0;
}

.header_main {
	width: 100%;
	background-color: #fff;
}

.header_main .header_main_body{
	max-width: 1440px;
	width: 100%;
	height: 150px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: auto;
	gap: 20px;
}

.menu_one {
	display: flex;
	align-items: center;
	gap: 30px;
}

.menu_one_1 p {
	font-family: "Mplus 1";
	font-size: 20px;
	color: #171717;
	margin: 0;
}

.menu_one_21 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 380px;
	height: 55px;
	padding: 0 14px;
	border-radius: 4px;
	background: #f3f3f3;
	border: 3px solid rgba(0, 0, 0, 0.03);
	margin-bottom: 10px;
}

.menu_one_21_1 img {
	width: 33px;
}

.menu_one_21_1 span {
	font-family: "Mplus 1";
	font-size: 12px;
	color: #fff;
	background: #ef0000;
	border-radius: 50%;
	padding: 2px 6px;
}

.menu_one_21_2 p {
	font-family: "Mplus 1";
	font-size: 18px;
	line-height: 30px;
	color: #141414;
	margin: 0;
}

.menu_one_21_2 p span {
	font-size: 29px;
	color: #6b6b6b;
	margin-left: 14px;
}

.menu_one_22 {
	width: 385px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.menu_one_22_btn {
	width: 49%;
	border-radius: 4px;
	background: #363636;
}

.menu_one_22_btn p {
	font-family: "Mplus 1";
	font-size: 17px;
	text-align: center;
	color: #fff;
	margin: 0;
	padding: 12px 0;
}


/* end header */

/* main */

.top_banner {
	/* margin-top: 200px; */
	width: 100%;
	height: calc(100vh - 200px);
}

.top_banner .mySwiper {
	height: 100%;
}

.top_banner .mySwiper img {
	height: 100%;
	object-fit: cover;
}

.banner_txt {
	position: absolute;
	max-width: 1440px;
	width: 100%;
	top: 45%;
	right: calc((100vw - 1440px)/2);
	z-index: 1;
}

p.banner_txt_jp {
	font-family: "Mplus 1";
	font-weight: bold;
	font-size: 50px;
	line-height: 72px;
	text-align: right;
	color: #363636;
	margin: 0 0 30px;
}

p.banner_txt_en {
	font-family: "Edwardian Script ITC";
	font-size: 66px;
	line-height: 77px;
	text-align: right;
	color: #363636;
	margin: 0;
}

.pick_up {
	width: 100%;
	background: #f3f3f3;
}

.pick_up_body {
	width: 100%;
	max-width: 1440px;
	margin: auto;
	padding: 100px 0 20px;
}

p.pick_up_title_txt1 {
	font-family: "Mplus 1";
	font-weight: bold;
	font-size: 50px;
	line-height: 72px;
	text-align: center;
	color: #6b6b6b;
	margin: 0;
}

p.pick_up_title_txt1::before, 
p.pick_up_title_txt1::after,
.material_title p::before,
.material_title p::after {
	content: url(../images/pick_up_icon.svg);
	margin: 30px;
}

p.pick_up_title_txt2 {
	font-family: "Mplus 1";
	font-weight: normal;
	font-size: 30px;
	line-height: 72px;
	text-align: center;
	color: #89661b;
	margin: 0;
}

.pick_up_main {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin: 80px 0 0;
}

.pick_up_one {
	width: 31.5%;
	border-radius: 35px;
	background: #fff;
	box-shadow: 2px 2px 47px rgba(0, 0, 0, 0.06);
	margin-bottom: 80px;
}

p.product_name_jp {
	font-family: "Mplus 1";
	font-weight: 500;
	font-size: 30px;
	color: #0a2266;
	margin: 30px 30px 0;
}

p.product_name_en {
	font-family: "Mplus 1";
	font-weight: 300;
	font-size: 20px;
	text-align: left;
	color: #171717;
	margin: 0 30px;
}

p.product_price {
	font-family: "Mplus 1";
	font-size: 18px;
	color: #171717;
	padding: 8px;
	border-radius: 5px;
	background: #dfeaf2;
	margin: 20px 0;
}

p.product_description {
	font-family: "Mplus 1";
	font-weight: normal;
	font-size: 18px;
	line-height: 30px;
	text-align: left;
	color: #171717;
	margin: 0 30px;
}

.buy_btn p {
	font-family: "Mplus 1";
	font-weight: normal;
	font-size: 20px;
	text-align: center;
	color: #fff;
	border-radius: 5px;
	background: #0853a1;
	margin: 30px 30px 50px;
	padding: 16px 0;
}

.company {
	width: 100%;
	background: url(../images/company_bg_pc.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 100px 0;
}

p.company_title_jp {
	font-family: "Mplus 1";
	font-weight: bold;
	font-size: 40px;
	text-align: center;
	color: #fff;
	margin: 0;
}

p.company_title_en {
	font-family: "Mplus 1";
	font-weight: normal;
	font-size: 30px;
	text-align: center;
	color: #fff;
	margin: 0;
}

p.company_intro {
	max-width: 1440px;
	width: 100%;
	font-family: "Mplus 1";
	font-weight: normal;
	font-size: 18px;
	line-height: 35px;
	text-align: left;
	color: #fff;
	margin: 70px auto 0;
	padding: 0 150px;
}

.introduction {
	max-width: 1440px;
	width: 100%;
	margin: 100px auto 0;
}

.intro_one {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 80px;
}

.intro_one div {
	width: 47.5%;
}

p.intro_txt1 {
	font-family: "Mplus 1";
	font-weight: bold;
	font-size: 40px;
	color: #6b6b6b;
	margin: 0;
}

p.intro_txt2 {
	font-family: "Mplus 1";
	font-weight: normal;
	font-size: 30px;
	text-align: left;
	color: #89661b;
	margin: 0;
}

p.intro_txt3 {
	font-family: "Mplus 1";
	font-weight: normal;
	font-size: 18px;
	line-height: 30px;
	text-align: left;
	color: #171717;
	margin: 40px 0 0;
}

.reverse {
	flex-direction: row-reverse;
}

.material_title p{
	font-family: "Mplus 1";
	font-weight: bold;
	font-size: 50px;
	text-align: center;
	color: #6e3306;
	margin:0 0 70px;
}

.material_body {
	width: 100%;
	max-width: 1440px;
	margin: auto;
}

.material_one {
	display: flex;
	gap: 50px;
	align-items: center;
	margin: 0 200px 60px;
}

.material_name {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

p.material_name_jp,
p.material_name_en {
	font-family: "Mplus 1";
	font-weight: normal;
	font-size: 30px;
	color: #171717;
	margin: 0;
}

p.material_name_en {
	font-weight: bold;
	margin-left: 150px;
}

p.material_desc {
	font-family: "Mplus 1";
	font-size: 18px;
	line-height: 30px;
	color: #171717;
	margin: 20px 0 0;
}

p.content_title {
	font-family: "Mplus 1";
	font-weight: bold;
	font-size: 40px;
	text-align: center;
	color: #6b6b6b;
	margin: 0;
}

p.content_main {
	font-family: "Mplus 1";
	font-weight: normal;
	font-size: 18px;
	line-height: 35px;
	text-align: center;
	color: #171717;
	margin: 20px 0 80px;
}

/* end main */

/* footer */

.footer {
	width: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
	background: #262626;
	gap: 60px;
	padding: 60px 0;
}

.social_link img {
	width: 70px;
	margin: 0 25px;
}

.copyright p {
	font-family: "Mplus 1";
	font-weight: 300;
	font-size: 18px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	background: #1d1d1d;
	margin: 0;
	/* padding: 12px 0; */
}

/* end footer */

/* sp-menu */

.btn-trigger {
	position: relative;
	width: 30px;
	height: 20px;
	cursor: pointer;
  }
  .btn-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #000000;
	border-radius: 0px;
  }
  .btn-trigger, .btn-trigger span {
	display: inline-block;
	transition: all .5s;
	box-sizing: border-box;
  }
  .btn-trigger span:nth-of-type(1) {
	top: 0;
  }
  .btn-trigger span:nth-of-type(2) {
	top: 9px;
  }
  .btn-trigger span:nth-of-type(3) {
	bottom: 0;
  }
  
  #btn07 span:nth-of-type(1) {
	-webkit-animation: btn07-bar01 .75s forwards;
	animation: btn07-bar01 .75s forwards;
  }
  @-webkit-keyframes btn07-bar01 {
	0% {
	  -webkit-transform: translateY(9px) rotate(45deg);
	}
	50% {
	  -webkit-transform: translateY(20px) rotate(0);
	}
	100% {
	  -webkit-transform: translateY(0) rotate(0);
	}
  }
  @keyframes btn07-bar01 {
	0% {
	  transform: translateY(9px) rotate(45deg);
	}
	50% {
	  transform: translateY(20px) rotate(0);
	}
	100% {
	  transform: translateY(0) rotate(0);
	}
  }
  #btn07 span:nth-of-type(2) {
	transition: all .25s .25s;
	opacity: 1;
  }
  #btn07 span:nth-of-type(3) {
	-webkit-animation: btn07-bar03 .75s forwards;
	animation: btn07-bar03 .75s forwards;
  }
  @-webkit-keyframes btn07-bar03 {
	0% {
	  -webkit-transform: translateY(-9px) rotate(-45deg);
	}
	50% {
	  -webkit-transform: translateY(-20px) rotate(0);
	}
	100% {
	  -webkit-transform: translateY(0) rotate(0);
	}
  }
  @keyframes btn07-bar03 {
	0% {
	  transform: translateY(-9px) rotate(-45deg);
	}
	50% {
	  transform: translateY(-20px) rotate(0);
	}
	100% {
	  transform: translateY(0) rotate(0);
	}
  }
  #btn07.active span:nth-of-type(1) {
	-webkit-animation: active-btn07-bar01 .75s forwards;
	animation: active-btn07-bar01 .75s forwards;
  }
  @-webkit-keyframes active-btn07-bar01 {
	0% {
	  -webkit-transform: translateY(0) rotate(0);
	}
	50% {
	  -webkit-transform: translateY(20px) rotate(0);
	}
	100% {
	  -webkit-transform: translateY(9px) rotate(45deg);
	}
  }
  @keyframes active-btn07-bar01 {
	0% {
	  transform: translateY(0) rotate(0);
	}
	50% {
	  transform: translateY(20px) rotate(0);
	}
	100% {
	  transform: translateY(9px) rotate(45deg);
	}
  }
  #btn07.active span:nth-of-type(2) {
	opacity: 0;
  }
  #btn07.active span:nth-of-type(3) {
	-webkit-animation: active-btn07-bar03 .75s forwards;
	animation: active-btn07-bar03 .75s forwards;
  }
  @-webkit-keyframes active-btn07-bar03 {
	0% {
	  -webkit-transform: translateY(0) rotate(0);
	}
	50% {
	  -webkit-transform: translateY(-20px) rotate(0);
	}
	100% {
	  -webkit-transform: translateY(-9px) rotate(-45deg);
	}
  }
  @keyframes active-btn07-bar03 {
	0% {
	  transform: translateY(0) rotate(0);
	}
	50% {
	  transform: translateY(-20px) rotate(0);
	}
	100% {
	  transform: translateY(-9px) rotate(-45deg);
	}
  }
  .sp-menubar.active {
	opacity: 100;
	z-index: 11;
   pointer-events: auto;
  }

.sp-menubar {
	position: fixed;
	left: 0;
	top: 100px;
	width: 100%;
	height: calc(100vh - 100px);
	background-color: rgba(0, 0, 0, 0.8);
	padding: 50px 5% 0;
	overflow-y: auto;
	opacity: 0;
	pointer-events: none;
	transition: opacity .6s ease, visibility .6s ease;
}

.sp-menubar a p {
	width: 100%;
	font-size: 20px;
	line-height: 60px;
	letter-spacing: 0.16em;
	color: #ffffff;
	display: inline-block;
	text-align: center;
	margin: 0;
}

.sp-cart {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 55px;
	padding: 0 14px;
	border-radius: 4px;
	background: #f3f3f3;
	border: 3px solid rgba(0, 0, 0, 0.03);
	margin-top: 50px;
}

.sp-cart .sp-shopping img {
	width: 40px;
	margin-right: 10px;
}

.sp-cart .sp-shopping {
	display: flex;
	align-items: center;
}

.sp-cart .sp-shopping p {
	font-family: "Mplus 1";
	font-size: 12px;
	color: #fff;
	background: #ef0000;
	border-radius: 50%;
	padding: 2px 6px;
	margin: 0;
}

.sp-price p {
	font-family: "Mplus 1";
	font-size: 18px;
	line-height: 30px;
	color: #141414;
	margin: 0;
	display: flex;
}

.sp-price p span {
	font-size: 29px;
	color: #6b6b6b;
	margin-left: 14px;
}

.sp-contact {
	position: absolute;
	display: flex;
	justify-content: space-evenly;
	width: 90%;
	bottom: 30px;
	margin: auto;
}


@media only screen and (max-width: 1540px) {	
	
/* header */

.header_top_txt div{
	height: 3.24675vw;
	max-width: 93.05vw;
}

.header_top_txt p {
	font-size: 1.1039vw; 
}

.header_main .header_main_body{
	max-width: 93.05vw;
	height: 9.7403vw;
	gap: 1.2987vw;
}

.header_main .logo {
	width: 8.35vw;
}

.menu_one {
	gap: 1.94805vw;
}

.menu_one_1 p {
	font-size: 1.2987vw;
}

.menu_one_21 {
	width: 24.6753vw;
	height: 3.57143vw;
	padding: 0 0.90909vw;
	border-radius: 0.25974vw;
	border: 0.19481vw solid rgba(0, 0, 0, 0.03);
	margin-bottom: 0.64935vw;
}

.menu_one_21_1 img {
	width: 2.14286vw;
}

.menu_one_21_1 span {
	font-size: 0.77922vw;
	padding: 0.12987vw 0.38961vw;
}

.menu_one_21_2 p {
	font-size: 1.16883vw;
	line-height: 1.94805vw;
}

.menu_one_21_2 p span {
	font-size: 1.88312vw;
	margin-left: 0.90909vw;
}

.menu_one_22 {
	width: 25vw;
}

.menu_one_22_btn {
	border-radius: 0.25974vw;
}

.menu_one_22_btn p {
	font-size: 1.1039vw;
	padding: 0.77922vw 0;
}


/* end header */

/* main */

.top_banner {
	height: calc(100vh - 12.987vw);
}

.banner_txt {
	max-width: 93.05vw;
	right: calc((100vw - 93.05vw)/2);
}

p.banner_txt_jp {
	font-size: 3.24675vw;
	line-height: 4.67532vw;
	margin: 0 0 1.94805vw;
}

p.banner_txt_en {
	font-size: 4.28571vw;
	line-height: 5vw;
}

.pick_up_body {
	max-width: 93.05vw;
	padding: 6.49351vw 0 1.2987vw;
}

p.pick_up_title_txt1 {
	font-size: 3.24675vw;
	line-height: 4.67532vw;
}

p.pick_up_title_txt1::before, 
p.pick_up_title_txt1::after,
.material_title p::before,
.material_title p::after {
	margin: 1.94805vw;
}

p.pick_up_title_txt2 {
	font-size: 1.94805vw;
	line-height: 4.67532vw;
}

.pick_up_main {
	margin: 5.19481vw 0 0;
}

.pick_up_one {
	border-radius: 2.27273vw;
	box-shadow: 0.12987vw 0.12987vw 3.05195vw rgba(0, 0, 0, 0.06);
	margin-bottom: 5.19481vw;
}

p.product_name_jp {
	font-size: 1.94805vw;
	margin: 1.94805vw 1.94805vw 0;
}

p.product_name_en {
	font-size: 1.2987vw;
	margin: 0 1.94805vw;
}

p.product_price {
	font-size: 1.16883vw;
	padding: 0.51948vw;
	border-radius: 0.32468vw;
	margin: 1.2987vw 0;
}

p.product_description {
	font-size: 1.16883vw;
	line-height: 1.94805vw;
	margin: 0 1.94805vw;
}

.buy_btn p {
	font-size: 1.2987vw;
	border-radius: 0.32468vw;
	margin: 1.94805vw 1.94805vw 3.24675vw;
	padding: 1.03896vw 0;
}

.company {
	padding: 6.49351vw 0;
}

p.company_title_jp {
	font-size: 2.5974vw;
}

p.company_title_en {
	font-size: 1.94805vw;
}

p.company_intro {
	max-width: 93.05vw;
	font-size: 1.16883vw;
	line-height: 2.27273vw;
	margin: 4.54545vw auto 0;
	padding: 0 9.7403vw;
}

.introduction {
	max-width: 93.05vw;
	margin: 6.49351vw auto 0;
}

.intro_one {
	margin-bottom: 5.19481vw;
}
p.intro_txt1 {
	font-size: 2.5974vw;
}

p.intro_txt2 {
	font-size: 1.94805vw;
}

p.intro_txt3 {
	font-size: 1.16883vw;
	line-height: 1.94805vw;
	margin: 2.5974vw 0 0;
}

.material_title p{
	font-size: 3.24675vw;
	margin:0 0 4.54545vw;
}

.material_body {
	max-width: 93.05vw;
}

.material_one {
	gap: 3.24675vw;
	margin: 0 12.987vw 3.8961vw;
}

.material_one img {
	width: 9.7403vw;
}

p.material_name_jp,
p.material_name_en {
	font-size: 1.94805vw;
}

p.material_name_en {
	margin-left: 9.7403vw;
}

p.material_desc {
	font-size: 1.16883vw;
	line-height: 1.94805vw;
	margin: 1.2987vw 0 0;
}

p.content_title {
	font-size: 2.5974vw;
}

p.content_main {
	font-size: 1.16883vw;
	line-height: 2.27273vw;
	margin: 1.2987vw 0 5.19481vw;
}

/* end main */

/* footer */

.footer {
	gap: 3.8961vw;
	padding: 3.8961vw 0;
}

.footer img {
	width: 15.9vw;
}

.social_link img {
	width: 4.54545vw;
	margin: 0 1.62338vw;
}

.copyright p {
	font-size: 1.16883vw;
	line-height: 2.27273vw;
}

/* end footer */
	
}

@media only screen and (max-width: 767px) {

.pc {
    display: none
}

.sp {
    display: block
}

header {
	position: fixed;
}

.header_top_txt div{
	height: 40px;
	justify-content: center;
}

.header_top_txt p {
	text-align: center;
	font-size: 14px; 
}

.header_main .logo {
	width: 60px;
}

.header_main .header_main_body{
	max-width: 1440px;
	width: 90%;
	height: 60px;
	gap: 20px;
}


/* end header */

/* main */

.top_banner {
	width: 100%;
	height: calc(100vh - 100px);
	margin-top: 100px;
}

.top_banner .mySwiper {
	height: 100%;
}

.top_banner .mySwiper::before {
	content: "";
	background: rgba(0, 0, 0, 0.3);
	background-size: 100% 100%;
	width: 100vw;
	height: calc(100vh - 100px);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 11;
}

.banner_txt {
	max-width: 1440px;
	width: 80%;
	top: 20%;
	right: 10%;
}

p.banner_txt_jp {
	font-size: 32px;
	line-height: 45px;
	text-align: center;
	color: #ffffff;
	margin: 0 0 30px;
}

p.banner_txt_en {
	font-size: 34px;
	line-height: 40px;
	text-align: center;
	color: #ffffff;
}

.pick_up {
	width: 100%;
	background: #f3f3f3;
}

.pick_up_body {
	width: 90%;
	max-width: 1440px;
	margin: auto;
	padding: 100px 0 20px;
}

p.pick_up_title_txt1 {
	font-size: 30px;
	line-height: 42px;
	display: flex;
    align-items: center;
	justify-content: center;
}

p.pick_up_title_txt1::before, 
p.pick_up_title_txt1::after,
.material_title p::before,
.material_title p::after {
	content: url(../images/pick_up_icon.svg);
	margin: 10px;
}

p.pick_up_title_txt2 {
	font-size: 30px;
	line-height: 42px;
}

.pick_up_main {
	flex-direction: column;
	margin: 80px 0 0;
}

.pick_up_one {
	width: 100%;
	border-radius: 35px;
	box-shadow: 2px 2px 47px rgba(0, 0, 0, 0.06);
	margin-bottom: 80px;
}

p.product_name_jp {
	font-size: 30px;
	margin: 30px 30px 0;
}

p.product_name_en {
	font-weight: 300;
	font-size: 20px;
	margin: 0 30px;
}

p.product_price {
	font-size: 18px;
	padding: 8px;
	border-radius: 5px;
	margin: 20px 0;
}

p.product_description {
	font-size: 18px;
	line-height: 30px;
	margin: 0 30px;
}

.buy_btn p {
	font-size: 20px;
	border-radius: 5px;
	margin: 30px 30px 50px;
	padding: 16px 0;
}

.company {
	width: 100%;
	background: url(../images/company_bg_pc.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 100px 0;
}

p.company_title_jp {
	font-size: 30px;
	padding: 0 5%;
}

p.company_title_en {
	font-size: 25px;
}

p.company_intro {
	max-width: 1440px;
	width: 100%;
	font-size: 16px;
	line-height: 35px;
	margin: 50px auto 0;
	padding: 0 5%;
}

.introduction {
	max-width: 1440px;
	width: 100%;
	margin: 100px auto 0;
}

.intro_one {
	flex-direction: column;
	margin-bottom: 80px;
}

.intro_one div {
	width: 90%;
	margin: auto;
}

p.intro_txt1 {
	font-size: 30px;
	text-align: center;
	margin-top: 50px;
}

p.intro_txt2 {
	font-size: 22px;
	text-align: center;
}

p.intro_txt3 {
	font-size: 18px;
	line-height: 30px;
	margin: 40px 0 0;
}

.material_title p{
	font-size: 32px;
	margin:0 0 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.material_body {
	width: 90%;
	max-width: 1440px;
	margin: auto;
}

.material_one {
	flex-direction: column;
	gap: 50px;
	align-items: center;
	margin: 0 0 50px;
}

.material_one img {
	width: auto;
}

.material_name {
	flex-direction: column;
	align-items: flex-start;
}

p.material_name_jp,
p.material_name_en {
	font-size: 22px;
	text-align: left;
}

p.material_name_en {
	margin-left: 0;
}

p.material_desc {
	font-size: 16px;
	line-height: 26px;
	margin: 20px 0 0;
}

p.content_title {
	font-size: 26px;
	margin: 0;
}

p.content_main {
	font-size: 14px;
	line-height: 28px;
	margin: 20px 5% 80px;

}

/* end main */

/* footer */

.footer {
	gap: 60px;
	padding: 60px 0;
}

.footer img {
	width: 150px;
}

.social_link img {
	width: 40px;
	margin: 0 25px;
}

.copyright p {
	font-size: 14px;
	line-height: 40px;
}

/* end footer */


}


