/* addcss */
* {
    font-feature-settings: "palt" 1;
    letter-spacing: 2px;
    text-align: justify;
    font-weight: 600;
}
h1.hidden {
  display: none;
}
.tate {
    writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: upright;
    -webkit-text-orientation: upright;
    -moz-text-orientation: upright;
    -ms-text-orientation: upright;
		font-feature-settings: normal;
}
.tate span {
		font-feature-settings: normal;
}
p.title {
	font-size: 34px;
}
p.title span {
	font-size: 14px;
	display: block;
	letter-spacing: 3px;
}
table, tbody, tr, td {
    display: block;
    width: 100%;
    letter-spacing: 4px;
    margin: 0;
}
#header {
	position: fixed;
	top: 0;
	width: 100%;
}
#primary-menu ul li a {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 100px;
}
#primary-menu ul li a>div {
  letter-spacing: 3px;
}
/* #header.fixed,
#header.fixed #header-wrap,
#header.fixed .container,
#header.fixed #logo,
#header.fixed #logo a,
#header.fixed #primary-menu,
#header.fixed #primary-menu ul,
#header.fixed #primary-menu ul li {
    height: 80px;
} */
#header.fixed #primary-menu ul li a,
#header.fixed #logo a {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 80px;
}
#header.fixed #logo img {
    margin-bottom: 8px;
}
#header-wrap {
    background: #fff;
}
#slider {
    padding-top: 100px;
}
.sectionall {
	padding: 80px 0 !important;
	margin: 0 auto !important;
}
.sectionall.top00 {
    padding-bottom: 0 !important;
    min-height: 290px;
}
.sectionall_last {
	padding-bottom: 100px !important;
}
.flexslider .heading-block h2 span {
    display: block;
    font-size: 16px;
    color: #333 !important;
    letter-spacing: 8px;
}
.kodawari_back {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    max-width: 210px;
}

.top00 .justify-content-center {
    align-items: center;
}
.top00 .col-8 p {
	font-size: 14px;
	line-height: 2.8;
	letter-spacing: 3px;
}
.top00 .section-product-price,
.top03 .titlearea {
    text-align: center;
}
.top00 .section-product-price p {
    padding: 25px 0;
    letter-spacing: 8px;
    text-align: left;
    display: inline-block;
    box-sizing: border-box;
    margin: 0 auto;
}
.top03 .feature-box.media-box p.tate {
    letter-spacing: 8px;
    text-align: left;
    display: inline-block;
    box-sizing: border-box;
    padding: 35px 0;
}
img.top_logobg {
    position: absolute !important;
    max-width: 325px;
    top: -10%;
    left: -5%;
    z-index: 100 !important;
}
.flexslider .slider-wrap .col-md-5 img {
    max-width: 50px;
    margin-right: 30px;
}
#slider .heading-block h2 {
    white-space: nowrap;
}
.slider-element,
.slider-element div {
    max-height: 900px;
}
#logo img {
    width: 170px;
    height: auto !important;
		display: inline-block;
}
div#logo a {
    height: 100px;
    line-height: 100px;
}
a.button.button-border.button-rounded.button-fill {
    margin: 0 auto;
    display: block;
    text-align: center;
    padding: 0 15px;
    line-height: 50px;
    height: 50px;
    border-radius: 0;
    font-size: 16px;
    width: 250px;
    background-color: #444;
    color: #fff;
    border: none;
}
.button.button-border.button-fill:before {
    background-color: #7fabb5;
}
.button.button-border.button-fill span {
    letter-spacing: 5px;
    font-weight: 500;
    text-indent: 5px;
    display: block;
    text-align: center;
}
a.button.button-border.button-rounded.button-fill:hover {
    background-color: #7fabb5 !important;
    color: #fff;
    text-shadow: none;
    border-color: none;
}
a.borderbtn {
    position: relative;
}
a.borderbtn:after {
    position: absolute;
    height: 2px;
    bottom: -10px;
    content: "";
    background: #333;
    width: 0%;
    left: 0;
		transition: .5s;
}
a.borderbtn:hover:after {
    width: 100%;
}
#primary-menu ul li > a div {
    position: relative;
    overflow: hidden;
    padding: 0 5px;
}
#primary-menu ul li > a div::after {
    content: '';
    position: absolute;
    top: calc(50% - -15px);
    left: 0;
    width: 100%;
    height: 100%;
    background: #7fabb5;
    transform: translate3d(-100%,0,0) translate3d(-1px,0,0);
    transition: transform 0.3s;
    transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    z-index: -1;
    height: 2px;
}
#primary-menu ul li.current > a div::after, #primary-menu ul li > a:hover div::after {
    transform: translate3d(0,0,0);
}
.sectionall.top00,
.sectionall.top01,
.sectionall.top02 {
	background-image: url(../img/back1.png);
	background-repeat: repeat;
}
.sectionall.top06 {
    background-image: url(../img/title_back.png),url(../img/back1.png);
    background-repeat: no-repeat,repeat;
    background-size: 200px,auto;
    background-position: right 5% bottom 80px,center;
}
.sectionall.top03,
.sectionall.top04,
.sectionall.top05 {
	background-image: url(../img/back2.png);
	background-repeat: repeat;
	position: relative;
}
.sectionall.top03 {
	padding-bottom: 15px !important;
}
.sectionall.top04 {
    padding-top: 0 !important;
    padding-bottom: 60px !important;
}

.sectionall.top04:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 450px;
		background-image: url(../img/back1.png);
		background-repeat: repeat;
    display: block;
    bottom: 0;
}
.top02 a img {
    width: 100%;
}

.top03 .sp {
	display: none;
}
.top03 .titlearea img {
    position: absolute;
    left: 50%;
    transform: translateX(-55%);
}
.top03 .feature-box.media-box p {
    margin: 0 auto;
    line-height: 2;
    padding: 40px 0;
    color: #333;
    letter-spacing: 10px;
}
.top03 .titlearea {
    height: 260px;
}
.top03 .feature-box.media-box .fbox-desc p {
    letter-spacing: 3px;
    font-size: 14px;
    line-height: 2.4;
    font-weight: 500;
		padding-bottom: 50px;
}
.top03 .card-body p {
    font-weight: 500;
    color: #808080;
}
.top03 .card-body h5 {
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
}
.top03 .col-md-3.col-sm-6 {
    padding-left: 30px;
    padding-right: 0;
}
.top03 .col-md-6 {
    padding-right: 30px;
}
.top03 .col-md-3:last-child {
    padding-left: 15px !important;
    padding-right: 15px;
}
.top03 .card-body {
    padding: 0 0 20px;
}


.top01.section-product .section-product-image {
		margin-left: auto;
}
.top01.section-product .section-product-content {
		right: auto;
}
.top01 h3,
.top05 h3 {
    font-size: 24px;
    text-align: center;
    line-height: 1.6;
    letter-spacing: 5px;
}
.top01 a.button.button-border.button-rounded.button-fill,
.top05 a.button.button-border.button-rounded.button-fill {
    width: 205px;
}
.top02 p.tate {
    position: absolute;
    right: 30px;
    top: -40px;
    background: #fff;
    padding: 30px;
    margin: 0;
}
.top02 p.tate span {
    display: block;
		color: #333;
		font-size: 15px;
		letter-spacing: 4px;
}
.top02 p.tate span:last-child {
    margin-top: 41px;
    margin-right: 5px;
}
.sectionall.top02 .row {
    padding: 0 20px;
}
.sectionall.top02 .col-md-4 {
    padding: 0 30px;
}
.top02 .col-md-4 .sp {
  display: none;
}
.sectionall.top02 .fbox-desc {
    padding: 45px 40px;
    background: #fff;
    text-align: right;
}
.sectionall.top02 .fbox-desc h3 {
    font-size: 18px;
    line-height: 2;
		letter-spacing: 2px;
}
.sectionall.top02 .fbox-desc p {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 2;
    font-weight: 500;
    color: #333;
    letter-spacing: 1px;
}
.sectionall.top02 .fbox-desc a.borderbtn {
	color: #333;
}
a.borderbtn:after {
    background: #7fabb5;
}
.top04 .owl-carousel .owl-nav [class*=owl-] {
    opacity: 1;
    text-align: center;
    border: 1px solid #333;
    color: #333;
}
.owl-carousel .owl-nav [class*=owl-]:hover {
    background-color: #7fabb5 !important;
		border: 1px solid #7fabb5;
    color: #FFF !important;
}
.top04 .portfolio-desc h3 {
    margin: 0;
    padding: 0;
    font-size: 18px;
    text-align: center;
    line-height: 1.8;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.top04 .portfolio-desc h3:after {
    content: "";
    background-image: url(../img/hisigata.png);
    position: absolute;
    width: 100%;
    height: 100px;
    background-size: 160px;
    background-repeat: no-repeat;
    background-position: center top;
    left: 0;
    top: -15px;
}
.top04 .portfolio-desc span {
    margin-top: 20px;
    color: #333;
    font-weight: 500;
    line-height: 2;
    display: block;
		letter-spacing: 3px;
}
.top06 p {
    font-weight: 500;
}
.top06 .feature-box h3 {
    font-size: 22px;
    letter-spacing: 5px;
}
.top06 .feature-box.media-box p {
    margin: 30px 0;
    color: #333;
    font-size: 14px;
    letter-spacing: 3px;
		line-height: 2.2;
		font-weight: 500;
}
.top06 .feature-box.media-box p span {
    display: block;
    color: #808080;
    margin-top: 20px;
		font-weight: 500;
}
.top06 img {
	width: 100%;
}
.top06 a.button.button-border.button-rounded.button-fill {
	margin-left: 0;
}
.top06 .col-6:first-child {
	padding-right: 40px;
}
.top06 .row {
    align-items: center;
}
#copyrights {
    background-color: #273033;
    line-height: 2;
}
#footer {
    background-color: #273033;
    border-top: none;
}
#footer>* {
    color: #fff;
    font-weight: 500;
}
.copyright-links a {
    color: #fff;
    border-bottom: none;
    letter-spacing: 3px;
}
#footer .copyright-links,
#footer .col_half.col_last p {
    text-align: right;
		font-weight: 500;
}
#footer .col_half.col_last p {
    font-size: 13px;
    color: #b3b3b3;
}
#footer .col_half p {
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 15px;
}
#footer .social-icon {
    background: #fff;
    color: #007bff;
    margin-bottom: 20px;
}
#footer .social-icon i {
	text-align: center;
}
.copyright-links a:hover {
    color: #ddd;
    border-bottom: none;
}
#footer a.borderbtn:after {
    height: 1px;
    bottom: -4px;
}
#gotoTop:hover {
    background-color: #7fabb5;
}
.top_logotext.black_991 {
	display: none !important;
}
.owl-carousel .owl-nav .owl-next,
.owl-carousel:hover .owl-nav .owl-next {
  right: -15px;
  text-indent: 2px;
}
.owl-carousel:hover .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-prev {
    left: -15px;
}
#footer .col_half p a {
    display: inline-block;
    pointer-events: none;
    color: #fff;
}
#footer .copyright-links br {
    display: none;
}
#footer .col_half p br.block_414 {
  display: none;
}
.flexslider a.button.button-border.button-rounded.button-fill {
    width: 215px;
}
.top06 a.button.button-border.button-rounded.button-fill {
    width: 270px;
}

