/* ------ タブレット縦 ------ */
@media screen and (min-width: 769px) {

.br_tb {
display: none;
}
.sp_none {
display: inline-block;
}
.o_obi.multiline {
min-height: 35px;
padding-top: 0.5em;
padding-bottom: 0.5em;
padding-right: 2em;
border-radius: 0 2.5em 2.5em 0;
}

/* トップ-注文から納品まで
------------------------------------------------------------*/
#howto_waku {
max-width: 658px;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
}
#howto_waku img {
width: calc(50% - 5px);
margin: 10px auto;
}
}

/* ------ PC ------ */
@media screen and (min-width:1024px) {
a[href^="tel:"]{
    pointer-events: none;
}
#content {
padding: 0;
}
.br_sp {
display: none;
}
.br_pc {
display: inline-block;
}
/* ヘッダー
------------------------------------------------------------*/
header {
position: relative;
height: 206px;
}
#header_waku {
height: 196px;
}
#header1 {
display: block;
width: 100%;
height: 145px;
position: relative;
}
#header1 img{
width: 215px;
max-width: 215px;
height: 65px;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
}
#header2 {
width: 100%;
height: 50px;
z-index:999;
display: flex;
justify-content: space-between;
align-items: center;
}
#header2_waku {
margin: 0 auto;
width: 100%;
max-width: 1100px;
}
.hr_g {
width: 100%;
left: 0;
right: 0;
bottom: 0;
}
.w_space7 {
height: 7px;
}
.w_space15 {
height: 15px;
}
.w_space20 {
height: 20px;
}
/* ドロップダウンメニュー
------------------------------------------------------------*/
.menu {
width: 100%;
height: 40px;
display: flex;
justify-content: center;
align-items: center;
font-family: "Jost", sans-serif;
font-weight: 300;
letter-spacing: 2px;
text-indent: 2px;
z-index:999;
}
.menu__single, .menu__none {
width: 140px;
padding: 0;
line-height: 40px;
text-align: center;
}
.menu__single a, .menu__none a {
font-size: 1.6em;
}
.menu__none a:hover,
.menu__single a:hover {
text-decoration: none;
-webkit-transition: .2s ease;
transition: .2s ease;
}
.menu__second-level li {
width: 140px;
height: 26px;
text-align: center;
font-size: 70%;
line-height: 26px;
border-bottom: 3px solid #fff;
}
.menu__second-level li:last-child {
border-bottom: none;
}
.menu__second-level li a {
display: block;
color: #fff;
}
.menu__second-level li a:hover {
display: block;
color: #000;
}
.menu:before,
.menu:after {
content: "";
display: table;
}
.menu {
*zoom: 1;
}
.menu > .menu__single {
position: relative;
}
.menu__single .menu__second-level {
position: absolute;
left: 0;
right: 0;
top: 40px;
width: 100%;
background-color: #b2a8b9;
-webkit-transition: .2s ease;
transition: .2s ease;
visibility: hidden;
opacity: 0;
}
.menu__single:hover > .menu__second-level {
position: absolute;
left: 0;
right: 0;
top: 40px;
visibility: visible;
opacity: 1;
}
/* ハンバーガーメニュー */
.hamburger-menu {
display: none;
}
/* グローバルメニュー
------------------------------------------------------------*/
.fixed_header{
display: none; /*初期状態：非表示にする*/
width: 100%;
height: 50px;
position: fixed;
left: 0;
top: 0;
z-index: 999;
background: #b2a8b9;
}
.fixed_header.active {
    display: flex;       /* スクロールで表示したいとき */
    justify-content: space-between;
    align-items: center;
}
#fixed_header_waku {
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
max-width: 1100px;
margin: 0 auto;
}
#fixed_header_waku img {
width: 195px;
height: 40px;
margin: 5px 0;
}
#fixed_header_waku img:hover {
opacity: 0.5;
filter: alpha(opacity=50);
-ms-filter: "alpha(opacity=50)";
}
.fixed_header nav {
margin: 0 auto;
height: 100%;
}
.g_menu {
position: relative;
text-align: center;
list-style-type: none;
margin: 0;
letter-spacing: -.4em;
}
.g_menu > li {
display: inline-block;
font-family: "Jost", sans-serif;
font-weight: 300;
letter-spacing: 2px;
text-indent: 2px;
line-height: 50px;
}
.g_menu__single, .g_menu__none {
line-height: 40px;
padding: 0 20px;
}
.g_menu > li a {
color: #fff;
text-decoration: none;
display: block;
font-size: 1.6em;
}
ul.g_menu__second-level {
visibility: hidden;
opacity: 0;
text-align: center;
z-index: 1;
}
.g_menu__none:hover,
.g_menu__single:hover {
-webkit-transition: .2s ease;
transition: .2s ease;
}
.g_menu__second-level li {
width: 140px;
height: 26px;
text-align: center;
font-size: 70%;
line-height: 26px;
border-bottom: 3px solid #fff;
}
.g_menu__second-level li:last-child {
border-bottom: none;
}
.g_menu__second-level li a {
width: 140px;
display: block;
color: #fff;
}	
.g_menu__second-level li a:hover {
display: block;
color: #000;
}
.g_menu > .g_menu__single {
position: relative;
}
.g_menu__single .g_menu__second-level {
position: absolute;
top: 40px;
left: 0;
width: 100%;
background: rgba(68,67,67,.8);
-webkit-transition: .2s ease;
transition: .2s ease;
}
.g_menu__single:hover > .g_menu__second-level {
width: 140px;
top: 40px;
left: 0;
visibility: visible;
opacity: 1;
}
/* コンテンツ
------------------------------------------------------------*/
.top_midashi_en {
font-size: 2.5em;
letter-spacing: 10px;
text-indent: 10px;
}
.top_midashi_jp {
font-size: 1.8em;
letter-spacing: 3px;
text-indent: 3px;
margin: 30px auto;
}
.txt p {
margin: 35px auto 45px auto;
font-size: 1.6em;
}
.w_button {
height: 60px;
}
.w_button2 {
justify-content: center;
}
.w_button a {
width: 300px;
height: 60px;
line-height: 60px;
}
.w_button a::after {
border-left: 10px solid #787878;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
right: 15px;
}
.o_obi_w {
position: relative;
}
.o_obi {
min-width: 1000px;
width: 73%;
height: 50px;
border-radius: 0 50px 50px 0;
margin: 0;
}
.o_obi_txt {
position: absolute;
top: 45%;
left: 50%;
transform: translate(-50%, -45%);
white-space: nowrap;
margin: 0;
text-align: center;
font-size: 1.8em;
}
	
