﻿/*#fakeloader {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    position: fixed;*/
/*    z-index: 10000;*/
/*}*/
/*#fakeloader ul {*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    transform: translate(-50%, -50%);*/
/*    left: 50%;*/
/*}*/
/*#fakeloader li {*/
/*  list-style: none;*/
/*  color: #484848;*/
/*  font-size: 5em;*/
/*  letter-spacing: 15px;*/
/*  animation: loading 1.4s linear infinite;*/
/*}*/
.box_wrap .txt_color1, footer .txt_color1, #tel_txt .txt_color1 {
    color: #212121;
}


.drawer-nav {
    margin-top: 78px!important;
}
@keyframes loading {
  0% {
    color: #484848;
    text-shadow: none;
  }
  90% {
    color: #484848;
    text-shadow: none;
  }
  100% {
    color: #fff900;
    text-shadow: 0 0 7px #fff900, 0 0 50px #ff6c00;
  }
}

/*#fakeloader ul li:nth-child(1) {*/
/*  animation-delay: .2s;*/
/*}*/
/*#fakeloader ul li:nth-child(2) {*/
/*  animation-delay: .4s;*/
/*}*/
/*#fakeloader ul li:nth-child(3) {*/
/*  animation-delay: .6s;*/
/*}*/
/*#fakeloader ul li:nth-child(4) {*/
/*  animation-delay: .8s;*/
/*}*/
/*#fakeloader ul li:nth-child(5) {*/
/*  animation-delay: 1s;*/
/*}*/
/*#fakeloader ul li:nth-child(6) {*/
/*  animation-delay: 1.2s;*/
/*}*/
/*#fakeloader ul li:nth-child(7) {*/
/*  animation-delay: 1.4s;*/
/*}*/

/* ------------------------------------------------------------------------------------------- */
body {
    background-image: url("Dup/img/natural-paper.png");
    line-height: 1.8;
}
#fakeloader.bg_color1 {
    background-image: none;
}
#page_title .back_color {
 background-image: url("Dup/img/rice-paper.png");
}
.bg_color1 {
    background-color: #3e3e3e;
    /*background-image: url("Dup/img/natural-paper.png");*/
    background-image: url("Dup/img/rice-paper.png");
}
.bg_color2 {
    background-color: #ffffff;
    background-image: url("Dup/img/rice-paper.png");
}
#wrap {
    background-image: url(Dup/img/nami.png);
    background-repeat: repeat-x;
    background-position: 50% 100%;
    background-size: 1900px;
}
#intro #intro_txt {
    height: 270px;
}
#intro {
    height: 460px;
}

.banner_zoom .icon {
    margin: 0;
    position: relative;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
transition: all .5s ease-out;
}
.banner_zoom a:hover .icon {
    right: -20px;
}
.banner_zoom .icon::before {
    content: "";
    display: block;
    position: absolute;
    left: 4px;
    box-sizing: border-box;
    width: 10px;
    top: 50%;
    height: 6px;
    border: 4px solid transparent;
    border-left: 10px solid #212121;
    transform: translateY(-50%);
}
.banner_zoom .icon::after {
    content: "";
    display: block;
    position: absolute;
    left: -16px;
    width: 21px;
    height: 1px;
    background: #212121;
    top: 50%;
    transform: translateY(-50%);
}











