﻿@import url('https://fonts.googleapis.com/css2?family=Sunshiney&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Beth+Ellen&display=swap');

#main_menu ul li a, h2, h3, h4 {
    
}
.font_en, .date, a[href^="tel:"], a[href^="mailto:"], .cms_title p, h2, h3, h4 {
    font-family: 'Outfit', 'Kosugi Maru', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}
.intro_title, .con_no, .cms_title p, #page_title p {
    /*font-family: 'Beth Ellen', cursive;*/
}
body {
    line-height: 1.9;
    font-family: 'Outfit', 'Kosugi Maru', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
    overflow: hidden;
}

/* ======================================================================================
　　color
======================================================================================== */
.linkStyle{color: var(--normal_color);transition: opacity .3s;text-decoration: underline;}
.linkStyle:hover{opacity: 0.7}

:root {
    --normal_color: #5f3204;
    --color1: #aa75a3;
    --color2: #c9baa9;
    --color3: #fbf7ed;
    --color4: #c9baa9;
    --color5: #29a529;
}
.txt{
	color: var(--normal_color);
}
.txt_color5 {
    color: var(--color5);
}
.more a, .cate_list a, .hambuger_text, .hambuger_text02 {
    color: var(--normal_color);
}


/* ======================================================================================
　　all
======================================================================================== */
html {
    font-size: 16px;
}
.triangle01,.fixbnr {display: none!important;}

#top_contents3 {
    background-image: url(./Dup/img/nami3.png), url(Dup/img/dotted_bg2.png);
    background-size: 100%, 8px;
    background-repeat: no-repeat, repeat;
    background-position: left bottom, left top;
}
#top_cms {
	position: relative;
}
#top_contents1::before, #top_cms::before {
    content: '';
    position: absolute;
    display: block;
    background-repeat: no-repeat;
}
#top_contents3 img, .mainwrap-l, #sp_nav .sp_nav_inner, #sp_nav .list_wrap {
    border-radius: 24px;
}


/* ---------- header ---------- */
#con_nav ul li {
    max-width: 100%;
}
.nav_sub_title {
    font-size: 15px;
    color: var(--color1);
    opacity: 0.6;
}

/* ---------- footer ---------- */
#footer_info2 {
    padding: 100px 20px;
    background-image: url(../dup/img/footer_img.jpg);
    box-sizing: border-box;
    background-size: cover;
}
#footer_info2 .bg_white {
    text-align: center;
    width: 90%;
    max-width: 1000px;
    margin: auto;
    padding: 40px 20px;
    border-radius: 20px;
    box-sizing: border-box;
}
#footer_info2 .title {
    position: relative;
    font-weight: bold;
    font-size: -webkit-calc(1rem + 12px);
    font-size: calc(1rem + 12px);
    letter-spacing: 3px;
    margin-bottom: 14px;
}
#footer_info2 .title::before {
    display: inline-block;
    content: "";
    width: 40px;
    height: 1px;
    background: #000;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}
#footer_info2 .txt {
    font-size: 16px;
}
#footer_info2 .con_btn a {
    border: 1px solid;
    background-color: #f76d04;
    color: #fff;
    padding: 20px;
    border-radius: 5px;
    line-height: 1;
    width: 100%;
    text-align: center;
    max-width: 300px;
    border-radius: 45px;
    box-sizing: border-box;
}
#footer_info2 .con_btn a:hover {
    background-color: #fff;
    color: #64544e;
}


/* ======================================================================================
　　top
======================================================================================== */
h1 {
    /* padding: 0!important; */
    padding-top: 0!important;
    padding-bottom: 20px!important;
    max-width: 273px;
}

/* ---------- main_img ---------- */
#main_img {
    height: 100%;
}  
.mainwrap-l {
    width: 75%;
    height: 100%;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}
.mainwrap-r {
    width: 24%;
    padding-left: 2%;
    padding-right: 1%;
}
.mainwrap-r #header {
    width: 90%
}
.catch {
    z-index: 3;
    bottom: 9%;
    right: 7%;
    width: 14%;
    max-width: 272px;
}
.catch_bg {
    z-index: -1;
    bottom: 10%;
    right: 9%;
    width: 28%;
    max-width: 467px;
}

/* ---------- top_news ---------- */
#top_news {
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url(./Dup/img/nami2.png), url(Dup/img/dotted_bg2.png);
    background-size: 100%, 8px;;
    background-repeat: no-repeat, repeat;
    background-position: left top;
}

