@charset "UTF-8";

/* common
---------------------------------------------------- */
body{
  font-size: 16px;
  min-width: 900px;
}

a:hover {
  opacity: 0.75;
}

.sp-wrap {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.pc-wrap {
  width: 900px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.mb {
  margin-bottom: 20px;
}

.sec-title {
  font-size: 30px;
  margin-bottom: 25px;
}

.breadcrumb {
  font-size: 14px;
  margin: 0 0 5px 0;
}

/* header
---------------------------------------------------- */
.header {
  position: static;
  height: 130px;
  border-bottom: 5px solid #ffb3b5;
}

.header h1 {
  width: 208px;
  line-height: 130px;
  margin: 0;
}

.header .pc-wrap {
  display: flex;
  justify-content: space-between;
}

/* global navi
---------------------------------------------------- */
#gnavi-open {
  display: none;
}

#gnavi {
  position: static;
  background: #fff;
  font-size: 16px;
  padding: 0;
  width: 735px;
  height: 125px;
}
#login{
  margin-top: 10px;
}
#gnavi ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

#gnavi li {
  width: auto;
  flex: 1;
}

#gnavi li:nth-child(-n+2) {
  margin-bottom: 0;
}

#gnavi a {
  border: none;
  line-height: 1.5;
  height: 125px;
  text-align: left;
  padding: 60px 0 25px 0;
  border-radius: 0;
  text-align: center;
}

#gnavi a:hover {
  background: #dde3df;
}

/* fv
---------------------------------------------------- */
.fv {
  margin: 0;
}

/* news
---------------------------------------------------- */
.news {
  margin: 50px 0 0 0;
}

.news h2 {
  font-size: 23px;
  margin: 0 0 20px 0;
}

.news ul {
  width: 630px;
  margin: 0 auto;
  font-size: 17px;
}

.news li {
  display: flex;
  border-bottom: 2px solid #7f7f7f;
  padding: 20px 20px 5px 20px;
}

.news .date {
  display: block;
  font-size: 14px;
  margin: 0 35px 0 0;
}

.news a {
  flex: 1;
  display: flex;
  justify-content: space-between;
  text-decoration: none;
}

.news .link {
  font-size: 14px;
  width: 8.5em;
  display: inline-block;
  text-align: center;
}

/* vision
---------------------------------------------------- */
.vision {
  padding: 113px 0 425px 0;
  background: url(../img/vision-bg-pc.jpg) no-repeat 0 100%;
  background-size: 100% auto;
}

.vision h2 {
  width: auto;
  margin: 0 73px 0 0;
}

.vision h2 img {
  width: 145px;
}

.vision .inner {
  width: 664px;
  margin: 0 auto !important;
  display: flex;
}

/* policy
---------------------------------------------------- */
.policy {
  padding: 190px 0 0 0;
  background: #f7f7f7 url(../img/policy-bg-pc.png) no-repeat 50% 110px;
}

.policy .bg01,
.policy .bg02 {
  padding: 0;
  background: none;
}

.policy .inner {
  width: 366px;
}

.policy h2 {
  text-align: left;
}

/* thought
---------------------------------------------------- */
.thought {
  padding: 100px 0 0 0;
}

.thought h3 {
  font-size: 19px;
  margin: 30px 0 25px 0;
}

.thought h4 {
  font-size: 24px;
  margin: 0 0 15px 0;
  padding: 0 0 15px 0;
  line-height: 1.375;
}

.thought h4 span {
  font-size: 35px;
  margin: 0 0 15px 0;
}

.thought li:not(:last-child) {
  margin-top: 0;
}

.thought ol {
  display: flex;
  justify-content: space-between;
}

.thought li {
  width: 268px;
}

/* company
---------------------------------------------------- */
.company {
  padding: 550px 0 0 0;
  background: #f7f7f7 url(../img/company-img01-pc.jpg) no-repeat 50% 100px;
}

.company table {
  width: 670px;
  margin: 0 auto;
  font-size: 15px;
}

.company th,
.company td {
  border-bottom: none;
  padding: 0;
}

.company th {
  padding-right: 2em;
}

.company .img01 {
  display: none;
}

/* cv
---------------------------------------------------- */
.cv {
  padding: 45px 0 50px 0;
}

.cv li {
  text-align: center;
}

.cv li a {
  display: block;
}

