@charset "utf-8";
/*reset css */
*,*::before,*::after{box-sizing:border-box}*{margin:0}html,body{height:100%}body{line-height:1.5;-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}#root,#__next{isolation:isolate}

* {
    /* box-shadow: 0 0 1px 1px #ddd; */
    font-size: 14px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
html {scroll-behavior: smooth;}
span, b, strong, i {font-size: inherit;}
main {line-height: 2;}
p {text-align: justify;}

/* adobefonts */
.ff1 {
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    font-weight: 600;
    font-style: normal;
}

/*変数*/
:root {
    --c0: #fff;/*白*/
    --c0t: rgba(255, 255, 255, 0.70);/*白*/
    --c1: #000;/*黒*/
    --c2: #868686;/*グレー*/
    --c3: #DADADA;/*グレー*/
    --c4: #F2F2F2;/*グレー*/
    --c5: #ACACAC;/*グレー*/
    --c6: #B0B0B0;/*グレー*/
    --c10: #8EC31F;/*黄緑*/
    --c11: #D6001C;/*赤*/
    --c12: #0955FF;/*青*/
    --c13: #FFF100;/*黃*/
    --c14: #40210F;/*茶*/
    --c15: #DC8400;/*茶（ターメリック）*/
    --c20: #FFFDEE;/*メイン背景*/
    --c20t: #FFFDEE00;/*メイン背景*/
    --c21: #85CEDE;/*水*/
    --c21t: rgba(133, 206, 222, 0.15);/*水*/
    --c22: #EDF8FA;/*紫ウコン背景*/
    --c23: #FFFDDE;/*黒にんにく背景*/
    --c24: #FAEBCB;/*ターメリック背景*/
    --c25: #FFF9CB;/*黒にんにく文字*/
    --c30: #7CB517;/*ホバー用*/
    --c31: #4d9730;/*バナバ用*/
}
/* 使いまわし */
.color0 {color: var(--c0);}
.color1 {color: var(--c1);}
.color2 {color: var(--c2);}
.color10 {color: var(--c10);}
.color11 {color: var(--c11);}
.color12 {color: var(--c12);}
.color13 {color: var(--c13);}
.color14 {color: var(--c14);}
.color15 {color: var(--c15);}
.color21 {color: var(--c21);}
.color25 {color: var(--c25);}
.color31 {color: var(--c31);}

.bgcolor0 {background-color: var(--c0);}
.bgcolor0t {background-color: var(--c0t);-webkit-backdrop-filter: blur(12px);backdrop-filter: blur(12px);}
.bgcolor4 {background-color: var(--c4);}
.bgcolor5 {background-color: var(--c5);}
.bgcolor6 {background-color: var(--c6);}
.bgcolor10 {background-color: var(--c10);}
.bgcolor11 {background-color: var(--c11);}
.bgcolor13 {background-color: var(--c13);}
.bgcolor14 {background-color: var(--c14);}
.bgcolor15 {background-color: var(--c15);}
.bgcolor20 {background-color: var(--c20);}
.bgcolor21 {background-color: var(--c21);}
.bgcolor21t {background-color: var(--c21t);}
.bgcolor23 {background-color: var(--c23);}
.bgcolor24 {background-color: var(--c24);}
.bgcolor31 {background-color: var(--c31);}

.opacity06 {opacity: 0.6;}

.border1 {border: solid 1px var(--c3);}
.border2 {border: solid 2px var(--c13);}
.border3 {border: solid 0.5px #40210F88;}
.border_b1 {border-bottom: solid 1px var(--c1);}
.border_b1_2 {border-bottom: solid 2px var(--c1);}
.border_b3 {border-bottom: solid 1px var(--c3);}
.border_b5 {border-bottom: solid 1px var(--c5);}
.border_b6 {border-bottom: 2px solid rgba(22, 22, 22, 0.3);}
.border_b10 {border-bottom: solid 1px var(--c10);}
.border_tb10 {border-top: solid 1px var(--c10);border-bottom: solid 1px var(--c10);}
.border_tb13 {border-top: solid 1px var(--c13);border-bottom: solid 1px var(--c13);}
.border_tb15 {border-top: solid 1px var(--c15);border-bottom: solid 1px var(--c15);}
.border_tb21 {border-top: solid 1px var(--c21);border-bottom: solid 1px var(--c21);}

.f10 {font-size: 10px;}
.f11 {font-size: 11px;}
.f12 {font-size: 12px;}
.f13 {font-size: 13px;}
.f16 {font-size: 16px;}
.f17 {font-size: 17px;}
.f18 {font-size: 18px;}
.f20 {font-size: 20px;}
.f22 {font-size: 22px;}
.f23 {font-size: 23px;}
.f24 {font-size: 24px;}
.f25 {font-size: 25px;}
.f26 {font-size: 26px;}
.f28 {font-size: 28px;}
.f30 {font-size: 30px;}
.f36 {font-size: 36px;}

.f_palt {font-feature-settings: 'palt' on;}

.spacing_03 {letter-spacing: 0.3em;}
.spacing_02 {letter-spacing: 0.2em;}
.spacing_01 {letter-spacing: 0.1em;}
.spacing_008 {letter-spacing: 0.08em;}
.spacing_005 {letter-spacing: 0.05em;}
.spacing_003 {letter-spacing: 0.03em;}
.bold {font-weight: 700;}
strong {font-weight: 700;}
.strike {text-decoration: line-through;}
.del {
    background-image: linear-gradient(#000, #000);
    background-position: 0 55%;
    background-size: 100% 2px;
    background-repeat: repeat-x;
    text-decoration: none;
    padding: 0 2px;
}
.del2 {
    background-image: linear-gradient(#fff, #fff);
    background-position: 0 55%;
    background-size: 100% 2px;
    background-repeat: repeat-x;
    text-decoration: none;
    padding: 0 2px;
}
.fw300 {font-weight: 300;}
.fw400 {font-weight: 400;}
.fw500 {font-weight: 500;}
.fw600 {font-weight: 600;}
.fw700 {font-weight: 700;}
.fw800 {font-weight: 800;}

.w1_1 {width: 100%;}
.w1_2 {width: 50%;}
.w1_3 {width: 33.3333%;}
.w200 {width: 200px;}
.w260 {width: 260px;}
.w520 {width: 520px;}
.w560 {width: 560px;}
.w600 {width: 600px;}
.w740 {width: 740px;}
.w934 {width: 934px;}
.w_fit {width: fit-content;}

.lh150 {line-height: 1.5;}
.lh157 {line-height: 1.57;}
.lh160 {line-height: 1.6;}
.lh169 {line-height: 1.69;}
.lh178 {line-height: 1.78;}
.lh186 {line-height: 1.86;}
.lh200 {line-height: 2.00;}
.lh213 {line-height: 2.13;}
.lh229 {line-height: 2.29;}
.lh300 {line-height: 3.0;}
.lh1em {line-height: 1em;}
.lh49px {line-height: 49px;}
.lh22px {line-height: 22px;}

.height100 {height: 100%;}

.max4000 {max-width: 4000px;}
.max1920 {max-width: 1920px;}
.max1800 {max-width: 1800px;}
.max1440 {max-width: 1440px;}
.max1300 {max-width: 1300px;}
.max1200 {max-width: 1200px;}
.max1160 {max-width: 1160px;}
.max1054 {max-width: 1054px;}
.max964  {max-width: 964px;}
.max934  {max-width: 934px;}
.max900  {max-width: 900px;}
.max870  {max-width: 870px;}
.max800  {max-width: 800px;}
.max768  {max-width: 768px;}
.max710  {max-width: 710px;}
.max630  {max-width: 630px;}
.max495  {max-width: 495px;}
.max200  {max-width: 200px;}

.center {margin-left: auto;margin-right: auto;}
.right {float: right;}
.left {float: left;}
.block {display: block;}
.inline_block {display: inline-block;}
.flex {display: flex;}
.wrap {flex-wrap: wrap;}
.gap13 {gap: 13px;}
.gap20 {gap: 20px;}
.gap30 {gap: 30px;}
.gap32 {gap: 32px;}
.gap40 {gap: 40px;}
.gap50 {gap: 50px;}
.gap60 {gap: 60px;}
.gap70 {gap: 70px;}
.gap100 {gap: 100px;}
.align_center {align-items: center;}
.justify_center {justify-content: center;}
.grow {flex-grow: 1;}
.shrink {flex-shrink: 1;}
.f_1 {flex-grow: 1;flex-shrink: 1;flex-basis: 0;}
.f_column {flex-direction: column;}
.f_start {align-items: flex-start;}
.absolute {position: absolute;}
.relative {position: relative;}
.overflow_auto {overflow: auto;}
.vertical_align_m {vertical-align: middle;}
.decoration_none {text-decoration: none;}
.radius1em {border-radius: 1em;}

.hide {display: none;}
.text_center {text-align: center;}
.text_right {text-align: right;}
.text_shadow1 {text-shadow: 0px 0.840598px 2.52179px rgba(72, 64, 64, 0.67);}


.mr10 {margin-right: 10px;}
.ml10 {margin-left: 10px;}
.mr18 {margin-right: 18px;}
.ml18 {margin-left: 18px;}
.mr20 {margin-right: 20px;}
.ml20 {margin-left: 20px;}
.mr40 {margin-right: 40px;}
.ml40 {margin-left: 40px;}
.mr2em {margin-right: 2em;}
.ml2em {margin-left: 2em;}
.pr05em {padding-right: 0.5em;}
.pr3em {padding-right: 3em;}
.pr15 {padding-right: 15px;}
.pr30 {padding-right: 30px;}
.pr40 {padding-right: 40px;}
.pr50 {padding-right: 50px;}
.pr96 {padding-right: 96px;}
.pr150 {padding-right: 150px;}
.pl05em {padding-left: 0.5em;}
.pl30 {padding-left: 30px;}
.pl40 {padding-left: 40px;}
.pl50 {padding-left: 50px;}
.pl150 {padding-left: 150px;}
.pl1em {padding-left: 1em;}
.pr1em {padding-right: 1em;}
.pl3em {padding-left: 3em;}

.mt05em {margin-top: 0.5em;}
.mb05em {margin-bottom: 0.5em;}
.mt07em {margin-top: 0.7em;}
.mb07em {margin-bottom: 0.7em;}
.mt10 {margin-top: 10px;}
.mt50 {margin-top: 50px;}
.mt80 {margin-top: 80px;}
.mt1em {margin-top: 1em;}
.mb1em {margin-bottom: 1em;}
.mt2em {margin-top: 2em;}

.mb2em {margin-bottom: 2em;}
.mb3em {margin-bottom: 3em;}
.mb4em {margin-bottom: 4em;}
.mb5em {margin-bottom: 5em;}
.mb7em {margin-bottom: 7em;}
.mb9em {margin-bottom: 9em;}
.mb10em {margin-bottom: 10em;}
.mb14 {margin-bottom: 14px;}
.mb20 {margin-bottom: 20px;}
.mb30 {margin-bottom: 30px;}
.mb40 {margin-bottom: 40px;}
.mb50 {margin-bottom: 50px;}
.mb150 {margin-bottom: 150px;}

.pt02em {padding-top: 0.2em;}
.pt05em {padding-top: 0.5em;}
.pt06em {padding-top: 0.6em;}
.pt08em {padding-top: 0.8em;}
.pt1em {padding-top: 1em;}
.pt2em {padding-top: 2em;}
.pt3em {padding-top: 3em;}
.pt4em {padding-top: 4em;}
.pt5em {padding-top: 5em;}
.pt6em {padding-top: 6em;}
.pt20 {padding-top: 20px;}
.pt30 {padding-top: 30px;}
.pt40 {padding-top: 40px;}
.pt50 {padding-top: 50px;}
.pt60 {padding-top: 60px;}
.pt70 {padding-top: 80px;}
.pt80 {padding-top: 80px;}
.pt100 {padding-top: 100px;}
.pt125 {padding-top: 125px;}

.pb02em {padding-bottom: 0.2em;}
.pb05em {padding-bottom: 0.5em;}
.pb064em {padding-bottom: 0.64em;}
.pb07em {padding-bottom: 0.7em;}
.pb1em {padding-bottom: 1em;}
.pb2em {padding-bottom: 2em;}
.pb3em {padding-bottom: 3em;}
.pb4em {padding-bottom: 4em;}
.pb5em {padding-bottom: 5em;}
.pb7em {padding-bottom: 7em;}
.pb10em {padding-bottom: 10em;}
.pb20 {padding-bottom: 20px;}
.pb23 {padding-bottom: 23px;}
.pb30 {padding-bottom: 30px;}
.pb40 {padding-bottom: 40px;}
.pb50 {padding-bottom: 50px;}
.pb55 {padding-bottom: 55px;}
.pb60 {padding-bottom: 60px;}
.pb80 {padding-bottom: 80px;}
.pb100 {padding-bottom: 100px;}
.pb150 {padding-bottom: 150px;}

.z0 {z-index: 0;}
.z100 {z-index: 100;}

/* root layout start */
body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    min-height: 100dvh;
}
main {
    flex-grow: 1;
    background-color: var(--c20);
}
header {
    width: 100%;
    background-color: var(--c0);
    color: var(--c10);
    padding: 12px 40px;
}
nav {
    background-color: var(--c10);
    color: var(--c0);
}
nav>div {
    max-width: 1300px;
}
.top_slide {
    background-color: var(--c4);
    height: 660px;
}
footer {
    background-color: var(--c10);
    color: var(--c0);
    position: relative;
    padding: 35px 0 0 0;
}
body>*>* {margin-left: auto;margin-right: auto;}
/* root layout end */

/* header 要素 start */
.flex_header {
    display: flex;
}
.flex_header_button {
    display: flex;
}
.flex_sns {
    display: flex;
    align-items: center;
    font-size: 11px;
    gap: 15px;
    padding: 40px 15px 0 0;
}
.facebook {
    display: block;
    width: 27px;
    height: 27px;
    background-image: url(../images/facebook.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.instagram {
    display: block;
    width: 27px;
    height: 27px;
    background-image: url(../images/instagram.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.main_navi {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    -ms-flex-align: stretch;
}
.main_navi>* {
    width: calc(100% / 8);
}
.main_navi a {
    display: block;
    position: relative;
    text-decoration: none;
    text-align: center;
    color: var(--c0);
    padding: 7px 0;
    margin: 0 auto;
    transition: background-color 0.3s ease;
}
.top_page .main_navi a {
    padding: 15px 0;
}
.main_navi a .main_navi_text {
    position: relative;
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    font-size: 16px;
    font-weight: 600;
}
.main_navi a span {
    display: block;
    position: absolute;
    margin: 0 auto;
    left: 50%;
    bottom: 2px;
    width: 0;
    height: 1px;
    opacity: 0;
    background-color: var(--c13);
    transition-duration: 0.3s;
}
.top_page .main_navi a:hover span {
    bottom: 8px;
    width: 60%;
    left: 20%;
    opacity: 1;
    transition-duration: 0.3s;
}
.main_navi a .main_navi_hover {
    display: block;
    position: absolute;
    margin: 0 auto;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 100%;
    opacity: 0;
    border-radius: 32px;
    background-color: var(--c30);
    transition-duration: 0.3s;
    box-shadow: inset 0px 0px 3px 1px #8EC31F;
}
.main_navi a:hover .main_navi_hover {
    bottom: 0;
    width: 100%;
    left: 0%;
    opacity: 1;
    transition-duration: 0.3s;
}

.button1 {
    display: flex;
    align-items: center;
    color: var(--c0);
    text-align: center;
    text-decoration: none;
    margin-left: 15px;
}
.top_page .button1:last-child {
    margin-top: 6px;
}
.button1>.button1_1 {
    height: 35px;
    text-align: center;
    padding: 0 0.8em;
    font-size: 12px;
    border: 1px solid var(--c10);
    border-radius: 10px 0 0 10px;
    background: var(--c10);
    flex-grow: 1;
    line-height: 31px;
    font-weight: 700;
}
.button1>.button1_2 {
    height: 35px;
    width: 107px;
    border: 1px solid var(--c10);
    border-radius: 0 10px 10px 0;
    background-color: var(--c0);
    text-align: center;
    margin-left: auto;
    display: flex;
    align-items: center;
}
.button1>.button1_2>img {
    margin: auto;
}
.logo {
    width: 196px;
    height: 33px;
    background-image: url(../images/logo3.png);
    background-size: cover;
}
.top_page .logo {
    width: 269px;
    height: 70px;
    background-image: url(../images/logo1.png);
}
.modoru {
    position: absolute;
    display: flex;
    gap: 4px;
    top: 10px;
    text-decoration: none;
    color: var(--c1);
    padding: 4px 0 4px 0;
}
.modoru div {
    font-weight: 400;
}
.s_heading {
    position: absolute;
    top: 12px;
    left: 0;
    width: 100%;
    height: 34px;
    margin-left: auto ;
    margin-right: auto;
}
.box1 {
    padding: 63px 73px;
    /* background-color: var(--c0); */
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.66), rgba(255, 255, 255, 0.66)), url(../images/bg5.jpg) no-repeat center center;
    background-size: cover;
    box-shadow: 0px 0px 8px rgba(202, 202, 202, 0.8);
    border-radius: 20px 50px 30px 90px;
    display: flex;
    gap: 44px;
}
.box1_1 {
    width: 432px;
    flex-shrink: 0;
}
.catch1 {
    margin: 60px 0 9px 0;
    font-size: 53px;
    color: var(--c0);
}
.catch2 {
    margin: 0 0 60px 0;
    font-size: 32px;
    color: var(--c0);
}
.about_logo {
    position: absolute;
    width: 100%;
    top: 10%;
}
.about_logo img {
    max-width: 30%;
}
.about3 {
    border-radius: 0px 15px 35px 0px;
    width: 415px;
    margin-top: 215px;
}
.about4 {
    border-radius: 60px 0px 0px 25px;
    width: 487px;
}
.about5 {
    border-radius: 20px;
    width: 333px;
}
.about6 {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 25px;
}
.about11 {
    width: 188px;
    right:100px;
    bottom: -230px;
}
.leaf1 {
    width: 80px;
    left: 30%;
    top: 20%;
}
.about8 {
    width: 240px;
    right: 0;
    bottom: 1%;
}
.about9 {
    width: 94px;
    right: 190px;
    bottom: 24%;
}
.about10 {
    width: 94px;
    right: 32%;
    bottom: 3%;
}
.takahira_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: min(20%, 362px);
}
.takahira_logo img {
    max-width: 100%;
}
    /* ハンバーガーメニュー start */
    #ham_cb {
        display: none!important; /*チェックボックス本体は消しておく*/}
    #ham_button {
        position: fixed;
        margin: 0;
        width: 27px;
        height: 23px;
        right: 18px;
        top: 12px;
        z-index: 10000;
    }
    #ham_button span {
        position: absolute;
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: var(--c10);
        border-radius: 0px;
    }
    #ham_button span:nth-of-type(1) {top: 0;}
    #ham_button span:nth-of-type(2) {top: 11px;}
    #ham_button span:nth-of-type(3) {bottom: 0;}
    #ham_button.opened span:nth-of-type(1) {transform: translateY(10px) rotate(-135deg);}
    #ham_button.opened span:nth-of-type(2) {opacity: 0;}
    #ham_button.opened span:nth-of-type(3) {transform: translateY(-11px) rotate(135deg);}
    #ham_button.opened span {
        background-color: var(--c0);
    }
    #ham_menu {
        position: fixed;
        overflow: auto;
        box-sizing: border-box;
        z-index: 9999;
        height: 100dvh;
        width: 100%;
        background: var(--c10);
        left: 100%;
        transition: .4s;
        padding: 50px 15px 0 15px;
    }
    #ham_button.opened ~ #ham_menu {
        left: 0;
    }
    .button3 {
        text-decoration: none;
    }
    .button3 div:nth-child(1) {
        background-color: var(--c13);
        font-size: 10px;
        color: var(--c1);
        text-align: center;
        padding: 5px 0;
        border-radius: 8px 8px 0 0;
        margin: 20px 0 0 0;
    }
    .button3 div:nth-child(2) {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: var(--c0);
        text-align: center;
        height: 58px;
        padding: 0;
        border: 1px solid var(--c13);
        border-radius: 0 0 8px 8px;
    }
    .button3 div:nth-child(2) img {
        display: inline;
    }
    .ham_footer {
        margin-top: 30px;
        display: flex;
        flex-wrap: wrap;
    }
    .ham_footer ul li {
        list-style-type: none;
        margin: 0 0 8px 0;
    }
    .ham_footer ul li a {
        font-size: 10px;
        color: var(--c0);
        text-decoration: none;
    }
    .ham_footer_sns {
        margin-left: auto;
    }
    .ham_footer_sns a {
        margin: 0 0 0 20px;
    }
    .ham_footer_sns img {
        width: 30px;
        height: auto;
    }
    .ham_footer_logo {
        margin-top: 146px;
        display: inline;
    }
    .ham_footer small {
        font-size: 5px;
        color: var(--c0);
        margin: 16px 0 30px 0;
    }
    /* ハンバーガーメニュー end */
