@charset "UTF-8";
/*                トップページ用
======================================================= */
/*
index.html
========================================================= */
#home #header {
  height: 0;
  border-bottom: 0; }
  #home #header .logo {
    right: 0;
    width: 300px;
    height: 300px;
    background-color: transparent; }

#home #mainimg {
  height: 100vh;
  background: url("https://www.wing-kitchen.jp/asset_wingkitchen/media/images/home/home_kv_20201125.jpg") center bottom no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden; }
  #home #mainimg > div {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    #home #mainimg > div img {
      display: block;
      height: 100%;
      width: auto;
      max-width: 200%;
      display: none; }

#home #information {
  padding-top: 100px; }
  #home #information .head2 {
    margin-bottom: 40px; }
  #home #information .list {
    margin-top: -40px; }

#home #con2 {
  padding-top: 100px; }
  #home #con2 .innerbox {
    padding: 0; }

@media print, screen and (min-width: 769px) {
  #home #mainimg {
    width: 100%;
    height: 804px; }
  #home #con2 .innerbox {
    padding: 0 20px; }
  #home #information .list {
    margin-top: -40px;
    padding: 50px;
    border: solid 1px #e6e6e6;
    border-top: 0;
    margin-bottom: 30px; } }