/* トップ-お知らせ
------------------------------------------------------------*/
.top_news {
padding: 140px 0 150px 0;
}
#top_news_w {
margin: 70px auto 0 auto;
}
.top_news5 {
margin: 0 auto 40px auto;
flex-direction: row;
}
.top_news_date {
width: 9em;
}
.new_red {
margin: 0 0 0 20px;
}
.top_news_txt_wrapper {
width: calc(100% - 9em);
}
.top_news_txt {
margin-bottom: 15px;
padding: 0 5px;
}
/* トップ-品質
------------------------------------------------------------*/
.top_quality {
padding: 0 0 140px 0;
}
/* トップ-OEM
------------------------------------------------------------*/
.top_oem {
padding: 190px 0 55px 0;
}
/* トップ-プリント注文、フルオーダー注文
------------------------------------------------------------*/
.top_order {
flex-direction: row;
}
.top_print {
width: 50%;
height: 100%;
box-sizing: border-box;
padding: 165px 85px 140px 0;
display: flex;
flex-direction: column;
align-items: flex-end;
align-self: stretch;
justify-content: space-between;
}
.top_woven {
width: 50%;
height: 100%;
box-sizing: border-box;
padding: 165px 0 140px 85px;
display: flex;
flex-direction: column;
align-items: flex-start;
align-self: stretch;
justify-content: space-between;
}
.top_order_en {
width: 350px;
font-size: 2.5em;
margin: 0;
}
.top_order_tw {
margin: 0;
width: 350px;
}
.top_order_txt_w {
width: 350px;
margin: 0;
}
.top_order_txt_title {
margin: 50px 0 0 0;
font-size: 2em;
}
.top_order_naiyou {
margin: 20px auto 60px auto;
height: 160px;
}
.order_button_wrapper {
display: flex;
align-items: center;
}
/* トップ-注文から納品まで
------------------------------------------------------------*/
.top_howto {
padding: 85px 0 120px 0;
}
#howto_waku {
margin: 40px auto 0 auto;
max-width: 991px;
}
#howto_waku img {
width: calc(33% - 5px);
margin: 30px auto;
}
/* トップ-会社案内
------------------------------------------------------------*/
.top_company {
padding: 100px 0;
}
#top_company1_waku {
margin: 50px auto;
padding: 40px 0;
}
#top_company1_w {
width: calc(90% + 52px);
max-width: 1236px;
margin: 0 auto;
flex-direction: row;
}
.top_company1_b {
width: calc(33.3% - 52px);
margin: 0 26px;
}
#top_company2_waku {
width: calc(90% + 32px);
margin: 80px auto 100px;
grid-template-columns: repeat(4, 1fr);
gap: 0 32px;
}
.top_company2_b {
max-width: none;
margin: 0;
}
.top_company2_txt {
flex-grow: 1; /* ボックス内で高さを均等に伸ばす */
display: grid;
grid-template-rows: auto auto; /* 1行目: タイトル, 2行目: サブタイトル */
align-items: start;
text-align: center;
}
.top_company2_m {
margin: 15px auto;
}
.diagonal {
height: 25px;
}	
/* トップ-オンラインショップ
------------------------------------------------------------*/
#shop_waku {
flex-direction: row;
margin: 80px auto 40px auto;
}
.top_shop_img1 {
width: 37%;
}
.top_shop_txt {
width: 63%;
padding-left: 30px;
justify-content: space-between;
}
.top_shop_txt p {
font-size: 1.6em;
margin: 0 auto;
}
.top_shop_txt img {
width: 100%;
max-width: 285px;
height: auto;
margin: 0 auto;
}
.top_shop_img2 {
margin: 40px auto 0 auto;
}
.to_shop a {
text-align: center;
padding-left: 0;
}
/* フッター1
------------------------------------------------------------*/
.footer1 {
padding: 70px 0;
}
.footer1 img {
max-width: 215px;
margin: 0 auto 30px auto;
}
.footer1_tel_l {
margin-right: 15px;
}
.footer1_tel_l span {
padding: 0 5px;
font-size: 1.3em;
}
#tel_num {
font-size: 3em;
}
#open {
font-size: 1.5em;
}	
/* フッター2
------------------------------------------------------------*/
#sitemap {
flex-direction: row;
}
.sitemap_waku {
width: 20%;
margin: 0 auto 50px auto;
}
#sitemap dl {
margin-bottom: 45px;
}
#sitemap dt {
margin-bottom: 10px;
}
#sitemap dd {
line-height: 1.8em;
}
.sitemap_koumoku {
margin-top: 15px;
}
/* フッター3
------------------------------------------------------------*/
.footer3 {
padding: 10px 0 30px 0;
}
.footer3 ul {
flex-direction: row;
}
.footer3 ul li {
position: relative;
list-style-type: none;
text-align: center;
flex-grow: 1;
padding: 0 20px;
line-height: 1em;
}
.footer3 ul li + li {
border-left: 1px solid #000;
}
/* コピーライト
------------------------------------------------------------*/
.copyright {
padding: 40px 0;
}
/* ページトップボタン
------------------------------------------------------------*/
.pagetop{
bottom: 120px;
right: 10%;
}

}
@media screen and (min-width:1100px) {


}