@charset "UTF-8";

/*
======== table of content. ===============
summary:ページ要素（SP）
==========================================
*/
@media screen and (max-width: 767px) {

body {-webkit-text-size-adjust: 100%; }
.sec_contents { margin-bottom: 20%; }

#wrapper { padding: 0; }
#mv { margin-top: 12vmin; /*height: 70vmin;*/ }
#mv img { height: 100%; object-fit: cover; object-position: center; }

.anchor { margin-top: -15vmin; padding-top: 15vmin; }

/*イントロ*/
#intro { margin-top: 20%; text-align: center; }
.ttl_intro { font-size: 2rem; line-height: 160%; }
.ttl_mission { font-size: 1.6rem; }
.ttl_mission span {  }
#intro p { padding-left: 5.3%; padding-right: 5.3%; /*text-align: justify;*/ }

#intro.sec_anim { opacity: 1; transform: translatey(0); }
 
/*タイトル*/
.ttl_contents { margin-bottom: 1em; }
.ttl_en, .ttl_jp {  }
.ttl_en { font-size: 2.5rem; }
.ttl_jp {  }

/*サービス*/
.sec_services { flex-direction: column; margin: 0 10% 2em; }
.col_services { width:100%; margin-bottom: 1em; }
.col_services figure { margin-bottom: 1.2em; }
.col_services figure img { width:auto; height: 15vmin; margin-bottom: .3em; }
.col_services figcaption { color:#939D25; }

#service dl { margin: auto; padding-left: 5.3%; padding-right: 5.3%; }
#service dt {  }
#service dd { /*text-align: justify;*/ }

/*取扱い商品*/
.logo_treat { width:42%; }

/*会社概要*/
.sec_company { flex-direction: column; margin: 0 10%; }
.col_company { width:100%; }

.sec_company dl { margin-top: .5em; padding: .5em .2em; }
.sec_company dt {  }
.sec_company dd {  }

/*卸売・お問い合わせ*/
#wholesale p,
#contact p { padding-left: 5.3%; padding-right: 5.3%; /*text-align: justify;*/ }

#contact .link_inquiry { text-align: center; }
.link_inquiry span {  }
.link_inquiry a {  }

.link_inquiry_img { width:75%; }

@media screen and (orientation: landscape) {
}
	
}


/* iPhone SE */
@media screen and (max-width: 320px) {
}
