@charset "utf-8";

* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    height: 100%;
}

body {
    color: #111;
    background-color: #F2F6F7;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
    word-wrap: break-word;
    height: 100%;
    line-height: 2.2;
    width: 100%;
    margin: auto;
}

.font_mincho {
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

section,
article {
    display: block;
}

img {
    vertical-align: top;
}

a img {
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    transition: 0.2s linear;
}

a:hover img {
    filter: brightness(120%);
}

li {
    list-style-type: none;
}

a {
    color: #000000;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    transition: 0.2s linear;
}

a:hover {
    color: #00CCCC;
    text-decoration: none;
}

table {
    border-collapse: collapse;
}

table td {
    border-collapse: collapse;
}

.clfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.ps-br {
    display: none;
}

/*
ヘッダー
-------------------------------------------*/
header {
    width: 100%;
    position: fixed;
    z-index: 300;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

header.fixed {
    height: 90px;
    background-color: rgba(242, 246, 247, 0.9);
}


header h1 a img {
    display: block;
    position: absolute;
}

#g_navi ul li a.ac_menu {
    cursor: pointer;
    overflow: hidden;
}

.pankuzu {
    background-color: #15394A;
    font-size: 14px;
    line-height: 30px;
    color: #EEE;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.pankuzu ul {
    width: 96%;
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
}

.pankuzu li {
    display: inline-block;
}

.pankuzu li a {
    text-decoration: none;
    color: #DDD;
}

.pankuzu li a::after {
    content: ">";
    padding-left: 10px;
    padding-right: 10px;
}

.pankuzu li a:hover {
    color: #FFF;
}

.pankuzu li i {
    padding-right: 5px;
}

.menu_btn,
.btn_close {
    display: none;
}


/*========= ぼかしのためのCSS ===============*/

.mainblur {
    filter: blur(8px);
}


/*========= ナビゲーションのためのCSS ===============*/

#g-nav {
    /*position:fixed;にし、z-indexの数値を小さくして最背面へ*/
    position: fixed;
    z-index: -1;
    opacity: 0;
    /*はじめは透過0*/
    /*ナビの位置と形状*/
    top: 0;
    height: 100%;
    background: #fff;
    transition: all 0.3s;

}

#g-nav.panelactive {
    opacity: 1;
    z-index: 999;
}

#g-nav.panelactive #g-nav-list {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    /*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    display: none;
    background-color: #fff;
}

#g-nav-list .contact {
    margin-bottom: 5px;
    color: #fff;
}

#g-nav-list .contact a {
    color: #fff;
}

/*ナビゲーション*/
#g-nav ul {
    display: none;
    /*はじめは非表示*/
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#g-nav.panelactive ul {
    display: block;
}

/*リストのレイアウト設定*/

#g-nav li {
    list-style: none;
    text-align: center;
}

#g-nav li a {
    color: #333;
    text-decoration: none;
    padding: 10px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: bold;
}

/*========= ボタンのためのCSS ===============*/
.openbtn {
    position: fixed;
    z-index: 9999;
    /*ボタンを最前面に*/
    top: 0.5%;
    right: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    display: none;
}

/*×に変化*/
.openbtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background-color: #666;
    width: 45%;
}

.openbtn span:nth-of-type(1) {
    top: 15px;
}

.openbtn span:nth-of-type(2) {
    top: 23px;
}

.openbtn span:nth-of-type(3) {
    top: 31px;
}

.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn.active span:nth-of-type(2) {
    opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}



/*
メインコンテンツ
-------------------------------------------*/
.content {
    width: 100%;
    background-color: #F2F6F7;
    color: #111;
    padding-top: 100px;
    padding-bottom: 50px;
    position: relative;
}

.cont_wrap {
    max-width: 1200px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.svs {
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
    font-size: 24px;
    font-weight: 800;
    background: #000000;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-bottom: 4%;
    margin-top: -3%;
    width: 20%;
    text-align: center;
}

.svs2 {
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
    font-size: 24px;
    font-weight: 800;
    background: #000000;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-bottom: 1%;
    margin-top: -3%;
    width: 20%;
    text-align: center;
}

.svs3 {
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
    font-size: 24px;
    font-weight: 800;
    background: #000000;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-bottom: 4%;
    margin-top: -3%;
    width: 70%;
    text-align: center;
}

.left01 {
    display: flex;
    text-align: center;
    margin: auto;
    margin-bottom: 15%;
}

.left02 {
    display: flex;
    text-align: center;
    margin: auto;
    justify-content: space-around;
}

#sub_top {
    background-color: #555;
    background-repeat: no-repeat;
    background-position: top;
    background-attachment: fixed;
    height: 340px;
    line-height: 30px;
    padding-top: 180px;
    width: 100%;
    background-size: 100%;
    text-align: center;
    font-weight: bold;
    color: #FFF;
    font-size: 34px;
    letter-spacing: 0.1em;
    -moz-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    -webkit-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    -ms-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

#index_top {
    height: 1100px;
    width: 100%;
    position: relative;
    overflow: hidden;
}


#index_top #top_catch {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    width: 560px;
    height: 500px;
    margin-top: -300px;
    margin-left: -280px;
    color: #FFF;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-flow: column;
    flex-flow: column;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

#top_catch img {
    width: 200%;
    margin: auto;
    margin-left: -40%;

}


.loop_wrap {
    display: flex;
    width: 100vw;
    height: 400px;
    overflow: hidden;
    position: absolute;
    bottom: -50px;

}

.loop_wrap img {
    width: auto;
    height: 100%;
}

.loop_wrap img:first-child {
    animation: loop 50s -25s linear infinite;
}