/* header 要素 end */

/* footer要素 start */
.flex_footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.flex_footer ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    list-style-type: none;
    gap: 21px;
    margin: 0 0 30px 0;
}
.flex_footer ul a {
    display: block;
    color: var(--c0);
    text-decoration: none;
    font-weight: 400;
    font-size: 12px;
}
.footer_sns {
    display: flex;
    gap: 30px;
    margin: 0 0 89px 0;
}
.footer_sns img {
    width: 30px;
    height: auto;
}
footer small {
    display: block;
    font-size: 10px;
    font-weight: 400;
    text-align: center;
    line-height: 2;
}
.back_top {
    margin: 33px 0 0 0;
    padding: 30px 30px 60px 30px;
    display: block;
    height: 100px;
    position: relative;
    transition-duration: 0.3s;
}
.back_top_button {
    box-sizing: border-box;
    position: absolute;
    width: 24.5px;
    height: 24.5px;
    top: 13px;
    left: calc(50% - 24.5px / 2);
    border: 2px solid #FFFFFF;
    border-width: 2px 2px 0 0;
    transform: rotate(-45deg);
    transition-duration: 0.3s;
}
.back_top:hover .back_top_button {
    top: 5px;
}
/* footer要素 end */


.flex_product_cards {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: left;
    font-size: 11px;
    gap: 41px;
}
.flex_product_cards>* {
    display: flex;
    flex-direction: column;
    border-radius: 15px;
    gap: 5px;
    border: 1px solid var(--c10);
    background-color: var(--c0);
    box-sizing: border-box;
    padding: 30px;
    color: var(--c1);
    text-decoration: none;
    text-align: center;
}
.flex_product_cards2 {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: left;
    gap: 70px 39px;
}
.flex_product_cards2>* {
    display: flex;
    flex-direction: column;
    gap: 5px;
    box-sizing: border-box;
    padding: 0;
    color: var(--c1);
    text-decoration: none;
    line-height: 1.6;
}
.flex_1 {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
.flex_2 {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
.flex_2>* {
    flex: 1;
}
.flex_3 {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    /* justify-content: center;
    align-items: center; */
}
.flex4 {
    display: flex;
    flex-wrap: wrap;
    gap: 2.6%;
}
.flex4>* {
    width:23%;
}
.card {
    width: calc((100% - 82px) / 3);
    background: right bottom no-repeat var(--c0) url("../images/bg1.png");
    display: flex;
    flex-direction: column;
    position: relative;
}
.cardx2 {
    width: calc((100% - 82px) / 3 * 2 + 41px);
    background: right bottom no-repeat var(--c0) url("../images/products_back.jpg");
    background-size: 45%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: relative;
    gap: 40px;
}
.card_0 {
    margin-bottom: 6px;
}
.card_1 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.card_2 {
    font-size: 16px;
    height: 36px;
    line-height: 33px;
    font-weight: 700;
    border: 1px solid var(--c10);
    border-width: 1px 0 1px 0;
    padding: 0;
    margin: 0 2em 10px 2em;
    background: linear-gradient(to right, rgba(255, 241, 0, 0),#FFF100,#FFF100, rgba(255, 241, 0, 0));
}
.card_3 {
    font-size: 12px;
    line-height: 1.67;
    margin-bottom: 18px;
}
.card_4 {margin-bottom: 0px;}
.card_5 {
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 10px;
    top: 20px;
    left: 20px;
}
.card_5>div {
    font-size: 10px;
    font-weight: 700;
    width: 58px;
    color: var(--c0);
    border-radius: 8px;
    padding: 4px 0;
    text-align: center;
    letter-spacing: 0.1em;
}
.button2 {
    display: inline-block;
    border-radius: 30px;
    text-align: center;
    background-color: var(--c10);
    color: var(--c0);
    text-decoration: none;
    padding: 0;
    font-weight: 600;
    font-size: 16px;
    width: 212px;
    height: 42px;
    line-height: 40px;
}
.button7 {
    display: inline-block;
    border-radius: 30px;
    text-align: center;
    background-color: var(--c5);
    color: var(--c0);
    text-decoration: none;
    padding: 0;
    font-weight: 600;
    font-size: 16px;
    width: 212px;
    height: 42px;
    line-height: 40px;
}
.button8 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 2em;
    text-align: center;
    background-color: var(--c13);
    color: var(--c1);
    text-decoration: none;
    padding: 0;
    align-items: center;
    width: 322px;
    height: 51px;
}
.button8_2 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 2em;
    text-align: center;
    background-color: var(--c11);
    color: var(--c0);
    text-decoration: none;
    padding: 0;
    align-items: center;
    width: 322px;
    height: 51px;
}
.button20 {
    display: inline-flex;
    border-radius: 2em;
    text-align: center;
    background-color: var(--c13);
    color: var(--c1);
    text-decoration: none;
    padding: 0;
    align-items: center;
    justify-content: center;
    width: 600px;
    height: 51px;
    line-height: 49px;
}
.button20_1 {
    display: inline-flex;
    border-radius: 2em;
    text-align: center;
    background-color: var(--c15);
    color: var(--c1);
    text-decoration: none;
    padding: 0;
    align-items: center;
    justify-content: center;
    width: 600px;
    height: 51px;
    line-height: 49px;
}
.button21 {
    display: inline-flex;
    border-radius: 2em;
    text-align: center;
    background-color: var(--c13);
    color: var(--c1);
    text-decoration: none;
    padding: 0;
    align-items: center;
    justify-content: center;
    width: 345px;
    height: 51px;
    line-height: 49px;
}
.button22 {
    position: relative;
    top: -25px;
    text-align: center;
    line-height: 51px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 2em;
    text-align: center;
    background-color: var(--c15);
    color: var(--c0);
    text-decoration: none;
    padding: 0;
    align-items: center;
    width: 340px;
    height: 51px;
}
.button23 {
    position: relative;
    top: -25px;
    text-align: center;
    line-height: 51px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 2em;
    text-align: center;
    background-color: var(--c10);
    color: var(--c0);
    text-decoration: none;
    padding: 0;
    align-items: center;
    width: 394px;
    height: 51px;
}
.button24 {
    background-color: var(--c11);
    color: var(--c0);
    font-size: 10px;
    font-weight: 700;
    line-height: 10px;
    letter-spacing: 1px;
    border-radius: 8px;
    padding: 0 8px 2px 8px;
    margin-right: 9px;
}
.button25 {
    background-color: var(--c2);
    color: var(--c0);
    font-size: 10px;
    font-weight: 700;
    line-height: 10px;
    letter-spacing: 1px;
    border-radius: 8px;
    padding: 0 8px 2px 8px;
    margin-right: 9px;
}
.button26 {
    background-color: var(--c10);
    color: var(--c0);
    font-size: 16px;
    font-weight: 600;
    line-height: 42px;
    letter-spacing: 1px;
    border-radius: 30px;
    padding: 0px;
    border: none;
    width:164px;
}
.button26:active {
    background-color: var(--c2);
}
.button27 {
    text-align: center;
    line-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    background-color: var(--c10);
    color: var(--c0);
    text-decoration: none;
    padding: 0;
    align-items: center;
    width: 260px;
    height: 42px;
    font-size: 16px;
    font-weight: 600;
}
.button27_2 {
    text-align: center;
    line-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    background-color: var(--c3);
    color: var(--c0);
    text-decoration: none;
    padding: 0;
    align-items: center;
    width: 260px;
    height: 42px;
    font-size: 16px;
    font-weight: 600;
}
.button4 {
    padding: 6px 8px;
    position: absolute;
    right: 0;
    top: 6px;
    background: var(--c13);
    color: var(--c1);
    border-radius: 5px;
    text-decoration: none;
    font-size: 10px;
    margin: 4px 18px;
}
.button5 {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: var(--c1);
    text-align: center;
    text-decoration: none;
}
.button5>.button5_1 {
    width: 274px;
    height: 60px;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    padding: 5px 10px 3px 10px;
    border: 1px solid var(--c10);
    border-radius: 10px 10px 0 0;
    background: var(--c10);
    flex-grow: 1;
    line-height: 1.6;
}
.button5>.button5_2 {
    width: 274px;
    height: 98px;
    border: 1px solid var(--c10);
    border-radius: 0 0 10px 10px;
    background-color: var(--c0);
    text-align: center;
    /* margin-left: auto; */
    display: flex;
    align-items: center;
}
.button5>.button5_2>img {
    margin: auto;
}
.button9 {
    display: inline-flex;
    align-items: center;
    padding: 10px 18px;
    position: absolute;
    right: 0;
    top: calc(50% - 1em);
    background: var(--c13);
    color: var(--c1);
    border-radius: 12px;
    text-decoration: none;
    font-size: 20px;
    margin: 4px 30px;
}
.button10 {
    display: inline-block;
    border-radius: 30px;
    text-align: center;
    background-color: var(--c10);
    color: var(--c0);
    text-decoration: none;
    padding: 2px 2.5em;
}
.button10_1 {
    display: inline-block;
    border-radius: 30px;
    text-align: center;
    background-color: var(--c12);
    color: var(--c0);
    text-decoration: none;
    padding: 2px 2.5em;
}
.button10_2 {
    display: inline-block;
    border-radius: 30px;
    text-align: center;
    background-color: var(--c15);
    color: var(--c1);
    text-decoration: none;
    padding: 2px 2.5em;
}
.button10_3 {
    display: inline-block;
    border-radius: 30px;
    text-align: center;
    background-color: var(--c13);
    color: var(--c1);
    text-decoration: none;
    padding: 2px 2.5em;
}
.button10_4 {
    display: inline-block;
    border-radius: 30px;
    text-align: center;
    background-color: var(--c15);
    color: var(--c0);
    text-decoration: none;
    padding: 2px 2.5em;
}
.button11 {
    display: inline-block;
    border-radius: 30px;
    text-align: center;
    background-color: var(--c10);
    color: var(--c0);
    text-decoration: none;
    padding: 0;
    width: 230px;
    height: 46px;
    font-weight: 600;
    line-height: 44px;
}
.button11_1 {
    display: inline-block;
    border-radius: 30px;
    text-align: center;
    background-color: var(--c12);
    color: var(--c0);
    text-decoration: none;
    padding: 0;
    width: 230px;
    height: 46px;
    font-weight: 600;
    line-height: 44px;
}
.button11_2 {
    display: inline-block;
    border-radius: 30px;
    text-align: center;
    background-color: var(--c15);
    color: var(--c1);
    text-decoration: none;
    padding: 0;
    width: 230px;
    height: 46px;
    font-weight: 600;
    line-height: 44px;
}
.button11_3 {
    display: inline-block;
    border-radius: 30px;
    text-align: center;
    background-color: var(--c14);
    color: var(--c0);
    text-decoration: none;
    padding: 0;
    width: 230px;
    height: 46px;
    font-weight: 600;
    line-height: 44px;
}
.button11_4 {
    display: inline-block;
    border-radius: 30px;
    text-align: center;
    background-color: var(--c15);
    color: var(--c0);
    text-decoration: none;
    padding: 0;
    width: 230px;
    height: 46px;
    font-weight: 600;
    line-height: 44px;
}
.button11_5 {
    display: inline-block;
    border-radius: 30px;
    text-align: center;
    background-color: var(--c31);
    color: var(--c0);
    text-decoration: none;
    padding: 0;
    width: 230px;
    height: 46px;
    font-weight: 600;
    line-height: 44px;
}
.button12 {
    border-radius: 8px;
    text-align: center;
    background-color: var(--c10);
    color: var(--c0);
    text-decoration: none;
    padding: 0.2em 0em;
    width: 58px;
}
.button12_1 {
    border-radius: 8px;
    text-align: center;
    background-color: var(--c21);
    color: var(--c0);
    text-decoration: none;
    padding: 0.2em 0em;
    width: 58px;
}
.button13 {
    position: relative;
    width: 240px;
    height: 51px;
    top: -25px;
    border-radius: 26px;
    text-align: center;
    background-color: var(--c13);
    color: var(--c1);
    text-decoration: none;
    padding: 0;
    line-height: 51px;
}
.button13_1 {
    position: relative;
    width: 240px;
    height: 51px;
    top: -25px;
    border-radius: 26px;
    text-align: center;
    background-color: var(--c12);
    color: var(--c0);
    text-decoration: none;
    padding: 0;
    line-height: 51px;
}
.button13_2 {
    position: relative;
    width: 240px;
    height: 51px;
    top: -25px;
    border-radius: 26px;
    text-align: center;
    background-color: var(--c15);
    color: var(--c1);
    text-decoration: none;
    padding: 0;
    line-height: 51px;
}
.button13_3 {
    position: relative;
    width: 240px;
    height: 51px;
    top: -25px;
    border-radius: 26px;
    text-align: center;
    background-color: var(--c14);
    color: #fff9cb;
    text-decoration: none;
    padding: 0;
    line-height: 51px;
}
.button13_4 {
    position: relative;
    width: 240px;
    height: 51px;
    top: -25px;
    border-radius: 26px;
    text-align: center;
    background-color: var(--c31);
    color: var(--c0);
    text-decoration: none;
    padding: 0;
    line-height: 51px;
}

.button14 {
    width: 35px;
    height: 34px;
    border-radius: 11px;
    text-align: center;
    background-color: var(--c13);
    color: var(--c1);
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.button15 {
    text-align: center;
    padding: 0;
    width: 95px;
    height: 31px;
    line-height: 29px;
    border-radius: 8px;
}
.button16 {
    text-align: center;
    width: 192px;
    height: 36px;
    line-height: 36px;
    border-radius: 30px;
    text-decoration: none;
    max-width: 100%;
}
.button17 {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: var(--c1);
    text-align: center;
    text-decoration: none;
    width: 411px;
    max-width: 100%;
}
.button17>.button17_1 {
    width: 233px;
    height: 86px;
    text-align: center;
    padding: 1.5em 0 0 0;
    line-height: 1.7;
    border: 1px solid var(--c10);
    border-radius: 10px 0 0 10px;
    background: var(--c10);
    flex-grow: 1;
}
.button17>.button17_2 {
    width: 178px;
    height: 86px;
    border: 1px solid var(--c10);
    border-radius: 0 10px 10px 0;
    background-color: var(--c0);
    text-align: center;
    margin-left: auto;
    display: flex;
    align-items: center;
}
.button17>.button17_2>img {
    width: 120px;
    margin: auto;
}
.button28 {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: var(--c1);
    text-align: center;
    text-decoration: none;
    width: 550px;
    max-width: 100%;
}
.button28>.button28_1 {
    width: 312px;
    height: 115px;
    text-align: center;
    padding: 1.5em 0 0 0;
    line-height: 1.7;
    border: 1px solid var(--c10);
    border-radius: 16px 0 0 16px;
    background: var(--c10);
    flex-grow: 1;
}
.button28>.button28_2 {
    width: 238px;
    height: 115px;
    border: 1px solid var(--c10);
    border-radius: 0 16px 16px 0;
    background-color: var(--c0);
    text-align: center;
    margin-left: auto;
    display: flex;
    align-items: center;
}
.button28>.button28_2>img {
    width: 160px;
    margin: auto;
}

.button29 {
    position: relative;
    width: fit-content;
    height: 2em;
    border-radius: 26px;
    text-align: center;
    background-color: var(--c13);
    color: var(--c1);
    text-decoration: none;
    padding: 0 2.5em;
    line-height: 2em;
}
.button18 {
    text-align: center;
    width: 265px;
    height: 54px;
    line-height: 54px;
    border-radius: 35px;
    text-decoration: none;
    max-width: 100%;
}
.button19 {
    text-align: center;
    width: 58px;
    height: 20px;
    line-height: 19px;
    border-radius: 8px;
    text-decoration: none;
    max-width: 100%;
}
.arrow1 {
    box-sizing: border-box;
    position: absolute;
    width: 13.78px;
    height: 13.78px;
    right: 8px;
    border: 1px solid rgba(255,255,255,1);
    border-width: 1px 1px 0 0;
    transform: rotate(45deg);
}
.arrow2 {
    position: relative;
    box-sizing: border-box;
    width: 11.25px;
    height: 11.25px;
    top: 5px;
    border: 1px solid #000000;
    border-width: 1px 0 0 1px;
    transform: rotate(-45deg);
}
.bg_1 {
    position: relative;
    background: url(../images/background3.jpg) center center / cover no-repeat;
    background-color:rgba(255,255,255,0.8);
    background-blend-mode:lighten;
    padding: 0 0 70px 0;
}
.bg_1_top {
    position: absolute;
    width: 100%;
    height: 180px;
    background: linear-gradient(to top, var(--c20t) 0, var(--c20) 8px);
}
.bg_1_bottom {
    position: absolute;
    width: 100%;
    height: 30px;
    bottom: 0;
    background: linear-gradient(to bottom, var(--c20t) 0, var(--c20) 8px);
}
.bg_2 {
    background-color:var(--c0);
    padding: 0 0 0 0;
}
.bg_3 {
    position: relative;
    background: url(../images/bg6.jpg) center center / cover no-repeat;
    background-color:rgba(255,255,255,0.6);
    background-blend-mode:lighten;
    padding: 0 0 0 0;
}
.bg_4 {
    background-image:
        url(../images/takahira_svg1.svg),
        url(../images/takahira_svg2.svg),
        url(../images/takahira_svg3.svg),
        url(../images/takahira_bg2.jpg);
    background-repeat:
        no-repeat,
        no-repeat,
        no-repeat,
        no-repeat;
    background-position:
        top 30px right -370px,
        top 840px left -340px,
        top -710px left calc(50% - 440px),
        top 1600px center;
    background-size:
        1054px 1085px,
        1051px 1089px,
        847px 936px,
        100% auto;
}
.bg_5 {
    position: relative;
    background-image: url(../images/takahira_bg3.jpg);
    background-position: top 0 center;
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.bg_6 {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 500px;
    background: linear-gradient(to bottom, #ffffff00, #ffffff);
}
.ul1 {
    list-style-type: none;
}
.ul1 li {
    margin-bottom: 1em;
    font-size: 14px;
    font-weight: 500;
}
.ul2 {
    list-style-type: disc;
    padding-left: 1.5em;
}
.ul3 {
    list-style-type: none;
    padding:0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}
.ul3 li {
    width: 180px;
    text-align: center;
    padding: 13px 0px 14px 0px;
    border-radius: 30px;
    background: var(--c13);
    font-size: 16px;
    font-weight: 700;
    line-height: 15px;
    cursor: pointer;
}
.ul3 li.unfocus {
    background: var(--c3);
}
.ul4 li {
    margin-bottom: 0.4em;
    text-align: justify;
    letter-spacing: -0.02em;
}
.ul4 li::marker {font-size: 10px;}
.info_box {
    height: 470px;
    overflow: auto;
}
.icon1 {width: 20px;height: 20px;}
.icon2 {width: 32px;height: 29px;}
.sitemap {
    display: flex;
    padding-top: 100px;
    padding-bottom: 100px;
}
.sitemap_menu a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: var(--c1);
    border-bottom: solid 1px var(--c10);
    padding: 8px 9px;
    gap: 14px;
    font-weight: bold;
    background: rgba(255, 255, 255, 0.8);
}
.sitemap_menu a:first-child {
    border-top: solid 1px var(--c10);
}
.sitemap_menu a img {
    width: 35px;
    height: auto;
}
.sitemap_menu a span {
    font-weight: 500;
}
.banners a {
    display: inline-block;
    margin: 20px 0;
}
.fb_box {
    width: 500px;
    max-width: 100%;
    height: 720px;
    overflow: hidden;
    margin-left: auto;
}
.fb-page,
.fb-page span,
.facebook_wrap iframe{
  width: 500px !important;
  height: 720px !important;
}
.underbar1 {
    width:170px;
    border-bottom: solid 2px var(--c10);
    max-width: 100%;
}
.underbar2 {
    width:260px;
    border-bottom: solid 2px var(--c10);
    max-width: 100%;
}
.underbar3 {
    width:170px;
    border-bottom: solid 2px var(--c12);
    max-width: 100%;
}
.underbar4 {
    width:170px;
    border-bottom: solid 2px var(--c15);
    max-width: 100%;
}
.underbar5 {
    width:170px;
    border-bottom: solid 2px var(--c14);
    max-width: 100%;
}
.underbar6 {
    width:525px;
    border-bottom: solid 2px var(--c10);
    max-width: 100%;
}
.underbar7 {
    width:366px;
    border-bottom: solid 2px var(--c10);
    max-width: 100%;
}
.underbar8 {
    width:474px;
    border-bottom: solid 2px var(--c10);
    max-width: 100%;
}
.underbar9 {
    width:260px;
    border-bottom: solid 2px var(--c10);
    max-width: 100%;
}
.underbar10 {
    width:170px;
    border-bottom: solid 2px var(--c31);
    max-width: 100%;
}
.line1 {
    height: 2px;
    background-color: var(--c10);
}
.line2 {
    height: 2px;
    background-color: var(--c1);
}
.line3 {
    height: 2px;
    background-color: var(--c13);
}
.box2, .box2_1 {
    width: 1300px;
    background: var(--c0);
    border: 1px solid var(--c2);
    box-shadow: 4px 4px 0px var(--c13);
}
.box2_2 {
    width: 1300px;
    background: var(--c0);
    border: 1px solid var(--c3);
    box-shadow: 4px 4px 0px var(--c15);
}
.box3 {
    padding-inline: 68px;
    box-sizing: border-box;
    background: #FFFFFF;
    border: 2px solid #000000;
    box-shadow: 6px 6px 0px #FFF100;
    background: right bottom no-repeat var(--c0) url("../images/about14.jpg");
    background-size: 57% auto;
}
.box4 {
    padding: 53px 57px;
    box-sizing: border-box;
    background: #FFFFFF;
    border: 2px solid #000000;
    box-shadow: 6px 6px 0px #FFF100;
}
.box5 {
    padding: 80px 128px;
    box-sizing: border-box;
    background: var(--c0);
    border: 2px solid var(--c13);
    border-radius: 40px;
}
.box6 {
    padding: 80px 150px 50px 150px;
    box-sizing: border-box;
    border-radius: 50px 50px 0 0;
}
.box7 {
    border: solid 5px var(--c4);
}
.table1 {
    width: 633px;
    border-collapse: collapse;
}
.table1 th, .table1 td {
    font-size: 10px;
    text-align: center;
    padding: 0.3em 1em;
    border: 1px solid #fff;
    border-width: 0 1px 1px 1px;
}
.table1 th {
    background-color: var(--c13);
}
.table1 td {
    background-color: var(--c4);
}
.table1 tr th:first-child, .table1 tr td:first-child {
    position: sticky;
    left: -1px;
}
.table2 {
    width: 380px;
    border-collapse: collapse;
}
.table2 th, .table2 td {
    font-size: 10px;
    text-align: center;
    padding: 0.3em 1em;
    border: 1px solid #fff;
    border-width: 0 1px 1px 1px;
}
.table2 th {
    background-color: var(--c13);
}
.table2 td {
    background-color: var(--c4);
}
.table2 tr th:first-child, .table2 tr td:first-child {
    position: sticky;
    left: -1px;
}
.table3 {
    border-collapse: collapse;
}
.table3 td {
    border-bottom: solid 1px var(--c6);
    padding: 1.4em 0;
    line-height: 1.6;
}
.table3 tr td:first-child {
    width: 180px;
    padding-left: 0.3em;
    padding-right: 1.6em;
}
.table4 {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 25px;
}
.table4 th {
    font-size: 15px;
    font-weight: 700;
    text-align: left;
}
.table4 td {
    text-align: right;
}
.table4 input[type='text'] {
    margin: 0 5px;
    border-radius: 5px;
    border: 1px solid var(--c5);
    background: var(--c20);
    text-align: right;
    padding: 0.2em 0.5em;
    box-shadow: 0px 0px 0px #CCC inset;
}
.table4 input[disabled='disabled'] {
    background: var(--c3);
}
.table5 {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 5px;
}
.table5 th {
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    padding-top: 1em;
}
.table5 td {
    text-align: left;
}
.table5 input[type='text'],
.table5 input[type='email'],
.table5 input[type='tel'],
.table5 textarea,
.table5 select {
    margin: 0 0;
    border-radius: 0;
    border: 1px solid var(--c5);
    border-width: 1px 0;
    background: var(--c20);
    text-align: left;
    padding: 0.3em 0.5em;
    width: 100%;
    font-size: 14px;
}
.table5 select {
    padding: 0.6em 0.5em;
}

.table5 input[disabled='disabled'] {
    background: var(--c3);
}
.link1 {
    display: block;
    text-align: center;
    padding: 20px 0;
    border-bottom: solid 1px var(--c6);
}
.link1 a {
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    color: var(--c1);
    line-height: 30px;
    letter-spacing: 0.9px;
}
.tab1 {
    max-width: 630px;
    margin: 0 auto;
    padding: 0;
    border: solid 1px var(--c1);
}
.must {
    font-size: 10px;
    font-weight: 700;
    border-radius: 5px;
    background-color: var(--c13);
    padding: 0 7px 1px 7px;
    margin-left: 10px;

	display: inline;
	border: solid 0px #C00;
	text-shadow: 0px 0px 0px #933;
	color: var(--c1);
	float: none;
	box-shadow: 0px 0px 0px #CCC;
	background-image: none;
	background-size: 100% 100%;
}

.takahira_flex1_2 {
    width: 503px;
}
.takahira_flex1_1 {
    width: calc((100% - 900px) / 2);
}
.takahira_flex1_3 {
    width: calc(100% - ((100% - 900px) / 2) - 503px);
    padding: 0 0 0 75px;
}
#takahira_svg1 {
    position: absolute;
    top: 500px;
    left: 0;
    z-index: 0;
}
.takahira_img {
    border-radius: 60px 0px 0px 35px;
    overflow: hidden;
}

/* swiper start */
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
}
.swiper-button-prev,
.swiper-button-next {
  height: 50px;
  width: 50px;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 50px;
  margin: auto;
  width: 50px;
}
.swiper-button-prev::after {
  background-image: url(../images/arrow_btn.png);
}
.swiper-button-next::after {
  background-image: url(../images/arrow_btn2.png);
}

.mySwiper2 .swiper-button-prev,
.mySwiper2 .swiper-button-next {
  height: 45px;
  width: 45px;
  top: calc(100% - 23px);
}
.mySwiper2 .swiper-button-prev::after,
.mySwiper2 .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 45px;
  margin: auto;
  width: 45px;
}
.mySwiper2 .swiper-button-prev::after {
  background-image: url(../images/arrow_btn3.png);
}
.mySwiper2 .swiper-button-next::after {
    background-image: url(../images/arrow_btn4.png);
}
.mySwiper2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--c2);
}