/* company */
#page-title {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0 65px;
}
#page-title.company_titile {
  background-image: url(../img/company_top.jpg);
}
#page-title h1 {
    letter-spacing: 7px;
    color: #fff;
    font-size: 26px;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
#page-title h1:after {
    content: "";
    display: block;
    position: absolute;
    width: 70px;
    height: 2px;
    background: #fff;
    left: 50%;
    transform: translateX(-50%);
    bottom: -2px;
}
.breadcrumb-item + .breadcrumb-item::before,
.breadcrumb-item.active,
.breadcrumb a {
    color: #fff;
}
.breadcrumb a:hover {
    color: #7fabb5;
}
.top01.company00,
.top03.company03 {
    background-image: url(../img/back1.png);
    background-repeat: repeat;
}
.top01.company00 {
    padding: 110px 0 !important;
}
.company00 p.t500 {
    line-height: 2.6;
    letter-spacing: 3px;
}
.company_bg {
    background-image: url(../img/back2.png);
    position: relative;
    background-repeat: repeat;
}
.top00.company01 {
  background-image: none;
}
.top00.company01 .kodawari_back {
    transform: translateX(-55%);
}
.top01.company00 .col-md-6 .sp {
  display: none;
}
.company00.top01 .col-md-6 {
    position: relative;
}
.company00.top01 .col-md-6:first-child:after {
    background-image: url(../img/title_back.png);
    background-size: 260px;
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    width: 260px;
    height: 260px;
    position: absolute;
    top: -12%;
    left: -10%;
}
.company03.top03 table tbody {
    position: relative;
}
.company03.top03 table tbody::after {
    background-image: url(../img/title_back.png);
    background-size: 350px;
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    width: 350px;
    height: 350px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.company00 h3,
.company05 h3 {
  text-align: left;
}
.company00.top01 .col-md-6 h3 {
    margin-top: 60px;
}
.company00 .about-img>img {
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    height: auto;
}
.company00 .about-img>img+img {
    position: relative;
    margin-top: 60px;
    border: 6px solid #fff;
}
.company00 .sign {
    text-align: right;
}
.company02 tr:first-child,
.company03 tr:first-child {
    border-top: 1.5px solid #f3f3f3;
}
.company02 tr,
.company03 tr {
    display: flex;
    border-bottom: 1.5px solid #f3f3f3;
    padding: 15px;
}
.company02 td,
.company03 td {
    line-height: 2;
    font-weight: 500;
}
.company02 td:first-child {
    color: #7fabb5;
    width: 120px;
}
.company02 td:last-child {
    width: calc(100% - 120px);
}
.top03.company03 {
  padding-bottom: 80px !important;
}
.company03.top03 .feature-box.media-box p.tate {
    padding: 85px 0 65px;
}
.company03 .col-md-12:nth-child(2) .feature-box {
    margin: 0 90px !important;
}
.company03.top03 .feature-box.media-box .fbox-desc p {
    padding-top: 0;
}
.company03 table {
    background: #fff;
    padding: 50px 60px;
}
.company03 tr {
    padding: 15px 30px;
}
.company03 td:first-child {
    width: 260px;
}
.company03 td:last-child {
    width: calc(100% - 260px);
}
.company03 tr:last-child {
    border-bottom: none;
}
.company03.top03 .titlearea {
    height: 240px;
}
.company04 {
  padding: 0 !important;
}
.company04 .owl-dots,
.company04 .owl-nav {
  display: none;
}
.company04 .owl-carousel .owl-stage {
    padding: 0;
}
.company05.top01 {
  background-image: none
}
.company05 p {
    margin-top: 15px;
    margin-bottom: 0;
    line-height: 2;
}
.company05.top01 a.button.button-border.button-rounded.button-fill {
    width: 100%;
    max-width: 320px;
}
.company05 h3 {
    font-weight: 500;
}
.company02 .row .col-6 .imgarea .blank_575 {
  display: none;
}

#map1 {
  width: 100%;
  height: 200px;
  background-color: #ddd;
}

/* contact */
#page-title.contact_titile {
  background-image: url(../img/contact_top.jpg);
}
.contact00.company00 h3 span img {
    max-width: 60px;
    margin-right: 15px;
}
p.formtext span {
    color: #7fabb5;
    margin-right: 2px;
}
p.formtext,
p.formtext span {
  font-size: 14px;
  line-height: 2.8;
  letter-spacing: 3px;
  font-weight: 500 !important;
}

#validate label {
    font-size: 14px;
    letter-spacing: 3px;
    pointer-events: none;
    font-weight: 500 !important;
}
span.req {
    color: #7fabb5;
}
.form-control {
    border-radius: 0 !important;
    border: 0;
    outline: 1px solid #ced4da;
    /* -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none; */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFFFFF)) !important;
    background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF) !important;

}
.form-control:active, .form-control:focus {
    outline: 1px solid #ced4da !important;
    /* -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none; */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFFFFF));
    background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
}
#recipe-contactform-submit {
    display: block;
    text-align: center;
    padding: 0 15px;
    line-height: 50px;
    height: 50px;
    border-radius: 0;
    font-size: 16px;
    width: 250px;
    background-color: #273033;
    color: #fff;
    border: none;
    margin: 0;
    letter-spacing: 5px;
    text-shadow: none !important;
}
#recipe-contactform-submit.button.button-border.button-fill:before {
    z-index: -1;
}

.contact00.company00 .col-md-8 {
    padding-right: 40px;
}
.contact00.company00 .col-md-4 .position-relative p.formtext {
    margin: 0;
    position: relative;
}
.contact00.company00 .col-md-4 .position-relative p.formtext:after {
    position: absolute;
    content: "";
    background-image: url(../img/title_back.png);
    background-repeat: no-repeat;
    background-size: 120px;
    display: block;
    top: -50px;
    left: 0;
    width: 120px;
    height: 120px;
}
.contact00.company00 .col-md-4 .position-relative {
    background: #fff;
    box-shadow: 2px 2px 10px #ced4da;
    border-radius: 5px;
    padding: 40px !important;
}
.contact00 .textarea h3 {
    text-align: center;
    margin: 25px 0 0;
    font-size: 22px;
    line-height: 1;
}
.contact00 .textarea p.formtext span {
    display: block;
    text-align: center;
    line-height: 2;
    margin: 0;
    margin-top: 15px;
}
.contact00 .textarea p.formtext span.color_333 {
    color: #333;
    margin: 0;
    font-size: 13px;
}
.contact00 .textarea p.formtext span.color_333:last-child {
    text-align: justify;
    margin-top: 15px;
}
.contact01 .imgarea {
    display: flex;
    align-items: center;
}
.contact01 .imgarea img {
    max-width: 200px;
}
.contact01 .imgarea img.sp {
    display: none;
}
.contact01 .imgarea p {
    margin: 0;
    margin-left: 20px;
}
.contact01 a span {
    display: block;
    font-size: 13px;
    color: #7fabb5;
    margin-bottom: 5px;
    letter-spacing: 2px;
}
.contact01 a {
    font-size: 15px;
    letter-spacing: 3px;
    font-weight: 500 !important;
    color: #333;
    display: block;
    border: 1px solid #ced4da;
    padding: 15px;
    position: relative;
    background: #fff;
}
.contact01 a:after {
    content: "\03e";
    position: absolute;
    width: 28px;
    height: 28px;
    right: 0;
    top: calc(50% - 14px);
    display: block;
    color: #ced4da;
    font-size: 28px;
    line-height: 28px;
}
.contact01 a:hover {
    transition: 0.5s;
    background: #273033;
    color: #fff;
}

.content-contact {
    margin: 0 auto;
    min-height: calc(100vh - 500px);
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../img/back2.png);
    background-repeat: repeat;
}
.content-contact form {
    margin: 0;
}
.content-contact dl dd {
    width: calc(100% - 200px);
    display: block;
}
.content-contact dl dt {
    width: 200px;
    display: block;
}
.content-contact dl dd, .content-contact dl dt {
    margin: 0;
    padding: 10px 15px 4px;
    border-bottom: 1px solid #7fabb5;
    line-height: 2;
}
.content-contact dl {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 680px;
    margin: 0 auto;
}
div#btn_block {
    display: flex;
    justify-content: center;
    width: 100%;
}
div#btn_block input#button, div#btn_block input#submit2 {
    margin: 30px 15px 0;
    width: 200px;
    text-align: center;
    border-radius: 0;
    background-color: #444;
    color: #fff;
    letter-spacing: 3px;
    text-shadow: none;
}
div#btn_block input#button:hover, div#btn_block input#submit2:hover {
    background-color: #7fabb5 !important;
    color: #fff;
    border-color: #7fabb5;
    text-shadow: none;
}

.contact00.company00 {
    background-image: url(../img/back2.png);
    background-repeat: repeat;
}
.contact01.company02 {
    background-image: url(../img/back1.png);
    background-repeat: repeat;
}
.section.sectionall.company02 .imgarea {
    margin-bottom: 60px;
}
.section.contact01.company02 .imgarea {
    margin-bottom: 0 !important;
}
.content-contact.tanks {
    min-height: calc(100vh - 475px);
    display: flex;
    justify-content: center;
    align-items: center;
}
p.tanks {
    margin: 0;
    text-align: center;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 3px;
    font-weight: 500 !important;
}

/* kodawari */
.anc {
  position: absolute;
  left: 0;
  width: 100%;
  padding-top: 80px;
  margin-top: -80px;
  display: block;
}
.slider-element2 .fslider,.slider-element2 .fslider .flexslider,.slider-element2 .flexslider .slider-wrap > .slide {
    height: 650px !important;
    max-height: 650px;
}
#slider.slider-element2 {
  padding: 0 !important;
    margin-top: 100px;
    height: 650px !important;
    max-height: 650px;
}
.slider-element2.slider-element .heading-block h2 {
    font-size: 34px;
    letter-spacing: 10px;
    margin-top: 50%;
}
.slider-element2 img.top_logobg {
    max-width: 230px;
    top: 0;
    left: 32px;
    transform: none;
}
.slider-element2.slider-element div.vertical-middle {
    margin-top: 0 !important;
}
.slider-element2 .heading-block p {
    text-transform: none;
    font-style: normal;
    letter-spacing: 5px;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
    color: #333;
    text-align: center;
    margin: 0;
}
.slider-element2.slider-element .flexslider .slider-wrap .col-md-5 img.top_logobg {
    max-width: 200px;
    margin: 0 auto !important;
    top: -50%;
    right: 145px;
    left: auto;
    transform: none;
}
.kodawari00 {
    padding-bottom: 50px !important;
}
.kodawari00 .imgarea span {
    display: block;
    color: #7fabb5;
    font-size: 35px;
    text-align: center;
    line-height: 1;
    margin: 30px 0 10px;
}
.kodawari00 .imgarea p {
    text-align: center;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 3px;
    font-weight: 500 !important;
    color: #333;
    margin: 0;
}
.kodawari00 a .imgarea {
    text-align: center;
}
.kodawari00 a img {
    max-width: 240px;
    width: 100%;
}
.kodawari00 a {
    padding-bottom: 40px;
    display: block;
}
.kodawari00 a span.scroll {
    position: absolute;
    bottom: 15px;
    left: 50%;
    width: 18px;
    height: 18px;
    margin-left: -9px;
    border-left: 2px solid #7fabb5;
    border-bottom: 2px solid #7fabb5;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb 1.8s infinite;
    animation: sdb 1.8s infinite;
    box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}