.loop_wrap img:last-child {
    animation: loop2 50s linear infinite;
}

@keyframes loop {
    0% {
        transform: translateX(100%);
    }

    to {
        transform: translateX(-100%);
    }
}

@keyframes loop2 {
    0% {
        transform: translateX(0);
    }

    to {
        transform: translateX(-200%);
    }
}


#index_top #top_catch h2 {
    font-size: 30px;
    letter-spacing: 1px;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 100px;
}

#index_top #top_catch p {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 2.4;
}

.content h2 {
    font-size: 2rem;
    margin-bottom: 20px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #000000;
    text-align: center;
    font-family: 'BIZ UDPGothic', sans-serif;
    font-family: 'Sawarabi Gothic', sans-serif;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    padding-top: 30px;
    padding-right: 10px;
    padding-bottom: 30px;
    padding-left: 10px;
    clear: both;
    position: relative;
}

.content h2 i {
    padding: 10px;
    color: #71F0BD;
}

.content h2 span {
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
    font-size: 24px;
    font-weight: 800;
    padding: 6px 8px;
    background: #000000;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.1em;
}

.content h2 span.small {
    font-size: 18px;
    font-weight: normal;
    color: #555;
}

/*
.content h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 30px;
    position: relative;
    margin-top: 30px;
    padding-top: 15px;
    padding-right: 10px;
    padding-bottom: 15px;
    padding-left: 44px;
    font-weight: normal;
    color: #2E94AD;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    clear: both;
    letter-spacing: 0.05em;
}

.content h3::after {
    display: block;
    width: 3px;
    height: 20px;
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: #82CCD5;
    content: '';
}

.content h3 span {
    font-size: 15px;
    color: #555;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
    padding-left: 15px;
}
*/

.content h4 {
    font-size: 20px;
    color: #597E84;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #ADC4C7;
    letter-spacing: 0.1em;
    padding: 10px;
    font-weight: bold;
    clear: both;
    margin-top: 20px;
    margin-right: 30px;
    margin-bottom: 20px;
    margin-left: 30px;
}

.content2 {
    width: 70%;
    padding: 2%;
    background: #fff;
    margin: auto;
    text-align: center;

}

.content p {
    font-size: 1.1rem;
    padding: 10px;
    margin: auto;
    color: #000000;
    text-align: center;
    font-family: 'BIZ UDPGothic', sans-serif;
    font-family: 'Sawarabi Gothic', sans-serif;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-feature-settings: "palt";
}


.sub01 {
    font-size: 32px;
    font-weight: 600;
    text-align: left;
    margin: auto;
    color: #000000;
    line-height: normal;
}

.sub02 {
    font-size: 28px;
    font-weight: 600;
    text-align: left;
    margin: auto;
    color: #000000;
    line-height: normal;
}

.sub03 {
    font-size: 28px;
    font-weight: 600;
    text-align: left;
    margin: auto;
    color: #000000;
    line-height: normal;
}


.content .ul_news li {
    font-size: 16px;
}

.content .ul_news li a span.date {
    padding-right: 20px;
    color: #888;
}

.content .ul_news li span.i_con {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #F90;
    color: #FFF;
    margin-right: 5px;
}

.content .ul_news li span.i_con.cl2 {
    background-color: #36BEAD;
}

.content .ul_news li a {
    display: block;
    color: #333;
    line-height: 30px;
    padding: 20px;
    text-decoration: none;
}

.content .ul_news li a:hover {
    color: #000;
    background-color: #FFF;
}


.img_center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.img_center span {
    position: absolute;
    background-color: #333;
    background-color: rgba(0, 0, 0, 0.8);
    color: #FFF;
    letter-spacing: 0.1em;
    padding: 10px;
    left: 0;
    top: 0;
}

.img_center div {
    position: absolute;
    background-color: #333;
    background-color: rgba(0, 0, 0, 0.8);
    color: #FFF;
    letter-spacing: 0.1em;
    padding: 50px;
    right: 0;
    bottom: 0;
}


.img_left {
    float: left;
    padding-top: 20px;
    padding-right: 50px;
    padding-left: 30px;
    padding-bottom: 20px;
    max-width: 50%;
}

.img_right {
    float: right;
    padding-top: 20px;
    padding-right: 30px;
    padding-left: 50px;
    padding-bottom: 20px;
    max-width: 50%;
}

.img_left img,
.img_right img,
.img_center img {
    width: 100%;
}

.content .img_left p,
.content .img_right p {
    font-size: 14px;
    margin: 0px;
    text-align: center;
    letter-spacing: 0.1em;
    color: #455E65;
}

.content p.check {
    color: #FF3333;
}

.content p.p_st {
    font-size: 20px;
    color: #CA28B1;
}

.content .cont_wrap .txt_box {
    background-color: #E6EDEE;
    padding: 20px;
    margin: 20px;
}

.content .cont_wrap .txt_box h3 {
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
    padding-right: 0px;
    padding-left: 0px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #B6CACD;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    color: #333;
}

.content .cont_wrap .txt_box h3::after {
    display: none;
}

a.ap {
    padding-top: 50px;
    margin-top: -50px;
}



.logo img {
    width: 240px;
    margin-top: 30px;
}


.arrow-bottom {
    display: inline-block;
    width: 100px;
    height: 100px;
    margin: 0 10px;
    border-bottom: 30px solid #000;
    border-right: 30px solid #000;
    transform: rotate(45deg);
    text-align: center;
    margin: auto;
}

.arrow {
    display: flex;
    flex-flow: column;
}

/*
ボタン
-------------------------------------------*/


