﻿#page_title{
    position:relative;
}
.loopSlider:before {
    z-index: 2;
    content: "";
    position: absolute;
    width: 100%;
    height: 7px;
    top: 0;
    background: #222222 url(Dup/img/border-bg.png) repeat-x;
    background-size: contain;
    border-top: 5px solid #222222;
    border-bottom: 5px solid #222222;
    animation:loop 120s linear infinite;
}
.loopSlider:after {
    z-index: 2;
    content: "";
    position: absolute;
    width: 100%;
    height: 7px;
        border-top: 5px solid #222222;
    border-bottom: 5px solid #222222;
    bottom: 0;
    background: #222222 url(Dup/img/border-bg.png) repeat-x;
    background-size: contain;
    animation:loop 100s linear infinite;
}

@keyframes loop {
    from {
        background-position:0 0;
    }
    to {
        background-position:100% 0;
    }
}


footer {
    padding-bottom: 100px;
}
#banner {
    position: fixed;
    bottom: 5px;
    left: 5px;
    width: 300px;
    z-index:5;
}

.cms_2-c .cate_box {
    margin: 30px 0;
}
#page10 ul li a span:first-of-type {
    font-family: "azuki";
    white-space: nowrap;
}
#cms_2-g span.cate_txt1.font_12 {
   font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    opacity: 1;
    color: #681e01;
}
#cms_2-g .cate_title {
    line-height: 1;
    font-size: 1.5em;
}
#cms_2-g .cate_title h3 {
    margin-bottom: 5px;
}
#page_title h2, #page_title p {
    color: white;
}
a.linkStyle {
    color: black;
    text-decoration: underline;
}
#page_title h2 {
    font-family: "azuki";
    font-size: 28px;
    line-height: 1em;
}
#page_title{
    padding:150px 50px;
}
#page_title p {
   font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    letter-spacing: 3px;
    padding-left: 10px;
}
div#footer_links {
    width: 60% !important;
}
div#footer_txt {
    width: 40% !important;
}
section#top_cms {
    margin-top: 150px;
}
.bg_color2 {
    background-color: #ffffff;
}
section#top_contents1{
    margin-top:350px !important;
}
#top_contents2 {
    padding-top: 50px;
    margin-bottom: 150px;
}
.loopSlider .ul .li img{
    filter:grayscale(100%);
    transition:ease 0.3s;
}
.loopSlider .ul .li img:hover{
     filter:grayscale(0%);
}
/* ---------- loopSlider ---------- */
section#top_conveyor{
    margin-bottom:150px;
    margin-top:150px;
}
.loopSliderWrap{
    top: 0;
    left: 0;
    height: 450px;
}
.loopSlider {
    margin: 0 auto;
    height: 450px;
    text-align: left;
    position: relative;
    overflow: hidden;
}
.loopSlider .ul {
    height:450px;
    float: left;
    overflow: hidden;
}
.loopSlider .ul .li {
    width: 450px;
    height: 450px;
    float: left;
    display: inline;
    overflow: hidden;
	position: relative;
	box-sizing: border-box;
	padding: 0;
}
.loopSlider .ul .li img{
    border-radius: 0;
}
.loopSliderWrap:after {
    content: "";
    display: none;
    clear: none;
}
/*リンクボタン*/
#top_conveyor .btn {
    z-index: 3;
    display: block;
}
#top_conveyor .btn a {
    background: #fff;
    color: #212121;
    width: 200px;
    height: 200px;
    display: flex;
    align-content: center;
    justify-content: center;
    border-radius: 50%;
    flex-wrap: wrap;
    transition: all 0.4s;
    font-size: 20px;
}
#top_conveyor .btn a::before {
    content: '';
    position: absolute;
    bottom: 55px;
    right: 27%;
    width: 42%;
    height: 1px;
    background: #333;
    transition: all .3s;
}
#top_conveyor .btn a span,#top_conveyor .btn a strong {
    text-align: center;
}
#top_conveyor .btn a::after {
    content: '';
    position: absolute;
    bottom: 60px;
    right: 27%;
    width: 15px;
    height: 1px;
    background: #333;
    transform: rotate(35deg);
    transition: all .3s;
}
#top_conveyor .btn a:hover {
    background: #212121;
    color: #fff;
}
#top_conveyor .btn a:hover::before {
    right: 16%;
    background: #fff;
}
#top_conveyor .btn a:hover::after {
    right: 15%;
    background: #fff;
}
#top_conveyor .btn a span::before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url("../dup/img/btn_icon.png");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 49px;
    left: 0;
    right: 0;
    margin: auto;
    transition: all .3s;
    opacity: 0.8;
}
#top_conveyor .btn a:hover span::before{
    background-image: url("../dup/img/btn_icon_hvr.png");
}
@media screen and (max-width: 768px){
#top_conveyor,.loopSliderWrap,.loopSlider,.loopSlider .ul,.loopSlider .ul .li{
	height: 280px;
}
.loopSlider .ul .li{
    width: 280px;
}
#top_conveyor {
    padding-bottom: 0;
    padding-top: 0;
}
}
@media screen and (max-width: 667px){
#top_conveyor,.loopSliderWrap,.loopSlider,.loopSlider .ul,.loopSlider .ul .li{
	height: 179px!important;
}
.loopSlider .ul .li{
    width: 179px;
}
/*リンクボタン*/
#top_conveyor .btn a::after {
    bottom: 35px;
    right: 27%;
}
#top_conveyor .btn a::before {
    bottom: 30px;
    right: 27%;
}

