﻿
/* ---------- font ---------- */
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Playwrite+BE+VLG:wght@100..400&display=swap');

:root{
    --font-jp: 'Zen Kaku Gothic New', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
    --font-en: "Playwrite BE VLG", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}
body, .font_sans-serif, .font_serif{
    font-family: var(--font-jp);
}
.font_en{
    font-family: var(--font-en);
}
/*.font_14{
    font-size: 15px;
}*/


/* ---------- color ---------- */
#page_title h2, #page_title p {
    color: white;
}


/* ---------- all ---------- */
h1 img {
    max-width: 187px;
}
header #header {
    padding-top: 30px;
    padding-bottom: 30px;
}
#wrap{
    overflow: hidden;
    min-width: 1200px;
}
.fa-shopping-cart:before {
    content: "\f095"!important;
}
 .sc_nav li a, .sc_nav .s_link a {
    opacity: 1;
}
.sc_nav .s_link {
    display: none;
}


/* ---------- top ---------- */
/*#intro .intro_txt {
    margin-top: 50px;
    background-color: transparent;
}
#intro .slick-dots li {
    background: var(--color3)!important;
    color: var(--color3);
    border-width: 1px;
    height: 2px;
}
#intro .intro_txt h2 {
    transform: translateY(0%);
    font-size: 28px;
    padding-bottom: 37px;
}
#intro .intro_img {
    margin-bottom: 30px;
}*/
.fv_txt1 {
    z-index: 2;
    width: 7%;
    right: 7%;
    top: 10%;
}
.fv_txt2 {
    z-index: 2;
    width: 11.5%;
    right: 3%;
    top: 72%;
}
.fv_txt2 img {
    filter: grayscale(0%)!important;
}

#intro_k{
    padding-left: 5%;
    overflow: hidden;
    box-sizing: border-box;
}
.intro_wrap {
    padding: 40px;
    background-color: #fff;
}
#intro_k .title{
    position: relative;
}
#intro_k .title::before {
    content: "";
    display: inline-block;
    width: 50vw;
    height: 2px;
    position: absolute;
    left: -50vw;
    top: 56%;
    transform: translateY(-50%);
    background-color: var(--color1);
    z-index: -1;
}

.contents1_txt p.font_en {
    position: relative;
    left: -35px;
    margin-bottom: 5px;
}
section#top_contents1 {
    margin-top: -23px !important;
    background-color: transparent!important;
    position: relative;
}
#top_contents1::before {
    content: "";
    display: inline-block;
    background-color: var(--color2);
    width: 100vw;
    height: calc(100% + 131px);
    position: absolute;
    right: 0;
    top: 59%;
    transform: translateY(-50%);
}
#top_contents1::after {
    content: "";
    display: inline-block;
    width: 427px;
    height: 159px;
    background-image: url(../img/top_ite1.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 2%;
    bottom: 98%;
    z-index: -1;
}

#top_contents1 .contents1_txt {
    margin-left: 55%;
}
#top_contents1 .contents1_txt h3 {
    transform: translateX(-40px);
    text-shadow: none;
    font-size: 26px;
}
#top_contents1 figure {
    bottom: -119px;
    position: absolute!important;
    left: 0!important;
    z-index: 1!important;
}

#top_contents2 {
    padding-top: 8%;
    margin-bottom: 80px;
}

.top .contact_wrap {
    background: url( "../img/bg1.png" ) left top / auto 100% no-repeat var(--color2);
}
.more a{
    border-radius: 250px;
}
.more a:hover{
    background-color: #fff;
    color: var(--normal)!important;
}
.more a span.on{
    background-color: var(--color2);
}
.contact_wrap .more a span.on{
    display: none;
}

.top_txt1 {
    width: 72%;
    margin-top: -19px;
    margin-bottom: -28px;
}
.top_txt2 {
    width: 88%;
    margin-top: -44px;
    margin-bottom: 37px;
}
.top_txt1 img, .top_txt2 img{
    filter: grayscale(0%)!important;
}
@media screen and (max-width: 1281px) {
    #top_contents1 .contents1_txt {
        width: auto !important;
    }
}


