
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

html {
    font-size: 62.5%;
}

* {
  box-sizing: border-box;
  -webkit-appearance: none;
}

body {
    font-family: "Noto Sans JP","游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #545454;
    height: 100%;
    font-size: 1.5rem;
    margin: 78px 0 0 0;
}

header {
    height: 100%;
}

nav {
    display: inline-block;
    width: 65%;
    height: 100%;
    font-size: 1.6rem;
    padding-top: 4px;
}

a {
    text-decoration: none;
    color: #211515;
    outline: none;
}

h1 {
    margin: 0;
}

h2 {
    font-size: 3rem;
}

h3 {
    font-size: 2rem;
}

h4 {
    font-size: 1.8rem !important;
}

h5 {
    font-size: 1.4rem;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

img {
    width: 100%;
}

input ,select:focus {
    outline: none;
}

::placeholder {
    color: #bbb;
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    height: 100%;
}

.container {
    margin-right: auto;
    margin-left: auto;
    min-width: 80%;
    max-width: 1920px;
    position: relative;
}

#wrap {
    position: relative;
    min-height: 100vh;
    padding-bottom: 220px;
    min-width: 1280px;
}

/* common */
.title {
    margin-bottom: 32px;
    text-align: center;
}

.pageTopTitle {
    margin: 0;
    padding: 32px 32px 16px 32px;
    text-align: center;
}

.contentArea {
    width: 80%;
    max-width: 1000px;
    background: #fff;
    margin: 0 auto;
    padding: 48px 32px;
    border-bottom: 1px dotted #333;
}

.contentArea:last-child {
    border: none;
}

.banner01 {
    padding-right: 16px;
}

.banner02 {
    padding: 0 8px;
}

.banner03 {
    padding-left: 16px;
}

.required {
    color: #cc3300;
    padding-left: 16px;
}

.validation {
    padding-left: 5px;
    font-size: 1.4rem;
    color: #cc3300;
}

.form-control {
    height: 40px;
    padding-left: 6px;
    width: 100%;
    border: 1px solid #978d86;
    font-size: 1.6rem;
}

.select-box {
    height: 40px;
    padding-left: 6px;
    width: 50%;
    border: 1px solid #978d86;
    font-size: 1.6rem;
    color: #333;
    background-color: #fff;
}

.text-box {
    padding-left: 6px;
    width: 100%;
    border: 1px solid #978d86;
    font-size: 1.6rem;
}

/* ボタン */
.btn {
    border: none;
    color: #fff;
    font-size: 1.6rem;
    position: relative;
    border-radius: 2px;
    padding: 8px;
    outline: none;
    width: 100%;
}

.btn:hover {
    cursor: pointer;
}

.btnPrimary {
    background: #00b977;
    color: #fff;
}

.btnPrimary:hover {
    background: #00b977;
    color: #fff;
    opacity: .7;
}

.btnBack {
    background: #fff;
    color: #003300;
    border: solid 1px #003300;
}

.btnBack:hover {
    background: #978d86;
    border: solid 1px #978d86;
    color: #fff;
}

.btnExpansion {
    background: #fff;
    color: #c0c0c0;
    font-size: 1.4rem;
}

.btnExpansion:hover {
    opacity: .7;
}

/* header */
#headerArea {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 1280px;
    background-color: #fff;
    padding: 16px 5%;
    height: 78px;
    border-bottom: solid 2px #00b977;
    z-index: 999;
}

#headerInner {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 0;
}

#headerLogo {
    display: inline-block;
    width: 20%;
    height: 39px;
    padding-top: 3px;
}

#headerLogo img {
    width: 174px;
    max-width: 215px;
    height: 39px;
}

#navigation {
    overflow: hidden;
    float: right;
}

#navi {
    display: flex;
    flex-wrap: wrap;
}

#navi li {
    display: inline-block;
    width: 119px;
    border-left: solid 1px #cccccc;
    text-align: center;
    height: 100%;
}

#navi li a {
    color: #003300;
}

#navi li span {
    display: block;
    font-size: 0.8rem;
}

#navi li:last-child {
    border-right: solid 1px #cccccc;
}

#navi li a:hover {
    color: #ccc;
    border-bottom: solid 2px #00b977;
}

#navi li span:hover {
    color: #ccc;
}

#navi li a:active {
    border-bottom: solid 2px #001E33;
}

.hover-menu-area {
    display: none;
    position: absolute;
    top: 110px;
    left: 0;
    width: 100%;
    text-align: center;
    background-color: rgba(0,30,51,.8);
    z-index: 1;
}

.snsArea {
    display: inline-block;
    width: 15%;
    font-size: 1.6rem;
    vertical-align: top;
    text-align: right;
    padding-top: 4px;
}