.kodawari01_1 {
    background-image: url(../img/back1.jpg);
    background-repeat: repeat;
}
.kodawari_left,
.kodawari_right {
    padding: 130px 0 150px !important;
}
.kodawari2n {
  padding-top: 0 !important;
  padding-bottom: 130px !important;
}
.heading-block span.kodawari_no {
    color: #7fabb5 !important;
    font-size: 90px;
    opacity: 0.5;
    font-weight: 600 !important;
    margin: 0;
}
.kodawari01 h3 span {
    color: #7fabb5 !important;
    margin-right: 4px;
    letter-spacing: 5px;
}
.kodawari01 h3 {
    letter-spacing: 5px;
    line-height: 1.8;
    font-weight: 500;
    font-size: 30px;
}
.kodawari01 .heading-block:after {
    content: none;
}
.kodawari01 .heading-block {
    margin-bottom: 25px;
}
.kodawari01 p {
    margin: 0;
    font-size: 14px;
    line-height: 2.8;
    letter-spacing: 3px;
    font-weight: 500 !important;
}
.kodawari01 a.button.button-border.button-rounded.button-fill {
    margin: 30px 0 0;
}
.kodawari_left .col-md-5 {
    padding-left: 140px;
    padding-right: 140px;
    padding-top: 30px;
    padding-bottom: 90px;
}
.kodawari_left .col-md-7,
.kodawari_right .col-md-7 {
    position: relative;
}
.kodawari_left .col-md-7:before {
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-size: 150px;
    display: block;
    top: -50px;
    left: 100px;
    width: 150px;
    height: 100%;
}
.kodawari_left .col-md-7:after {
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-size: 300px;
    display: block;
    bottom: -70px;
    right: -100px;
    width: 300px;
    height: 365px;
    z-index: 1;
    background-position: bottom;
}
.kodawari_right .col-md-5 {
    padding-right: 140px;
    padding-left: 140px;
    padding-top: 30px;
    padding-bottom: 90px;
}
.kodawari_right .col-md-7:before {
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-size: 150px;
    display: block;
    top: -50px;
    right: 100px;
    width: 150px;
    height: 100%;
}
.kodawari_right .col-md-7:after {
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-size: 300px;
    display: block;
    bottom: -70px;
    left: -100px;
    width: 300px;
    height: 365px;
    z-index: 1;
    background-position: bottom;
}

.kodawari01_1.kodawari_left .col-md-7:before {
  background-image: url(../img/kodawari_1message.jpg);
}
.kodawari01_1.kodawari_left .col-md-7:after {
  background-image: url(../img/kodawari_1men.png);
}
.kodawari01_2.kodawari_right .col-md-7:before {
  background-image: url(../img/kodawari_2message.jpg);
}
.kodawari01_2.kodawari_right .col-md-7:after {
  background-image: url(../img/kodawari_2men.png);
}
.kodawari01_3.kodawari_left .col-md-7:before {
  background-image: url(../img/kodawari_3message.jpg);
}
.kodawari01_3.kodawari_left .col-md-7:after {
  background-image: url(../img/kodawari_3men.png);
}
.kodawari01_4.kodawari_right .col-md-7:before {
  background-image: url(../img/kodawari_4message.jpg);
}
.kodawari01_4.kodawari_right .col-md-7:after {
  background-image: url(../img/kodawari_4men.png);
}

.kodawari01_2.kodawari2n,
.kodawari01_3.kodawari2n {
  position: relative;
}
.kodawari01_2.kodawari2n:after,
.kodawari01_3.kodawari2n:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 60%;
    background-image: url(../img/back1.png);
    background-repeat: repeat;
    display: block;
    bottom: 0;
}

.kodawari01_2 .col-4 .sp,
.kodawari01_3 .col-6 .sp {
    display: none;
}
.kodawari01_2 .col-4 p span,
.kodawari01_3 .col-6 p span {
    display: block;
    text-align: center;
    font-size: 15px;
    margin-bottom: 15px;
    letter-spacing: 4px;
    color: #333;
    font-weight: 500;
}
.kodawari01_3 .col-6 p span {
    font-size: 18px;
}
.kodawari01_2 .col-4 p,
.kodawari01_3 .col-6 p {
    margin: 30px 30px 0 0;
    text-align: center;
    font-size: 13px;
    letter-spacing: 4px;
    color: #929391;
    font-weight: 500;
}
.kodawari2n.kodawari01 h3,
.kodawari2n.kodawari01 span {
    font-size: 24px;
    line-height: 2;
    letter-spacing: 7px;
}

.kodawari2n.kodawari01 {
    position: relative;
    margin-top: -80px !important;
    padding-top: 80px !important;
}
.kodawari2n.kodawari01_1 .container::after {
    position: absolute;
    content: "";
    left: -200px;
    top: -80px;
    width: 280px;
    height: 280px;
    background-image: url(../img/kodawari_backlogo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 280px;
}
.kodawari2n.kodawari01 .row .col-lg-6:last-child {
    padding-left: 7px;
}
.kodawari2n.kodawari01 .row .col-lg-6:first-child {
    padding-right: 7px;
}
.kodawari2n.kodawari01_1 p {
    margin-right: 50px;
}
.kodawari_last {
    padding-top: 0 !important;
    padding-bottom: 100px !important;
}
.kodawari01_4.kodawari2n {
    padding-bottom: 80px !important;
}
.kodawari_last p span {
  color: #7fabb5;
  letter-spacing: 6px;
  margin-right: 3px;
  font-weight: 500;
}
.kodawari_last p {
  text-align: center;
  font-size: 20px;
  display: block;
  letter-spacing: 6px;
  line-height: 2;
  font-weight: 500;
}
.kodawari_last_ {
    background-color: #7fabb5;
    background-image: url(../img/moyou_white.png) !important;
    background-size: auto;
    background-position: center;
}
.kodawari_last_ a.button.button-border.button-rounded.button-fill:hover {
    color: #273033;
}
.kodawari_last_ a.button.button-border.button-fill:before {
    background-color: #fff;
}
.kodawari_last_ p,
.kodawari_last_ h3 {
  color: #fff !important;
}
.kodawari01_4.contact01 a:after {
    content: none;
}
.kodawari01_4.contact01 a:hover p,
.kodawari01_4.contact01 a:hover span {
    color: #fff;
}
.kodawari01_4.contact01 a p,
.kodawari01_4.contact01 a span {
    line-height: 2;
    color: #333;
    font-weight: 500;
    letter-spacing: 4px;
}
.kodawari01_4.contact01 a span {
    letter-spacing: 3px;
    position: relative;
    margin-top: 10px;
}
.kodawari01_4.contact01 a span:after {
    position: absolute;
    width: 95px;
    height: 2px;
    background: #7fabb5;
    left: 0;
    bottom: -5px;
    display: block;
    content: "";
}
.kodawari_sp {
  display: none;
}

/* product */
.top02.product00 img.abs {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -23%;
    width: 180px;
}
.product00 p.title span {
    display: inline-block;
    font-size: 34px;
    color: #7fabb4;
    letter-spacing: 6px;
    font-weight: 500;
}
.product00 p.title {
    text-align: center;
    letter-spacing: 6px;
    font-weight: 500;
    font-size: 28px;
}
.top02.product00 .imgbox a {
  display: block;
}
.top02.product00 .col-md-4 {
    padding: 0 15px;
}
.product00 p.subtitle {
    font-size: 14px;
    line-height: 2.8;
    letter-spacing: 3px;
    font-weight: 500 !important;
    max-width: 840px;
    margin: 50px auto;
}
.product00.top02 .fbox-desc {
    padding: 0 !important;
}
.product00.top02 .fbox-desc p {
    color: #999;
    letter-spacing: 3px;
    text-align: center;
}

.product00.top02 .fbox-desc h3 {
    font-size: 22px;
    line-height: 1;
    letter-spacing: 7px;
    text-align: center;
}
.top02.product00 .imgbox {
  position: relative;
}
.kodawari01.product01 .heading-block {
  margin: 0;
  display: block;
  width: 130px;
  height: initial;
}
.kodawari01.product01 .heading-block h3.tate:after {
    content: "";
    background-image: url(../img/hisigata.png);
    position: absolute;
    width: 190px;
    height: 120px;
    background-size: 190px;
    background-repeat: no-repeat;
    background-position: center top;
    left: -40px;
    top: -50px;
}
.kodawari01.product01 .heading-block h3.tate {
    margin: 0 auto;
    font-size: 15px;
    letter-spacing: 5px;
    position: relative;
    /* margin-right: 0; */
}
.kodawari01.product01 .heading-block h3.tate span {
    font-size: 56px;
    font-weight: 500;
    letter-spacing: 12px;
    color: #333 !important;
}
.kodawari01.product01 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.product_01bg {
    background-image: url(../img/back2.png);
    background-repeat: repeat;
}
.product_02bg {
  background-image: url(../img/back1.png);
  background-repeat: repeat;
}
.product_01bg .product01_1:after {
    background-image: url(../img/product_back.png);
    background-repeat: no-repeat;
    background-size: 500px;
    background-position: left 0 top 0;
    content: "";
    width: 500px;
    height: 500px;
    position: absolute;
    left: -350px;
    top: 120px;
    z-index: -1;
}
.product_02bg .product01_1:after {
    background-image: url(../img/product_back.png);
    background-repeat: no-repeat;
    background-size: 420px;
    background-position: left 0 top 0;
    content: "";
    width: 420px;
    height: 420px;
    position: absolute;
    right: -180px;
    top: 100px;
    z-index: -1;
}
.product_01bg.kawa .product01_1:after {
    background-image: url(../img/product_back.png);
    background-repeat: no-repeat;
    background-size: 450px;
    background-position: left 0 top 0;
    content: "";
    width: 450px;
    height: 450px;
    position: absolute;
    left: -280px;
    top: 220px;
    z-index: -1;
}
.product00 .fbox-desc a.ancer {
    padding: 75px 40px 45px;
    display: block;
}
.product00 .fbox-desc a span.scroll {
    position: absolute;
    bottom: 55px;
    left: 50%;
    width: 16px;
    height: 16px;
    margin-left: -8px;
    border-left: 2px solid #7fabb5;
    border-bottom: 2px solid #7fabb5;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb 1.8s infinite;
    animation: sdb 1.8s infinite;
    box-sizing: border-box;
}
.kodawari01.product01 .col-md-5 {
    padding: 90px 150px 0;
    height: 380px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.kodawari01.product01 .col-md-5>div {
  display: block;
  margin-left: 0;
}
.kodawari01.product_left .col-md-5>div {
    display: block;
    margin-left: 0;
    margin-right: auto;
}
.kodawari01.product01.product_left .col-md-5.col-padding {
    justify-content: flex-start;
}
.product01.product01_1 {
    padding-bottom: 120px !important;
    z-index: 1;
    padding-right: 15px !important;
    padding-left: 15px !important;
}
.product01_1 h3:after {
    position: absolute;
    content: "";
    display: block;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    height: 2px;
    width: 80px;
    background: #7fabb5;
}
.product01_1 h3 {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 6px;
    position: relative;
    margin: 30px 0 15px;
    padding-bottom: 17px;
}
.product01_1 p {
    text-align: center;
    font-weight: 500;
    letter-spacing: 3px;
    line-height: 2.4;
    margin-bottom: 50px;
    margin-top: 0 !important;
    color: #333;
}
.product01_1 .col-md-4 p {
    text-align: justify;
}
.product01 .imgbox {
    text-align: center;
}
.product01_2 .row.align-center .col-md-6:first-child .imgbox {
    text-align: right;
}
.product01 .imgbox img {
    max-width: 420px;
    width: 100%;
}
.product01_2 .row.align-center {
    align-items: center;
}
.product01_2 .row.align-center .col-md-6 {
    padding-bottom: 50px;
}
.product01_2 .row .col-md-4:first-child p {
    text-align: center;
}
.product01_2 .col-md-6 h3:after {
    left: 0;
    transform: none;
}
.product01_2 .col-md-6 h3 {
    text-align: left;
}
.product01_2 .col-md-6 p {
    text-align: justify;
}
.block_575,
.block_767 {
    display: none;
}


@media (min-width: 1199px) {
	.slider-element .heading-block h2 {
	    font-size: 42px;
	    line-height: 2;
	    text-transform: none;
	    font-weight: 700;
	    letter-spacing: 5px;
	    margin-right: auto;
	    margin-left: 37%;
	}
  .slider-element.slider-element2 .heading-block h2 {
	    margin-left: 100px;
	}
	.top01.section-product .section-product-image {
	    margin-left: auto;
	}
	.top01.section-product .section-product-content {
	    right: auto;
	    padding: 60px 70px 50px;
	    line-height: 2.2;
	    /* bottom: 15%; */
	}
	.top05.section-product .section-product-content {
	    padding: 60px 70px 50px;
	    line-height: 2.2;
	    /* bottom: 15%; */
	}
}

@media (min-width: 991px) {

#header.fixed,
#header.fixed #header-wrap,
#header.fixed .container,
#header.fixed #logo,
#header.fixed #logo a,
#header.fixed #primary-menu,
#header.fixed #primary-menu ul,
#header.fixed #primary-menu ul li {
    height: 80px;
}
.min_h img.top_logobg {
    top: 0%;
}
#slider.slider-element2.min_h {
    height: 400px !important;
    max-height: 400px;
}
.slider-element2.min_h .fslider,
.slider-element2.min_h .fslider .flexslider,
.slider-element2.min_h .flexslider .slider-wrap > .slide {
    height: 400px !important;
    max-height: 400px;
}
.slider-element2.min_h img.top_logobg {
    max-width: 200px;
    top: 30px;
    left: 50px;
    transform: none;
}
.slider-element2.min_h .mdl {
    height: 400px;
    position: relative;
    top: 0;
    transform: translateY(0);
}
.slider-element.min_h .mdl {
    height: 100vh;
    top: 0;
    transform: none;
}
.slider-element2.min_h .heading-block h2 {
    margin-bottom: 5% !important;
    margin-top: 40%;
}
#slider.slider-element.min_h .heading-block h2 {
    margin-top: 15%;
}
#slider.slider-element2.min_h .heading-block h2 {
    margin-top: 55%;
}

}

