﻿.overlay h2{
    font-style:normal;
}
#info_contact .con_box .con_title span:nth-child(1) {
    font-weight: 100;
}
.pager li a {
    background-color: #181818 !important;
}
.pager li a:hover{
    opacity:0.6;
}
#fix_banner {
    bottom: -80px;
    left: 10px;
    position: fixed;
    width: 330px;
    z-index: 10;
    transition: all 0.4s;
}
#fix_banner:hover{
    transform:translateY(-5px);
}
#fix_banner.banner_active{
    bottom:10px;
}

div#fakeloader{
      background-image: url(Dup/img/bg1-2.jpg);
  background-size:cover;
    background-position: center;
}
#contents3 .con_box,#intro_wrap,.cms_2-h .box_wrap{
    box-shadow: 0 0 15px #ffffff61;
}
#fakeloader .fl {
 /*   background: white;*/
    padding: 50px 30px;
}
.qa_type5 .box_title1 {
    font-style: normal;
}

.qa_type5 .faq_no {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    top: -10px;
    left: 0;
	-webkit-background-clip: padding-box; 
	-moz-background-clip: padding; 
	background-clip: padding-box;
	    border-color: black;
}
.qa_type5 .box_title1, .qa_type5 .box_txt1 {padding-left: 70px;line-height: 1.7;}


#info_contact .con_img:before {
    background-color: rgb(0 0 0 / 40%);
}
p.con_title {
    font-style: italic;
}
figure.portrait_img2 img {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
figure.portrait_img2 {
    position: relative;
    padding-top: 135%;
    overflow: hidden;
}
#wrap {
    position: relative;
}
/*
body {
    background: url(Dup/img/bg2-2.jpg);
    background-size: 50%;
}
*/
body:before{
    background: url(Dup/img/bg2-2.jpg);
    background-size:cover;
    content:"";
    position:fixed;
    top:0;
    height:100%;
    width:100%;
}
section#page10 .con_box a {
    font-style: italic;
}
div#tel_wrap h3 {
    font-style: normal;
}
.txt_color2 {
    color: #000000;
}
.border_color3 {
    border-color: #181818;
}
.bg_color3 {
    background-color: #181818;
}

.cms_5-c .box_title1,#cms_5-c .box_title1 {
    font-style: normal;
}

section#top_conveyor {
    margin-bottom: 150px;
}

.cate_list li a:before {
    color: rgb(255 255 255 / 70%) !important;
}　

/* ---------- loopSlider ---------- */
section#top_conveyor{
    margin-bottom:150px;
    margin-top:150px;
}
.loopSliderWrap{
    top: 0;
    left: 0;
    height: 350px;
}
.loopSlider {
    margin: 0 auto;
    height: 350px;
    text-align: left;
    position: relative;
    overflow: hidden;
}
.loopSlider .ul {
    height:350px;
    float: left;
    overflow: hidden;
}
.loopSlider .ul .li {
    width: 350px;
    height: 350px;
    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: #97c6d1;
    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;
}
}
/*-----------------------ここまで--------------------------*/


#cms_2-h .cate .d_flex.flex_space-between.pd_20px.bg_color2 {
    background-image: url(Dup/img/bg3.jpg) !important;
  background-size: 18%;
}
#cms_2-h h3.cate_title {
    color: white;
}
span.cate_txt1.font_12 {
    color: white;
}
.pager li a {
    background-color: #181818;
}
.cms_title p {
    font-style: italic;
    font-weight: 100;
    margin-bottom: 10px;
}
.line-l:before{
    height:1px;
}
.line:before {
    height: 1px;
    bottom: -15px;
}
section#contents2{
    background-image: url(Dup/img/con_txt2.png);
    background-repeat: repeat-x;
    background-size: auto;
    animation: loop2 30s linear infinite;
    background-position: center 85%;
}
@keyframes loop2 {
	0% {background-position-x: 0;}
	100% {background-position-x: -1000px;}
}
div#contents1_wrap {
    background-image: url(Dup/img/con_txt1.png);
    background-repeat: repeat-x;
    background-size: auto;
    animation: loop 30s linear infinite;
    background-position: center 80%;
}
@keyframes loop {
	0% {background-position-x: 0;}
	100% {background-position-x: 1000px;}
}
#page_title .page_title_box p {
    font-style: italic;
    margin-bottom: 10px;
    font-weight: 100;
}
#page_title:before {
    background-color: rgb(0 0 0 / 50%) !important;
}
#page_title .page_title_box{
    background:none;
}
.border_color2 {
    border-color: #b5b5b5;
}
a.linkStyle {
    color: black;
    text-decoration: underline;
}
.cate_list li a{
    background-color:#181818 !important;
    color:white;
}
.cate_list li a:hover{
    background-color:black !important;
}


