.sub_header{
  width:100%;
  height: 400px;
  position: relative;
  overflow: hidden;
}
.sub_header img{
  width:100%;
  height: 400px;
  object-fit: cover;
}
#wholesale .box_wrap{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: var(--section-margin);
}
#wholesale .box_wrap:last-child{
  margin-bottom: 0;
}
#wholesale .box_wrap h2{
  width: 100%;
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 2rem;
  color:#000;
  text-align: left;
}
#wholesale .box_wrap .box_01{
  width: 40%;
}
#wholesale .box_wrap .box_02{
  width: 60%;
  padding-left: 60px;
  box-sizing: border-box;
}
#wholesale .box_wrap .box_02 p{
  font-size: 1.6rem;
  color:#000;
  font-weight: 700;
  text-align: left;
}

section#handle{
  width:100%;
  margin: auto;
  background: var(--back-color);
  
}
section#handle .handle_wrap{
  max-width: 1400px;
  min-width: 1000px;
  position: relative;
  padding:var(--section-margin) 0;
  margin: auto;
}


section#handle .handle_wrap .wide_title h2{
  text-align: right;
  padding: 0;
}
section#handle .handle_wrap .box_wrap{
  width: 100%;
  font-size: 1.6rem;
  background: #FFF;
  margin-top: 30px;
  color:#000;
  font-weight: 700;
  padding: 40px 60px;
  text-align: left;
  box-sizing: border-box;
}

.about_wrap {
  width: 100%;
  max-width: 1000px;
  min-width: 800px;
  margin: auto;
}

.about_wrap h2 {
  font-size: 3.2rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: calc(var(--section-margin) / 2);
}

/* テーブルスタイル */
.ta1 {
  width: 100%;
  border-collapse: collapse;
  margin: auto;
  font-size: 15px;
}

.ta1 th, .ta1 td {
  padding: 20px;
  border: 1px solid #ddd;
  line-height: 1.6;
  vertical-align: top;
}

.ta1 th {
  width: 25%;
  background-color: #f5f5f5;
  font-weight: 700;
  text-align: left;
}

.ta1 td {
  width: 75%;
}

.ta1 iframe {
  max-width: 100%;
  margin-bottom: 15px;
}

section#print_packaging{
  width:100%;
    max-width: 1000px;
    min-width: 800px;
    margin: auto;
}
section#print_packaging .box_wrap{
  width: 100%;
  border: 1px solid var(--brand-color);
  padding: 40px 60px;
  box-sizing: border-box;
}
section#print_packaging .box_wrap h2{
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 2rem;
  color:#000;
}
section#print_packaging .box_wrap h3{
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-align: left;
  color:var(--brand-color);
}
section#print_packaging .box_wrap p{
  font-size: 1.6rem;
  font-weight: 700;
  text-align: left;
  color:#000;
}

section#category_menu{
  width:100%;

  margin: auto;
  box-sizing: border-box;
}
section#category_menu ul{
  width:100%;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  max-width: 1000px;
  min-width: 800px;
  background-color: #ddd;
  padding: 20px;
  gap: 10px;
  margin: auto;
}
section#category_menu ul li{
  width: calc((100% - 20px) / 3);
  border: 1px solid var(--brand-color);
  box-sizing: border-box;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  color:#000;
  display: flex;
  align-items: center;
  justify-content: center;
}
section#category_menu ul li a{
  font-size: 1.6rem;
        background-color: #FFF;
        display: flex
;
        padding: 10px;
        height: 60px;
        width: 100%;
        text-align: center;
        align-items: center;
        justify-content: center;
}

#category{
  width:100%;
    max-width: 1200px;
    min-width: 800px;
    margin: auto;
}
#category .box{
  width:100%;
  margin-bottom: var(--section-margin);
}
#category .box h2{
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px dotted #000;
  color:var(--brown-color);
}
#category .box:nth-child(2n) h2{
  color:var(--third-brand-color);
}
#category .box p{
  font-size: 1.6rem;
  font-weight: 700;
  color:#000;
  margin-bottom: 2rem!important;
}

#category .box ul.center_box{
  justify-content: center;
}

#category .box ul.item_box{
  width:100%;
  display: flex;
  flex-wrap: wrap;
  gap: 60px 20px;
}
#category .box ul.item_box li{
  width: calc((100% - 40px) / 3);
  display: inline-grid;
  box-sizing: border-box;
}
#category .box ul.item_box li img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border:1px solid #999;

}
#category .box ul.item_box li h3{
  width: 100%;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  padding:10px 0;
  color:#000;
}