@media (min-width: 991px) and (-ms-high-contrast: none) {
  #slider.slider-element2.min_h .heading-block h2 {
    margin-top: 35%;
  }
}

.slider-element .heading-block {
    height: 460px;
}
.slider-element2 .heading-block {
    height: 360px;
}
.mdl {
    height: 460px;
    position: relative;
    top: 50%;
    transform: translateY(-230px);
}

@media (max-width: 1400px) {
	img.top_logobg {
	    max-width: 280px;
	    left: 15px;
	}
	#slider .heading-block h2 {
	    font-size: 30px;
	    margin-left: 35%;
      display: inline-block;
	}
  #slider.slider-element2 .heading-block h2 {
    margin-left: 100px;
  }
  .sectionall.top02 .col-md-4 {
      padding: 0 20px;
  }
  /* kodawari */
  .kodawari2n.kodawari01_1 .container::after {
      left: -70px;
      top: -38px;
      width: 230px;
      height: 230px;
      background-size: 230px;
  }
  .kodawari_right .col-md-5,
  .kodawari_left .col-md-5 {
      padding-right: 90px;
      padding-left: 90px;
  }
  .kodawari_right .col-md-7:before,
  .kodawari_left .col-md-7:before {
      background-size: 130px;
      top: -50px;
      right: 60px;
      width: 130px;
  }
  .kodawari_left .col-md-7:before {
      right: auto;
      left: 60px;
  }
  .heading-block span.kodawari_no {
      font-size: 80px;
  }
  .kodawari01 h3 {
      font-size: 28px;
  }
  .kodawari01 h3,
  .kodawari01 h3 span {
      letter-spacing: 4px;
      font-weight: 500 !important;
      font-size: 26px;
  }
  /* product */
  .product_01bg .product01_1:after,
  .product_01bg.kawa .product01_1:after {
      background-size: 400px;
      width: 400px;
      height: 400px;
      left: -200px;
      top: 200px;
  }
  .product_02bg .product01_1:after {
      background-size: 400px;
      width: 400px;
      height: 400px;
      right: -100px;
  }
  .product01_2 .row.align-center .col-md-6:first-child .imgbox {
      text-align: center;
  }
}

@media (max-width: 1199px) {
	.sectionall.top02 .row {
	    padding: 0 15px;
	}
  .sectionall.top02 .fbox-desc {
      padding: 35px 25px;
  }
	.sectionall.top02 .col-md-4 {
	    padding: 0 15px;
	}
  .top00 .col-8 p {
      line-height: 2.5;
      letter-spacing: 2px;
  }
	.top01.section-product .section-product-content,
	.top05.section-product .section-product-content {
	    bottom: 8%;
      max-width: 400px;
      position: absolute;
      padding: 55px 55px 45px;
      line-height: 2.2;
	}
	.top05.section-product .section-product-content {
			bottom: 16%;
	}
	.top01.section-product .section-product-image,
	.top05.section-product .section-product-image {
	    width: 85%;
	}
	.top01.section-product .section-product-content {
	    right: auto;
	}

  .top01 h3, .top05 h3 {
      margin-bottom: 25px;
  }
  .top03 .card-body p {
      font-size: 13px;
  }
	.top03 .col-md-3:last-child {
	    padding-right: 0px;
	}
	.top03 .col-md-3.col-sm-6 {
	    padding-left: 15px;
	    padding-right: 0;
	}
  .top02 p.tate {
      top: -55px;
      padding: 25px;
  }
  .top01 a.button.button-border.button-rounded.button-fill,
  .top03 a.button.button-border.button-rounded.button-fill,
  .top05 a.button.button-border.button-rounded.button-fill,
  .flexslider a.button.button-border.button-rounded.button-fill {
      width: 215px;
  }

  .company05.top01 a.button.button-border.button-rounded.button-fill {
      max-width: 260px;
  }
  .company05.top01 a.button.button-border.button-fill span {
      letter-spacing: 4px;
  }

  /* kodawari */
  #slider.slider-element2 .heading-block h2 {
      margin-left: 85px;
  }
  .slider-element2 img.top_logobg {
      max-width: 212px;
      left: 20px !important;
  }
  .kodawari01 h3,
  .kodawari01 h3 span {
      font-size: 24px;
  }
  .heading-block span.kodawari_no {
      font-size: 70px;
  }
  .kodawari01_2.kodawari2n,
  .kodawari01_3.kodawari2n {
      padding-bottom: 110px !important;
  }
  .kodawari01_2.kodawari2n:after,
  .kodawari01_3.kodawari2n:after {
      height: 65%;
  }
  .kodawari01_2 .col-4 p,
  .kodawari01_3 .col-6 p {
      margin: 30px 0 0 0;
      font-size: 13px;
      letter-spacing: 3px;
  }
  .kodawari_right .col-md-5{
      padding-left: 40px;
      padding-right: 70px;
  }
  .kodawari_left .col-md-5 {
      padding-right: 40px;
      padding-left: 70px;
  }
  .kodawari_left .col-md-7:after,
  .kodawari_right .col-md-7:after {
      background-size: 250px;
      width: 250px;
  }
  .kodawari_left .col-md-7:after {
      right: -70px;
  }
  .kodawari_right .col-md-7:after {
    left: -70px;
  }
  .kodawari_right .col-md-7:before,
  .kodawari_left .col-md-7:before {
      background-size: 120px;
      right: 40px;
      width: 120px;
  }
  .kodawari01 p {
      line-height: 2.6;
  }
  .kodawari2n.kodawari01 h3,
  .kodawari2n.kodawari01 span {
      font-size: 23px;
      letter-spacing: 6px;
      margin-bottom: 20px;
      margin-top: 10px;
  }
  .kodawari01 h3 span {
      margin-right: 2px;
  }

  /* product */
  .product00.top02 .fbox-desc p {
    letter-spacing: 2px;
  }
  .product00 .fbox-desc a.ancer {
      padding: 65px 25px 45px;
  }
  .top02.product00 img.abs {
      width: 140px;
  }
  .kodawari01.product01 .heading-block h3.tate span {
      font-size: 48px;
  }
  .kodawari01.product01 .col-md-5 {
      padding: 90px 130px 0;
  }
  .product01_1 h3 {
      font-size: 22px;
      letter-spacing: 5px;
  }
  .product_01bg .product01_1:after {
      background-size: 300px;
      width: 300px;
      height: 300px;
      left: -120px;
      top: 260px;
  }
  .product_01bg.kawa .product01_1:after {
      background-size: 300px;
      width: 300px;
      height: 300px;
      left: -170px;
      top: 210px;
  }
  .product_02bg .product01_1:after {
      background-size: 300px;
      width: 300px;
      height: 300px;
      right: -70px;
      top: 230px;
  }


}


@media (max-width: 1100px) {
  .top02 p.tate {
      right: 25px;
      top: -75px;
      padding: 23px;
  }
  .top02 p.tate span:last-child {
      margin-top: 20px;
      margin-right: 2px;
  }
  .sectionall.top02 .fbox-desc h3 {
      font-size: 16px;
  }
  .sectionall.top02 .fbox-desc p {
      font-size: 13px;
  }

  /* product */
  .product00.top02 .fbox-desc h3 {
      font-size: 20px;
      letter-spacing: 5px;
  }
}

