/* CSS Document */
@media screen and (max-width:640px) {
  body {
    font-size: 14px;
  }
  body, #mainvisual .inner, header, footer, nav {
    min-width: 100%;
  }
  #mainvisual {
    padding: 90px 6% 10px;
  }
  .header_inner {
    width: auto;
    padding: 20px 4%;
  }
  .header.isSmall .header_inner {
    padding: 20px 4%;
  }
  header .sns_icon {
    width: auto;
    margin-right: 5px;
  }
  .sns_icon li {
    margin: 0 10px;
  }
  .sns_icon img {
    max-width: none;
  }
  .sns_icon img {
    width: 22px;
    height: 22px;
  }
  .sns_icon li:nth-child(2) img {
    width: 28px;
    height: 22px;
  }
  .logo {
    margin-right: auto;
  }
  .logo h1, .logo h1 img {
    width: auto;
    height: 40px;
  }
  .drawer_open {
    height: 40px;
    width: 40px;
  }
  .drawer_open span, .drawer_open span:before, .drawer_open span:after {
    height: 4px;
    width: 40px;
  }
  .drawer_open span:before {
    bottom: 12px;
  }
  .drawer_open span:after {
    top: 12px;
  }
  .nav_content {
    flex-wrap: wrap;
    padding: 80px 0;
    box-sizing: border-box;
  }
  .nav_list01 {
    width: 100%;
    padding: 0 6%;
    margin: 0;
  }
  .nav_list01 li {
    margin-bottom: 10px;
    text-align: center;
  }
  .nav_list02 {
    width: 100%;
    padding: 0 10%;
  }
  .nav_list02 a {
    width: 100%;
    display: block;
  }
  /*============================================================================

	footer

============================================================================*/
  footer {
    box-sizing: border-box;
  }
  .footer_contents {
    width: auto;
    flex-wrap: wrap;
    padding: 100px 6%;
  }
  footer .logo, footer .logo img {
    margin: 0 auto 50px;
  }
  .footer_link01 {
    width: 100%;
    text-align: center;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .footer_link02 {
    width: 80%;
    margin: 0 auto;
  }
  .footer_link02 a {
    display: block;
    width: 100%;
    height: auto;
    line-height: 1.4;
    padding: 15px 0;
  }
  .footer_link02 li {
    margin-bottom: 10px;
  }
  .footer_sns {
    margin-left: 0;
    width: 100%;
    margin-top: 40px;
  }
  .footer_sns ul {}
  /*============================================================================

	#contents

============================================================================*/
  .box1 {
    width: auto;
    margin: 0 6%;
  }
  #contents {
    width: auto;
    padding-top: 30px;
  }
  /*============================================================================

	$top

============================================================================*/
  .top_concept {
    margin-bottom: 120px;
  }
  .top_feature {
    margin-bottom: 120px;
  }
  .feature_list dl dt {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .feature_list dl:nth-child(odd) dt {
    order: 0;
  }
  .feature_list dl dd {
    width: 100%;
  }
  .feature_list dl dt img {
    width: 80%;
  }
  .feature_list h3 {
    font-size: 5vmin;
    text-align: center;
  }
  .feature_list h3 span {
    margin: 0 auto 15px;
  }
  .feature_list dl dd p {
    width: 100%;
    padding-left: 0;
    letter-spacing: 2px;
    line-height: 2.2;
  }
  .top_links {
    padding: 100px 0 60px;
  }
  .top_links_items {
    padding-top: 0;
  }
  .top_links_items_wrap .item01 {
    width: 80%;
    margin: auto;
    height: auto;
    padding: 40px 4%;
  }
  .top_links_items_wrap:nth-child(2) .item01 {
    order: 0;
  }
  .top_links_items_wrap .more {
    margin-top: 20px;
    height: auto;
  }
  .top_links_items_wrap .more a {
    font-size: 14px;
    height: auto;
    padding: 10px 0;
    line-height: 1.4;
  }
  .top_links_items_wrap .item02 {
    width: 100%;
    padding: 30px 0;
  }
  .top_links_items_wrap .item02 ul {
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 6%;
  }
  .top_links_items_wrap .item02 li {
    width: 100%;
    position: relative;
    margin: 0 auto 10px;
  }
  .top_links_items_wrap .item02 li a {
    margin: auto;
    width: 100%;
    height: auto;
    border-radius: 10px;
    padding: 70px 0 20px;
    font-size: 17px;
  }
.top_links_items_wrap:nth-child(1) .item02 ul li{
	width: 100%;
}
.top_links_items_wrap:nth-child(1) .item02 ul li a{
	border-radius: 10px;
}
  .top_links_items_wrap .item02 li a:before {
    top: 28px;
  }
  .top_links_items_wrap .item02 li:nth-child(2) a:before {
    top: 32px;
  }
  .top_links_items_wrap .item02 li:nth-child(3) a:before {
    top: 20px;
  }
  .top_links_items_wrap:nth-child(2) .item02 li:nth-child(1) a:before {
    top: 30px;
  }
  .top_links_items_wrap:nth-child(2) .item02 li:nth-child(2) a:before {
    top: 25px;
  }
  .top_links_items_wrap:nth-child(2) .item02 li:nth-child(3) a:before {
    top: 30px;
  }
  .top_links_items_wrap .item02:before {
    width: 100%;
    top: -120px;
    height: calc(100% + 120px);
  }
  .top_links_items_wrap:nth-child(2) .item02 {
    padding-left: 0;
  }
  .top_news {
    padding: 100px 0 130px;
  }
  .news_list li, .news_list dl {
    padding: 30px 6%;
  }
  .news_list span {
    margin-right: 0;
    display: block;
  }
  /*============================================================================

	$breadcrumb ぱんくず

============================================================================*/
  .breadcrumbs {}
  .breadcrumbs.box1 {
    margin-bottom: 50px;
  }
  .breadcrumb li {
    display: inline-block;
  }
  /*============================================================================

	$about

============================================================================*/
  .profile {
    padding: 100px 0;
  }
  .profile_box {
    padding: 50px 6%;
  }
  .profile_box .text {
    width: 100%;
  }
  .profile_box .btn {
    margin-bottom: 50px;
  }
  .profile_box .btn a {
    display: block;
    font-size: 14px;
    padding: 15px 0;
    text-align: center;
  }
  .profile_box ul {
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 6%;
    width: 100%;
  }
  .profile_box li {
    width: 100%;
    position: relative;
    margin: 0 auto 10px;
  }
  .profile_box li a {
    margin: auto;
    width: 100%;
    height: auto;
    border-radius: 10px;
    padding: 70px 0 20px;
    font-size: 17px;
  }
  .profile_box li:nth-child(1) a:before {
    top: 25px;
  }
  .profile_box li:nth-child(2) a:before {
    top: 30px;
  }
  /*==================================================================

	$shop

==================================================================*/
  .precautions {
    padding: 60px 0 100px;
  }
  .precautions_box {
    padding: 50px 6%;
  }
  .precautions_box .item {
    margin-bottom: 30px;
  }
  .precautions_box h4 {
    font-size: 15px;
    margin-bottom: 10px;
    text-align: center;
  }
  /*============================================================================

	$共通

============================================================================*/
  #contents {}
  .text {
    float: none;
    width: auto;
    padding: 0;
    border: none;
  }
  .title01 {
    font-size: 8vmin;
    margin-bottom: 40px;
  }
  .title02 {
    font-size: 6vmin;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  .center_text {
    letter-spacing: 1.5px;
    line-height: 2.2;
    margin-bottom: 40px;
  }
  .center_text .text_com02 {
    font-size: 13px;
  }
  ul.shop_links {
    padding: 0 0;
  }
  ul.shop_links li {
    width: 100%;
    margin-bottom: 10px;
  }
  ul.shop_links a {
    font-size: 16px;
    padding: 15px 0;
  }
  .item_box .text {
    width: 100%;
    margin-bottom: 20px;
  }
  .item_box {
    margin-bottom: 80px;
  }
  .item_box .item_img {
    width: 100%;
  }
  .point_box {
    padding: 50px 6% 30px;
    margin-bottom: 100px;
  }
}