.button-048 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 250px;
    margin: 0 auto;
    padding: .9em 2em;
    border: none;
    border-radius: 5px;
    background-color: #ec6800;
    color: #fff;
    font-weight: 600;
    font-size: 1em;
    margin-top: -70px;
    margin-bottom: 50px;
}

.button-048::before {
    position: absolute;
    right: calc(2em + 2.5px);
    transform: translateX(50%);
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #fff;
    content: '';
}

.button-048::after {
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    margin-left: 10px;
    border-top: 3px solid #ec6800;
    border-right: 3px solid #ec6800;
    content: '';
}


.button-0482 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 250px;
    margin: 0 auto;
    padding: .9em 2em;
    border: none;
    border-radius: 5px;
    background-color: #ec6800;
    color: #fff;
    font-weight: 600;
    font-size: 1em;
    margin-top: 20px;
    margin-bottom: 170px;
}

.button-0482::before {
    position: absolute;
    right: calc(2em + 2.5px);
    transform: translateX(50%);
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #fff;
    content: '';
}

.button-0482::after {
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    margin-left: 10px;
    border-top: 3px solid #ec6800;
    border-right: 3px solid #ec6800;
    content: '';
}



/*
コンテンツ大ボタン
-------------------------------------------*/
.btn_cnt {
    margin-bottom: 50px;
}

.btn_cnt a {
    font-size: 1.5rem;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    display: block;
    width: 240px;
    background-color: #ec6800;
    margin-top: 20px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    line-height: 22px;
    padding-top: 10px;
    padding-bottom: 10px;
    clear: both;
    font-weight: bold;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.btn_cnt a i {
    padding-right: 10px;
}

.btn_cnt a:hover {
    color: #ffffff;
    background-color: #000000;
}

.btn_cnt.rt a {
    float: right;
    max-width: 220px;
    margin-right: 10px;
}


/*
トップへ戻るボタン
-------------------------------------------*/
.to_top {
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 800;
}

.to_top a {
    text-decoration: none;
    text-align: center;
    display: block;
    width: 60px;
    height: 60px;
    background-color: #DCE7E9;
    color: #333;
    text-align: center;
    font-size: 32px;
    line-height: 60px
}

.to_top a:hover {
    background-color: #000000;
    color: #FFF;
}


/*
コンテンツボックス
-------------------------------------------*/

.box_cont {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
}

.box_cont .box_c_in {
    width: 48%;
    min-height: 200px;
    padding: 10px;
    border: 1px solid #CFDEE0;
    margin-bottom: 30px;
}

.box_cont .box_c_in:hover {
    background-color: #FFF;
    border-top-color: #000000;
    border-right-color: #000000;
    border-bottom-color: #000000;
    border-left-color: #000000;
}

.box_cont .box_c_in img {
    max-width: 100%;
    padding: 20px;
}

.content .box_cont .box_c_in h2 {
    padding-bottom: 10px;
    font-size: 24px;
    border-bottom-width: 1px;
    border-bottom-color: #CCC;
    padding-top: 10px;
}

/*
背景入り帯
-------------------------------------------*/

.box01 {
    background: #ffffff;
    padding: 50px;
    margin-bottom: 50px;
}

.box02 {
    background: #FFFFFF;
    padding: 0px 50px;
    padding-top: 60px;
    width: 90%;
    justify-content: center;
}

.box03 {
    background: #ffffff;
    padding: 20px;
    margin-bottom: 100px;

}


.box03 a {
    text-decoration: none;
}




.sv1 {
    text-align: center;
    padding-right: 20px;
    padding-left: 20px;
    background-size: cover;
    background-attachment: fixed;
    background-position: center bottom;
    color: #FFF;
    margin: auto;
    margin-top: 150px;
    width: 70%;

}


.sv-img {
    position: relative;
    width: 31vw;
    margin-top: -10em;
    /*    margin-right: -5em;*/

}

.sv-img02 {
    position: absolute;
    width: 22vw;
    margin-top: -420px;
    margin-left: 50px;
    z-index: 100;


}

.sv-img03 {
    position: absolute;
    z-index: 101;
    width: 19vw;
    margin-top: -180px;
    margin-left: 280px;
    margin-bottom: 5%;

}


.sv2 {
    text-align: center;
    padding-right: 20px;
    padding-left: 20px;
    background-size: cover;
    background-attachment: fixed;
    background-position: center bottom;
    color: #FFF;
    margin: auto;
    margin-top: 150px;
    margin-bottom: 50px;
    width: 70%;

}

.sv3 {
    text-align: left;
    padding-right: 20px;
    padding-left: 20px;
    background-size: cover;
    background-attachment: fixed;
    background-position: center bottom;
    color: #FFF;
    margin: auto;
    margin-top: 100px;
    width: 100%;
    border-top: 1px solid #000000;

}

.sv4 {
    text-align: center;
    padding-right: 20px;
    padding-left: 20px;
    background-size: cover;
    background-attachment: fixed;
    background-position: center bottom;
    color: #FFF;
    margin: auto;
    margin-top: 150px;
    width: 70%;

}


.heading-6 {
    /*    display: inline-block;*/
    width: 20%;
    position: relative;
    padding: 0 2.5em;
    color: #333333;
    text-align: center;
}

.heading-6::before,
.heading-6::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 45px;
    height: 3px;
    background-color: #000000;
}

.heading-6::before {
    left: 0;
}

.heading-6::after {
    right: 0;
}


/*
お取引先フォーム
-------------------------------------------*/

.customer {
    margin: auto;
    margin-top: 3%;
    margin-bottom: 5%;
    text-align: center;
}