#sns {
    width: 100%;
    font-size: 0;
}

.snsIcon {
    display: inline-block;
    width: 33.3333333334%;
}

.snsIcon img {
    width: 70%;
    max-width: 38px;
    padding: 0 1%;
}

/* footer */
#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-height: 220px;
    padding: 16px 7%;
    background-color: #ccc8c0;
}

#pagetop span {
    position: absolute;
    top: 28px;
    font-size: 1.6rem;
}

#footerArea {
    width: 100%;
    height: 100%;
    text-align: center;
}

#footerContent {
    display: flex;
    flex-wrap: wrap;
}

#companyDetail {
    width: 45%;
}

#companyDetail h3 ,#companyDetail p {
    text-align: left;
}

 #companyDetail p {
    margin: 0;
    text-align: left;
 }

#siteMap {
    width: 55%;
    margin-top: 69px;
    border-left: 1px dotted #545454;
}

#siteMap h5 {
    margin-top: 0;
}

#siteMap ul {
    display: flex;
    flex-wrap: wrap;
}

#siteMap ul li {
    width: 16.6666666667%;
    border-right: 1px solid #545454;
    font-size: 0.8rem;
}

#siteMap ul li:last-child {
    border-right: none;
}

#siteMap ul li a {
    color: #545454;
}

#siteMap ul li a:hover {
    color: #00b977;
    border-bottom: 1px solid #fff;
}

#copyRight {
    font-size: 1.2rem;
    margin-top: 30px;
}

#copyRight p {
    margin: 0;
}

#pageTop{
    width: 50px;
    height: 50px;
    position: fixed;
    right: 25px;
    bottom: 25px;
    background: #fff;
    border: 2px solid #00b977;
    border-radius: 50%;
    box-sizing: content-box;
}

#pageTop a{
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
}

#pageTop a::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f102';
    font-size: 30px;
    color: #00b977;
    position: absolute;
    width: 25px;
    height: 25px;
    top: -5px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}

/* home */
.slick-slider {
    margin: 0;
    width: 100%;
}

.slickTrackPc ,.slickTrackSp {
    width: 100%;
    margin: 0;
}

.slick-dotted.slick-slider {
    margin: 0;
}

.slickTrackPc .slick-dots {
    bottom: 25px;
}

.slickTrackPc img ,.slickTrackSp img {
    background-size: contain;
    background-position: 0 bottom;
    outline: none;
}

.slick-prev:before, .slick-next:before {
    background: #00b977;
}

.slickTrackPc .slick-dots li.slick-active button:before {
    content: '●';
    color: #00b977;
    opacity: 1;
}

.slickTrackPc .slick-dots li button:before {
    content: '●';
    color: #fff;
    font-size: 14px;
    opacity: 1;
}

#pickUp .slick-list {
    margin-bottom: 32px;
}

#pickUp .slick-dots {
    bottom: -35px;
}

.slick-dots li.slick-active button:before {
    content: '●';
    color: #00b977;
    opacity: 1;
}

.slick-dots li button:before {
    content: '○';
    color: #00b977;
    font-size: 14px;
    opacity: 1;
}

#topicArea  {
    position: relative;
    background-color: #fff;
}

.topicContent ul {
    display: flex;
    flex-wrap: wrap;
}

.topicContent ul li {
    display: flex;
    flex-wrap: wrap;
    width: 32%;
    padding: 16px;
    border: 1px solid #333;
}

.topicContent ul li:nth-child(1) {
    margin-right: 1%;
    
}

.topicContent ul li:nth-child(2) {
    margin: 0 1%;
}

.topicContent ul li:nth-child(3) {
    margin-left: 1%;
}

.topicContent ul li p {
    margin: 0;
}

.updatedAt {
    width: 50%;
    vertical-align: middle;
    text-align: left;
}

.topicCategory {
    width: 50%;
    margin-bottom: 16px;
    vertical-align: middle;
    text-align: right;
}

.topicImage {
    margin-bottom: 16px;
}

.topicDetail {
    width: 100%;
    margin-bottom: 16px;
    text-align: left;
    font-size: 1.3rem;
}

.topicLink {
    width: 100%;
    text-align: right;
}

.topicMark {
    display: inline-block;
    margin-right: 10px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid #00b977;
}

.pickUpBanner {
    padding: 0 10px;
}

.autoplay li img {
    border: 1px solid #333;
}

#itemBanner ul {
    display: flex;
    flex-wrap: wrap;
}

#itemBanner ul li {
    width: 33.3333333334%;
    padding-top: 4px;
    padding-bottom: 8px;
}