@media (max-width: 991px) {
  #footer .copyright-links br {
      display: block;
  }
  #logo a {
      display: block !important;
      text-align: center;
  }
	#header {
		position: fixed;
		z-index: 10 !important;
	}
	#header.transparent-header {
    z-index: 100;
	}
	#slider {
	    padding-top: 81px;
	}
	#logo {
	    height: 80px !important;
	}
	div#logo a {
	    height: 80px;
	    line-height: 80px;
	}
	#header #logo img {
	    margin-bottom: 8px;
	}
	#primary-menu-trigger {
	    top: 15px !important;
	    left: auto !important;
	    right: 0 !important;
	}
	#primary-menu ul li > a div {
	    line-height: 1.8;
	}
	#primary-menu ul li > a div::after {
		content: none;
	}
	.slider-element .col-md-5 {
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	}
	#slider .heading-block h2 {
	    margin-left: auto;
	    margin-right: auto;
      display: block;
  }
	img.top_logobg {
		display: none !important;
	}
  .top01 h3 br {
      display: none;
  }
	.top01.section-product .section-product-image,
	.top05.section-product .section-product-image {
	    width: 100%;
	}
  .top01.section-product .section-product-content,
  .top05.section-product .section-product-content {
      max-width: 100%;
      position: relative;
      bottom: 0 !important;
      padding: 45px;
	}
	.top03 .col-md-6 {
	    padding-right: 15px;
	}
	.top03 .titlearea {
	    height: 240px;
	}
	.top03 .feature-box.media-box p {
	    padding: 30px 0;
	}
  .top03 .feature-box.media-box p.tate {
      padding: 40px 0 30px;
  }
	.top03 .feature-box.media-box .fbox-desc p {
	    padding-top: 15px;
	    padding-bottom: 30px;
	}
	.top06 .col-6:first-child {
	    padding-right: 15px;
	}
	.top06 .col-6:last-child {
	    padding-left: 15px;
	}
	.sectionall.top02 .col-md-4 {
	    -ms-flex: 0 0 50%;
	    flex: 0 0 50%;
	    max-width: 50%;
	}
	.top_logotext.black_991 {
		display: block !important;
	}
	.top_logotext.pc {
		display: none !important;
	}
	.flexslider .heading-block h2 span {
	    color: #fff !important;
	}
	.flexslider .slider-wrap > .slide1 {
	    background: url(../img/top_main_991.jpg) center center / cover !important;
	}
  .flexslider .slider-wrap > .slide2 {
      background: url(../img/top_main2_991.jpg) center center / cover !important;
  }

  .sectionall_last {
      padding-bottom: 80px !important;
  }
  .top02 p.tate {
      top: -30px;
      padding: 25px;
  }
  .sectionall.top02 {
      padding-top: 40px !important;
  }
  #page-title {
      margin-top: 81px;
  }
  /* contact */
  .contact00 .col-md-4 .position-relative {
      padding: 0 !important;
  }
  .contact00 .textarea p.formtext span {
      letter-spacing: 1.5px;
  }
  p.formtext, p.formtext span {
      line-height: 2;
  }
  .col-md-8 p.formtext br {
      display: none;
  }
  .contact01 .imgarea img {
      max-width: 130px;
  }

  .company00.top01 .col-md-6 h3 {
      margin-top: 0;
  }
  .company00.top01 .px-4 {
      padding: 0 !important;
  }
  .company00.top01 .col-md-6:first-child:after {
      background-size: 190px;
      width: 190px;
      height: 190px;
      top: -12%;
      left: -10%;
  }
  .company00 .sign img {
      max-width: 130px;
  }
  .top01.company00 {
      padding: 90px 0 !important;
  }
  .company02 tr {
      padding: 10px 15px;
  }
  .company03 tr {
      padding: 10px 30px;
  }
  .company03 table {
      padding: 35px 40px;
  }
  .company03.top03 .feature-box.media-box p.tate {
      padding: 85px 0 65px;
  }
  .company03.top03 table tbody::after {
      background-size: 250px;
      width: 250px;
      height: 250px;
  }
  .company03 td:first-child {
      width: 210px;
  }
  .company03 td:last-child {
      width: calc(100% - 210px);
  }
  .company03 .col-md-12:nth-child(2) .feature-box {
      margin: 0 !important;
  }
  .company03 .bottommargin {
      margin-bottom: 0 !important;
  }
  .company03.top03 .feature-box.media-box .fbox-desc p {
      padding-top: 15px;
  }
  .section.sectionall.company02 .imgarea {
      margin-bottom: 40px;
  }
  .company05.top01 a.button.button-border.button-rounded.button-fill {
      margin-top: 65px !important;
  }

  .contact00.company00 .col-md-4 .position-relative {
      padding: 30px !important;
  }
  .contact00.company00 .col-md-4 {
      padding-left: 0;
  }

  /* kodawari */
  .slider-element2 .flexslider .slider-wrap > .slide1 {
      background: url(../img/kodawari_top_991.jpg) center center / cover !important;
  }
  #slider.slider-element2 {
      margin-top: 80px;
      height: 550px !important;
      max-height: 550px;
  }
  .slider-element2 .fslider, .slider-element2 .fslider .flexslider, .slider-element2 .flexslider .slider-wrap > .slide {
      height: 550px !important;
      max-height: 550px;
  }
  #slider.slider-element2 .heading-block h2 {
      margin-left: auto;
      margin: 17% auto;
  }
  .slider-element2 .col-md-3 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
  }
  #slider.slider-element2 .heading-block h2,
  #slider.slider-element2 .heading-block p {
      color: #fff !important;
  }
  .kodawari00 .imgarea span {
      display: block;
      color: #7fabb5;
      font-size: 30px;
      text-align: center;
      line-height: 1;
      margin: 20px 0 5px;
  }
  .kodawari00 a span.scroll {
      bottom: 30px;
      width: 14px;
      height: 14px;
      margin-left: -7px;
  }
  .kodawari00 .imgarea p {
      font-size: 13px;
      letter-spacing: 2px;
  }
  .kodawari00 .col-3 {
      padding: 0 5px;
  }
  .kodawari00 a img {
      max-width: 160px;
  }
  .kodawari_left .col-md-7,
  .kodawari_right .col-md-7,
  .kodawari_right .col-md-5,
  .kodawari_left .col-md-5 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      padding-right: 40px;
      padding-left: 40px;
  }
  .kodawari_left .col-md-7,
  .kodawari_right .col-md-7 {
      padding: 200px;
  }
  .kodawari_left .col-md-7:after,
  .kodawari_right .col-md-7:after {
      right: 15px;
      left: auto;
      bottom: -150px;
      height: 300px;
      background-position: center;
  }
  .kodawari_right .col-md-7:before,
  .kodawari_left .col-md-7:before {
      right: auto;
      left: 40px;
  }
  .kodawari_left,
  .kodawari_right {
      padding: 110px 0 0 !important;
  }
  .kodawari2n.kodawari01 .row .col-lg-6:first-child,
  .kodawari2n.kodawari01 .row .col-lg-6:last-child {
      padding-left: 15px;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
      padding-top: 25px;
  }
  .kodawari2n.kodawari01_1 p {
      margin-right: 0;
  }
  .kodawari01_2.kodawari2n,
  .kodawari01_3.kodawari2n,
  .kodawari2n {
      padding-bottom: 80px !important;
  }
  .kodawari_right {
      flex-flow: column-reverse;
  }
  .kodawari01_2 .col-4 p, .kodawari01_3 .col-6 p {
      margin: 20px 0 0 0;
      font-size: 14px;
      letter-spacing: 4px;
      text-align: justify;
      line-height: 1.8;
  }
  .kodawari01_2 .col-4 p span, .kodawari01_3 .col-6 p span {
      margin-bottom: 10px;
  }
  .kodawari01_4.contact01 a p {
      font-size: 14px;
  }
  .kodawari01_4.contact01 a span {
      margin-top: 5px;
  }
  .kodawari01_4.kodawari2n,
  .kodawari_last {
      padding-bottom: 60px !important;
  }
  .kodawari2n.kodawari01 .row .col-lg-6:last-child {
      padding-left: 7px;
  }

  /* product */
  .slider-element2 .flexslider .slider-wrap > .slide1.product_slide {
      background: url(../img/product_top_991.jpg) center center / cover !important;
  }
  .top02.product00 {
      padding-top: 80px !important;
  }
  .top02.product00 .col-md-4 {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
  }
  .product00 .fbox-desc a.ancer {
      padding: 60px 30px 35px;
  }
  .top02.product00 img.abs {
      bottom: -26%;
      width: 120px;
  }
  .product00 .fbox-desc a span.scroll {
    bottom: 45px;
  }
  .top02.product00 .col-md-4:nth-child(4) {
      padding-left: 7.5px;
  }
  .top02.product00 .col-md-4:nth-child(2) {
      padding-right: 7.5px;
  }
  .top02.product00 .col-md-4:nth-child(3) {
      padding: 0 11px;
  }
  .product01_1 h3 {
      font-size: 18px;
      letter-spacing: 3px;
      margin-top: 15px;
  }
  .kodawari01.product01 .col-md-5 {
      padding: 90px 90px 0;
  }
  .kodawari01.product01 .heading-block h3.tate span {
      font-size: 42px;
      letter-spacing: 8px;
  }
  .product_01bg.kawa .product01_1:after {
      background-size: 250px;
      width: 250px;
      height: 250px;
      left: -185px;
      top: 210px;
  }
  .product_02bg .product01_1:after {
      background-size: 270px;
      width: 270px;
      height: 270px;
      right: -130px;
      top: 200px;
  }
  .kodawari01.product01 .heading-block h3.tate {
      font-size: 14px;
      letter-spacing: 4px;
  }
  .kodawari01.product01 .col-md-5 {
      padding: 70px 80px 0;
      height: 330px;
  }
  .kodawari01.product01 .heading-block h3.tate:after {
      width: 150px;
      background-size: 150px;
      top: -35px;
  }
  .product01 .imgbox img {
      max-width: 330px;
  }
  .product01_1 p br {
    display: none;
  }
  .product01_1 p {
    text-align: justify;
  }
}