.mySwiper3 .swiper-button-prev,
.mySwiper3 .swiper-button-next {
  height: 45px;
  width: 45px;
  top: 200px;
}
.mySwiper3 .swiper-button-prev::after,
.mySwiper3 .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 45px;
  margin: auto;
  width: 45px;
}
.mySwiper3 .swiper-button-prev::after {
  background-image: url(../images/arrow_btn7.png);
}
.mySwiper3 .swiper-button-next::after {
    background-image: url(../images/arrow_btn8.png);
}
.mySwiper3 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--c2);
}
/* .swiper img {max-width:;} */
/* swiper end */

/* popup start */
.popup_open {display: none;}
.popup {display: none;}
.popup_overlay {display: none;}
.popup_window {
    display: flex;
    flex-direction: column;
    z-index: 9999;
    padding: 30px;
    /* justify-content: center;
    align-items: center; */
    box-sizing: border-box;
    width: 462px;
    height: 100%;
    background: #FFFFFF;
    border: 2px solid #000000;
    box-shadow: 6px 6px 0px #FFF100;
}
.popup_window2 {
    padding: 48px 57px;
    width: 835px;
    background: #FFFFFF;
    border: 2px solid #000000;
    box-shadow: 6px 6px 0px #8EC31F;
}
.popup_window3 {
    padding: 48px 57px;
    width: 934px;
    background: var(--c14);
    color: var(--c0);
    border: 2px solid #000000;
    box-shadow: 6px 6px 0px var(--c13);
}
.popup_window4 {
    padding: 48px 57px;
    width: 726px;
    background: #FFFFFF;
    border: 2px solid #000000;
    box-shadow: 6px 6px 0px #FFF100;
}
.popup_window5 {
    padding: 48px 57px;
    width: 726px;
    background: var(--c31);
    color: var(--c0);
    border: 0px solid #000000;
    box-shadow: 6px 6px 0px var(--c6);
}
.popup_close {
    display: none;
}