/* ---------- intro_title ---------- */
#intro {
    padding: 58px 0 0;
    background-color: #fff;
    background-image: url(./Dup/img/item1.png), url(./Dup/img/item2.png), url(./Dup/img/nami.png);
    background-size: 14vw, 13vw, 100%;
    background-repeat: no-repeat;
    background-position: left top 8%, right top 30%, left top;
}
#intro .inner {
    padding: 0 10%;
}
.intro_title {
    width: 90%;
    max-width: 326px;
    margin: 0px auto 40px;
}

#loopImg {
    height: 18vw;
    top: 0;
    left: 0;
    background-image: url(./Dup/img/loop_img.jpg);
    background-size: auto 100%;
    background-repeat: repeat-x;
    background-position-x: 0;
    background-position-y: 0;
    animation: loopSlide 50s linear infinite;
}
@keyframes loopSlide{
    0% {
        background-position-x: 0;
    }
    100% {
        background-position-x: -133.33vw;
    }
}

/* ---------- loopSlider ---------- */
.loopSlider .obje_trim img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	object-fit: cover;
	/* padding: 20px; */
	box-sizing: border-box;
	border-radius: 10px;
}
#top_conveyor{
    padding: 59px 0 34px;
}
.loopSliderWrap, .loopSlider, .loopSlider ul, .loopSlider ul li {
    height: 234px;
}
.loopSliderWrap{
    top: 0;
    left: 0;
}
.loopSlider {
    margin: 0 auto;
    text-align: left;
    position: relative;
    overflow: hidden;
}
.loopSlider ul {
    float: left;
    overflow: hidden;
}
.loopSlider ul li {
    width: 351px;
    float: left;
    display: inline;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    padding: 0 16px;
    border-radius: 10px;
}
.loopSliderWrap:after {
    content: "";
    display: none;
    clear: none;
}
@media screen and (max-width: 768px){
#top_conveyor,.loopSliderWrap,.loopSlider,.loopSlider ul,.loopSlider ul li{
	height: 150px
}
.loopSlider ul li{
    width: 150px;
}
#top_conveyor {

}
}
@media screen and (max-width: 667px){
#top_conveyor {

}
}

/* ---------- attach ---------- */
#attach {
    height: 310px;
    background-image: none!important;
}
.attach_bg {
    background: none;
    background-color: var(--color3);
    opacity: 1;
}
.attach_txt {
    /* padding-bottom: 5%; */
    color: var(--normal_color);
}

/* ---------- top_cms ---------- */
#top_cms {
    background-color: var(--color3);
}
#top_cms::before {
    width: 100%;
    height: 90px;
    /* background-image: url(./Dup/img/nami1.png); */
    background-size: cover;
    left: 0;
    top: 0;
    transform: rotate(180deg);
    z-index: 0;
}
/*.cms_box.voice {
    background-image: url(./Dup/img/item4.png), url(./Dup/img/item3.png),url(./Dup/img/item1.png), url(./Dup/img/item2.png);
    background-size: 10vw, 12vw, 14vw, 16vw;
    background-repeat: no-repeat;
    background-position: left top 8%, right top 30%, left top 66%, right top 92%;
}*/


/* ======================================================================================
　　under
======================================================================================== */
#page_title .title_wrap {
    max-width: 90%;
}
.under_page h1 {
    padding: 30px!important;
}

#cms_5-f .cate_title {
    background-color: #fff;
    border-left: 8px solid var(--color1);
}
#cms_5-f .cate_box .open_bt .box_title1::before, .cms_5-f .cate_box .open_bt .box_title1::before{
    display: none;
}
#cms_5-f .cate_box .open_bt .box_title1, .cms_5-f .cate_box .open_bt .box_title1 {
    margin-left: 50px;
}
#cms_5-f .cate_box .box_txt1, .cms_5-f .cate_box .box_txt1 {
    border-radius: 15px;
}
#cms_5-f .cate_box .box_txt1 {
    background-color: rgb(255 255 255);
    border-radius: 15px;
}
#cms_3-a .cate .cate_box:last-of-type {
    border-bottom: 1px dotted var(--color2);
}