@media (max-width: 768px) {
.kodawari2n.kodawari01_1 .container,
.kodawari2n.kodawari01_2 .container,
.kodawari2n.kodawari01_3 .container,
.kodawari2n.kodawari01_4 .container {
    max-width: 100%;
    padding: 0 40px;
}
}
@media (max-width: 767px) {
  .kodawari_sp {
      display: flex;
  }
  .kodawari_pc {
    display: none;
  }
  .kodawari2n.kodawari01_1 p {
      margin-bottom: 0;
  }
  .kodawari2n.kodawari01_1 .container::after {
    content: none;
  }
  .kodawari2n.kodawari01 h3 {
      margin-top: 30px;
  }
  #page-title {
      padding: 40px 0 35px;
  }
  #page-title .breadcrumb {
      margin: 15px 0 0 !important;
  }
  #page-title h1 {
      margin-bottom: 10px;
      padding-bottom: 10px;
      letter-spacing: 5px;
  }
	.flexslider .slider-wrap > .slide1 {
			background: url(../img/top_main_767.jpg) center center / cover !important;
	}
  .flexslider .slider-wrap > .slide2 {
      background: url(../img/top_main2_767.jpg) center center / cover !important;
  }
  .mdl {
      height: 600px;
      top: 0;
      transform: translateY(0);
  }
  #slider .heading-block h2 {
      margin-top: 15%;
  }
  #slider .heading-block h2 {
      margin-left: auto;
      margin-right: auto;
      display: block;
      margin-top: 20%;
      margin-bottom: 5% !important;
  }
	p.title {
	    font-size: 28px;
	}
	.top01 h3, .top05 h3 {
	    font-size: 20px;
	}
	.sectionall.top02 .fbox-desc h3 {
	    font-size: 16px;
	}
  .kodawari_back {
      max-width: 170px;
  }
	.top02 p.tate {
	    right: 20px;
	    top: -35px;
	    padding: 15px;
	}
  .sectionall.top00 {
      min-height: 250px;
  }
  .top00 .section-product-price p {
      padding: 20px 0;
  }
  .section.top01 {
      padding-top: 50px !important;
  }
  .top01.company00 {
      padding: 70px 0 !important;
  }
  .top06 .row {
      display: flex;
      flex-flow: column-reverse;
  }
  .top06 .col-6:last-child {
    margin-bottom: 40px;
  }
  .top06 .col-6 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
  }
  .top01 h3, .top05 h3 {
      font-size: 20px;
      margin-bottom: 20px;
  }
  .top06 .feature-box.media-box p {
      margin: 20px 0;
      line-height: 2;
  }
  .top03 .feature-box.media-box p.tate {
      padding: 50px 0 40px;
  }
  .sectionall.top06 {
      background-image: url(../img/back1.png);
      background-repeat: repeat;
      background-size: auto;
      background-position: center;
  }
  #footer .container {
      display: flex;
      flex-wrap: wrap;
      flex-flow: column-reverse;
  }
  #footer .container .col_last {
      margin-top: 15px;
  }
  #footer .copyright-links,
  #footer .col_half.col_last p {
      text-align: left !important;
  }
  #footer .container .fright {
    float: left !important;
  }
  #footer .copyright-links br {
      display: none;
  }

  /* contact */
  .contact00.company00 {
      padding: 80px 0 !important;
  }
  .contact00.top01.company00 .row {
      flex-flow: column;
  }
  .contact00.company00 .col-md-8 {
      padding-right: 15px;
  }
  .contact00.company00 .col-md-4 {
      padding-top: 65px;
      padding-left: 15px;
  }
  .contact00.company00 .col-md-4 .position-relative {
      border-radius: 0;
      padding: 0!important;
      box-shadow: none;
      background: transparent;
  }
  .contact00.company00.top01 h3 {
      margin-bottom: 15px;
      margin-top: 30px;
      letter-spacing: 6px;
  }
  .contact00 .col-md-4 img {
      width: 100%;
  }
  .contact00 .col-md-4 {
      margin-top: 0 !important;
  }
  .contact01.company02 .col-6.align-items-center {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
  }
  .contact01.company02 .col-6.align-items-center:first-child {
      margin-bottom: 30px;
  }
  .contact01 .imgarea img {
    max-width: 190px;
  }
  .top01.company00 .col-md-6 .pc {
    display: none;
  }
  .top01.company00 .col-md-6 .sp {
      display: block;
      margin: 0 0 30px 0;
      width: 100%;
      border: none;
  }
  .top01.company00 h3 {
      font-size: 20px;
      margin-bottom: 5px;
  }
  .company00.top01 .col-md-6:first-child:after {
      top: -20%;
  }
  .top01.company00 .row {
      flex-flow: column-reverse;
  }
  .top01.company00 .row .col-md-6.mt-5 {
      margin: 0 !important;
  }
  .top01.company00 .row .about-img {
      padding: 0 !important;
  }
  .company00 .sign img {
      height: 47px;
  }
  .company00.top01 .col-md-6 {
      position: relative;
  }
  .section.sectionall.company02 .imgarea {
      margin-bottom: 30px;
  }
  .company02 tr {
      display: block;
  }
  .company02 td:first-child, .company02 td:last-child {
      width: 100%;
      display: block;
  }
  .company03 tr {
      padding: 10px 15px;
  }
  .company03 table {
      padding: 30px 20px;
  }
  .company03 td {
      letter-spacing: 3px;
  }
  .company03 td:first-child {
      width: 180px;
      letter-spacing: 2px;
  }
  .company03 td:last-child {
    width: calc(100% - 180px);
  }
  .company03.top03 table tbody::after {
      background-size: 220px;
  }
  .top01.company05 .row {
      display: block;
  }
  .top01.company05 .row>div {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
  }
  .company05.top01 a.button.button-border.button-rounded.button-fill {
      margin-top: 30px !important;
  }
  .company05.top01 {
      padding-top: 80px !important;
  }
  .contact00 .textarea p.formtext span.color_333:last-child {
      letter-spacing: 3px;
  }
  .contact00.company00 .col-md-4 .position-relative p.formtext:after {
      background-size: 180px;
      top: -40px;
      width: 180px;
      height: 180px;
  }

  /* kodawari */
  .slider-element2 .flexslider .slider-wrap > .slide1 {
      background: url(../img/kodawari_top_768.jpg) center center / cover !important;
  }
  #slider.slider-element2 .heading-block h2 {
      margin: 30% auto;
  }
  .heading-block span.kodawari_no {
      font-size: 50px;
  }
  .kodawari01 h3, .kodawari01 h3 span {
      font-size: 22px;
  }
  .kodawari01 .heading-block {
      margin-bottom: 20px;
  }
  .kodawari01_2.kodawari2n .col-4 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
  }
  .kodawari01_2.kodawari2n .row {
      justify-content: space-between !important;
  }
  .kodawari01_2.kodawari2n .col-4:last-child {
      padding-top: 30px;
  }
  .kodawari01_2 .col-4 p,
  .kodawari01_3 .col-6 p {
      letter-spacing: 3px;
  }
  .kodawari01_2.kodawari2n:after {
      height: 85%;
  }
  .kodawari2n.kodawari01 .row .col-lg-6:first-child,
  .kodawari2n.kodawari01 .row .col-lg-6:last-child {
      padding-left: 15px;
      padding-right: 15px;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
      padding-top: 0;
  }
  .kodawari2n.kodawari01_1 .container>.row>.col-lg-6,
  .kodawari2n.kodawari01_1 .container>.row>.col-6,
  .kodawari2n.kodawari01_2 .container>.row>.col-lg-6,
  .kodawari2n.kodawari01_2 .container>.row>.col-6,
  .kodawari2n.kodawari01_4 .container>.row>.col-lg-6,
  .kodawari2n.kodawari01_4 .container>.row>.col-6 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      padding-top: 0;
  }
  .kodawari2n.kodawari01_4 .container>.row>.col-6:last-child {
      margin-top: 30px;
  }
  .kodawari2n.kodawari01 span {
      font-size: 22px;
      margin-top: 0;
  }

  .kodawari_left .col-md-7:after,
  .kodawari_right .col-md-7:after {
      background-size: 200px;
      width: 200px;
  }
  .kodawari_left .col-md-5,
  .kodawari_right .col-md-5 {
      padding-bottom: 80px;
  }
  .kodawari01_2.kodawari2n,
  .kodawari01_3.kodawari2n,
  .kodawari2n {
      padding-bottom: 80px !important;
      margin: 0 !important;
      padding-top: 0 !important;
  }
  .kodawari01_3 .col-6 .sp {
      display: block;
  }
  .kodawari01_3 .col-6 .pc {
      display: none;
  }
  .kodawari01_3 .col-6 p span {
      font-size: 15px;
  }
  .kodawari_last p {
      font-size: 16px;
      letter-spacing: 4px;
  }
  .kodawari_left, .kodawari_right {
      padding: 90px 0 0 !important;
  }

  /* product */
  .slider-element2 .flexslider .slider-wrap > .slide1.product_slide {
      background: url(../img/product_top_768.jpg) center center / cover !important;
  }
  .block_767 {
    display: block;
  }
  .product00 p.title {
      font-size: 24px;
      line-height: 1.8;
      margin: 0;
  }
  .product00 p.title span {
      font-size: 30px;
      margin-right: 2px;
  }
  .product00 p.subtitle {
      line-height: 2;
      margin: 30px auto;
  }
  .product01_1 p {
      line-height: 2;
  }
  .product_01bg .col-md-6, .product_01bg .col-md-4,
  .product_02bg .col-md-4 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
  }
  .product_02bg .col-md-6,
  .product_02bg .col-md-4:nth-child(5) {
      display: none;
  }
  .top02.product00 .col-md-4:nth-child(2),
  .top02.product00 .col-md-4:nth-child(3),
  .top02.product00 .col-md-4:nth-child(4) {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
  }
  .top02.product00 .col-md-4:nth-child(3) {
    padding-right: 15px;
    padding-left: 7.5px;
  }
  .top02.product00 .col-md-4:nth-child(4) {
      padding-top: 30px;
      padding-left: 15px;
      padding-right: 7.5px;
  }
  .top02.product00 .col-md-4 .pc {
    display: none;
  }
  .top02.product00 .col-md-4 .sp {
    display: block;
  }
  .top02.product00 img.abs {
      bottom: -35%;
      width: 110px;
  }
  .top02.product00 .col-md-4:nth-child(3) .fbox-desc a.ancer {
      min-height: 205px;
  }
  .product01.product01_1 {
      padding-bottom: 80px !important;
      padding-right: 40px !important;
      padding-left: 40px !important;
      padding-top: 45px !important;
  }
  .kodawari01.product01 .col-md-7 {
      padding: 125px;
  }
  .kodawari01.product_left .col-md-5>div,
  .kodawari01.product01 .col-md-5>div,
  .kodawari01.product01 .heading-block {
      width: 100%;
      height: auto;
  }
  .kodawari01.product01 .heading-block h3.tate {
      writing-mode: lr-tb;
      writing-mode: horizontal-tb;
      -moz-writing-mode: horizontal-tb;
      -o-writing-mode: horizontal-tb;
      -webkit-writing-mode: horizontal-tb;
      text-orientation: mixed;
      -webkit-text-orientation: mixed;
      -moz-text-orientation: mixed;
      -ms-text-orientation: mixed;
      display: inline-block;
      line-height: 2;
      display: block;
      width: 100%;
      text-align: center;
  }
  .kodawari01.product01 .heading-block h3.tate:after {
      width: 200px;
      background-size: 200px;
      top: 42%;
      left: 50%;
      transform: translate(-50%,-50%);
  }
  .product_01bg .kodawari01.product01 {
      flex-flow: column-reverse;
  }
  .kodawari01.product01 .col-md-5 {
      padding: 60px 40px 0;
      height: auto;
  }
  .product01_1 h3 {
      font-size: 17px;
      letter-spacing: 2px;
  }
  .product_01bg.kawa .product01_1:after {
      background-size: 300px;
      width: 300px;
      height: 300px;
      left: -120px;
      top: 260px;
  }
  .kodawari01.product01 .heading-block h3.tate span {
      font-size: 36px;
      letter-spacing: 5px;
      margin: 0;
      text-indent: 5px;
      display: block;
      text-align: center;
  }
  .product01_2 .row .col-md-4:first-child p {
      text-align: justify;
  }

}