.banner_zoom {
    text-align: center;
}
.banner_zoom a {
    border: 1px solid #b5b5b5;
    width: 70%;
    margin: 0 auto;
    color: #212121;
}
.banner_zoom .txt p {
    background: rgb(255 255 255);
    padding: 56px 10px;
    display: inline-block;
    z-index: 1;
    position: relative;
    margin: 0;
    margin-left: 0;
    margin-right: auto;
    width: 39%;
    font-size: 23px;
}
.banner_zoom .img {
    overflow: hidden;
}
.banner_zoom .img p {
    background: url(Dup/img/banner.jpg) no-repeat center center;
    background-size: cover;
    height: 100%;
    width: 100%;
    display: block!important;
}
.banner_zoom a .img p {
    transition: all .5s ease-out;
}
.banner_zoom a:hover .img p {
    opacity: .8;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.banner_zoom a {
    z-index: 1;
    position: relative;
    overflow: hidden;
}



.cate_list li a {
    position: relative;
    margin-left: 11px;
}
.cate_list li a:before {
    position: absolute;
    width: 10px;
    content: "";
    display: block;
    left: -10px;
    top: 19px;
    transform: rotate(45deg);
    height: 11px;
    background: #212121;
    background-image: url("Dup/img/rice-paper.png");
    transition: all 0.3s;
}
.cate_list li a:hover:before {
    background-color:  #ffe000;
}
#page_title .back_color {
    background-color: rgb(0 0 0 / 23%);
}
#intro #intro_txt h2 {
    display: inline-block;
    line-height: 2.3em;
}
#page_title h2 {
    color: #fff;
    font-size: 32px;
    writing-mode: horizontal-tb;
    position: relative;
}
#contents h2 {
    text-shadow: 2px 0px 5px rgb(0 0 0 / 15%), -1px -1px 7px rgb(0 0 0 / 22%);
}
#contents .back_color2::after {
    background-color: rgb(255 255 255 / 20%)!important;
}
#contents h2 .svg_box {
    color: #ffd400;
    opacity: 0.6;
}
#contents .back_color2 .contents_box {
    background: #000000;
    color: #fff;
    background-image: url("Dup/img/rice-paper.png");
    background-size: 280px;
}
#contents .box h3 {
    color: #fff;
    /*display: inline-block;*/
}
.catch {
    z-index: 2;
    color: #fff;
    font-size: 30px;
    top: 17%;
    right: 3%;
    padding: 1px 10px;
    background: #212121 url(Dup/img/bg.png);
    background-size: 500px;
}
.yellow {
    background: #c99e00;
    color: #fff;
    padding: 10px 0px;
    background-image: url("Dup/img/natural-paper.png");
    font-weight: bold;
    position: relative;
    line-height: 1.8em;
}
.yellow:before {
    content: "";
    display: block;
    position: absolute;
    top: -19px;
    width: 64px;
    height: 62px;
    background-image: url(Dup/img/denki.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    left: -16px;
    opacity: 0.7;
}
.yellow2 {
    background: #c99e00;
    color: #fff;
    padding: 0px 2px;
    background-image: url("Dup/img/natural-paper.png");
    font-weight: bold;
    margin-right: 3px;
    display: inline-block;
}
.txt_anim6 span, .txt_anim7 span {
    display: inline-block;
    opacity: 0;
    transform: translateX(100%);
    transition: opacity 1s cubic-bezier(0.39, 0.575, 0.565, 1),transform 1s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.txt_anim6 span.start, .txt_anim7 span.start {
    opacity: 1;
    transform: translateX(0);
}
/*@keyframes slide-bs{*/
/*	0%{-webkit-transform: translateY(20px);transform: translateY(20px);}*/
/*	100%{-webkit-transform: translateY(0);transform: translateY(0);}*/
/*}*/
/* -------------------------------------------------------------------------------------------------------------------------*/

#top_cms .cms_title .title_box h2 {
    font-size: 23px;
}
#cms_2-g .cate_box {
    margin-top: 0;
}
#cms_2-g .box_wrap {
    margin-top: 60px;
}
#cms_2-g .box_txt1 {
 padding-bottom: 10px;   
}

@media screen and (max-width: 667px){
#cms_2-g .cate_title {
    line-height: 1.4;
}
#cms_2-g .box_wrap {
    margin-top: 30px;
}
#top_cms .cms_title {
    margin-bottom: 40px;
}
.clone-nav .header_info .tel {
    margin-right: 13px;
}
#top_cms .cms_title .title_box h2 {
    font-size: 21px;
}
#page8 h3.width_30per {
    padding-left: 0;
}
}
/* -------------------------------------------------------------------------------------------------------------------------*/


.topcms_news_type4 .cate_box{
	width: 30.33333%!important;
	margin-right: 1.5%;
	margin-left: 1.5%;
}
.topcms_news_type4 .cate_box{
	background-color: #fff;
	padding: 0;
	box-shadow: 10px 25px 30px rgb(0 0 0 / 8%);
border-top: 2px solid #ffd459;
}
.topcms_news_type4 .box_title1:empty{
	display: block!important;
}
/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
.topcms_news_type4 .cate_box {width: 46.33333%!important;}
#intro {
    height: 476px;
}
#contents h2 {
    text-shadow: 2px 2px 5px rgb(0 0 0 / 36%), -1px 0px 7px rgb(0 0 0 / 65%);
    font-size: 30px;
    margin-right: 1%!important;
    margin-left: 7%!important;
}
}
/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
#contents .box h3:before {
    display: none;
}
#contents .box h3 {
    display: inline-block;
    margin-left: 0;
}
.yellow:before {
    top: -20px;
    left: -19px;
}
.drawer-nav {
    margin-top: 69px!important;
}
#intro {
    height: inherit;
}
.banner_zoom a {
    width: 90%;
}
.banner_zoom .txt p {
    padding: 33px 10px;
    width: 67%;
    font-size: 15px;text-align: left;
}
.banner_zoom .icon {
    right: 20px;
}
#top_cms .container {
    margin-top: 40px;
}
#page_title h2 {
    font-size: 23px;
}
#contents .back_color2::after {
    background-color: rgb(255 255 255 / 44%)!important;
}
.yellow {
    padding: 0px 5px;
}
.topcms_news_type4 .cate_box {width: 100%!important;}
.catch {
    z-index: 2;
    color: #fff;
    font-size: 16px;
    top: 15%;
    right: 0%;
}
}