.customer img {
    width: 80%;
}



/*
背景入り帯 スライド
-------------------------------------------*/

.slide-container {
    margin: 50px auto;
    margin-left: 20px;
    display: flex;
    align-items: center;
    overflow: hidden;
    flex-direction: row;

}

.slide-wrapper {
    display: flex;
    animation: slide-flow 10s infinite linear 1s both;
    flex-direction: row;
}

.slide {
    width: 300px;
    object-fit: cover;
    border: 1px solid #fff;
}

@keyframes slide-flow {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}


.slide-container2 {

    display: flex;
    align-items: center;
    height: 340px;
    overflow: hidden;
    flex-direction: row;
    margin-left: 3%;
}

.slide-wrapper2 {
    display: flex;
    flex-direction: row;
    animation: slide-flow 10s infinite linear 1s both;
}

.slide2 {
    width: 300px;
    object-fit: cover;
    border: 1px solid #ddd;
}

@keyframes slide-flow {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

.scroll-group::-webkit-scrollbar {
    display: none;
}

.slider-group {
    position: relative;
    width: 100%;
    min-height: 200px;
    height: auto;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    margin-top: 20px;
    margin-bottom: 120px;
}

.slider-card {
    flex: 0 0 auto;
    max-width: 100%;
    height: 100%;
    margin-right: 10px;
}

.slider-card-img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 20px;
}

/*
/背景入り帯 スライド
-------------------------------------------*/


.content .sv1 h2 {
    color: #000000;
    border-bottom: none;
    padding-bottom: 0px;
    font-size: 80px;
    font-weight: 800;
    margin: auto;
    text-align: left;
}

.content .sv4 h2 {
    color: #000000;
    border-bottom: none;
    padding-bottom: 0px;
    font-size: 80px;
    font-weight: 800;
    margin: auto;
    text-align: left;
    margin-top: 145px;
}

.content .sv2 h2 {
    color: #000000;
    border-bottom: none;
    padding: 0px;
    font-size: 80px;
    font-weight: 800;
    margin: auto;
    text-align: left;
}

.bg_pattern {
    padding-top: 1vh;
    padding-bottom: 50px;
    width: 100vw;
    height: 100%;
    background-color: #fff;
    z-index: -1;

}

.Paper_v2 {
    background-image:
        repeating-linear-gradient(to bottom,
            transparent 25px,
            rgba(0, 0, 0, 0.04) 26px, rgba(0, 0, 0, 0.04) 26px,
            transparent 27px, transparent 51px,
            rgba(0, 0, 0, 0.04) 52px, rgba(0, 0, 0, 0.04) 52px,
            transparent 53px, transparent 77px,
            rgba(0, 0, 0, 0.04) 78px, rgba(0, 0, 0, 0.04) 78px,
            transparent 79px, transparent 103px,
            rgba(0, 0, 0, 0.04) 104px, rgba(0, 0, 0, 0.04) 104px,
            transparent 105px, transparent 129px,
            rgba(0, 0, 0, 0.04) 130px, rgba(0, 0, 0, 0.04) 130px),

        repeating-linear-gradient(to right,
            transparent 25px,
            rgba(0, 0, 0, 0.04) 26px, rgba(0, 0, 0, 0.04) 26px,
            transparent 27px, transparent 51px,
            rgba(0, 0, 0, 0.04) 52px, rgba(0, 0, 0, 0.04) 52px,
            transparent 53px, transparent 77px,
            rgba(0, 0, 0, 0.04) 78px, rgba(0, 0, 0, 0.04) 78px,
            transparent 79px, transparent 103px,
            rgba(0, 0, 0, 0.04) 104px, rgba(0, 0, 0, 0.04) 104px,
            transparent 105px, transparent 129px,
            rgba(0, 0, 0, 0.04) 130px, rgba(0, 0, 0, 0.04) 130px);
}



/*
背景入り帯
-------------------------------------------*/




/*==================================================
アニメーション
===================================*/