.link_type2 .cate_box a {
    color: #fff;
    padding: 100px 0;
    border-radius: 20px;
}
.link_type2 .cate_box a:before, .link_type2 .cate_box a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(84 84 84 / 50%);
    z-index: 1;
}
.link_type2 .cate_box a:after {
    top: 100%;
    background-color: var(--color1);
    transition: 0.5s;
    z-index: 3;
}
.link_type2 .cate_box a:hover:after {
    top: 0;
}
.link_type2 .cate_box .txt_wrap {
    z-index: 2;
}
.link_type2 .more {
	letter-spacing: 3px;
    box-sizing: border-box;
	opacity: 0;
	transition: opacity .8s;
	z-index: 4;
}
.link_type2 .cate_box a:hover .more {
    opacity: 1;
}


/* ======================================================================================
　　window size
======================================================================================== */

/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
.loader_icon {
    width: 199px;
}
.mainwrap-r {
    width: 100%;
}
.mainwrap-r h1 {
    width: 269px;
    padding-bottom: 1px!important;
}

.catch {
    bottom: 0;
    right: auto;
    left: 0;
    width: 22%;
    background-color: #fff;
    padding: 15px 7px 20px 20px;
    border-radius: 10px;
}
.catch_bg {display: none;}

#intro {
    background-size: 14vw, 16vw, 100%;
    background-position: left top 8%, right 26px top 68%, left top;
}
#top_conveyor {
    padding: 119px 0 34px;
}

#attach {
    height: 244px;
}
.attach_txt {
    padding-bottom: 5%;
}

.con3_wrap3 {
    padding-bottom: 140px;
}

#top_contents3 {
    padding: 0 40px;
}
.cms_box_wrap {
    padding: 0 70px;
}

.v_type4 .box_item .cate_box {
    width: 80%!important;
    margin: 0 auto 26px;
}
}

/* ---------- スマホ ---------- */
@media screen and (max-width: 667px){
#main_img {
    height: 326px;
}
.mainwrap-r {
    width: 100%;
}
.mainwrap-r h1 {
    width: 135px;
}
#mainwrap {
    min-height: 100%;
    padding-bottom: 154px;
        margin-bottom: -15px;
}
.catch {
    bottom: 35px;
    right: 0;
    margin: auto;
    width: 54%;
    border-radius: 5px 0 0 5px;
    padding: 8px 0 23px;
}

#intro {
    background-size: 24vw, 29vw, 100%;
    background-position: left -20px top 5%, right -10px top 82%, left top;
    padding: 100px 21px 0;
}
.intro_title {
    margin: 0px auto 28px;
}
#top_conveyor {
    padding: 78px 0 34px;
}

#attach {
    height: 186px;
}
.attach_txt {
    padding-bottom: 4%;
}
/*.cms_box.voice {
    background-size: 19vw, 23vw, 28vw, 29vw;
    background-position: left top 8%, right top 34%, left top 68%, right top 97%;
}*/

#top_contents3 {
    padding: 0 20px;
    background-image: url(./Dup/img/nami3_sp.png), url(Dup/img/dotted_bg2.png);
}
#top_contents3 .con_title.font_8up {
    font-size: -webkit-calc(1rem + 3px);
    font-size: calc(1rem + 3px);
}

.cms_box_wrap {
    padding: 0 20px;
}

#page_title .title_wrap h2 {
    font-size: 24px;
}

#footer_info2 .txt {
    font-size: 14px;
}
footer .footer_item {
    padding-bottom: 92px;
}

.link_type2 .cate_box a {
    padding: 70px 0;
}
}



/* fix_bnr ---------------------------------------------------------------------------------------------*/
#fix_bnr1, #fix_bnr2 {
    top: 113px;
    right: 0;
    z-index: 10;
    width: 50px;
    max-width: 189px;
    transition: 0.5s;
}
#fix_bnr1 {
    top: 360px;
}
#fix_bnr1.scroll, #fix_bnr2.scroll {
    width: 15%;
    max-width: 220px;
}
#fix_bnr1.close, #fix_bnr2.close {
    opacity: 0;
    z-index: -1;
}
@media screen and (max-width: 768px){
#fix_bnr1, #fix_bnr2 {
    top: 135px;
    right: 0;
}
#fix_bnr1 {
    top: 367px;
}
}
@media screen and (max-width: 667px){
#fix_bnr1, #fix_bnr2 {
    width: 50%!important;
    max-width: 100%;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 0;
    top: auto;
}
#fix_bnr1 {left: auto;}
#fix_bnr2 {right: auto;}
#page-top {bottom: 49px!important;}
}
/* fix_bnr end ---------------------------------------------------------------------------------------------*/