/* ---------- loopSlider ---------- */
.loopSliderWrap{
    top: 0;
    left: 0;
    height: 450px;
}
.loopSlider {
    margin: 0 auto;
    height: 450px;
    text-align: left;
    position: relative;
    overflow: hidden;
}
.loopSlider .ul {
    height:450px;
    float: left;
    overflow: hidden;
}
.loopSlider .ul .li {
    width: 450px;
    height: 450px;
    float: left;
    display: inline;
    overflow: hidden;
	position: relative;
	box-sizing: border-box;
	padding: 0;
}
.loopSlider .ul .li img{
    border-radius: 0;
}
.loopSliderWrap:after {
    content: "";
    display: none;
    clear: none;
}
/*リンクボタン*/
.btn {
    z-index: 3;
    display: block;
}
.btn a {
    background: #fff;
    color: #212121;
    width: 200px;
    height: 200px;
    display: flex;
    align-content: center;
    justify-content: center;
    border-radius: 50%;
    flex-wrap: wrap;
    transition: all 0.4s;
    font-size: 20px;
}
.btn a::before {
    content: '';
    position: absolute;
    bottom: 55px;
    right: 27%;
    width: 42%;
    height: 1px;
    background: #333;
    transition: all .3s;
}
.btn a span, .btn a strong {
    text-align: center;
}
.btn a::after {
    content: '';
    position: absolute;
    bottom: 60px;
    right: 27%;
    width: 15px;
    height: 1px;
    background: #333;
    transform: rotate(35deg);
    transition: all .3s;
}
.btn a:hover {
    background: #2a2a32;
    color: #fff;
}
.btn a:hover::before {
    right: 16%;
    background: #fff;
}
.btn a:hover::after {
    right: 15%;
    background: #fff;
}
.btn a span::before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url("../img/btn_icon.png");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 49px;
    left: 0;
    right: 0;
    margin: auto;
    transition: all .3s;
    opacity: 0.8;
}
.btn a:hover span::before{
    background-image: url("../img/btn_icon_hvr.png");
}
@media screen and (max-width: 768px){
#top_conveyor,.loopSliderWrap,.loopSlider,.loopSlider .ul,.loopSlider .ul .li{
	height: 280px;
}
.loopSlider .ul .li{
    width: 280px;
}
#top_conveyor {
    padding-bottom: 0;
    padding-top: 0;
}
}
@media screen and (max-width: 667px){
#top_conveyor,.loopSliderWrap,.loopSlider,.loopSlider .ul,.loopSlider .ul .li{
	height: 179px!important;
}
.loopSlider .ul .li{
    width: 179px;
}
/*リンクボタン*/
.btn a::after {
    bottom: 35px;
    right: 27%;
}
.btn a::before {
    bottom: 30px;
    right: 27%;
}
.btn a {
    font-size: 17px;
    width: 140px;
    height: 140px;
    background-color: rgba(255,255,255,0.62);
}
.btn a span::before{
    top: 25px;
}
}


/* ---------- under ---------- */
#form_area {
    margin-left: 0;
    margin: auto;
}
.hot_bnr  {
    width: min(90%,500px);
    margin-bottom: 50px;
}
#page_title {
    background: url( "../img/page_title4.jpg" ) center / cover no-repeat!important;
    background-color: var(--color2) !important;
    filter: none !important;
    min-height: 100px;
    padding: 100px 30px;
}
.page4 #page_title {
    background: url( "../img/page_title2.jpg" ) center / cover no-repeat!important;
}
.page5 #page_title {
    background: url( "../img/page_title3.jpg" ) center / cover no-repeat!important;
}
#page_title h2, #page_title p {
    color: var(--color3);
    font-weight: bold;
    text-align: center;
    width: 293px;
    margin: auto;
    background-color: #fff;
    opacity: 0.8;
}
#page_title h2{
    padding-top: 5px;
}
#page_title p {
    padding-bottom: 10px;
}
#pate_title{
    filter: none;
    background: none !important;
    background-color: var(--color2) !important;
    min-height: 100px;
    padding: 100px 50px;
}



/* ---------- tablet ---------- */
@media screen and (max-width: 768px){
#menu_bt.active > div span:nth-of-type(3) {
    transform: translateY(-13px) rotate(-45deg);
}
#menu_wrap ul li {
    text-align: center;
}
.font_14 {
    font-size: 15px;
}
#wrap{
    min-width: 100%;
}
header #header h1 {
    order: 1;
    width: 100% !important;
}
#menu_bt > div span {
    height: 2px;
}

#main_img{
    width: 95%;
    margin: 0 auto;
}
.fv_txt1{
    width: 26%;
    right: auto;
    top: auto;
    bottom: 7%;
    left: 8%;
}
.fv_txt2{
    width: 22.5%;
    right: 8%;
    top: auto;
    bottom: 6%;
}
.s_link {
    margin-top: 23px;
}
.s_link a{
    font-size: 23px;
    border-radius: 60px;
    max-width: 500px;
}