/* その場で */
.fadeIn {
    animation-name: fadeInAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeInAnime {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* 下から */

.fadeUp {
    animation-name: fadeUpAnime;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeUpAnime {
    from {
        opacity: 0;
        transform: translateY(100px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* 上から */

.fadeDown {
    animation-name: fadeDownAnime;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeDownAnime {
    from {
        opacity: 0;
        transform: translateY(-100px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* 左から */

.fadeLeft {
    animation-name: fadeLeftAnime;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeLeftAnime {
    from {
        opacity: 0;
        transform: translateX(-100px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* 右から */

.fadeRight {
    animation-name: fadeRightAnime;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeRightAnime {
    from {
        opacity: 0;
        transform: translateX(100px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}


/*==================================================
ふわっ
===================================*/


/* fadeUp */

.fadeUp {
    animation-name: fadeUpAnime;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeUpAnime {
    from {
        opacity: 0;
        transform: translateY(100px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* スクロールをしたら出現する要素にはじめに透過0を指定　*/

.fadeUpTrigger {
    opacity: 0;
}
}



/*
トップ下部ピックアップ
-------------------------------------------*/
.pick_up {
    width: 100%;
}


.pick_up ul {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1400px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.pick_up ul li {
    width: 32%;
    position: relative;
}

.pick_up ul li a {
    display: block;
    overflow: hidden;
    position: relative;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    transition: 0.2s linear;
}

.pick_up ul li a img {
    width: auto;
    max-width: 100%;
    z-index: 0;
}

.pick_up ul li a:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha( opacity=100 )";
}

.pick_up ul li a::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #00000027;
    z-index: 5;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    transition: 0.2s linear;
}

.pick_up ul li a:hover::before {
    background-color: #0000007E;
}


.pick_up ul li a div {
    color: #FFF;
    font-size: 32px;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    display: block;
    width: 80%;
    margin-top: -20px;
    margin-left: -40%;
    position: absolute;
    left: 50%;
    top: 47%;
    font-weight: bold;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    transition: 0.2s linear;
    z-index: 10;
}

.pick_up ul li a div span {
    font-size: 16px;
    letter-spacing: 2px;
}



/*
フッター
-------------------------------------------*/

footer {
    background-color: #000000;
    color: #ffffff;
    clear: both;
    width: 100%;
    display: block;
    padding-top: 90px;
    font-family: 'BIZ UDPGothic', sans-serif;
    font-family: 'Sawarabi Gothic', sans-serif;
    font-family: 'Zen Kaku Gothic New', sans-serif;
}

footer .cont_wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.f-logo img {
    width: 28%;
    margin-bottom: 2%;
}

footer .cont_wrap .f_box {
    width: 20%;
    padding: 10px;
}

footer .cont_wrap .f_box.lg {
    width: 60%;
}

.f_box ul {
    list-style: none;
}

footer .cont_wrap p {
    font-size: 18px;
}

footer .cont_wrap ul {
    padding: 20px;
    list-style: none;
}

footer .cont_wrap ul li a {
    display: block;
    text-decoration: none;
    list-style: none;
    font-size: 24px;
    color: #ffffff;
}


footer .cont_wrap ul li.contact a {
    text-align: center;
    color: #000000;
    font-size: 14px;
    padding: 2px;
    margin-top: 5px;
}

footer .cont_wrap ul li.contact a:hover {
    color: #000000;
}

footer .cont_wrap ul li.contact a::before {
    display: none;
}


footer .cont_wrap ul li a:hover {
    color: #111;
    background-color: #FFF;
}

address {
    clear: both;
    font-size: 12px;
    font-style: normal;
    padding: 20px;
    text-align: center;
    letter-spacing: 1px;
}

footer .box_pr {
    clear: both;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 10px;
    color: #55838A;
    letter-spacing: 1px;
    background-color: #D2E1E3;
    padding-top: 18px;
    line-height: 22px;
}

.box_pr ul li {
    display: inline;
    padding: 5px;
}

.box_pr ul li a {
    color: #ffffff;
}


/*
各種テーブル
-------------------------------------------*/
.content table.table_01 {
    width: 96%;
    margin-top: 20px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
}

.content table.table_01 th,
.content table.table_01 td {
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #888;
    padding: 20px;
}

.content table.table_01 th {
    font-size: 16px;
    white-space: nowrap;
    font-weight: normal;
    letter-spacing: 1px;
    width: 33%;
}

.content table.table_01 td {
    font-size: 14px;
    line-height: 30px;
    background-color: #FFF;
}

.small {
    font-size: smaller;
    color: #666;
}

.chui {
    color: #F03600;
}

.table_01 caption {
    font-size: 14px;
    line-height: 30px;
    background-color: #E5E5E5;
    color: #111;
    letter-spacing: 1px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px solid #FFF;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 2px 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 2px 0px;
    -moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 2px 0px;
}

.table_01 th span {
    font-size: 12px;
    color: #CCC;
}



/*画面幅最小値960pxの設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/



@media screen and (min-width:960px) {

    body {
        font-size: 16px;
    }

    .logo {
        display: none;

    }


    /*
ヘッダー
-------------------------------------------*/
    header {
        height: 200px;
        background-color: #fff;
    }

    header a {
        color: #fff;
    }


    header h1 a img {
        top: 23px;
        left: 10px;
        height: 44px;
    }

    .menu_btn,
    .btn_close {
        display: none;
    }

    /*
PCグローバルナビ
-------------------------------------------*/

    #g_navi {
        position: absolute;
        right: 10px;
        top: 20px;
        width: auto;
        margin-left: 200px;
        display: block !important;
        z-index: 1000;
    }


    #g_navi ul li {
        display: inline;
    }

    #g_navi li a {
        width: auto;
        padding: 10px;
        line-height: 30px;
        display: block;
        color: #000;
        text-decoration: none;
        text-align: center;
        position: relative;
        float: left;
        letter-spacing: 1px;
        font-size: 14px;
        font-weight: bold;
    }

    #g_navi li a::before {
        display: block;
        color: #000;
        height: 2px;
        position: absolute;
        top: 2px;
        width: 70%;
        left: 15%;
        background-color: rgba(17, 187, 221, 0);
        content: '';
        -webkit-transition: 0.2s linear;
        -moz-transition: 0.2s linear;
        transition: 0.2s linear;
    }

    #g_navi li a:hover::before {
        background-color: #000000;
        top: 0px;
        width: 80%;
        left: 10%;
    }

    #g_navi li a:hover {
        color: #000000 !important;
    }

    #g_navi.txt_w li a {
        color: #000;
    }

    header.fixed #g_navi.txt_w li a {
        color: #111;
    }

    #g_navi li.contact a {
        background-color: #000000;
        color: #FFF !important;
        padding-left: 20px;
        padding-right: 20px;
        margin-left: 10px;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
    }

    #g_navi li.contact a:hover {
        background-color: #FFF;
        color: #000000 !important;
    }

    #g_navi li.contact a::before {
        display: none;
    }


}

/*画面幅最小値1200pxの設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/

@media screen and (min-width:1200px) {

    header h1 a img {
        left: 50%;
        margin-left: -590px;
    }

    header #g_navi {
        right: 50%;
        margin-right: -590px;
    }

    #g_navi {
        display: none;
    }

}

/*画面幅960px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/

@media screen and (max-width:960px) {

    body {
        font-size: 16px;
    }

    body.fixed {
        overflow: hidden;
    }

    img {
        max-width: 100% !important;
        height: auto;
        width
        /***/
        : auto;
        margin-left: auto;
        margin-right: auto;
    }

    .content h4 {
        margin-right: 10px;
        margin-left: 10px;
    }

    /*ヘッダー--------------------------*/

    header {
        height: 150px;
        background: #fff;
    }

    header h1 a img {
        width: 20%;
        margin: 20px;
    }

    header.fixed {
        background: #fff;
        height: 90px;
    }

    header.fixed a {
        color: #000;
    }


    .contact {
        margin: initial;
        text-align: center;
        width: 100%;
        margin-left: 5%;
    }


    #g_navi .contact {
        margin-left: 25%;
    }

    .openbtn {
        position: fixed;
        z-index: 9999;
        /*ボタンを最前面に*/
        top: 1.8%;
        right: 10px;
        cursor: pointer;
        width: 100px;
        height: 50px;
        display: block;
    }

    #g_navi {
        display: none;
    }

    #g-nav.panelactive #g-nav-list {
        display: block;
    }


    /*TOP--------------------------*/

    #index_top {
        height: 600px;
    }

    #index_top #top_catch h2 {
        font-size: 30px;
    }

    #index_top #top_catch {
        top: 70%;
        width: 600px;

    }

    /*私たちについて--------------------------*/


    .content h2 {
        font-size: 24px;
        margin-bottom: -15px;
        font-size: 34px;
        padding-top: 15px;
    }

    .content .sv1 h2 {
        font-size: 70px;
        margin-bottom: -30px;
    }

    .content p {
        padding: 0;
        font-size: 1.2em;
    }

    .content2 {
        width: 90%;
        height: 92vw;
        margin-top: 20px;
        padding-top: 40px;
    }

    #top_catch img {
        margin-left: 5%;
    }

    .loop_wrap {
        height: 100px;
        bottom: -10px;
    }

    .btn_cnt a {
        font-size: 22px;
    }

    .btn_cnt a {
        margin-top: 40px;
    }


    /*サービス--------------------------*/


    .sv1 {
        width: 100%;
        margin-top: 30px;
    }

    .sv1 p {
        font-size: 1.2em;
        line-height: 1.5;
    }


    .svs {
        width: 50%;
        margin-bottom: 1%;
    }

    .left01 {
        flex-direction: column-reverse;
    }

    .box01 {
        width: 100%;
        padding: 30px;
        margin-bottom: 50px;
        position: relative;
        border-radius: 20px;
        flex-basis: 60%;
    }

    .sub01 {
        font-size: 45px;
        margin-top: 10px;
        margin-bottom: 15px;
    }

    .sv-img {
        width: 80%;
        margin: 0;
        position: relative;
        margin-top: 30px;
        margin-bottom: -10px;
        border-radius: 20px;
    }



    /*美容品･家電--------------------------*/

    .sv2 {
        width: 90%;
        margin-top: 30px;
    }

    .sv2 p {
        font-size: 24px;
    }


    .left02 {
        display: block;
    }

    .box02 {
        width: 100%;
        padding: 10px;

    }

    .back {
        background: #fff;
        padding: 20px;
        border-radius: 10px 10px 0 0;
    }

    .sub02 {
        padding-top: 50px;
        font-size: 42px;
        line-height: 40px;
        margin-bottom: 30px;
        color: #000;
    }

    .slide-container2 {
        height: 100%;
        margin-top: 50px;
        margin-bottom: 50px;
        margin-left: 0;
        z-index: 9;
    }

    .slide-container2 img {
        border-radius: 20px;

    }

    .slide-wrapper2 {
        display: none;
    }

    .slide2 {
        border: 1px solid #fff;
    }

    .flex-box {
        display: flex;
        flex-direction: column-reverse;
    }

    .flex-box p {
        color: #000;
        line-height: 1.8;
    }

    .svs3 {
        width: 80%;
        margin-bottom: 1%;
    }

    /*セクション--------------------------*/

    /*
    .container {
        position: relative;
        background: #f8b862;
        height: 10vh;
        margin-top: -10px;
    }

    .wave {
        position: absolute;
        height: 70px;
        width: 100%;
        background: #f8b862;
        bottom: 0;
    }

    .wave::before,
    .wave::after {
        content: "";
        display: block;
        position: absolute;
        border-radius: 100% 50%;
    }

    .wave::before {
        width: 55%;
        height: 109%;
        background-color: #fff;
        right: -1.5%;
        top: 60%;
    }

    .wave::after {
        width: 53%;
        height: 100%;
        background: #f8b862;
                left: -1.5%;
        top: 40%;
    }
*/

    /*ショップ--------------------------*/

    .sv3 {
        background: #fff;
        /*        margin-top: -100px;*/
        z-index: 10;
    }

    .content .sv3 h2 {
        margin-top: -10px;
        font-size: 90px;
    }

    .heading-6 {
        widows: 100%;
    }


    /*インスタグラム--------------------------*/

    .sv4 {
        margin-top: 20px;
        width: 90%;
    }

    .sv4 p {
        line-height: 1.7;
    }

    .content .sv4 h2 {
        font-size: 70px;
        margin-top: 0;
        width: 100%;
    }

    .svs2 {
        width: 50%;
        font-size: 20px;
        margin-bottom: 35px;
    }

    .slider-group {
        width: 100%;
        min-height: 100px;
        margin-bottom: 60px;
    }

    .slider-card {
        flex: 0 0 auto;
        max-width: 100%;
        height: 50%;
        margin-right: 0;
    }

    .slider-card-img {
        width: 100%;
        height: 200px;
        object-fit: cover;
        border-radius: 20px;
    }



    /*自社製品--------------------------*/

    .button-048 {
        margin-top: -20px;
        margin-bottom: 50px;
    }

    .box03 {
        margin: auto;
        width: 100%;
        margin-bottom: 50px;
        margin-top: -30px;
        border: solid #000000 1px;
    }

    .bg_pattern {
        height: 100%;
    }

    .button-0482 {
        width: 250px;
        font-size: 1.2em;

    }

    /*
    お取引先フォーム
    -------------------------------------------*/

    .customer {
        margin-top: -90px;
    }

    .customer img {
        width: 100%;
    }



    /*
フッター
-------------------------------------------*/
    footer {
        border-bottom-width: 60px;
    }

    footer .cont_wrap .f_box {
        width: 50%;
        text-align: center;
    }

    footer .cont_wrap .f_box.lg {
        width: 100%;
    }

    .no_sp {
        display: none;
    }

    .f_box2 {
        width: 90%;
    }

}