.cv li:nth-child(1) {
  margin-bottom: 70px;
}

.cv li:nth-child(1) img {
  width: 380px;
}

.cv li:nth-child(2) img {
  width: 560px;
}

/* footer
---------------------------------------------------- */
footer {
  padding: 55px 0 100px 0;
}

footer ul {
  display:flex;
  justify-content: center;
  font-size: 14px;
  margin: 0 0 35px 0;
}

footer li {
  margin: 0 33px;
}

footer a {
  color: #414141;
  text-decoration: underline;
}

footer p {
  font-size: 13px;
}

/* product
---------------------------------------------------- */
.product {
  margin: 0;
  padding: 5px 0 50px 0;
}

.product .product-title {
  font-size: 26px;
  margin: 0 0 30px 0;
  text-align: center;
}

.product .box {
  padding: 40px 37px
}

.product .recommend.box,
.product .point.box,
.product .additive.box,
.product .production-area.box {
  padding-left: 105px;
  padding-right: 105px;
}




.product .mv h3 {
  font-size: 27px;
  line-height: 1.66;
  margin: 0 0 30px 0;
}

.product .mv .bg {
  width: auto;
  padding: 420px 0 20px 0;
  margin: 0;
  background: url(../img/product/mv-img01-pc.jpg) no-repeat 50% 35px;
  background-size: auto;
}


.product .mv .bg p {
  letter-spacing: -0.05em;
}

.product-cv {
  padding: 185px 0 60px 0;
  font-size: 15px;
}

.product-cv h2 {
  font-size: 30px;
  font-weight: bold;
}

.product-cv h3 {
  font-size: 20px;
  margin: 0;
}

.product-cv h2 + p {
  font-size: 30px;
  text-align: center;
  margin: 0 0 45px 0;
}

.product-cv h2 + p span {
  font-size: 20px;
}

.product-cv .price01 span {
  font-size: 19px;
}

.product-cv .price02 span {
  font-size: 28px;
}

.product-cv .icn {
  margin: 10px 0 0 0;
}

.product-cv .icn li {
  width: 120px;
  line-height: 28px;
  border-radius: 6px;
  font-size: 16px;
  margin: 0 5px 0 0;
}

.product-cv .btn-wrap {
  margin: 30px 0 0 0;
}

.product-cv .btn-wrap a {
  display: block;
}

.product-cv .btn-wrap img,
.product-cv .btn-wrap input[type="image"] {
  width: 284px;
}

.product-cv .btn-wrap input[type="submit"] {
  width: 284px;
  height: 76px;
  background: url(../img/product/btn02-pc.png) no-repeat;
  transition: all  0.3s ease;
}

.product-cv .btn-wrap input[type="submit"]:hover {
  opacity: 0.75;
}

.product-cv .btn-wrap a {
  margin-left: 136px;
}

.product-cv .btn-wrap form div {
  width: 136px;
}

.product-cv .notes {
  font-size: 11px;
  margin: 10px 0 0 0;
}

.product-cv .inner {
  display: flex;
  justify-content: space-between;
}

.product-cv .inner .photo {
  width: 420px;
}

.product-cv .inner .order {
  width: 425px;
}

.product-cv h3:nth-of-type(2) {
  margin-top: 25px;
}

.product-cv select {
  padding: 5px;
}

.product .recommend .img01 {
  margin: 0 0 30px 0;
}

.product .recommend ul {
  font-size: 18px;
  line-height: 1.86;
  width: 430px;
  margin: 0 auto;
}

.product .recommend li {
  padding: 0 0 0 22px;
  background-size: 18px auto;
}


.product .point .img01 {
  margin: 0;
}

.product .point h3 {
  font-size: 20px;
  line-height: 1.6;
  padding: 50px 0 0 0;
  margin: 0 0 10px 0;
}

.product .point li:nth-child(1) h3,
.product .point li:nth-child(2) h3,
.product .point li:nth-child(3) h3 {
  background-size: 120px auto;
}

.product .point li:nth-child(1) .img,
.product .point li:nth-child(2) .img,
.product .point li:nth-child(3) .img {
  margin: 0;
}

.product .point li {
  display: flex;
  justify-content: space-between;
}

.product .point li:not(:last-child) {
  margin-top: 38px;
}