#fakeloader .fl img {
    filter: invert(1);
    max-width: 230px;
    display: block;
    margin: auto;
}

#logo {
    max-width: 80px;
    box-sizing: border-box;
}
header.scr_header {
    background-color: rgba(0,0,0,0.8) !important;
}

.num{
    font-style: italic;
}

#footer {
    background-color: rgba(255,255,255,0.2);
}

.intro_title,h2,h3,h4,h5 {
    font-style: italic;
}
#footer_con .con_box,#footer_con .con_box h2,#footer_con .con_box a,div#h1txt{
    color: white;
}
p#logo2 a {
    max-width: 230px;
}


div#fakeloader:before{
    display:none;
}
p.catch_txt {
    text-align: center;
    font-size: 42px;
    color: white;
    font-family: "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
    font-style: italic;
   margin-bottom: 50px;
    margin-top: 30px;
}
p.square_box {
    width: 250px !important;
    height: 250px !important;
}
.hannari {
    font-family: "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}
#main_img:before {
    background-color: rgb(0 0 0 / 50%);
}

.back1:before,.back2:before{
  display:none;
}
.txt_color1 {
    color: #000000;
}
.line:before {
    background-color: rgb(0 0 0 / 50%) !important;
}
.txt_color3 {
    color: #000000;
}
.bg_color1 {
    background-color: #000000;
}
.bg_color2 {
    background-color: #000000;
}
#pc_nav li, #top_pc_nav li, #footer_nav li {
    max-width: 260px;
}
div#top_pc_nav {
    margin-top: 10px;
}
header.scr_header #logo {
    max-width: 80px;
}
#pc_nav li a::after, #top_pc_nav li a::after, #footer_nav li a::after{
    height: 1px !important;
}
#contents3_wrap:after {
    background: url(Dup/img/bg3.jpg);
    background-size: 250px;
    background-position: center;
}
#overlay .left li {
    max-width: 240px;
}
.overlay {
    background:#000000e6 !important;
}
.button_container.active .top {

    background: rgb(255 255 255) !important;
}
/*----------------------------------タブレット-------------------------------------------*/
@media screen and (max-width:768px){
    p.square_box {
    width: 140px !important;
    height: 110px !important;
}
p.catch_txt{
        font-size: 26px;
            margin-bottom: 0;
}
#contents1 .num {
    font-size: 50px;
    left: 40.5%;
}
#contents1 .num {
    top: -50px; 
}
#cms_2-h .cate .d_flex.flex_space-between.pd_20px.bg_color2 {
    background-image: url(Dup/img/bg3.jpg) !important;
    background-size: 150px;
}
#contents3_wrap:after {
    background-size: 150px;
}
#page_title .page_title_box {
    white-space: nowrap;
}
.hvr_bg_color2:hover {
    background-color: #626262;
}
.hvr_txt_color1:hover {
    color: #ffffff;
}
}

/*----------------------------------スマホ-------------------------------------------*/
@media screen and (max-width:667px){
    p.catch_txt {
    font-size: 18px;
    margin-bottom: 0;
    letter-spacing: 2px;
    white-space:nowrap;
}
p.square_box {
    width: 130px !important;
    height: 110px !important;
}
.intro_title h3 {
    font-size: 22px;
        font-weight: 500;
}
.con_box h3{
    font-weight: 500;
}
#contents1 .num,#contents2 .num{
    top: -55px;
    left: 50%;
    text-shadow: 0 0 10px white;
}
#fix_banner {

    width: 220px;
}
div#contents1_wrap{
        background-size: 900px;
        background-position: center 100%;
    padding-bottom: 50px;
}
section#contents2 {
    background-position: center 90%;
    background-size: 900px;
}
p#logo2 a {
    max-width: 200px;
}
#footer_con .con_box h2{
    display:none;
}
header.scr_header #logo {
    max-width: 60px;
}
#page_title .page_title_box {
    white-space: nowrap;
    width: 100%;
}
#page_title .page_title_box h2 {
    font-size: 22px;
}
}