#top_conveyor .btn a {
    font-size: 17px;
    width: 140px;
    height: 140px;
    background-color: rgba(255,255,255,0.62);
}
#top_conveyor .btn a span::before{
    top: 25px;
}
}




.sc_nav .logo img {
    max-width: 240px;
}
#main_nav li a, .sc_nav li a {
    font-family: "azuki";
    opacity: 1;
}
.sc_nav {
    padding: 20px 30px;
}
body,h1, h2, h3, h4, h5, h6{
        font-weight: 300;
}
#loader .logo{
    max-width:200px;
}
#intro .intro_txt {
    margin-top: 50px;
}
.contents1_txt p.font_en {
    position: relative;
    left: -35px;
    margin-bottom: 5px;
}
#top_contents2 p.font_en {
    text-align: center;
}
.font_en {
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 3px;
    font-size: 14px;
    color: #681e01;
}

.sns_links li img {
    width: 50px;
}
#intro .slick-dots li {
    background: #681e01 !important;
    color: #681e01;
    border-width: 1px;
    height: 2px;
}
body{
    overflow-x: hidden;
}

p.intro_txt {
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 15px;
    letter-spacing: 4px;
    font-size: 16px;
    color: #6a270d;
}
#top_contents2 h3::after{
    display:none;
}
.top_cms_title h4 {
    font-size: 26px;
}

.top_cms_title p {
    padding-top: 5px;
    color: #6a270d;
 font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}
#top_contents2 h3 span {
    font-size: 26px;
}
#top_contents1 .contents1_txt {
    margin-left: 55%;
    position: relative;
    top: -100px;
}
.intro_img .slick{
    margin: auto;
}
@font-face {
font-family: "azuki";
  src: url("Dup/azuki.ttf") format("ttf"),url("Dup/azuki.woff") format("woff"),url("Dup/azuki.woff2") format("woff2");
}
#main_nav li a {
    font-family: "azuki";
    opacity: 1;
    font-size: 18px;
}
h1 img {
    max-width: 200px;
}
section#main_img {
    max-width: 1080px;
}
.intro_title h3 {
    font-size: 28px;
    font-family: "azuki";
    line-height: 1.5em;
    position: relative;
    left: 15px;
}
.intro_title {
    text-align: center;
    padding: 120px 0 150px;
}
.contents1_txt h3 span,.top_cms_title h4,#top_contents2 h3 span,#intro .intro_txt h2,.intro_title h3{
    font-family: "azuki";
}