#category .box ul.step_box{
  width:100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
  gap: 90px;
}
#category .box ul.step_box li{
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #FBFBFB;
  padding: 60px 10%;
  box-sizing: border-box;
}
#category .box ul.step_box li .step{
  position: absolute;
  top: -1.2rem;
  left: 0;
  background-color: var(--brown-color);
  color:#FFF;
  font-size: 2.4rem;
  font-weight: 700;
  padding: 5px 10px;
  box-sizing: border-box;
}
  #category .box:nth-child(2n) ul.step_box li .step{
  background-color: var(--third-brand-color);
}
#category .box ul.step_box li .thumb{
  width: 30%;
  display: block;
  object-fit: cover;
  border-radius: 50%;
}
#category .box ul.step_box li .title{
  width: 70%;
  padding-left: 60px;
}
#category .box ul.step_box li .title h3{
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-align: left;
  color:var(--brown-color);
}
#category .box:nth-child(2n) ul.step_box li .title h3{
  color:var(--third-brand-color);
}
#category .box ul.step_box li .title p{
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color:#000;
}


.gamoyon_wrap{
  align-items: center;
  justify-content: center;
  margin:60px 0;
  gap: 20px;
}
.gamoyon_wrap img{
  width: 200px;
  height: auto;
  margin: 0 auto 30px;
  display: block;
}
.gamoyon_wrap p{
  font-size: 1.6rem;
  color:#000;
  font-weight: 700;
  text-align: center;
}

#gamoyon_labo .business_wrap ul{
  width:100%;
  display: flex;
  flex-wrap: wrap;
  gap: var(--section-margin);
}

#gamoyon_labo .business_wrap ul li{
  width:100%;
  display: flex;
  flex-wrap: wrap;
}
#gamoyon_labo .business_wrap ul li img.thumb_business{
  width:55%;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3); /* 右と下にシャドウを追加 */
}
#gamoyon_labo .business_wrap ul li .contents{
  width:45%
}
#gamoyon_labo .business_wrap ul li h3{
  width:100%;
  font-size:3.2rem;
  font-weight: 700;
  padding: 20px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--brand-color);
  text-align: left;
}
#gamoyon_labo .business_wrap ul li h3 span{
  color:var(--brand-color)
}
#gamoyon_labo .business_wrap ul li p{
  width:100%;
  font-size:1.8rem;
  font-weight: 700;
  text-align: left;
}
#gamoyon_labo .business_wrap ul li .btn_wrap{
 text-align: left;
 margin-top:60px;
}
#gamoyon_labo .business_wrap ul li:nth-child(2n-1) img.thumb_business{
  order: 1;
}
#gamoyon_labo .business_wrap ul li:nth-child(2n-1) .contents{
  padding-left: 5%;
  order: 2;
}

#gamoyon_labo .business_wrap ul li:nth-child(2n) img.thumb_business{
  order: 2;
}
#gamoyon_labo .business_wrap ul li:nth-child(2n) .contents{
  padding-right: 5%;
  order: 1;
}

#original_goods{
  width: 100%;
  max-width: 1200px;
  min-width: 800px;
  margin: auto;
}
#original_goods ul{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: var(--section-margin);
  margin-bottom: var(--section-margin);
}
#original_goods ul li{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  background-color: var(--back-color);
  padding: 40px;
  border-radius: 10px;
  box-sizing: border-box;
}
#original_goods ul li h3{
  width: 100%;
  font-size: 3.2rem;
  font-weight: 700;
  padding: 20px 0;
  margin-bottom: 30px;
  text-align: left;
}
#original_goods ul li img.thumb{
  width: 30%;
  height: auto;
  object-fit: cover;
  border: 1px solid #ddd;
}
#original_goods ul li .contents{
  width: 70%;
  padding-left: 60px;
  box-sizing: border-box;
}
#original_goods ul li .contents dl{
  width: 100%;
  margin-bottom: 30px;
}
#original_goods ul li .contents dl:last-child{
  margin-bottom: 0;
}
#original_goods ul li .contents dl dt{
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--brand-color);
  margin-bottom: 15px;
}
#original_goods ul li .contents dl dd{
  font-size: 1.6rem;
  line-height: 1.8;
  color: #000;
}

.other_goods{
  width: 100%;
  max-width: 1200px;
  min-width: 800px;
  margin: auto;
  padding: 40px;
  border-radius: 10px;
  box-sizing: border-box;
}
.other_goods h3{
  width: 100%;
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
  color: #000;
}
.other_goods img.thumb{
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
  object-fit: cover;
  border-radius: 5px;
}

section#topics{
  width:100%;
  margin: auto;
  
}

.topics_wrap ul{
  width:100%;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.topics_wrap ul li{
  width:calc((100% - 80px) / 3);
}
.topics_wrap ul li h3{
  font-size:1.8rem;
  font-weight: 700;
  line-height: 180%;
  text-align: center;
  padding: 20px 0;
}

.contact_container{
    width: 60%;
    margin: 0 auto;
}

.submit_btn{
    width: 120px;
    margin: 0 auto;
}