@media (max-width: 680px) {
.top02 p.tate span {
    font-size: 13px;
}
.sectionall.top02 .fbox-desc h3 {
    font-size: 14px;
}
.sectionall.top02 .fbox-desc {
    padding: 25px 20px;
}
.sectionall.top02 .fbox-desc a.borderbtn span {
    font-size: 12px;
}

.sectionall.top02 .fbox-desc h3 {
    letter-spacing: 1px;
}
.flexslider .slider-wrap .col-md-5 img {
    margin-right: 15px;
}
/* kodawari */
.kodawari_right .col-md-7:before,
.kodawari_left .col-md-7:before {
    background-size: 100px;
    width: 100px;
    top: -30px;
}
.kodawari_left .col-md-7:after,
.kodawari_right .col-md-7:after {
    background-size: 180px;
    width: 180px;
}
.kodawari_left .col-md-7,
.kodawari_right .col-md-7 {
    padding: 150px;
    background-size: 100% !important;
}
.kodawari2n.kodawari01_1 .container::after {
    width: 200px;
    height: 200px;
    background-size: 200px;
}
.kodawari_left,
.kodawari_right {
    padding: 70px 0 0 !important;
}
.kodawari01 .button.button-border.button-fill span {
    letter-spacing: 3px;
    font-size: 14px;
}
.kodawari01 a.button.button-border.button-rounded.button-fill {
    line-height: 45px;
    height: 45px;
}

}

@media (max-width: 575px) {
  .flexslider .slider-wrap > .slide1 {
			background: url(../img/top_main_767.jpg) center center / cover !important;
	}
  .flexslider .slider-wrap > .slide2 {
      background: url(../img/top_main2_767.jpg) center left / cover !important;
      margin-right: -100% !important;
  }
  .sectionall {
      padding: 60px 0 !important;
  }
  .top00 .col-4, .top00 .col-8 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
  }
  .sectionall.top02 .col-md-4 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
  }

  .sectionall.top02 .fbox-desc h3 {
      letter-spacing: 2px;
  }
  .sectionall.top02 .fbox-desc h3 {
      font-size: 15px;
  }
  .sectionall.top02 .fbox-desc p {
      margin-top: 10px;
      margin-bottom: 10px;
  }
  .top03 .col-md-3.col-sm-6 {
      padding-left: 15px;
      width: 50%;
  }
  .top03 .col-md-3.col-sm-6 {
      margin: 0 !important;
  }
  .top03 .feature-box.media-box p.tate {
      margin-left: 15px;
      padding: 20px 0 10px;
      letter-spacing: 6px;
  }
  .top00 .section-product-price p {
      letter-spacing: 6px;
      padding: 20px 0 15px;
  }
  .top03 .titlearea img {
      transform: translateX(-50%);
      max-width: 170px;
  }
  .top03 .titlearea {
      height: 170px;
  }
  .top00 .col-8 {
      margin-top: 10px;
  }
  .top02 p.tate {
      top: -30px;
  }
  .top04 .portfolio-desc h3 {
      font-size: 15px;
      line-height: 1.6;
      height: 50px;
      min-height: 50px;
  }
  .top04 .portfolio-desc h3:after {
      height: 80px;
      background-size: 130px;
  }
  .top04 .portfolio-desc span {
      line-height: 1.8;
      letter-spacing: 2px;
  }
  .top06 .feature-box h3 {
      font-size: 20px;
      letter-spacing: 3px;
  }
  .top03 .feature-box.media-box .fbox-desc p {
      line-height: 2;
  }
  .top01.section-product .section-product-content,
  .top05.section-product .section-product-content {
      padding: 30px 30px 35px;
  }
  .top01.section-product .section-product-content,
  .top05.section-product .section-product-content {
      line-height: 2;
  }
  .top01 h3 br {
      display: block;
  }
  #footer .copyright-links br {
      display: block;
  }

  .top03.company03 {
      padding-bottom: 60px !important;
  }
  .company03.top03 table tbody::after {
      bottom: -25px;
      right: -10px;
  }
  .top01.company00 {
      padding: 60px 0 !important;
  }
  .company00 p.t500 {
      line-height: 2.2;
      margin-bottom: 20px;
  }
  .company00 .sign img {
      max-width: 110px;
  }
  .company02 .row {
      display: block;
  }
  .company02 .row .col-6 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
  }
  .company03 tr {
      display: block;
  }
  .company03 td:first-child, .company03 td:last-child {
      width: 100% !important;
  }
  .sectionall.company04 {
      padding: 0 !important;
  }
  .company03.top03 .titlearea {
      height: auto;
  }
  .company03.top03 .feature-box.media-box p.tate {
      padding: 60px 0 40px;
  }
  .company05.top01 {
      padding-top: 60px !important;
  }
  .company03 td:first-child {
      color: #7fabb5;
  }
  .company02 .row .col-6:last-child tr:first-child {
      border-top: none;
  }
  .company02 .row .col-6:last-child .imgarea {
    display: none;
  }
  .company02 .row .col-6 .imgarea .blank_575 {
    display: block;
    margin-top: 30px;
  }
  .content-contact {
      margin: 0 auto;
      display: block;
  }
  .content-contact dl dt {
      width: 150px;
  }
  .content-contact dl dd {
      width: calc(100% - 150px);
  }
  .contact01 .imgarea img {
      max-width: 130px;
  }
  .contact01.company02 .col-6.align-items-center:last-child {
      margin: 0;
  }
  .contact01 .imgarea p {
      margin: 0;
      margin-left: 15px;
  }
  .contact00.company00 .col-md-4 {
    padding-top: 45px;
  }
  .company02.contact01 .row .col-6:last-child .imgarea {
      display: flex;
  }


  /* kodawari */
  .slider-element2 .flexslider .slider-wrap > .slide1 {
      background: url(../img/kodawari_top_768.jpg) center center / cover !important;
  }
  #slider.slider-element2,
  .slider-element2 .fslider,
  .slider-element2 .fslider .flexslider,
  .slider-element2 .flexslider .slider-wrap > .slide {
      height: 350px !important;
      max-height: 350px;
  }
  .slider-element2,
  .slider-element2 div,
  .slider-element2 .fslider .flexslider {
      max-height: 350px;
      height: 350px !important;
      padding: 0 !important;
  }
  #slider.slider-element2 .heading-block h2 {
      margin: 13% auto;
  }
  .kodawari00 .col-3 {
      padding: 0 15px;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
  }

  .kodawari00 a img {
      max-width: 180px;
  }
  .kodawari00 a span.scroll {
      bottom: 50px;
  }
  .kodawari00 a {
      padding-bottom: 65px;
  }
  .sectionall.kodawari00 {
      padding-bottom: 30px !important;
  }
  .kodawari00 .imgarea span {
      font-size: 24px;
  }
  .kodawari2n.kodawari01 {
      margin-top: 0 !important;
      padding-top: 0 !important;
  }
  .kodawari2n.kodawari01_1 .container::after {
    content: none;
  }
  .kodawari_left, .kodawari_right {
      padding: 60px 0 0 !important;
  }
  .kodawari_left .col-md-5,
  .kodawari_right .col-md-5 {
      padding-bottom: 60px;
      padding-top: 20px;
  }
  .kodawari2n.kodawari01 h3,
  .kodawari2n.kodawari01 span {
    font-size: 18px;
    letter-spacing: 4px;
  }
  .kodawari01_2 .col-4 .sp {
      display: block;
  }
  .kodawari01_2 .col-4 .pc {
      display: none;
  }
  .kodawari01_2 .col-4 p span, .kodawari01_3 .col-6 p span {
      font-size: 14px;
      letter-spacing: 2px;
  }
  .kodawari01_2 .col-4 p, .kodawari01_3 .col-6 p {
      font-size: 13px;
  }
  .kodawari_left .col-md-7:after,
  .kodawari_right .col-md-7:after {
      background-size: 150px;
      width: 150px;
  }
  .kodawari01 p {
      line-height: 2;
  }
  .kodawari01_4.kodawari2n,
  .kodawari_last {
      padding-top: 0 !important;
  }
  .kodawari2n.kodawari01 .row .col-lg-6:first-child,
  .kodawari01_2.kodawari2n .col-4:nth-child(odd),
  .kodawari01_3 .col-6:nth-child(odd) {
      padding-right: 7.5px;
  }
  .kodawari2n.kodawari01 .row .col-lg-6:last-child,
  .kodawari01_2.kodawari2n .col-4:nth-child(even),
  .kodawari01_3 .col-6:nth-child(even) {
      padding-left: 7.5px;
  }
  .kodawari01_4.contact01 a p {
      line-height: 1.5;
  }

  /* product */
  .slider-element2 .flexslider .slider-wrap > .slide1.product_slide {
      background: url(../img/product_top_768.jpg) center center / cover !important;
  }
  .top02.product00 .col-md-4:nth-child(3) .fbox-desc a.ancer {
      min-height: auto;
      min-height: none;
  }
  .product00 .fbox-desc a span.scroll {
      bottom: 40px;
      width: 14px;
      height: 14px;
      margin-left: -7px;
  }
  .product00 .fbox-desc a.ancer {
      padding: 50px 30px 40px;
  }
  .product00.top02 .fbox-desc p {
      text-align: justify;
  }
  .top02.product00 img.abs {
      width: 100px;
  }
  .block_575 {
    display: block;
  }
  .product_01bg .product01_1:after,
  .product_02bg .product01_1:after,
  .product_01bg.kawa .product01_1:after {
    content: none;
  }
  .top02.product00 {
    padding-top: 60px !important;
  }
}

@media (max-width: 500px) {
  .product00 .fbox-desc a.ancer {
      padding: 45px 15px 40px;
  }
  .product00 .fbox-desc a span.scroll {
      bottom: 40px;
  }
  .top02.product00 img.abs {
      width: 110px;
      bottom: -24%;
  }
  .product00 p.title {
      font-size: 20px;
      letter-spacing: 4px;
  }
  .product00 p.title span {
      font-size: 26px;
      margin-right: 1px;
      letter-spacing: 4px;
  }
  .kodawari01.product01 .col-md-7 {
      padding: 100px;
  }
  .kodawari01.product01 .heading-block h3.tate span {
      font-size: 32px;
      letter-spacing: 3px;
  }
  .product01_1 h3 {
      font-size: 17px;
  }
}