/* popup end */

/* mailform pro 上書き start */
.mfp_element_all {
    max-width: 100%;
}
.mfp_element_text, .mfp_element_number, .mfp_element_select-one, .mfp_element_email, .mfp_element_tel, .mfp_element_textarea, .mfp_element_date, .mfp_element_password {
    box-shadow: 0px 0px 0px #CCC inset;
}
form#mailformpro label, form#mailformpro label, form#mailformpro label.mfp_not_checked {
    border-radius: 0;
    margin: 0 20px 0 0;
    display: inherit;
    white-space: inherit;
    padding: 3px;
    border: solid 0px #CCC;
    background-color: inherit;
    box-shadow: 0px 0px 0px #CCC inset;
}
div.mfp_err::before {content: "■";}
div.mfp_err {
    background-image: none;
    padding: 0;
}
.table5 textarea {
    width: 100%!important;
    height: 176px!important;
}
.mfp_element_submit, .mfp_element_reset, .mfp_element_button, button.mfp_next, button.mfp_prev {
    text-shadow: none;
    background: var(--c10);
    color: var(--c0);
}
.mfp_element_submit:hover, .mfp_element_reset:hover, .mfp_element_button:hover, button.mfp_next:hover, button.mfp_prev:hover {
    text-shadow: none;
    background: var(--c10);
    box-shadow: none;
    /* padding: 0; */
}
table#mfp_confirm_table tr th, table#mfp_confirm_table tr td {
    white-space: normal;
    width: auto;
    display: block;
}
table#mfp_confirm_table tr th {
    font-weight: 400;
    padding: 1em 0 0.5em 0;
}
table#mfp_confirm_table tr th::before {
    content: "※ ";
}