.product .point li .img {
  width: 296px;
  order: 2;
}

.product .point li:nth-child(3) .img {
  width: 332px;
}

.product .point li > div {
  width: 355px;
  order: 1;
}


.product .additive {
  margin: 60px 0 0 0;
}

.product .additive .img01 {
  margin: 0 0 30px 0;
}

.production-area .inner {
  display: flex;
}

.product .production-area .img01 {
  margin: 0 0 30px 50px;
  order: 2;
}

.product .production-area .img01 img {
  width: 296px;
}

.product .production-area .text {
  order: 1;
}

.product .contact {
  width: 695px;
  margin: 0 auto;
}

.product .contact a {
  display: block;
}

/* news-article
---------------------------------------------------- */
.news-article {
  margin: 0;
  padding: 0 0 50px 0;
}

.news-article .box {
  padding: 75px 105px;
}

.news-article .news-title {
  padding: 0 0 20px 0;
  font-size: 19px;

}

.news-article .news-title::after {
  width: 90px;
  bottom: 15px;
  margin: 0 0 0 -45px;
}

.entry-date {
  font-size: 14px;
  margin: 0 0 55px 0;
}

.entry-title {
  font-size: 22px;
  margin: 0 0 40px 0;
  padding: 0 0 12px 0;
}

.entry-thumb {
  margin: 0 0 40px 0;
}





/*******sl*********/

.product .mv .bg_sl {
  width: auto;
  padding: 420px 0 20px 0;
  margin: 0;
  background: url(../img/sl/mv-img01-pc.jpg) no-repeat 50% 35px;
  background-size: auto;
}

/*-- sl-recommend --*/
.product .sl-recommend.box,
.product .sl-point.box,
.product .additive.box,
.product .production-area.box {
  padding-left: 105px;
  padding-right: 105px;
}

.product .sl-recommend .img01 {
  margin: 0 0 30px 0;
}

.product .sl-recommend ul {
  font-size: 18px;
  line-height: 1.86;
  padding-left:220px;
}

.product .sl-recommend li {
  padding: 0 0 0 22px;
  background-size: 18px auto;
}

/*---- sl-point ----*/
.product .sl-point .img01 {
  margin: 0;
}

.product .sl-point h3 {
  font-size: 20px;
  line-height: 1.6;
  padding: 50px 0 0 0;
  margin: 0 0 10px 0;
}

.product .sl-point li:nth-child(1) h3,
.product .sl-point li:nth-child(2) h3,
.product .sl-point li:nth-child(3) h3,
.product .sl-point li:nth-child(4) h3,
.product .sl-point li:nth-child(5) h3 {
  background-size: 120px auto;
}

.product .sl-point li:nth-child(1) .img,
.product .sl-point li:nth-child(2) .img,
.product .sl-point li:nth-child(3) .img,
.product .sl-point li:nth-child(4) .img,
.product .sl-point li:nth-child(5) .img {
  margin: 0;
}

.product .sl-point li {
  display: flex;
  justify-content: space-between;
}

.product .sl-point li {
  margin-top: 38px;
}

.product .sl-point li .img {
  width: 296px;
  order: 2;
}

.product .sl-point li:nth-child(5) .img {
  width: 320px;
}

.product .sl-point li > div {
  width: 355px;
  order: 1;
}





/*******cs*********/

.product .mv .bg_cs {
  width: auto;
  padding: 435px 0 20px 0;
  margin: 0;
  background: url(../img/cs/mv-img01-pc.jpg) no-repeat 50% 35px;
  background-size: auto;
}

.product .point .point_cs01 h3,
.product .point .point_cs02 h3,
.product .point .point_cs03 h3 {
	background-size: 120px auto;
}

.product .point .point_cs01 .img,
.product .point .point_cs02 .img,
.product .point .point_cs03 .img{
	margin:15px 0 35px 0;
}



.product .point .point_cs02,
.product .point .point_cs03 {
	margin-top: 30px;
}

.product .recommend .ul_cs {
  font-size: 18px;
  line-height: 1.86;
  width: 568px;
  margin: 0 auto;
}

.product .recommend .li_cs {
  padding: 0 0 0 22px;
  margin: 0;
  background-size: 18px auto;
  width:50%;
}

.matome_cs {
	font-size: 30px;
    margin: 50px 0 40px 0;
    text-align: center;
}