#intro_k {
    padding: 5%;
}
#intro_k .grid_6{
    width: 95%!important;
    order: 2;
}
#intro_k .img_box {
    width: 72% !important;
    order: 1;
    padding-bottom: 20px;
}
.intro_wrap {
    padding: 20px;
    background-color: transparent;
}
#intro_k .title::before {
    width: 50vw;
    height: 2px;
    left: -53vw;
}

section#top_contents1 {
    margin-top: 50px !important;
    margin-bottom: 123px;
}
#top_contents1 .contents1_txt {
    margin-left: auto;
    margin-right: auto;
    top: 0;
}
#top_contents1 .contents1_txt h3 {
    transform: none;
    font-size: 23px;
}
#top_contents1 figure {
    position: relative!important;
    bottom: 40px;
    z-index: 1;
    position: static;
    margin: auto;
    width: 60% !important;
}
/*#top_contents2 .img1, #top_contents2 .img2 {
    width: 60% !important;
}*/
#top_contents1::before {
    width: 100%;
    height: calc(100% - 76px);
    top: 61%;
}
#top_contents2 {
    margin-bottom: 136px;
}
#page_title {
    padding: 50px 50px;
}

.top_txt2 {
    width: 66%;
}
#top_contents1::after{
    display: none;
}
}



/* ---------- mobile ---------- */
@media screen and (max-width: 667px){
#main_img img, #intro img, #top_contents1 img, #top_contents2 img, #intro_k img {
    filter: grayscale(0%);
}
#menu_bt.active > div span:nth-of-type(3) {
    transform: translateY(-17px) rotate(-45deg);
}
#menu_wrap ul li {
    text-align: left;
}
body{
    font-size: 15px;
}
#main_img {
    width: 100%;
}
.fv_txt1 {
    width: 35%;
    bottom: 2%;
    left: 8%;
}
.fv_txt2 {
    width: 28.5%;
    right: 8%;
    top: auto;
    bottom: 1%;
}

.s_link {
    margin-top: 62px;
}
.s_link a {
    font-size: 21px;
    border-radius: 60px;
    max-width: 500px;
    padding: 11px 57px 14px;
}

#intro_k .img_box {
        width: 89% !important;
}
#intro_k .en{
    font-size: 39px;
    margin-bottom: 10px;
}
#intro_k .jp{
    font-size: 18px;
}
#intro_k .title::before {
    top: 21%;
}
#intro_k .title {
    margin-bottom: 20px;
}
section#top_contents1 {
    margin-top: 9px !important;
    margin-bottom: 0;
}
#top_contents1 .contents1_txt h3 {
    font-size: 19px;
    padding-left: 10px;
}
#top_contents1 figure {
    bottom: 12px;
    width: 67% !important;
}
#top_contents2 {
    margin-bottom: 0;
}
#page_title {
    padding: 50px 30px;
    min-height: 150px;
}


#cms_3-e .font_2up {
    font-size: -webkit-calc(1rem);
    font-size: calc(1rem);
}
#cms_3-e .cate_box{
    margin: 30px 0 0;
}

.top_txt1 {
    width: 100%;
    margin-top: -19px;
    margin-bottom: 1px;
}
.top_txt2 {
    width: 100%;
    margin-top: -13px;
    margin-bottom: 29px;
    padding: 0 2%;
    box-sizing: border-box;
}
}



/* fix_bnr ---------------------------------------------------------------------------------------------*/
#fix_bnr {
    bottom: 9px;
    right: 67px;
    z-index: 10;
    width: 70%;
    max-width: 150px;
    transition: 0.5s;
    opacity: 0;
pointer-events: none;
z-index: 2;
}
#fix_bnr.scroll{
    opacity: 1;
pointer-events: auto;
}
#fix_bnr.close{
    opacity: 0;
    z-index: -1;
}
@media screen and (max-width: 768px){
#fix_bnr{
    bottom: 46px;
}
#fix_bnr.close{
    opacity: 1;
    z-index: 2;
    transform: none;
}
}
@media screen and (max-width: 667px){
#fix_bnr {
    width: 29% !important;
    /* right: 0; */
    left: 17px;
    /* margin: auto; */
    bottom: 10px;
}
#fix_bnr.close{
    opacity: 0;
    z-index: -1;
    transform: translateX(-200px);
}
}
/* fix_bnr end ---------------------------------------------------------------------------------------------*/