table#mfp_confirm_table tr td {
    border-top: 0;
    padding: 0 0 1em 1em;
    font-weight: 700;
    font-size: 13px;
}
div#mfp_overlay_inner {
    width: 800px;
    padding: 20px;
}
div#mfp_overlay_inner table {
    margin: 10px 0;
}
/* mailform pro 上書き end */
/* L */
@media screen and (min-width: 1380px) {
    .footer_logo {
        position: absolute;
        top: 0;
        left: 40px;
    }
    .l_ml_auto {margin-left: auto;}
    .l_hide {display: none;}
}
/* M */
@media screen and (max-width: 1379px) {
    header {display:inline-block;order: -2;padding: 14px 10px;}
    nav {order:-1;}
    .main_navi a .main_navi_text {
        font-size: 14px;
    }
    .top_page .main_navi a {
        padding: 7px 0;
    }
    .logo {
        width: 269px;
        height: 70px;
        background-image: url(../images/logo1.png);
    }
    .footer_sns {margin: 0 0 55px 0;}
    .main_navi>* {width: 25%;}
    .main_navi a {
        width: 96%;
        padding: 6px 0;
    }
    .main_navi a span {display: none;}
    .main_navi .main_navi_underline span {
        display: block;
        width: 81%;
        height: 1px;
        background-color: rgba(255,255,255,0.2);
        margin: 0 auto;
        left: calc(50% - 81%/2 - 0.5px);
        bottom: 0px;
        opacity: 1;
    }
    .main_navi a:hover span, .top_page .main_navi a:hover span {
        bottom: 0px;
        width: 81%;
        left: calc(50% - 81%/2 - 0.5px);
        opacity: 1;
    }
    .button1:last-child {
        margin-top: 6px;
    }
    .ul1 li {font-weight: 400;}
    /* .max1300 {max-width: 728px;} */
    
    .m_max650 {max-width: 650px;margin-left: auto;margin-right: auto;}
    .m_max652 {max-width: 652px;margin-left: auto;margin-right: auto;}
    .m_max728 {max-width: 728px;margin-left: auto;margin-right: auto;}
    .m_max468 {max-width: 468px;margin-left: auto;margin-right: auto;}
    .m_max100p {max-width: 100%;margin-left: auto;margin-right: auto;}
    .m_min-height1 {min-height: 550px;}
    .m_height380 {height: 380px;}
    .m_w100 {width: 100%;}
    .m_w224 {width: 224px;}
    .m_w495 {width: 495px;}
    .m_w650 {width: 650px;}
    .m_wauto {width: auto;}
    .m_mt0 {margin-top: 0;}
    .m_mt05em {margin-top: 0.5em;}
    .m_ml_auto {margin-left: auto;}
    .m_ml20 {margin-left: 20px;}
    .m_mr20 {margin-right: 20px;}
    .m_ml60 {margin-left: 60px;}
    .m_mr60 {margin-right: 60px;}
    .m_mb0 {margin-bottom: 0;}
    .m_mb05em {margin-bottom: 0.5em;}
    .m_mb1em {margin-bottom: 1em;}
    .m_mb2em {margin-bottom: 2em;}
    .m_mb3em {margin-bottom: 3em;}
    .m_mb5em {margin-bottom: 5em;}
    .m_mb7em {margin-bottom: 7em;}
    .m_mb40 {margin-bottom: 40px;}
    .m_mb170 {margin-bottom: 170px;}
    .m_hide {display: none;}
    .m_show {display: block;}
    .m_f11 {font-size: 11px;}
    .m_f12 {font-size: 12px;}
    .m_f14 {font-size: 14px;}
    .m_f15 {font-size: 15px;}
    .m_f16 {font-size: 16px;}
    .m_f17 {font-size: 17px;}
    .m_f18 {font-size: 18px;}
    .m_f22 {font-size: 22px;}
    .m_f23 {font-size: 23px;}
    .m_f24 {font-size: 24px;}
    .m_fw400 {font-weight: 400;}
    .m_fw700 {font-weight: 700;}
    .m_lh160 {line-height: 1.6;}
    .m_p15 {padding: 15px;}
    .m_pr0 {padding-right: 0;}
    .m_pt0 {padding-top: 0;}
    .m_pt05em {padding-top: 0.5em;}
    .m_pt1em {padding-top: 1em;}
    .m_pt5em {padding-top: 5em;}
    .m_pt30 {padding-top: 30px;}
    .m_pt50 {padding-top: 50px;}
    .m_pt60 {padding-top: 60px;}
    .m_pb0 {padding-bottom: 0;}
    .m_pb3em {padding-bottom: 3em;}
    .m_pb20 {padding-bottom: 20px;}
    .m_pb30 {padding-bottom: 30px;}
    .m_pb40 {padding-bottom: 40px;}
    .m_pb50 {padding-bottom: 50px;}
    .m_pb60 {padding-bottom: 60px;}
    .m_order1 {order:1}
    .m_f_column {flex-direction: column;}
    .m_f_columnreverse {flex-direction: column-reverse;}
    .m_f_row {flex-direction: row;}
    .m_f_rowreverse {flex-direction: row-reverse;}
    .m_gap7 {gap: 7px;}
    .m_gap10 {gap: 10px;}
    .m_gap15 {gap: 15px;}
    .m_gap26 {gap: 26px;}
    .m_gap30 {gap: 30px;}
    .m_gap62 {gap: 62px;}
    .m_gap50 {gap: 50px;}
    .m_center {margin-left: auto;margin-right: auto;}
    .m_text_right {text-align: right;}
    .m_text_left {text-align: left;}
    
    .m_absolute1 {
        position: absolute;
        top: 450px;
        left: 30px;
    }
    .m_absolute2 {
        position: absolute;
        bottom: 0px;
        left: 50px;
    }
    .footer_logo {
        width: 182px;
        max-width: 100%;
        margin: 0 0 23px 0;
    }
    .flex_sns {
        order: 1;
        flex-direction: column;
        align-items: center;
        font-size: 11px;
        gap: 15px;
        padding: 4px 0 0 10px;
    }
    .flex_product_cards {
        gap: 14px;
    }
    .flex_product_cards>* {
        display: flex;
        padding: 13px;
        color: var(--c1);
        text-align: left;
        border-radius: 12px;
    }

    .card {
        flex-direction: row;
        width: calc((100% - 14px) / 2);
        gap: 10px;
        background-size: 30%;
        min-height: 177px;
    }
    .card_group {
        width: 201px;
    }
    .cardx2 {
        width: calc((100% - 14px) / 2);
        background-size: 40%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        position: relative;
        gap: 20px;
    }
    .card_0 {
        width: 120px;
        margin-bottom: 24px;
    }
    .card_1 {
        font-size: 14px;
        border-bottom: solid 1px var(--c10);
        padding-bottom: 4px;
        margin-bottom: 0;
    }
    .card_2 {
        font-size: 12px;
        border: none;
        background: none;
        margin: 2px;
        height: 28px;
        line-height: 28px;
    }
    .card_3 {
        font-size: 11px;
        margin-bottom: 7px;
    }
    .card_5 {
        display: flex;
        flex-direction: row;
        justify-content: center;
        width: 120px;
        gap: 10px;
        top: 140px;
        left: 13px;
    }
    .card_5>div {
        width: 48px;
        border-radius: 4px;
        padding: 2px 0 3px;
    }
    .button2, .button7 {
        font-size: 12px;
        line-height: 28px;
        width: 144px;
        height: 30px;
        border-radius: 22px;
    }

    .button5>.button5_1 {
        width: 131px;
        height: 32px;
        padding: 3px 3px 1px 3px;
        font-size: 10px;
        border: 1px solid var(--c10);
        border-radius: 7px 7px 0 0;
        background: var(--c10);
        flex-grow: 1;
        line-height: 12px;
    }
    .button5>.button5_2 {
        width: 131px;
        height: 49px;
        padding: 7px 10px;
        border: 1px solid var(--c10);
        border-radius: 0 0 7px 7px;
        background-color: var(--c0);
        text-align: center;
        margin-left: auto;
        display: flex;
        align-items: center;
    }
    .button5>.button5_2 > img {
        max-height: 100%;
        width: auto;
    }
    .button6 {
        text-decoration: none;
    }
    .button6 div:nth-child(1) {
        background-color: var(--c10);
        font-size: 10px;
        font-weight: bold;
        color: var(--c1);
        text-align: center;
        padding: 5px 5px;
        border-radius: 8px 8px 0 0;
        margin: 10px 0 0 0;
    }
    .button6 div:nth-child(2) {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: var(--c0);
        text-align: center;
        height: 58px;
        padding: 0;
        border: 1px solid var(--c10);
        border-radius: 0 0 8px 8px;
        margin-bottom: 20px;
    }
    .button6 div:nth-child(2) img {
        display: inline;
    }
    .button8_2 {
        border-radius: 20px;
        width: 242px;
        height: 39px;
    }
    .button9 {
        padding: 8px 14px;
        border-radius: 9px;
        font-size: 15px;
        margin: 4px 30px;
    }
    .button13 {
        position: relative;
        width: 180px;
        height: 40px;
        top: -20px;
        border-radius: 20px;
        line-height: 40px;
    }
    .button13_1 {
        position: relative;
        width: 180px;
        height: 40px;
        top: -20px;
        border-radius: 20px;
        line-height: 40px;
    }
    .button13_2 {
        position: relative;
        width: 180px;
        height: 40px;
        top: -20px;
        border-radius: 20px;
        line-height: 40px;
    }
    .button13_3 {
        position: relative;
        width: 180px;
        height: 40px;
        top: -20px;
        border-radius: 20px;
        line-height: 40px;
    }
    .button17 {width: 300px;}
    .button17>.button17_1 {
        width: 203px;
        height: 35px;
        padding:0;
        line-height: 33px;
    }
    .button17>.button17_2 {
        width: 97px;
        height: 35px;
    }
    .button17>.button17_2>img {
        margin: auto;
        width: 55px;
    }
    .button22 {
        top: -19px;
        line-height: 39px;
        border-radius: 2em;
        width: 255px;
        height: 39px;
    }
    .button23 {
        top: -19px;
        line-height: 39px;
        border-radius: 2em;
        width: 255px;
        height: 39px;
    }
    .flex_ham_link {
        padding: 0 9px;
        text-decoration: none;
        color: var(--c0);
        gap: 12px;
        position: relative;
        display: flex;
        align-items: center;
        height: 70px;
        border-bottom: 1px solid rgba(255,255,255,1);
    }
    .flex_sitemap {
        display: flex;
        flex-direction: column;
    }
    .flex_sitemap_link {
        padding: 0 9px;
        text-decoration: none;
        color: var(--c0);
        gap: 12px;
        position: relative;
        display: flex;
        align-items: center;
        height: 70px;
        border-bottom: 1px solid rgba(255,255,255,0.5);
    }
    .flex_header_button {
        flex-direction: column;
    }
    .flex4 {
        gap: 2.6%;
    }
    .flex4>* {
        width:23%;
    }
    .back_top {
        height: 30px;
    }
    .bg_1 {
        padding: 0 0 20px 0;
    }
    .bg_1_top {
        height: 70px;
    }
    .bg_1_bottom {
        height: 20px;
    }
    .box1 {
        padding: 20px;
        /* border: solid 1px var(--c21); */
        border-radius: 0px 50px 0px 60px;
        gap: 20px;
    }
    .box1_1 {
        width: 294px;
    }
    .box1_1_logo {width: 218px;}
    .box3 {
        padding-inline: 34px;
    }
    
    .box4 {
        padding: 50px 50px;
    }
    .box5 {
        padding: 60px 42px;
        border-radius: 25px;
    }
    .box6 {
        padding: 50px 25px 40px 25px;
    }
    .info_box {
        height: 26em;
    }
    .sitemap {
        flex-direction: column-reverse;
        padding-top: 30px;
        padding-bottom: 50px;
    }
    .fb_box {height: 500px;margin-right: auto;}
    .fb-page,
    .fb-page span,
    .facebook_wrap iframe{
        width: 500px !important;
        height: 500px !important;
    }
    .icon1 {width: 15px;height: 15px;}
    .icon2 {width: 24px;height: 22px;}
    .banners {order: -1;}
    .banners a {
        width: 120px;
        margin: 20px 0 48px;
    }
    .flex_product_cards2 {
        gap: 40px 15px;
    }
    .flex_product_cards2>* {
        width: calc((100% - 30px) / 3);
    }
    .about_logo img {
        max-width: 25%;
    }
    .about5 {
        width: 400px;
        border-radius: 0px 10px 30px 0px;
    }
    .about11 {
        width: 25%;
        right: 15%;
        bottom: 50px;
    }
    .popup_window2 {
        padding: 30px;
    }
    .popup_window3 {
        padding: 30px;
    }
    .popup_window4 {
        padding: 30px;
    }
    .table2 {
        width: 300px;
    }
    .ul3 {
        gap: 15px;
    }
    .ul3 li {
        width: 150px;
        padding: 11px 0px 12px 0px;
        border-radius: 25px;
        font-size: 13px;
        line-height: 15px;
    }
    .takahira_logo {
        width: max(20%, 177px);
    }
    .underbar9 {
        width: 195px;
    }
    .takahira_flex1_2 {
        width: 530px;
        margin: 0 auto;
    }
    .takahira_flex1_3 {
        width: 100%;
        padding: 0 0 0 45%;
    }
    .bg_4 {
        background-image:
            url(../images/takahira_svg1.svg),
            url(../images/takahira_svg2.svg),
            url(../images/takahira_svg3.svg),
            url(../images/takahira_bg4.jpg);
        background-position:
            top 80px right -270px,
            top 1000px left -220px,
            top -260px left calc(50% - 280px),
            top 1800px center;
        background-size:
            738px 760px,
            626px 649px,
            393px 434px,
            auto 1698px;
    }
    .bg_5 {
        background-size: 170% auto;
        background-position: top 0 right -450px;
    }
    :root {
        --swiper-navigation-size: 28px;
    }
    .mySwiper2 .swiper-button-next, .mySwiper2 .swiper-button-prev {width: 27px;height: 27px;}
    .mySwiper2 .swiper-button-next {right: 0;}
    .mySwiper2 .swiper-button-prev {left: 0;}
    .mySwiper2 .swiper-button-prev::after, .mySwiper2 .swiper-button-next::after {width: 27px;height: 27px;}
    /* .top_slide {height: 430px;} */
}
/* S */
@media screen and (max-width: 767px) {
    header{
        padding: 7px 18px;
        position: fixed;
        top: 0;
        height: 48px;
        z-index: 500;
    }
    header + * {margin-top: 48px;}
    .logo, .top_page .logo {
        width: 131px;
        height: 34px;
        margin-left: auto ;
        margin-right: auto;
    }
    .facebook {
        width: 20px;
        height: 20px;
        background-image: url(../images/facebook3.png);
    }
    .instagram {
        width: 20px;
        height: 20px;
        background-image: url(../images/instagram3.png);
    }
    .flex_sns {
        position: absolute;
        flex-direction: row;
        padding: 7px 0 0 0;
        gap: 13px;
    }
    .flex_product_cards>* {
        border: none;
        box-shadow: 0px 0px 10px rgba(155, 155, 155, 0.3);
        border-radius: 8px;
        padding: 19px 14px;
    }
    .card {
        flex-direction: column;
        gap: 6px;
        background-image: none;
    }
    .card_group {
        width: 100%;
    }
    .card_0 {
        width: 100%;
        margin-bottom: 2px;
    }
    .card_1 {
        font-size: 14px;
        text-align: center;
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .card_2 {
        font-size: 12px;
        text-align: center;
        font-weight: 500;
        height: 12px;
        line-height: 12px;
    }
    /* .max1300 {max-width: 92%;} */
    .m_absolute1 {
        position: initial;
    }
    .m_absolute2 {
        position: initial;
    }
    .m_max728, .m_max652, .m_w495 {max-width: 100%;padding-left:18px;padding-right:18px;}
    .s_max70p {max-width: 70%;}
    .s_max80p {max-width: 80%;}
    .s_max27 {max-width: 27px;}
    .s_max203 {max-width: 203px;}
    .s_max300 {max-width: 300px;}
    .s_max500 {max-width: 500px;}
    .s_max768 {max-width: 768px;}
    .s_w100 {width: 100%;max-width: 100%;}
    .s_w300 {width: 300%;max-width: 300%;}
    .s_w330 {width: 330px;;max-width: 330px;}
    .s_w1650 {width: 1650px;;max-width: 1650px;}
    .s_height400 {height: 400px;}
    .s_height420 {height: 420px;}

    .s_show {display: block;}
    .s_show_inline {display: inline;}
    .s_hide {display: none;}
    .s_bold {font-weight: bold;}
    .s_normal {font-weight: 500;}
    .s_inlineblock {display: inline-block;}
    .s_f_row {flex-direction: row;}
    .s_f_column {flex-direction: column;}
    .s_gap0{gap: 0;}
    .s_gap5{gap: 5px;}
    .s_gap15{gap: 15px;}
    .s_gap35{gap: 35px;}
    .s_grow0 {flex-grow: 0;}
    .s_f10 {font-size: 10px;}
    .s_f11 {font-size: 11px;}
    .s_f12 {font-size: 12px;}
    .s_f13 {font-size: 13px;}
    .s_f14 {font-size: 14px;}
    .s_f15 {font-size: 15px;}
    .s_f16 {font-size: 16px;}
    .s_f18 {font-size: 18px;}
    .s_f19 {font-size: 19px;}
    .s_f20 {font-size: 20px;}
    .s_f21 {font-size: 21px;}
    .s_f23 {font-size: 23px;}
    .s_f33 {font-size: 33px;}
    .s_fw300 {font-weight: 300;}
    .s_fw400 {font-weight: 400;}
    .s_fw500 {font-weight: 500;}
    .s_fw700 {font-weight: 700;}
    .s_lh188{line-height: 188%;}
    .s_order-1 {order:-1}
    .s_p0 {padding: 0;}
    .s_pt0 {padding-top: 0;}
    .s_pt05em {padding-top: 0.5em;}
    .s_pt1em {padding-top: 1em;}
    .s_pt20 {padding-top: 20px;}
    .s_pt35 {padding-top: 35px;}
    .s_pt40 {padding-top: 40px;}
    .s_pt60 {padding-top: 60px;}
    .s_pb0 {padding-bottom: 0;}
    .s_pb05em {padding-bottom: 0.5em;}
    .s_pb1em {padding-bottom: 1em;}
    .s_pb2em {padding-bottom: 2em;}
    .s_pb10 {padding-bottom: 10px;}
    .s_pb30 {padding-bottom: 30px;}
    .s_pb40 {padding-bottom: 40px;}
    .s_pb80 {padding-bottom: 80px;}
    .s_pl0 {padding-left: 0!important;}
    .s_pl05em {padding-left: 0.5em!important;}
    .s_pl1em {padding-left: 1em!important;}
    .s_pl18 {padding-left: 18px;}
    .s_pl15p {padding-left: 15%;}
    .s_pr0 {padding-right: 0!important;}
    .s_pr05em {padding-right: 0.5em!important;}
    .s_pr1em {padding-right: 1em!important;}
    .s_pr18 {padding-right: 18px;}
    .s_m0 {margin: 0;}
    .s_mlauto {margin-left: auto;}
    .s_ml0 {margin-left: 0;}
    .s_ml18 {margin-left: 18px;}
    .s_ml20 {margin-left: 20px;}
    .s_ml27 {margin-left: 27px;}
    .s_mrauto {margin-right: auto;}
    .s_mr0 {margin-right: 0;}
    .s_mr18 {margin-right: 18px;}
    .s_mr20 {margin-right: 20px;}
    .s_mr27 {margin-right: 27px;}
    .s_mt0 {margin-top: 0;}
    .s_mb0 {margin-bottom: 0;}
    .s_mb30 {margin-bottom: 30px;}
    .s_mb35 {margin-bottom: 35px;}
    .s_mb02em {margin-bottom: 0.2em;}
    .s_mb05em {margin-bottom: 0.5em;}
    .s_mb1em {margin-bottom: 1em;}
    .s_mb3em {margin-bottom: 3em;}
    .s_mb4em {margin-bottom: 4em;}
    .s_text_center {text-align: center;}
    .s_text_left {text-align: left;}
    .s_button12 {
        background-color: var(--c0);
        color: var(--c10);
        margin-right: 1em;
        width: auto;
        padding: 0;
    }
    .s_button12_1 {
        background-color: var(--c0);
        color: var(--c21);
        margin-right: 1em;
        width: auto;
        padding: 0;
    }
    
    .s_border_b2 {border-bottom: solid 1px var(--c2);}
    .s_border_tb10 {border-top: solid 1px var(--c10);border-bottom: solid 1px var(--c10);}
    .s_border_tb15 {border-top: solid 1px var(--c15);border-bottom: solid 1px var(--c15);}
    .s_border_tb21 {border-top: solid 1px var(--c21);border-bottom: solid 1px var(--c21);}
    .s_bgcolor0 {background-color: var(--c0);}
    .s_bgcolor20 {background-color: var(--c20);}
    .s_bgcolor21t {background-color: var(--c21t);}
    .s_bgcolor23 {background-color: var(--c23);}
    .s_bgcolor24 {background-color: var(--c24);}
    .s_border0 {border-width: 0;}
    .s_spacing_-006 {letter-spacing: -0.06em;}
    .s_spacing_-007 {letter-spacing: -0.07em;}
    .footer_sns {
        order: -1;
        margin: 0 0 40px 0;
    }
    .flex_footer ul {
        flex-direction: column;
        gap: 10px;
        margin: 0 0 160px 0;
    }
    .footer_logo {
        width: 150px;
        margin: 0 0 21px 0;
    }
    .flex_footer ul a {
        font-weight: 500;
        font-size: 10px;
    }
    .flex4 {
        display: block
    }
    .flex4>* {
        width:100%;
    }
    .back_top {
        margin: 33px 0 100px 0;
    }
    .ham_footer small {
        margin: 26px 0 30px 0;
    }
    
    .info_box {
        height: 26em;
    }
    .ul1 li {
        font-weight: 500;
        line-height: 229%;
    }
    .bg_1 {
        background: var(--c0);
        padding: 0;
    }
    .bg_1_bottom {
        width: 60%;
        height: 60%;
        bottom: 0;
        right: 0;
        background: url(../images/bg1.png) bottom right / contain no-repeat;
    }
    .bg_2 {
        position: relative;
        /* background: url(../images/background3.jpg) center center / cover no-repeat; */
        background-color:var(--c0);
        /* background-blend-mode:lighten; */
        padding: 0 0 0 0;
    }
    .bg_2_top {
        position: absolute;
        width: 100%;
        height: 30px;
        background: linear-gradient(to top, var(--c20t) 0, var(--c20) 8px);
    }
    .bg_2_bottom {
        position: absolute;
        width: 100%;
        height: 40px;
        bottom: 0;
        background: linear-gradient(to bottom, var(--c20t) 0, var(--c20) 8px);
    }
    .box1 {
        padding: 17px;
        border-radius: 0px 13px 0px 23px;
        gap: 20px;
        background-size: 100% 100%;
    }
    .box2 {
        width: 100%;
        background: var(--c20);
        border: 0;
        box-shadow: none;
    }
    .box2_1, .box2_2 {
        width: 100%;
        background-color: rgba(255,255,255,0);
        border: 0;
        box-shadow: none;
    }
    .box3 {
        background-image: none;
    }
    .box4 {
        padding: 50px 22px;
    }
    .box5 {
        padding: 35px 40px;
        border-radius: 20px;
    }
    .fb_box {height: 339px;}
    .fb-page,
    .fb-page span,
    .facebook_wrap iframe{
        width: 339px !important;
        height: 455px !important;
    }
    .banners a {
        width: 80px;
        margin: 15px 0 16px;
    }
    .sitemap {
        padding-top: 30px;
        padding-bottom: 16px;
    }
    .button1 {
        margin: 10px 10px;
    }
    .button1>.button1_1 {
        padding: 0;
        font-size: clamp(10px, 3cqw, 12px);
    }
    .button8 {padding: 0.4em 1em 0.4em;}
    .button8_2 {padding: 0.4em 1em 0.4em;}
    .button20 {
        max-width: 470px;
        height: 41px;
        line-height: 12px;
    }
    .button20_1 {
        max-width: 470px;
        height: 41px;
        line-height: 12px;
    }
    .button21 {
        max-width: 197px;
        height: 41px;
        line-height: 12px;
    }
    .button17>.button17_1 {
        color: var(--c0);
    }
    .button13 {
        position: relative;
        width: 150px;
        height: 34px;
        top: -17px;
        border-radius: 20px;
        line-height: 34px;
    }
    .button13_1 {
        position: relative;
        width: 150px;
        height: 34px;
        top: -17px;
        border-radius: 20px;
        line-height: 34px;
    }
    .button13_2 {
        position: relative;
        width: 150px;
        height: 34px;
        top: -17px;
        border-radius: 20px;
        line-height: 34px;
    }
    .button13_3 {
        position: relative;
        width: 150px;
        height: 34px;
        top: -17px;
        border-radius: 20px;
        line-height: 34px;
    }
    .button27 {
        line-height: 42px;
        border-radius: 30px;
        width: 100%;
        height: 42px;
    }
    .button27_2 {
        line-height: 42px;
        border-radius: 30px;
        width: 100%;
        height: 42px;
    }
    .button28 {
        flex-direction: column;
        width: 177px;
    }
    .button28>.button28_1 {
        width: 177px;
        height: 40px;
        padding: 3px 0 0 0;
        border-radius: 10px 10px 0 0;
    }
    .button28>.button28_2 {
        width: 177px;
        height: 66px;
        border-radius: 0 0 10px 10px;
    }
    .button28>.button28_2>img {
        width: 100px;
    }
    .button29 {
        height: 2.6em;
        padding: 0 1.9em;
        line-height: 2.5em;
    }
    .flex_product_cards2 {
        gap: 25px 5px;
    }
    .flex_product_cards2>* {
        width: calc((100% - 5px) / 2);
    }
    .underbar1, .underbar3, .underbar4 {
        width:113px;
    }
    .underbar2 {
        width:205px;
    }
    .underbar9 {
        width: 177px;
    }
    .about_logo img {
        max-width: 60%;
    }
    .about4 {border-radius: 0px 0px 30px 0px;}
    .about4 {border-radius: 40px 0px 0px 10px;}
    .leaf1 {
        width: 50px;
        left: 5%;
        top: -20px;
    }
    .about5 {
        width: 55%;
    }
    .about6 {
        width: 100%;
        aspect-ratio: 3 / 2;
        object-fit: cover;
        border-radius: 50px 0px 0px 10px;
    }
    .about8 {
        width: 40%;
        right: 0;
        bottom: 35%;
    }
    .about9 {
        width: 15%;
        right: 33%;
        bottom: 50%;
    }
    .about10 {
        width: 18%;
        right: 8%;
        bottom: 7%;
    }
    .about11 {
        width: 35%;
        right:20px;
        bottom: 18%;
    }
    .table2 {
        width: 100%;
        min-width: 300px;
    }
    
    .underbar6 {
        width:220px;
    }
    .underbar7 {
        width:220px;
    }
    .underbar8 {
        width:141px;
    }
    .table3 td {
        font-size: 12px;
    }
    .table3 tr td:first-child {
        width: 7em;
        padding-right: 0.65em;
    }

    .table4 {
        border-spacing: 0 25px;
    }
    .table4 th {
        display: block;
        font-size: 14px;
        font-weight: 500;
    }
    .table4 td {
        display: block;
        text-align: left;
    }
    .table4 input[type='text'] {
        margin: 0 5px;
        border-radius: 5px;
    }
    .link1 {
        padding: 8px 0;
    }
    .link1 a {
        font-size: 13px;
        line-height: 1;
    }
    .ul3 {
        gap: 10px;
        flex-wrap: wrap;
        width: 100%;
    }
    .ul3 li {
        width: calc((100% - 10px) / 2);
        padding: 7px 0px 7px 0px;
        border-radius: 8px;
        font-size: 12px;
        font-weight: 600;
        line-height: 15px;
    }
    .tab1 {
        border-radius: 10px;
        border: 1px solid var(--c2);
        overflow: hidden;
    }
    .table5 th {
        font-size: 14px;
        font-weight: 400;
        text-align: left;
        padding-top: 0.5em;
    }
    .table5 td {
        text-align: left;
    }
    .table5 input[type='text'],
    .table5 input[type='email'],
    .table5 input[type='tel'],
    .table5 textarea,
    .table5 select {
        margin: 0 0;
        border-radius: 4px;
        border: 1px solid var(--c5);
        border-width: 1px 1;
        background: var(--c20);
        text-align: left;
        padding: 0.3em 0.5em;
        width: 100%;
        font-size: 14px;
    }
    .takahira_logo {
        width: 40%;
    }
    .takahira_flex1_2 {
        width: min(calc(100% - 36px), 530px);
        margin: 0 auto;
    }
    .takahira_flex1_3 {
        padding: 0 0 0 25%;
    }
    .bg_4 {
        background-image:
            url(../images/takahira_svg1.svg),
            url(../images/takahira_svg2.svg),
            url(../images/takahira_svg4.svg),
            url(../images/takahira_bg4.jpg);
        background-position:
            top 330px right -300px,
            top 1250px left -290px,
            top -110px left calc(50% - 209px),
            top 2300px center;
        background-size:
            633px 652px,
            615px 637px,
            320px 450px,
            auto 2400px;
    }
    .bg_5 {
        background-size: 1550px auto;
        background-position: top 0 right -700px;
    }

    .mySwiper2 .swiper-horizontal>.swiper-pagination-bullets, .mySwiper2 .swiper-pagination-bullets.swiper-pagination-horizontal, .mySwiper2 .swiper-pagination-custom, .mySwiper2 .swiper-pagination-fraction {top: calc(100% - 45px);}
    .mySwiper2 .swiper-button-next, .mySwiper2 .swiper-button-prev {top: calc(100% - 35px);}
    .mySwiper2 .swiper-button-prev,
    .mySwiper2 .swiper-button-next {
        height: 34px;
        width: 34px;
    }
    
    .mySwiper2 .swiper-button-next {right: 12px;}
    .mySwiper2 .swiper-button-prev {left: 12px;}
    .mySwiper2 .swiper-button-prev::after,
    .mySwiper2 .swiper-button-next::after {
        height: 34px;
        width: 34px;
    }
    .mySwiper2 .swiper-button-prev::after {
        background-image: url(../images/arrow_btn5.png);
    }
    .mySwiper2 .swiper-button-next::after {
        background-image: url(../images/arrow_btn6.png);
    }
    .mySwiper2 .swiper-pagination-bullet {
        background-color: #dadada;
        opacity: 1;
    }
    /* popup start */
    .popup_open {display:block;cursor:pointer;}
    .popup {display: none;}
    .popup_overlay, .popup_window {display: none;}
    .popup:checked ~ .popup_overlay {
        display: block;
        z-index: 9998;
        background-color: #00000070;
        position: fixed;
        width: 100%;
        height: 100vh;
        top: 0;
        left: 0;
    }
    .popup:checked ~ .popup_window {
        max-width: 286px;
        height: auto;
        background-color: #ffffff;
        border-radius: 6px;
        display: flex;
        z-index: 9999;
        justify-content: center;
        align-items: center;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        box-shadow: none;
        border: none;
        padding: 20px 18px;
    }
    .popup:checked ~ .popup_window3 {
        background-color: var(--c14);
    }
    .popup:checked ~ .popup_window5 {
        background-color: var(--c31);
    }
    .popup_close {
        display: block;
        cursor:pointer;
    }
    /* popup end */
}