@media (max-width: 414px) {
  #page-title h1 {
      letter-spacing: 3px;
      font-size: 22px;
  }

  #footer .col_half.col_last p {
      font-size: 10px;
      letter-spacing: 1px;
  }
  .slider-element, .slider-element div, .fslider .flexslider {
      max-height: 100vh;
      height: 100vh !important;
      padding: 0 !important;
  }
  .slider-element div.heading-block {
      height: auto !important;
  }
  .slider-element .col-md-5 {
      display: flex;
      justify-content: center;
      align-items: center;
  }
  #slider .heading-block h2 {
      margin-top: 30px;
      margin-bottom: 15% !important;
  }
  .flexslider .slider-wrap .col-md-5 img {
      margin-right: 15px;
      margin-left: 30px;
  }
  .top02 .col-md-4 .pc {
    display: none;
  }
  .top02 .col-md-4 .sp {
    display: block;
  }
  .flexslider .heading-block h2 span {
      letter-spacing: 4px;
      margin-right: 25px;
  }
  .top02 p.tate {
      right: 45px;
  }
  .sectionall.top04:after {
      height: 450px;
  }
  #header #logo img {
    margin-bottom: 4px;
    margin-right: 15px;
  }
  #footer .col_half p br.block_414 {
    display: block;
  }

  .company03.top03 table tbody::after {
      background-size: 160px;
      width: 160px;
      height: 160px;
      bottom: -15px;
      right: -5px;
  }
  .company02 td, .company03 td {
      line-height: 2;
      letter-spacing: 2px;
  }
  .top01.company00 .col-md-6 .sp {
      margin: 0 0 20px 0;
  }

  .content-contact dl {
      display: block;
  }
  .content-contact dl dt {
      width: 100%;
      padding-bottom: 0 !important;
      padding-top: 14px !important;
      border: none !important;
      line-height: 1 !important;
  }
  .content-contact dl dd {
      width: 100%;
      display: block;
      padding-bottom: 10px !important;
      padding-top: 0 !important;
      line-height: 1.8 !important;
  }
  div#btn_block input#button, div#btn_block input#submit2 {
      margin: 30px 5px 0;
  }
  .contact01 a:after {
      width: 20px;
      height: 20px;
      top: calc(50% - 10px);
      font-size: 20px;
      line-height: 20px;
  }
  .contact01 .imgarea p {
      font-size: 14px;
      letter-spacing: 1px;
  }
  .contact01 a span {
      font-size: 12px;
      margin-bottom: 3px;
      letter-spacing: 1px;
  }
  .contact01 .imgarea img {
      max-width: 110px;
  }
  .contact01 .imgarea img.sp {
      display: block;
  }
  .contact01 .imgarea img.pc {
      display: none;
  }
  .contact01 a {
      padding: 5px;
  }
  .contact00.company00 h3 span img {
      max-width: 40px;
      margin-right: 10px;
      margin-top: -5px;
  }
  .contact00.company00 h3 {
      letter-spacing: 3px;
  }
  .contact00.company00 .col-md-4 .position-relative p.formtext:after {
      background-size: 120px;
      width: 120px;
      height: 120px;
  }
  .contact00.company00.top01 h3 {
      letter-spacing: 4px;
  }
  #copyrights a.standard-logo img {
      max-width: 170px;
  }

  /* kodawari */
  .slider-element2 .flexslider .slider-wrap > .slide1 {
      background: url(../img/kodawari_top_768.jpg) center center / cover !important;
  }
  #slider.slider-element2,
  .slider-element2 .fslider,
  .slider-element2 .fslider .flexslider,
  .slider-element2 .flexslider .slider-wrap > .slide {
      height: 350px !important;
      max-height: 350px;
  }
  .slider-element2,
  .slider-element2 div,
  .slider-element2 .fslider .flexslider {
      max-height: 350px;
      height: 350px !important;
      padding: 0 !important;
  }
  .slider-element2 .mdl {
      top: 0;
      transform: none;
  }
  #slider.slider-element2 .heading-block h2 {
      margin: 20% auto 15px !important;
  }
  .kodawari_left .col-md-7,
  .kodawari_right .col-md-7 {
      padding: 100px;
  }
  .heading-block span.kodawari_no {
      font-size: 40px;
  }
  .kodawari01 h3, .kodawari01 h3 span {
      font-size: 20px;
      letter-spacing: 3px;
  }
  .kodawari_right .col-md-7:before, .kodawari_left .col-md-7:before {
      background-size: 85px;
      width: 85px;
  }
  .kodawari_left .col-md-7:after, .kodawari_right .col-md-7:after {
      background-size: 130px;
      width: 130px;
  }
  .kodawari01_2 .col-4 p span, .kodawari01_3 .col-6 p span {
      letter-spacing: 1px;
  }
  .kodawari01_2 .col-4 p, .kodawari01_3 .col-6 p {
      font-size: 12px;
  }
  .kodawari01_3 .col-6 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      padding: 0 15px !important;
  }
  .kodawari01_3 .col-6:nth-child(even) {
      margin-top: 30px;
  }
  .kodawari01_2 .col-4 p, .kodawari01_3 .col-6 p {
      margin: 15px 0 0 0;
  }
  .kodawari01_2 .col-4 p span, .kodawari01_3 .col-6 p span {
      margin-bottom: 7px;
  }
  .kodawari01_3.kodawari2n:after {
      height: 90%;
  }
  .kodawari01_4.contact01 a p {
      font-size: 13px;
  }
  .kodawari01_4.contact01 a span {
      margin-top: 0;
      letter-spacing: 2px;
      font-size: 11px;
  }
  .kodawari01_4.contact01 a span:after {
      width: 71px;
  }
  .kodawari01_2.kodawari2n:after {
      height: 92%;
  }
  .kodawari01_2.kodawari2n, .kodawari01_3.kodawari2n, .kodawari2n {
      padding-bottom: 60px !important;
  }
  .kodawari_last p {
      font-size: 14px;
      letter-spacing: 2px;
      margin: 0;
  }
  .kodawari_last p span {
      letter-spacing: 2px;
      margin-right: 2px;
  }

  /* product */
  .slider-element2 .flexslider .slider-wrap > .slide1.product_slide {
      background: url(../img/product_top_768.jpg) center center / cover !important;
  }
  .top02.product00 .col-md-4:nth-child(2),
  .top02.product00 .col-md-4:nth-child(3),
  .top02.product00 .col-md-4:nth-child(4) {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      padding-left: 15px;
      padding-right: 15px;
  }
  .top02.product00 .col-md-4:nth-child(3) {
      padding-top: 30px;
  }
  .top02.product00 img.abs {
      width: 95px;
      bottom: -23%;
  }
  .product00.top02 .fbox-desc p {
      text-align: center;
  }
  .product01.product01_1 {
      padding-bottom: 60px !important;
  }
  .product01_1 .col-md-4 p,
  .product01_1 .col-md-6 p {
      margin-bottom: 30px;
  }
  .product01_1 h3 {
      font-size: 16px;
  }
  .product_01bg .col-md-6:nth-child(odd), .product_01bg .col-md-4:nth-child(odd), .product_02bg .col-md-4:nth-child(odd) {
    padding-right: 7.5px;
  }
  .product_01bg .col-md-6:nth-child(even), .product_01bg .col-md-4:nth-child(even), .product_02bg .col-md-4:nth-child(even) {
    padding-left: 7.5px;
  }
  .product01_1 p {
      letter-spacing: 2.5px;
      line-height: 1.8;
  }
  .product01_1 h3:after {
      width: 55px;
  }
  .kodawari01.product01 .heading-block h3.tate {
      letter-spacing: 3px;
  }
  .product00 p.title span {
      font-size: 24px;
  }
  .kodawari01.product01 .col-md-7 {
      padding: 80px;
  }
  .product01 a.button.button-border.button-rounded.button-fill {
      line-height: 45px;
      height: 45px;
      font-size: 14px;
      width: 200px;
  }
}

@media (max-width: 374px) {
  .kodawari01_2.kodawari2n .col-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px !important;
  }
  .kodawari01_2.kodawari2n .col-4:nth-child(2) {
      margin: 30px 0;
  }
  .kodawari01_2 .col-4 p, .kodawari01_3 .col-6 p {
      font-size: 13px;
  }
  .kodawari2n.kodawari01 h3, .kodawari2n.kodawari01 span {
      font-size: 16px;
      letter-spacing: 3px;
  }
  .kodawari01 h3, .kodawari01 h3 span {
      font-size: 19px;
      letter-spacing: 2px;
  }
  .heading-block span.kodawari_no {
      font-size: 35px;
  }
  .kodawari_left .col-md-7:after, .kodawari_right .col-md-7:after {
      background-size: 110px;
      width: 110px;
  }
  .kodawari_right .col-md-7:before, .kodawari_left .col-md-7:before {
      background-size: 80px;
      width: 80px;
  }
  .kodawari_last p {
      letter-spacing: 1px;
  }
  .kodawari01_2 .col-4 p span, .kodawari01_3 .col-6 p span {
    letter-spacing: 2px;
  }
  .product01_1 h3 {
      font-size: 15px;
  }
}

@media (max-width: 359px) {
  .flexslider .heading-block h2 span {
      letter-spacing: 5px;
      font-size: 14px;
  }
  .flexslider .slider-wrap .col-md-5 img {
      max-width: 45px;
  }
  .top01.section-product .section-product-content,
  .top05.section-product .section-product-content {
      padding: 25px 15px 30px;
  }
  .top06 a.button.button-border.button-rounded.button-fill {
      width: 240px;
  }
  .top01 a.button.button-border.button-rounded.button-fill,
  .top03 a.button.button-border.button-rounded.button-fill,
  .top05 a.button.button-border.button-rounded.button-fill,
  .flexslider a.button.button-border.button-rounded.button-fill {
      width: 200px;
  }
  #slider .heading-block h2 {
      margin-top: 60px;
  }

  .company02 td:first-child, .company02 td:last-child,
  .company03 td:first-child, .company03 td:last-child {
      width: 100% !important;
      letter-spacing: 2px;
      line-height: 1.8;
  }
  .company03 tr {
      padding: 10px 0;
  }

  p.tanks {
      letter-spacing: 1px;
  }
  .contact01 .imgarea img {
      max-width: 95px;
  }
  .contact01 .imgarea p {
      margin-left: 10px;
      font-size: 13px;
      letter-spacing: 1.5px;
  }
  .contact01.company02 .col-6.align-items-center:first-child {
      margin-bottom: 20px;
  }
  .contact01 a span {
      font-size: 10px;
      margin-bottom: 2px;
  }
  .contact00.company00 h3 {
      letter-spacing: 2px;
      font-size: 18px;
  }
  .contact01 a:after {
    content: none;
  }
  #recipe-contactform-submit {
      max-width: 100%;
  }
  .kodawari00 .imgarea p {
      letter-spacing: 0;
  }
  .kodawari00 .container {
      padding: 0 30px;
  }
  .kodawari_last p br {
      display: none;
  }
  .kodawari_last p {
      text-align: justify !important;
  }
  .kodawari01_4.contact01 a p {
      line-height: 1.4;
  }
  .kodawari01 h3, .kodawari01 h3 span {
      font-size: 16px;
  }
  .kodawari01 p {
      font-size: 13px;
  }
  .heading-block span.kodawari_no {
      font-size: 28px;
  }
  .kodawari01 a.button.button-border.button-rounded.button-fill {
      width: 200px;
  }
  .kodawari01_4.contact01 a span {
      margin-bottom: 0;
  }
  .contact00.company00.top01 h3 {
      letter-spacing: 3px;
  }
  .contact00.company00 h3 span img {
      max-width: 30px;
      margin-right: 5px;
  }

  /* product */
  .product01.product01_1,
  .top02.product00 .container {
      padding-right: 30px !important;
      padding-left: 30px !important;
  }
  .top02.product00 .container .col-12,
  .top02.product00 .container .col-md-4 {
    padding-right: 0;
    padding-left: 0;
  }
  .product01_1 h3 {
      font-size: 14px;
      letter-spacing: 2px;
  }
  .product01_1 p {
      letter-spacing: 2px;
      font-size: 13px;
  }
  .product01.product01_1 {
      padding-top: 35px !important;
  }
}


.page-transition-wrap, .css3-spinner {
  display: none !important;
}
label {
    cursor: auto;
}
.slider-top .fslider .flexslider {
  min-height: 100vh !important;
}
@media (min-width: 415px) {
.slider-top .fslider .flexslider {
    min-height: 600px !important;
  }
}
@media (min-width: 768px) {
.slider-top .fslider .flexslider {
    min-height: 800px !important;
  }
}