#itemBanner ul li img {
    border: 1px solid #333;
}

#introduction {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 32px;
}

#introduction p {
    margin: 0;
    line-height: 2.3;
}

#introductionLeft {
    width: 40%;
    padding-right: 16px;
}

#introductionRight {
    width: 60%;
    padding-left: 16px;
}

#aboutUsBtn {
    display: flex;
    flex-wrap: wrap;
}

#aboutUsBtn a {
    width: 33.3333333334%;
}

#aboutUsBtn a:nth-child(1) {
    padding-right: 10px;
}

#aboutUsBtn a:nth-child(2) {
    padding: 0 5px;
}

#aboutUsBtn a:nth-child(3) {
    padding-left: 10px;
}

/* Item */
.productCategory, .seriesCategory {
    display: flex;
    flex-wrap: wrap;
}

.productCategory p {
    font-size: 1.6rem !important;
    text-align: center;
    margin-top: 0;
}

.categoryList {
    display: inline-block;
    width: 50%;
    margin-bottom: 16px;
    padding: 0 25px;
    vertical-align: top;
}

.categoryList img {
    border: 1px solid #333;
}

/* Item-list */
.pageTopBannerPc {
    width: 100%;
}

#productListArea {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

#productListItem {
    display: inline-block;
    width: 80%;
    margin-top: 32px;
}

#productListContent {
    margin-bottom: 70px;
}

.contentList {
    display: flex;
    flex-wrap: wrap;
}

.productItem {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 25%;
    padding: 20px 16px;
    letter-spacing: normal;
}

#overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.7);
    display: none;
    z-index: 1 
}

#modalWindow {
    width: 300px;
    height: 300px;
    position: fixed;
    top: 90px;
    bottom: 0;
    left: calc(48% - 150px);
    margin: 0 auto;
    display: none;
    z-index: 2
}

#modalWindow img {
    width: 130%;
}

#modalWindow .btnExpansion {
    position: absolute;
    top: 0;
    right: -90px;
    width: 30%;
    height: 42px;
    color: #333;
}

.itemName {
    margin: 10px 0 5px 0;
    border-bottom: 1px solid #00b977;
}

.itemDetail {
    display: block;
    margin-bottom: 5px;
    font-size: 1.2rem;
}

.detailMark {
    display: inline-block;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #c0c0c0;
    margin-right: 10px;
}

.detailMark.on {
    display: inline-block;
    border-top: 5px solid #00b977;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    margin-right: 5px;
    vertical-align: middle;
}

.itemDetailList {
    display: none;
}

.itemDetailList li {
    width: 100%;
    font-size: 1.1rem;
    margin: 5px 0;
}

.itemDetailList li span {
    display: inline-block;
    margin-right: 7px;
    padding: 2px;
    width: 40px;
    text-align: center;
    border: 1px solid #545454;
}

#sideBarPc {
    display: inline-block;
    position: relative;
    width: 20%;
    margin-top: 32px;
    padding-left: 24px;
    border-left: dotted 2px #333333;
    
}

#sideBarContent {
    vertical-align: top;
}

.fixed {
    position: fixed;
    top: 85px;
    z-index: 10;
}

#sideBarContent ul {
    margin-bottom: 20px;
}

.sideBarListTitle {
    display: block;
    padding: 6px 0 0 0;
    font-size: 1.4rem;
    color: #333333;
}

.sideBarListTitle:hover {
    color: #cccccc;
}

#sideBarPc .title {
    text-shadow: none;
    padding: 0 0 8px 0;
    border-bottom: 1px solid #333333;
    margin: 0;
}

#sideBarPc h1 {
    font-size: 1.4rem;
    text-align: left;
    font-weight: normal;
}

/* Sreise */
.seriesCategory a {
    display: inline-block;
    width: 33.3333333334%;
    margin-bottom: 16px;
    padding: 0 25px;
    vertical-align: top;
}

.seriesList img {
    border: 1px solid #333;
}

/* Catalog */
#catalogArea {
    display: flex;
    flex-wrap: wrap;
    margin: 0 23%;
}

#catalogArea span {
    color: #00b977;
}

.catalogItem {
    width: 50%;
    margin-bottom: 36px;
}

.catalogItem h5 {
    text-align: center;
    font-weight: bold;
    margin: 0 0 10px 0;
}

.catalogItemLeft {
    padding-right: 80px;
}

.catalogItemRight {
    padding-left: 80px;
}

.catalogItem img {
    border: solid 1px #aaa;
    margin-bottom: 16px;
}

.catalogNote {
    margin-top: 0;
}

/* Company */
#hashikaido, #factory {
    display: flex;
    flex-wrap: wrap;    
}