/*画面幅640px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/


@media screen and (max-width:640px) {
    .h_sns {
        width: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flexbox;
        display: -moz-flexbox;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-flex;
        display: flex;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        top: auto;
        bottom: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        padding-right: 60px;
    }

    .h_sns li {
        width: 25%;
    }

    .h_sns li a {
        width: 100%;
        text-align: center;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    #index_top #top_catch {
        top: 25%;
        left: 5%;
        width: 90%;
        height: 60%;
        margin-top: 0px;
        margin-left: 0px;
    }


    #index_top #top_catch h2 {
        font-size: 40px;
    }

    #index_top #top_catch p {
        font-size: 12px;
    }

    #sub_top {
        height: 180px;
        padding-top: 100px;
    }

    .content {
        padding-top: 20px;
        padding-bottom: 20px;
    }


    .img_left,
    .img_right {
        float: none;
        display: block;
        margin-left: auto;
        margin-right: auto;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        max-width: 100%;
    }

    .pick_up ul li {
        width: 100%;
    }

    .content .ul_news li span.date {
        padding-right: 0px;
        display: block;
    }

    .sv1 {
        background-image: url(../img/sv1_sp.jpg);
        padding-left: 10px;
        padding-right: 10px;
    }

    .sv1 p {
        text-align: left;
        margin-left: 15px;
        margin-right: 15px;
        font-size: 14px;
    }

    .sv2 {
        background-image: url(../img/sv2_sp.jpg);

    }

    .loop_wrap {
        width: 400%;
    }

    .box_cont {
        padding-right: 10px;
        padding-left: 10px;
    }

    .box_cont .box_c_in {
        width: 100%;
        padding: 5px;
    }

    .content .cont_wrap .txt_box {
        margin-left: 0px;
        margin-right: 0px;
    }



}

/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/

@media screen and (max-width:480px) {

    input,
    textarea {
        max-width: 300px !important;
    }

    .content table.table_01 th,
    .content table.table_01 td {
        width: 100% !important;
        display: block;
    }

    .content table.table_01 th {
        background-color: #F6F6F6;
    }


    /*br設定--------------------------*/

    .sp-br {
        display: none;

    }

    .ps-br {
        display: block;
    }

    /*メニューボタン--------------------------*/

    .menu_btn {
        color: #000;
    }

    .openbtn {
        top: 0.8%;
        right: -13px;
    }

    /*ヘッダー--------------------------*/

    header {
        height: 100px;
        background: #fff;
    }

    header h1 a img {
        width: 30%;
        margin: 10px;
    }

    header.fixed {
        /*        background-color: rgba(242, 246, 247, 0.9);*/
        background: #fff;
        height: 60px;
    }

    header.fixed a {
        color: #000;
    }


    .contact {
        margin: initial;
        text-align: center;
        width: 100%;
        margin-left: 5%;
    }


    #g_navi .contact {
        margin-left: 25%;
    }


    /*TOP--------------------------*/

    #index_top {
        height: 75%;
    }

    #index_top #top_catch h2 {
        font-size: 30px;
    }

    /*私たちについて--------------------------*/


    .content h2 {
        font-size: 24px;
        margin-bottom: -15px;
        font-size: 29px;
    }

    .content .sv1 h2 {
        font-size: 52px;
        margin-bottom: -30px;
    }

    .content p {
        padding: 0;
        font-size: 15px;
    }

    .content2 {
        width: 90%;
        height: 600px;
        margin-top: 20px;
        padding-top: 40px;
    }

    #top_catch img {
        margin-left: 0;
    }

    .loop_wrap {
        height: 150px;
        bottom: -10px;
    }

    .btn_cnt a {
        font-size: 16px;
    }


    /*サービス--------------------------*/


    .sv1 {
        width: 100%;
        margin-top: 30px;
    }

    .sv1 p {
        font-size: 16px;
    }


    .svs {
        width: 50%;
        margin-top: -25px;
    }

    .left01 {
        flex-direction: column-reverse;
    }

    .box01 {
        width: 100%;
        padding: 30px;
        margin-bottom: 50px;
        position: relative;
        border-radius: 20px;
    }

    .sub01 {
        margin-top: 10px;
        margin-bottom: 15px;
        font-size: 30px;
    }

    .sv-img {
        width: 90%;
        margin: 0;
        position: relative;
        margin-top: 80px;
        margin-bottom: -10px;
        border-radius: 20px;
    }



    /*美容品･家電--------------------------*/

    .content .sv2 h2 {

        font-size: 52px;
    }

    .sv2 {
        width: 90%;
        margin-top: 30px;
    }

    .sv2 p {
        font-size: 14px;
    }


    .left02 {
        display: block;
    }

    .box02 {
        width: 100%;
        padding: 10px;

    }

    .back {
        background: #fff;
        border-radius: 10px 10px 0 0;
        padding: 0;
    }

    .sub02 {
        padding-top: 50px;
        font-size: 35px;
        line-height: 40px;
        margin-bottom: 30px;
        color: #000;
    }

    .slide-container2 {
        height: 100%;
        margin-top: 50px;
        margin-bottom: 50px;
        margin-left: 0;
        z-index: 9;
    }

    .slide-container2 img {
        border-radius: 20px;

    }

    .slide-wrapper2 {
        display: none;
    }

    .slide2 {
        border: 1px solid #fff;
    }

    .flex-box {
        display: flex;
        flex-direction: column-reverse;
    }

    .flex-box p {
        color: #000;
    }

    .box03 a {
        font-size: 14px;
    }

    .svs3 {
        width: 100%;
        text-align: left;
        line-height: 1.4;
        padding: 5px;
    }

    /*セクション--------------------------*/

    /*
    .container {
        position: relative;
        background: #f8b862;
        height: 15vh;
    }

    .wave {
        position: absolute;
        height: 70px;
        width: 100%;
        background: #f8b862;
        bottom: 0;
    }

    .wave::before,
    .wave::after {
        content: "";
        display: block;
        position: absolute;
        border-radius: 100% 50%;
    }

    .wave::before {
        width: 55%;
        height: 109%;
        background-color: #fff;
        right: -1.5%;
        top: 60%;
    }

    .wave::after {
        width: 55%;
        height: 100%;
        background-color: #f8b862;
                left: -1.5%;
        top: 40%;
    }
*/

    /*ショップ--------------------------*/

    .sv3 {
        background: #fff;
        margin-top: 0;
        z-index: 10;
        padding: 0;
    }

    .content .sv3 h2 {
        margin-top: -10px;
        margin-bottom: -35px;
        font-size: 70px;
        text-align: left;
    }

    .heading-6 {
        margin-bottom: 30px;
    }


    /*インスタグラム--------------------------*/

    .sv4 {
        margin-top: 20px;
        width: 100%;
    }

    .content .sv4 h2 {
        font-size: 50px;
        margin-top: 0;
        width: 100%;
    }

    .svs2 {
        width: 50%;
        font-size: 16px;
        margin-bottom: 35px;
    }

    .slider-group {
        width: 100%;
        min-height: 100px;
        margin-bottom: 60px;
    }

    .slider-card {
        flex: 0 0 auto;
        max-width: 100%;
        height: 50%;
        margin-right: 0;
    }

    .slider-card-img {
        width: 100%;
        height: 150px;
        object-fit: cover;
        border-radius: 20px;
    }



    /*自社製品--------------------------*/

    .button-048 {
        margin-top: -20px;
        margin-bottom: 50px;
    }

    .box03 {
        margin: auto;
        width: 100%;
        margin-bottom: 50px;
        margin-top: -30px;
        border: none;
        padding: 0;
    }

    .bg_pattern {
        height: 100%;
    }

    .button-0482 {
        width: 180px;
        font-size: 1em;
        margin-bottom: 70px;
    }


    /*
    お取引先フォーム
    -------------------------------------------*/

    .customer {
        margin-top: 20px;
            }

    .customer img {
        width: 100%;
    }



    /*
エフェクト
-------------------------------------------*/
    .effect {
        opacity: 0;
        filter: alpha(opacity=0);
        -ms-filter: "alpha( opacity=0 )";
        transform: translateY(20px);
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -webkit-transition: 1.0s ease-out;
        -moz-transition: 1.0s ease-out;
        transition: 1.0s ease-out;
    }

    .effect.d_02 {
        transition-delay: 0.2s;
        -webkit-transition-delay: 0.2s;
    }

    .effect.d_04 {
        transition-delay: 0.4s;
        -webkit-transition-delay: 0.4s;
    }

    .effect.d_06 {
        transition-delay: 0.6s;
        -webkit-transition-delay: 0.6s;
    }

    .effect.d_08 {
        transition-delay: 0.8s;
        -webkit-transition-delay: 0.8s;
    }

    .effect.start {
        opacity: 1;
        filter: alpha(opacity=100);
        -ms-filter: "alpha( opacity=100 )";
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
    }


    /*
メニューシャドウ
-------------------------------------------*/
    .bg_bl {
        background-color: #FFF;
        height: 100%;
        width: 100%;
        opacity: 0.80;
        filter: alpha(opacity=80);
        -ms-filter: "alpha( opacity=80 )";
        display: block;
        position: fixed;
        z-index: 2000;
    }

    /*------------------------------*/


    .sv2 .box_in p a.tel {
        font-size: 24px;
        color: #FFF;
        text-decoration: none;
        line-height: 1.2;
    }

    .sv2 .box_in p a.tel strong {
        padding-left: 10px;
        font-size: 150%;
    }



    .content .box_att {
        margin-top: 30px;
    }

    .content .box_att h2 {
        font-weight: normal;
        font-size: 24px;
        color: #3EADBD;
        padding: 15px;
        border-bottom-color: #8ED1DB;
    }

    .content .box_att p {
        font-size: 14px;
        margin: 0px;
        color: #328B98;
    }


}
