p,h4 {
 visibility: hidden;
}
.wf-active p,.wf-active h4 {
 visibility: visible;
}
*{
  box-sizing: border-box;
}
body{
  position: relative;
  margin: 0px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body.top{
  background-color: #000;
}
p{
  font-weight: 500;
  font-size: 14px;
}
h1,h2,h4,h6,p{
  margin: 0;
}
ul{
  margin: 0;
  padding: 0;
}
li{
  list-style:none;
}
a {
  text-decoration: none;
}
.menuArea{
  position: absolute;
  right: 40px;
  top: 26px;
  cursor: pointer;
}
.menu-trigger,.menu-trigger span {
  display: inline-block;
}
.menu-trigger{
  position: relative;
  width: 28px;
  height: 20px;
}
.menu-trigger span{
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 0;
}
.header_brand.-cw .menu-trigger span{
  background-color: #fff;
}
.header_brand.-cw.-open .menu-trigger span{
  background-color: #121212;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 9px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: -webkit-transform translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: -webkit-transform translateY(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg);
}
.openMenu{
  display: none;
  background-color: #fff;
  padding: 90px 20px 70px;
}
.openMenu.-open{
  display: block;
}
.openMenu_items{
  padding: 0;
  text-align: center;
}
.openMenu_item{
  font-size: 20px;
  display: table;
  margin: 0 auto 10px;
  font-family: 'Playfair Display';
}
.openMenu_item.strong{
  border-bottom: 2px solid #121212;
}
.brandlogoContainer{
  text-align: center;
}
.brandlogoContent.-tew{
  padding: 0 0 260px;
}
.brandlogoContent.-tew img{
  width: 160px;
}
.header{
  position: relative;
  width: 100%;
  z-index: 100;
  padding: 20px 40px 15px;;
  box-sizing: border-box;
  background-color: #000;
}
.header.-fix{
  position: fixed;
}
.comLogo{
  display: inline-block;
  width: 122px;
  height: 29px;
  background-image: url("/turk/img/header/zakkaworkslogo_w.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.comLogo.-black{
  background-image: url("/turk/img/header/zakkaworkslogo_cw.svg");
}
.headerbrandLogo{
  position: absolute;
  top: 20px;
  left: calc(50% - 9px);
  transform: translateX(-50%);
  width: 134px;
  height: 30px;
  display: inline-block;
  background-image: url("/turk/img/header/turklogo_w.svg");
  background-position: center;
  background-repeat: no-repeat;
}
.mainContainer{
  height: 100vh;
  max-height: 1400px;
  display: grid;
  grid-template-columns: 68% 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr;
}
.mainPicture{
  position: relative;
  grid-row: 1 / 5;
  background-image: url("/turk/img/top/tk_top01.jpg");
  background-position: center;
  background-size: cover;
}
.topHeader{
  position: absolute;
  width: 100%;
  padding: 20px 40px 15px;;
  box-sizing: border-box;
}
.topHeader_logo{
  display: inline-block;
  width: 122px;
  height: 29px;
  background-image: url("/turk/img/header/zakkaworkslogo_w.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.titleContainer{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.logo{
  width: 286px;
  height: 66px;
  background-image: url("/turk/img/top/turklogo_w.svg");
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 26px;
}
.pageTitle{
  font-family: 'Oswald', sans-serif;
  text-align: center;
  color: #fff;
  font-size: 18px;
  letter-spacing: .125em;
  text-indent: 0.125em;
  font-weight: 400;
}
.menu{
  position: relative;
  background-position: center;
  background-size: cover;
  color: #fff;
  text-align: center;
  height: 100%;
  cursor: pointer;
}
.menu::after{
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: .15s;
}
.menu:hover::after{
  transition: .15s;
  background-color: rgba(0,0,0,0.35);
}
.menu.-top{
  background-image: url("/turk/img/top/zkwtopimg_01.jpg");
}
.menu.-middle{
  background-image: url("/turk/img/top/zkwtopimg_02.jpg");
}
.menu.-bottom{
  background-image: url("/turk/img/top/zkwtopimg_03.jpg");
}
.menu.-bk{
  background-color: #000;
}
.menuTitleContainer{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 4px;
  width: 100%;
  z-index: 50;
  color: #fff;
}
/* .menu.-bk .menuTitleContainer{
  margin-top: 0;
} */
.titleEng {
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 8px;
    letter-spacing: 0.125em;
    text-indent: 0.125em;
}
.titleJAN{
  font-size: 14px;
  letter-spacing: 0.02em;
  text-indent: 0.02em;
}
.titleJAN.-adjust{
  font-size: 16px;
}
/* detailpage */
.pageContainer{
  margin: auto;
  max-width: 1110px;
  width: 100%;
  padding: 100px 60px;
}
.detailpageTitle{
  margin-bottom: 75px;
}
.detailpageTitle h4{
  font-family: 'Oswald', sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 8px;
  letter-spacing: 0.125em;
}
/* CLASSIC FRYINGPANなど */
.categoryTextWrapper .detailpageTitle h4{
  font-size: 26px;
  letter-spacing: 0.05em;
}
/* history */
.pageContainer.-hisTop{
  padding: 100px 0;
  max-width: 100%;
}
.pageContainer.-hisTop .detailpageTitle{
  max-width: 1110px;
  width: 100%;
  padding: 0 60px;
  margin-right: auto;
  margin-left: auto;
}
.hiddenWrapper{
  width: 100%;
  overflow-x: hidden;
}
.grid_p1{
  max-width: 1110px;
  width: 100%;
  display: grid;
  grid-template-columns: 425PX 1fr;
  column-gap: 89px;
  margin: auto;
  padding: 0 60px;
}
.brandLogo{
  width: 210px;
  height: 47px;
  margin-bottom: 62px;
  background-image: url("/turk/img/about/turklogo.svg");
  background-position: center;
  background-repeat: no-repeat;
}
.grid_p1_textArea p{
  line-height: 28px;
  margin-bottom: 44px;
  text-align: justify;
}
.grid_p1_imageArea{
  position: relative;
}
.grid_p1_imageArea img{
  width: 100%;
  display: block;
}
.grid_p1_imageArea_side{
  position: absolute;
  width: 100%;
  top: 0;
  left: 100%;
}
.background_container{
  padding: 44px 0;
  /* background-image: url(/turk/img/turkmake01bg.jpg); */
  background-color: #000;
}
.background_container .detailpageTitle{
  color: #fff;
}
.pageContainer.-making{
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 38px;
  max-width: 100%;
  padding: 0 0 0 0;
}
.videoWrapper{
  position: relative;
}
.videoThumbnail{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/turk/img/about/turk_crft_01.jpg");
  background-size: cover;
  z-index: 100;
  cursor: pointer;
}
/* .videoThumbnail.-off{
  display: none;
} */
.videoFrameWrapper{
  width: 100%;
  padding-bottom: 56.25%;  /*高さをpaddingで指定(16:9)*/
  height:0px;              /*高さはpaddingで指定するためheightは0に*/
}
.movieStartBtn{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 70px;
  height: 70px;
  background-image: url("/turk/img/about/vieostart_btn.png");
  background-size: contain;
  transition: .25s;
}
.videoThumbnail:hover .movieStartBtn{
  width: 80px;
  height: 80px;
  transition: .15s;
}
.videoWrapper video{
  width: 100%;
  display: block;
}
.fixwide{
  padding-left: calc(100% - 476px);
}
/* .fixwide_text{
  width: 425px;
  margin-top: 62px;
  line-height: 28px;
  text-align: justify;
} */

.pageContainer.-partner{
  display: grid;
  grid-template-columns: 284px 1fr;
  padding: 125px 60px 68px;
}
.partnerTitle_text{
  /* padding-top: 8px; */
}
.partnerTitle_text p{
  line-height: 28px;
  text-align: justify;
}
.pageContainer.-ktPart{
  padding-top: 0;
  padding-bottom: 140px;
}
img.bg{
  display: block;
  width: 100%;
  padding-left: 120px;
  z-index: -50;
}
.imageIntext{
  position: relative;
  width: 468px;
  padding: 42px 42px 0 0;
  margin-top: -200px;
  background-color: #fff;
}
.imageIntext p{
  line-height: 28px;
  text-align: justify;
}
.imageIntext p.name{
  margin-top: 20px;
  text-align: right;
  line-height: 1.75;
}
.imageIntext p.name span{
  font-weight: 300;
  font-size: 13px;
}
.imageIntext img.kimg{
  width: 100%;
  margin-top: 32px;
}
.ger{
  position: relative;
  margin-top: 48px;
  padding-bottom: 42px;
}
.ger::before{
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 83px;
  height: 52px;
  background-image: url("/turk/img/about/turk_ptn_03.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.ger p{
  font-family: Georgia, serif;
  font-size: 13px;
  line-height: 28px;
  font-weight: 300;
}
/* products */
.headTitle{
  text-align: center;
  background-color: #000;
  color: #fff;
  padding: 60px 0 100px;
}
.headTitle.-justJa{
  padding-bottom: 110px;
}
.headTitle .detailpageTitle{
  margin-bottom: 0;
}
.headTitle p.button {
  display: inline-block;
  /* border: 1px solid #fbfbfb; */
  color: #fbfbfb;
  padding: 0 2px 4px;
  margin-top: 42px;
  font-size: 13px;
  border-bottom: 1px solid #fbfbfb;
  transition: .2s;
  cursor: pointer;
}
.headTitle p.button:hover{
  opacity: .75;
}
.grid_2{
  max-width: 1780px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.grid_2_warpper{
  position: relative;
}
.grid_2_warpper::after{
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0);
  z-index: 10;
  transition: .45s;
}
.grid_2_warpper:hover::after{
  transition: .45s;
  background-color: rgba(0,0,0,0.35);
}
.grid_2_warpper img{
  width: 100%;
  display: block;
}
.productCategoryWrapper{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  padding-top: 16px;
  text-align: center;
  color: #fff;
  z-index: 50;
}
.productCategoryWrapper br{
  display: none;
}
.productCategoryWrapper h4{
  font-family: 'Oswald', sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 8px;
  letter-spacing: 0.125em;
  text-indent: 0.125em;
}
.productCategoryWrapper h6{
  font-size: 14px;
  margin-bottom: 40px;
  font-weight: 500;
}
.listWrapper{
  max-width: 1168px;
  padding: 127px 89px 70px;
  margin: auto;
}
.listWrapper.-bottom{
  margin-bottom: 70px;
}
.productLineWrapper{
  display: grid;
  grid-template-columns: 370px 1fr;
  column-gap: 89px;
  margin-bottom: 80px;
}
.productLineWrapper img{
  width: 100%;
  display: block;
  padding-top: 3px;
}
.productLineWrapper h2{
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  letter-spacing: .055em;
  font-weight: 400;
}
.productLineWrapper h4{
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px;
}
.productLineWrapper p.text{
  text-align: justify;
  margin-bottom: 6px;
  line-height: 28px;
}
.productLineWrapper ul{
  color: #707070;
  font-size: 14px;
}

.productLineWrapper p.button {
  display: inline-block;
  color: #fff;
  background-color: #121212;
  padding: 13px 28px;
  margin-top: 24px;
  font-size: 13px;
  transition: .2s;
}
.productLineWrapper p.button:hover{
  opacity: .85;
  transition: .2s;
}
.flexWrapper{
  display: flex;
  justify-content: flex-end;
  margin-top: 68px;
  transition: .2s;
}
.flexContent{
  color: #000;
}
.flexContent:hover{
  opacity: .75;
  transition: .2s;
}
.flexWrapper h4{
  position: relative;
  text-align: right;
  padding-right: 20px;
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  letter-spacing: .055em;
  font-weight: 400;
  margin-bottom: 2px;
}
.flexWrapper h4::before{
  position: absolute;
  content: "";
  right: 0;
  top: 1px;
  height: 100%;
  width: 14px;
  background-image: url("/turk/img/product/arrow_r.png");
  background-size: 22px;
  background-position: center;
  background-repeat: no-repeat;
}
.flexWrapper p{
  text-align: right;
  font-size: 13px;
}

/* classic */
.popupBg{
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.5);
  z-index: 4444;
}
.productList{
  display: none;
  position: absolute;
  left: 50%;
  top: 110px;
  max-width: 1200px;
  padding: 80px 80px 0;
  width: calc(100% - 80px);
  background-color: #fff;
  transform: translateX(-50%);
  z-index: 5555;
}
.productListCloseBtn{
  position: absolute;
  display: inline-block;
  right: 32px;
  top: 28px;
  font-weight: 300;
  cursor: pointer;
}
.popupBg.-on,.productList.-on{
  display: block;
}
.productList_title {
  text-align: center;
  font-family: 'Oswald', sans-serif;
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 8px;
  letter-spacing: 0.05em;
}
.productList_jan{
  text-align: center;
}
.productList_image{
  display: block;
  margin: 40px auto;
  max-width: 720px;
}
.productList_image.-pc{
  display: block;
}
.productList_image.-mob{
  display: none;
}
.productList_table{
  display: grid;
  grid-template-columns: 130px repeat(6,1fr);
  font-weight: 300;
  text-align: center;
  border: 1px solid #000;
  border-bottom: none;
  margin-bottom: 16px;
}
.productList_table p{
  border-bottom: 1px solid #000;
  font-weight: 300;
  padding: 10px 0;
  margin: 0;
}
.productList_table p:nth-child(7n+1){
  border-right: 1px solid #000;
}
p.atention {
  font-weight: 300;
  margin-bottom: 120px;
  font-size: 13px;
  text-align: right;
}
.headTitle.-classic{
  background-image: url(/turk/img/product/turk_prdct_01_bg.jpg);
  background-size: cover;
  background-position: center 75%;
  margin-bottom: 103px;
}
.headTitle.-classic.-presspan{
  background-image: url(/turk/img/product/turk_prdct_02_bg.jpg);
  background-position: center;
}
.headTitle.-classic .detailpageTitle,.categoryTextWrapper .detailpageTitle{
  padding: 0 28px;
}
.detailpageTitle p.text{
  margin: 28px auto 0;
  line-height: 28px;
}
.detailpageTitle p.text span{
  color: #707070;
}
.categoryTextWrapper{
  text-align: center;
}
.categoryTextWrapper .detailpageTitle p.text{
  margin-top: 52px;
}
.categoryTextWrapper .detailpageTitle{
  margin: 0;
}
/* storydetailpage */
.story_detail_flex{
  display: grid;
  text-align: justify;
  margin-bottom: 120px;
  column-gap: 80px;
}
.story_detail_flex h4{
  font-size: 23px;
  margin-top: 10px;
  margin-bottom: 48px;
}
.story_detail_flex p{
  font-size: 14px;
  line-height: 28px;
}
.story_detail_flex p span{
  font-size: 16px;
}
.story_detail_flex img{
  display: block;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 20px;
}
.story_detail_flex.flex_one.-img75{
  padding-left: 20%;
}
.story_detail_flex.flex_one{
  grid-template-columns: 1fr;
}
.story_detail_flex.flex_two{
  grid-template-columns: 1fr 1fr;
}
.story_detail_flex.-image_s{
  column-gap: 20px;
}

/* menufooter */
.menuBtnGrid{
  display: grid;
  grid-template-columns: repeat(4 , 1fr);
  padding: 44px 0;
  background-color: #000;
  margin-bottom: 32px;
}
.menuBtn{
  position: relative;
  height: 180px;
  background-color: #0a0a0a;
  color: #fff;
  text-align: center;
  background-size: cover;
  background-position: center;
}
.menuBtn.-about{
  background-image: url("/turk/img/top/zkwtopimg_01.jpg");
}
.menuBtn.-products{
  background-image: url("/turk/img/top/zkwtopimg_02.jpg");
}
.menuBtn.-story{
  background-image: url("/turk/img/top/zkwtopimg_03.jpg");
}

.menuBtn::after{
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0);
  z-index: 10;
  transition: .45s;
}
.menuBtn:hover::after{
  transition: .45s;
  background-color: rgba(0,0,0,0.35);
}
/* -------------- footer ----------------- */

.footerContainer{
  background-color: #fff;
}
.footerContainer.-mode_d{
  background-color: #121212;
}
.footerContainer.-mode_d li{
  color: #fff;
}
.footerContent{
  max-width: 1080px;
  padding: 54px 40px 0;
  margin: auto;
}
.footerContainer .footer_logo{
  background-image: url("images/logo/zakkaworkslogo_cb.png");
  width: 140px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 40px;
}
.footerContainer.-mode_d .footer_logo{
  background-image: url("images/logo/zakkaworkslogo_cw.png");
}
.footerContainer .footer_logo.none{
  display: none;
}
.grnm_block_item_strong{
  display: inline-block;
  font-weight: 600;
  font-size: 13px;
  border-bottom: 1px solid #121212;
  margin-left: 1px;
  margin-bottom: 0;
  color: #121212;
}
.footerContainer.-mode_d .grnm_block_item_strong{
  color: #fff;
  border-bottom: 1px solid #fff;
}
.gfnmWrapper{
  display: grid;
  grid-template-columns: 1fr 3fr;
  padding: 14px 0 14px 1px;
}
.gfnm{
  display: grid;
  -ms-grid-row-align:start;
  align-self:start;
  padding: 0;
  margin: 0;
}
.gfnm.-gr1{
  grid-template-columns: repeat(1,1fr);
}
.gfnm.-gr3{
  grid-template-columns: repeat(3,1fr);
  grid-template-rows: repeat(11,1fr);
  grid-auto-flow: column;
}
.grnm_block_item{
  padding: 6px 0;
  font-size: 13px;
}
.gfnm.-gr1 .grnm_block_item{
  font-weight: 600;
  color: #121212;
}
.gfnm.-gr3 .grnm_block_item{
  font-weight: 400;
  color: #4C4C52;
}
.footerContainer.-mode_d .gfnm.-gr1 .grnm_block_item{
  color: #fff;
}
.footerContainer.-mode_d .gfnm.-gr3 .grnm_block_item{
  color: #fff;
}
.gfnm.-gr3 a.-title{
  grid-column: 1 / 5;
}
.gfnm.-gr3 .grnm_block_item.-title{
  font-weight: 600;
  color: #121212;
}
.footerContainer.-mode_d .gfnm.-gr1 .grnm_block_item.-title{
  color: #fff;
}
.footerContainer.-mode_d .gfnm.-gr3 .grnm_block_item.-title{
  color: #fff;
}
.licnm{
  padding: 0 0 10px;
}
.footer_snsicon{
  height: 16px;
  width: 16px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.footer_snsicon.-fb{
  margin-right: 6px;
  background-image: url("images/icon/facebook.png");
}
.footer_snsicon.-ins{
  background-image: url("images/icon/instagram.png");
}
.licnm .fb{
  margin-right: 6px;
}
.footerContainer p.btt{
  display: inline-block;
  color: #121212;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 40px;
}
.footerContainer p.btt span{
  color: #121212;
  font-size: 13px;
  font-weight: 600;
  padding-left: 1px;
}
.footerContainer p.btt.none{
  display: none;
}
.footer{
  padding: 0 0 20px;
}
.footer p{
  font-size: 10px;
  text-align: center;
  margin-bottom: 0;
}
.pageContainer.-nopadding{
  padding-bottom: 0;
}
/* story */
.storyContent{
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 70px;
  margin-bottom: 120px;
}
.storyContent_imageArea{
  display: table;
}
.storyContent_imageArea img{
  width: 100%;
  /* display: block; */
  display: table-cell;
  vertical-align: middle;
}
.storyContent_textArea_wrapper{
  display: table;
}
.storyContent_textArea{
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.storyContent_textArea h4{
  font-size: 23px;
  font-weight: 500;
  margin-bottom: 24px;
}
.storyContent_textArea h4 br{
  display: none;
}
.storyContent_textArea p.text{
  text-align: justify;
  margin-bottom: 52px;
  line-height: 28px;
}
.storyContent_textArea p.btn {
    display: inline-block;
    background-color: #060606;
    color: #fbfbfb;
    padding: 12px 0 13px;
    width: 204px;
    font-size: 13px;
    transition: .2s;
}
/* サポートページ */
.supportContainer{
  border-bottom: 1px solid #cdcdcd;
  padding-bottom: 120px;
}
.supportContainer.-anchor{
  border-bottom: none;
  padding-bottom: 0;
}
.supportContain{
  max-width: 1110px;
  padding: 120px 60px 0;
  margin: auto;
}
.supportContain video{
  width: 100%;
  margin-top: 50px;
  margin-bottom: 80px;
}
.centerButtonWrapp{
  text-align: center;
}
.centerButtonWrapp p{
  position: relative;
  display: inline-block;
  width: 240px;
  line-height: 42px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  transition: .2s;
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 22px;
}
/* .centerButtonWrapp p::before{
  position: absolute;
  right: 10px;
  top: 8px;
  content: "";
  width: 12px;
  height: 12px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
} */
.supportContain_flowGrid{
  display: none;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 12px;
  row-gap: 33px;
  padding-top: 85px;
}
.supportContain_flowGrid.-open{
  display: grid;
}
.supportContain_title{
  font-size: 24px;
  margin-bottom: 38px;
  font-weight: 500;
}
.supportContain_text {
  line-height: 1.75;
  text-align: justify;
}
.supportContain p.button:hover{
  opacity: .75;
}
.flowGridPart{
  position: relative;
}
.flowGridPart img{
  width: 100%;
  display: block;
}
.flowGridPart::before{
  position: absolute;
  content: "";
  font-size: 20px;
  top: 0;
  left: 9px;
  color: #fff;
}
.flowGridPart:nth-of-type(1)::before{
  content: "1";
}
.flowGridPart:nth-of-type(2)::before{
  content: "2";
}
.flowGridPart:nth-of-type(3)::before{
  content: "3";
}
.flowGridPart:nth-of-type(4)::before{
  content: "4";
}
.flowGridPart:nth-of-type(5)::before{
  content: "5";
}
.flowGridPart:nth-of-type(6)::before{
  content: "6";
}
.flowGridPart:nth-of-type(7)::before{
  content: "7";
}
.flowGridPart:nth-of-type(8)::before{
  content: "8";
}
.flowGridPart:nth-of-type(9)::before{
  content: "9";
}
.flowGridPart:nth-of-type(10)::before{
  content: "10";
}
.flowGridPart:nth-of-type(10)::before{
  content: "10";
}
.flowGridPart:nth-of-type(11)::before{
  content: "11";
}
.flowGridPart:nth-of-type(12)::before{
  content: "12";
}
.flowGridPart:nth-of-type(13)::before{
  content: "13";
}
.flowGridPart:nth-of-type(14)::before{
  content: "14";
}
.flowGridPart:nth-of-type(15)::before{
  content: "15";
}
.flowGridPart:nth-of-type(16)::before{
  content: "16";
}
.flowGridPart:nth-of-type(17)::before{
  content: "17";
}
.flowGridPart:nth-of-type(18)::before{
  content: "18";
}
.flowGridPart:nth-of-type(19)::before{
  content: "19";
}
.flowGridPart:nth-of-type(20)::before{
  content: "20";
}
.flowGridPart p{
  font-size: 13px;
  line-height: 1.5;
  font-weight: 400;
  text-align: justify;
  padding: 6px 4px 0 4px;
}
.qaWrapper{
  padding: 60px 0 120px;
}
.qaContain{
  margin-bottom: 46px;
}
p.question{
  margin-bottom: 9px;
}
p.answer{
  text-align: justify;
  font-weight: 400;
  line-height: 1.75;
  color: #828282;
  letter-spacing: 0.015em;
}
/* -------------- footer ----------------- */
@media screen and (max-width:1110px){
  .background_container {
      padding: 44px 0 44px 60px;
  }
  .fixwide {
    padding-left: 0;
  }
  .pageContainer.-making {
    grid-template-columns: 425px 1fr;
    column-gap: 89px;
  }
  .wideContainer_grid_centerWrapper {
    padding: 0 40px;
  }
  .wideContainer_grid_centerContant h4 {
    margin-bottom: 14px;
  }
  .wideContainer_grid_centerContant p.text {
    margin-bottom: 24px;
  }
}
/*-------------------ipad Air2 mini4 1024×768----------------------*/
@media screen and (max-width:1024px){
  .mainContainer {
    grid-template-columns: 1.5fr 1fr;
  }
  .grid_p1 {
    grid-template-columns: 1fr 1fr;
    column-gap: 64px;
  }
  .pageContainer.-making {
    grid-template-columns: 1fr 1fr;
    column-gap: 4px;
  }
  img.bg {
    width: 100%;
    padding-left: 0;
  }
  .imageIntext {
    width: 100%;
    padding: 50px 50px 0;
    margin: 0 auto;
  }
  .imageIntext br{
    display: none;
  }
  .imageIntext br.active{
    display: block;
  }
  .imageIntext img.kimg {
    padding-left: calc(100% - 426px);
  }
  /* products */
  .productCategoryWrapper br{
    display: block;
  }
  .listWrapper {
    padding: 127px 48px 70px;
  }
  .productLineWrapper {
    grid-template-columns: 1fr 1fr;
    column-gap: 48px;
  }

  .menuBtnGrid {
    grid-template-columns: 1fr 1fr;
  }
  .storyContent {
    column-gap: 40px;
    margin-bottom: 120px;
  }
  .storyContent_textArea h4 {
    font-size: 20px;
    margin-bottom: 18px;
  }
  .storyContent_textArea p.text {
    margin-bottom: 32px;
  }
  .story_detail_flex.flex_two {
    grid-template-columns: 1fr;
  }
  .story_detail_flex.-noMargin{
    margin-bottom: 0;
  }
  .story_detail_flex img {
    margin-top: 20px;
    margin-bottom: 0;
  }
  .story_detail_flex.-image_s.flex_two{
    margin-top: 40px;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 12px;
  }
}
/*-------------------ipad Air2 mini4 1024×768----------------------*/
@media screen and (max-width:768px){
  .header{
    padding: 20px 12px 15px;
  }
  .topHeader {
    padding: 20px 12px 15px;
  }
  .topHeader_logo {
    width: 96px;
    height: 22px;
  }
  .comLogo {
    width: 96px;
    height: 22px;
  }
  .headerbrandLogo{
    top: 18px;
    width: 110px;
    height: 25px;
  }
  .mainContainer{
    display: block;
    height: auto;
    max-height: none;
  }
  .mainPicture {
    height: 500px;
  }
  .menu{
    height: 250px;
  }
  .footerContent {
    padding: 40px 20px 0;
  }
  .gfnmWrapper{
    grid-template-columns: 1fr;
  }
  .gfnm.-gr3 .grnm_block_item.-title{
    grid-column: 1 / 4;
  }
  .pageContainer,.pageContainer.-hisTop {
    padding: 100px 0 0;
  }
  .grid_p1_text {
    padding: 0 28px;
  }
  .detailpageTitle {
    text-align: center;
  }
  .detailpageTitle h4 {
    text-indent: 0.125em;
    letter-spacing: 0.125em;
  }
  .grid_p1 {
    grid-template-columns: 1fr;
    padding: 0;
  }
  .brandLogo {
    margin: 0 auto 80px;
    width: 180px;
    height: 40px;
  }
  .grid_p1_textArea p {
    margin-bottom: 28px;
  }
  .grid_p1_imageArea {
    margin-top: 32px;
    overflow-x: hidden;
  }
  .grid_p1_imageArea img {
    width: 70%;
  }
  .grid_p1_imageArea_side {
    left: 70%;
  }
  .background_container {
    padding: 44px 0 44px 0;
  }
  .pageContainer.-making {
    grid-template-columns: 1fr;
    column-gap: 0;
  }
  .-making .detailpageTitle{
    margin-bottom: 50px;
  }
  .pageContainer.-partner {
    grid-template-columns: 1fr;
    padding: 71px 28px 60px;
  }
  .pageContainer.-partner .detailpageTitle{
    margin-bottom: 44px;
  }
  img.bg {
    padding-left: 0;
  }
  .imageIntext {
    padding: 64px 40px 0;
  }
  .ktImage img.text {
    padding: 0 40px 0 40px;
  }
  .ktImage img.kimg {
    padding: 0;
  }
  /* products */
  .headTitle.-classic {
    margin-bottom: 74px;
  }
  .categoryTextWrapper .detailpageTitle p.text {
    margin-top: 42px;
  }
  .productCategoryWrapper{
    padding-top: 0;
  }
  .productCategoryWrapper h6 {
    margin-bottom: 10px;
  }
  .listWrapper {
    padding: 68px 28px 70px;
    margin-bottom: 0;
  }
  .productLineWrapper {
    grid-template-columns: 1fr 1fr;
    column-gap: 28px;
    margin-bottom: 78px;
  }
  .productLineWrapper p.button{
    margin-top: 28px;
  }
  .flexWrapper {
    justify-content: center;
  }
  .flexWrapper h4 {
    text-align: center;
  }
  .flexWrapper h4::before {
    right: 40px;
  }
  .headTitle.-classic .detailpageTitle, .categoryTextWrapper .detailpageTitle {
    padding: 0 48px;
  }
  .headTitle.-classic .detailpageTitle br,.categoryTextWrapper .detailpageTitle br{
    display: none;
  }
  .categoryTextWrapper .detailpageTitle br.active{
    display: block;
  }
  .headTitle.-classic .detailpageTitle p.text,.categoryTextWrapper .detailpageTitle p.text{
    text-align: justify;
  }
  .menuBtnGrid {
    grid-template-columns: 1fr;
    padding: 0;
  }
  /* story */
  .storyContent {
    display: grid;
    grid-template-columns: 4fr 5fr;
    column-gap: 0;
    margin-bottom: 120px;
  }
  .storyContent_textArea{
    padding: 0 30px;
  }
  .storyContent_textArea h4 br{
    display: block;
  }
  .storyContent.-turn .storyContent_imageArea{
    grid-row: 1;
  }
  .supportContain{
    padding: 78px 28px 0;
  }
  .supportContain_title {
    font-size: 20px;
  }
  .supportContain_flowGrid {
    grid-template-columns: 1fr 1fr 1fr;
    padding-top: 40px;
    padding-bottom: 80px;
  }
  .qaWrapper {
    padding: 12px 0 80px;
  }
  .productList{
    padding-top: 68px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .productList_title{
    margin-bottom: 0;
  }
  .productList_image{
    margin: 30px auto;
  }
  .productList_table{
    grid-template-columns: 80px repeat(6,1fr);
    /* margin-bottom: 60px; */
  }
  .productList_table p{
    font-size: 13px;
    padding: 6px 0;
  }
  p.atention {
    margin-bottom: 60px;
    text-align: left;
  }
  .productListCloseBtn {
    font-size: 13px;
    right: 20px;
    top: 20px;
  }
  .story_detail_flex h4,.story_detail_flex p {
    padding: 0 28px;
  }
}
@media screen and (max-width:668px){
  /* story */
  .storyContent {
    grid-template-columns: 1fr;
    row-gap: 28px;
    margin-bottom: 78px;
  }
  .storyContent_textArea h4 br{
    display: none;
  }
  .productLineWrapper {
    grid-template-columns: 1fr;
    /* margin-bottom: 32px; */
  }
  .productLineWrapper img {
    margin-bottom: 30px;
    padding-top: 0;
  }
  .productDetail {
    padding: 0 28px;
  }
  .productLineWrapper h4 {
    margin-bottom: 20px;
  }
  .productLineWrapper p.button {
    line-height: 54px;
    padding: 0;
    display: block;
    text-align: center;
    transition: 0;
  }
  .productLineWrapper p.button:hover{
    opacity: 1;
    transition: 0;
  }

  .supportContainer{
    padding-bottom: 80px;
  }
  .supportContain video {
    margin-top: 40px;
    margin-bottom: 60px;
  }
  .centerButtonWrapp p {
    width: 200px;
    line-height: 39px;
    font-size: 14px;
    font-weight: 500;
  }
}
/*-------------------iphone6s plus 414×736----------------------*/
@media screen and (max-width:414px){
  .topHeader_logo {
    width: 80px;
    height: 19px;
  }
  .comLogo {
    width: 80px;
    height: 19px;
  }
  .headerbrandLogo {
    top: 19px;
    width: 95px;
    height: 22px;
  }
  .mainPicture {
    height: 494px;
  }
  .logo {
    width: 190px;
    height: 44px;
    margin-right: 20px;
    margin-top: 44px;
    margin-bottom: 20px;
  }
  .pageTitle{
    font-size: 14px;
  }
  .menu.-middle {
    background-size: 130%;
  }
  .partnerTitle_text br{
    display: none;
  }
  .pageContainer.-partner {
    grid-template-columns: 1fr;
    padding: 64px 28px 38px;
  }
  .pageContainer.-ktPart {
    padding-bottom: 108px;
  }
  .imageIntext {
    width: 100%;
    margin: 0;
    padding: 38px 28px 0;
  }
  .ger{
    margin-top: 40px;
    padding-bottom: 65px;
  }
  /* products */
  .grid_2 {
    grid-template-columns: 1fr;
    /* margin-bottom: 52px; */
  }
  .listWrapper {
    padding: 0;
  }
  .listWrapper.-bottom{
    margin-bottom: 0;
  }
  .listWrapper.-top{
    border-bottom: 1px solid #cdcdcd;
    margin-bottom: 40px;
    padding-bottom: 0;
  }

  .flexWrapper {
    background-color: #000;
    padding: 32px 0 34px;
    margin: 0;
  }
  .flexContent {
    color: #fff;
  }
  .flexWrapper h4::before {
    background-image: url("/turk/img/product/arrow_r_w.png");
  }
  .headTitle.-classic .detailpageTitle, .categoryTextWrapper .detailpageTitle {
    padding: 0 28px;
  }
  .headTitle.-classic .detailpageTitle p.text, .categoryTextWrapper .detailpageTitle p.text {
    margin-top: 24px;
  }
  .headTitle.-classic {
    margin-bottom: 40px;
  }
  .categoryTextWrapper {
    margin-bottom: 40px;
  }
  .gfnm.-gr3{
    grid-template-columns: repeat(1,1fr);
    grid-template-rows: repeat(29,1fr);
  }
  .gfnm.-gr3 .grnm_block_item.-title{
    grid-column: 1 / 2;
  }
  .storyContent_textArea h4 br{
    display: block;
  }
  .storyContent_textArea p.btn {
    display: block;
    width: 100%;
  }
  .supportContain_flowGrid {
    grid-template-columns: 1fr 1fr;
    row-gap: 20px;
  }
  .flowGridPart p {
    padding: 6px 0px 0 0px;
    text-align: inherit;
  }
  p.answer {
    font-size: 14px;
    letter-spacing: 0;
  }
  .qaContain {
    margin-bottom: 35px;
  }
  .productListCloseBtn {
    right: 14px;
    top: 14px;
  }
  .productList_image.-pc{
    display: none;
  }
  .productList_image.-mob{
    display: block;
  }
  .productList_image {
    margin: 20px auto;
  }
  .productList{
    width: calc(100% - 40px);
    padding-top: 54px;
  }
  .productList_table{
    grid-template-columns: 70px repeat(6,1fr);
  }
  .story_detail_flex.-image_s.flex_two {
    grid-template-columns: 1fr 1fr;
    column-gap: 4px;
  }
  .story_detail_flex.-image_s.flex_two img {
    margin-top: 8px;
    margin-bottom: 0;
  }
}

/*-------------------iphone6s 375×667----------------------*/
@media screen and (max-width:375px){}

/*-------------------iphone5s 320×568----------------------*/
@media screen and (max-width:320px){}