section#main_nav {
    max-width: 1080px;
}
#intro .intro_txt h2 {
    transform: translateY(0%);
    font-size: 28px;
}
#intro .intro_img {
    margin-bottom: 30px;
}
#top_contents1 .contents1_txt {
    margin-left: 55%;
}
#top_contents1 .contents1_txt h3 {
    transform: translateX(-40px);
    text-shadow: none;
    font-size: 26px;
}

@media screen and (max-width:1280px){
    #top_contents1 .contents1_txt {
    margin-left: auto;
    margin-right: auto;
    top: 0;
}
#top_contents1 figure {
    position: relative;
    bottom: 40px;
    z-index: 1;
    position: static;
    margin: auto;
    width: 60% !important;
}
section#top_contents1 {
    margin-top: 200px !important;
}
}
/*------------------------------------タブレット-------------------------------------*/
@media screen and (max-width:768px){
    #top_contents1 figure{
        width:70% !important;
    }
    #menu_bt > div span{
        height:2px;
    }
    .intro_title {
    text-align: center;
    padding: 10px 0 120px;
}
#intro .intro_txt h2{
    width:100% !important;
}

section#top_contents1 {
    margin-top: 100px !important;
    margin-bottom: 100px;
}
#intro{
    margin-bottom:100px;
}
div#menu_wrap li a {
    font-family: "azuki";
    font-weight: bold;
}
h1 img {
    max-width: 170px;
}
#top_contents2 {
    padding-top: 50px;
    margin-bottom: 200px;
}
#page_title {
    padding: 100px 50px;
}
#page_title {
    overflow: hidden;
}
}

/*------------------------------------スマホ-------------------------------------*/
@media screen and (max-width:667px){ 
    h1 img {
    max-width: 130px;
}
.intro_title h3 {
    font-size: 22px; 
}
.intro_img .slick {
    margin: auto !important;
}
#main_img{
    margin-bottom:0;
}
.intro_title {
    padding: 60px 0 80px;
}
#top_contents1 .contents1_txt h3 {
    transform: translateX(0);
    text-shadow: none;
    font-size: 22px;
    text-align: left;
}
.contents1_txt p.font_en {
    position: relative;
    left: 0;
    margin-bottom: 5px; 
}
#top_contents1 figure {
    width: 90% !important;
}
#banner{
    max-width:220px;
}
section#top_contents1 {
    margin-top: 50px !important;
    margin-bottom: 0px;
}
#intro {
    margin-bottom: 0px;
}
#intro .intro_txt h2 {
    font-size: 24px;
    line-height: 1.5em;
}
#top_contents2 {
    padding-top: 50px;
    margin-bottom: 100px;
} 
section#top_cms {
    margin-top: 100px;
}
.loopSlider:before,.loopSlider:after {
    height: 5px;
    border-top: 3px solid #222222;
    border-bottom: 3px solid #222222;
}
#top_contents2 h3 span {
    font-size: 22px;
}
#top_contents2 h3 {
    margin-bottom: 10px;
}
.top_cms_title {
    align-items: center;
}
.top_cms_title h4 {
    font-size: 22px; 
}
div#footer_txt {
    width: 100% !important;
}
#intro .intro_txt {
    margin-top: 0px;
}
#page_title:before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    background: #00000061;
    left: 0;
    top: 0;
    z-index: -1;
}
#page_title {
    padding: 30px 30px;
}
#page_title {
    min-height: 200px; 
}
#page_title h2 {
    font-family: "azuki";
    font-size: 24px; 
}
#loader .logo {
    max-width: 160px;
}
.intro_title h3{
    left: 5px;
}
#page10 ul li a {
    transition: all 0s;
}
}