#hashikaido {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #333;
}

.companyLogo {
    width: 40%;
    padding-right: 18px;
}

.companyIntroduction {
    width: 60%;
    padding-left: 18px;
}

.flogo {
    width: 60%;
}

#process ul {
    font-size: 0;
}

#process ul li {
    display: inline-block;
    width: 25%;
    padding: 16px 8px;
}

#process ul li p {
    text-align: center;
    margin-top: 0;
    font-size: 1.6rem;
}

.hover-parent {
    position: relative;
    width: 100%;
    margin-left: 0;
    transform-style: preserve-3d;
    perspective: 1500px;
    perspective-origin: 0 50%;
    overflow: visible;
    margin-top: 0;
    margin-bottom: 0;
}

.hover-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,185,119,0.8);
    opacity: 1;
    color: #fff;
    display: flex;
    align-items: center;
    text-align: center;
    transition:all 0.6s ease;
    transform-origin: 0;
    transform: rotateY(-90deg);
}

.hover-parent:hover .hover-mask {
    transform: rotateY(0);
}

.hover-mask p {
    width: 100%;
    padding: 20px;
    font-size: 14px;
    text-align: left !important;
}

#company {
    padding-top: 100px;
    margin-top: -100px;
}

#companyInfoTable {
    display: flex;
    flex-wrap: wrap;
}

#companyInfo {
    display: inline-block;
    border-collapse: collapse;
    margin: 0 auto;
    width: 50%;
}

#companyImg {
    display: inline-block;
    width: 50%;
    padding-left: 50px;
    vertical-align: top;
}

#companyImg p {
    font-size: 1.6rem;
    text-align: center;
}

.companySubImg {
    display: inline-block;
    width: 50%;
}

#companyInfo th {
    width: 45%;
    text-align: left;
    padding: 16px 0 16px 16px;
    border-top: 1px solid #978d86;
    border-bottom: 1px solid #978d86;
}

#companyInfo td {
    border-top: 1px solid #978d86;
    border-bottom: 1px solid #978d86;
    padding: 16px 0 16px 0;
}

#otherOffice td {
    display: block;
    border: none!important;
    border-bottom: 1px dotted #978d86!important;
}

#otherOffice td:last-child {
    border: none!important;
}

#companyImg ul {
    position: relative;
    height: 290px;
}

#companyImg ul li {
    width: 52%;
}

#companyImg ul li:nth-child(2) {
    position: absolute;
    top: 100px;
    right: 0;
}

#access .title {
    background: none;
    height: 100%;
}

#map {
    width: 100%;
    height: 100%;
}

/* Contact */
#contactTable {
    border-collapse: collapse;
    margin: 0 auto 36px;
    width: 80%;
}

#contactTable th {
    width: 40%;
    text-align: left;
    padding: 32px 16px;
    border-top: 1px solid #978d86;
    border-bottom: 1px solid #978d86;
    font-size: 1.6rem;
}

#contactTable td {
    width: 60%;
    border-top: 1px solid #978d86;
    border-bottom: 1px solid #978d86;
    padding: 32px 0;
    font-size: 1.6rem;
}

.contactCategory {
    display: block;
    padding-bottom: 16px;
}

.input-box {
    display: inline-block;
    width: 49%;
}

.completionMessage {
    font-size: 2rem;
    text-align: center;
}

.contentBtn {
    text-align: center;
    width: 30%;
    height: 50px;
    margin: 0 auto;
}

.btnArea {
    margin: 0 auto;
    text-align: center;
    background-color: #fff;
    padding-bottom: 32px;
}

.sendBtn ,.backBtn {
    display: inline-block;
    width: 30%;
    height: 50px;
    margin: 0 10px;
}

/* pagination */
.pagiNation {
    overflow: hidden;
}

.pagiNation ul {
    list-style: none;
    position: relative;
    left: 50%;
    float: left;
    margin: 0;
}

.pagiNation li {
    position: relative;
    left: -50%;
    float: left;
    margin: 0 5px;
    font-size: 1.6rem;
}

.pagiNation a {
    display: block;
    padding: 10px 16px;
    border-radius: 3px;
    border: solid 1px #ccc;
    color: #666;
}

.pagiNation a:hover {
    background-color: #333;
    color: #fff;
}

/* margin、padding */
.m-t-24 {
    margin-top: 24px;
}

.m-t-16 {
    margin-top: 16px;
}

@media only screen and (min-width: 768px) {
    .sp ,.slickTrackSp ,.thumbnailSp ,.pageTopBannerSp ,#mainImage-area-sp
    ,#spNavi ,#language-navi-sp ,#sideBarSp ,.catalogSp {
        display: none;   
    }
}
