@charset "UTF-8";

body {
  margin: 0;
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (min-width: 768px) {
  *:focus {
    outline: none;
  }

  .cf:after {
    content: "";
    display: block;
    clear: both;
  }

  .ir {
    text-align: left;
    color: #fff;
  }

  /* 共通 */
  .show_sp {
    display: none !important;
  }

  .nav_menu_wrap {
    display: none;
  }

  .footer_menu_inner,
  .header_search_inner {
    max-width: 1000px;
    margin: 0 auto;
  }

  .header_menu_wrap {
    background: #fff;
    border-top: 4px solid #d30012;
    height: 85px;
    min-width: 1000px;
  }

  .header_menu_inner {
    display: flex;
    max-width: 1060px;
    margin: 0 auto;
    justify-content: space-between;
  }

  .header_menu_right {
    float: right;
    padding-top: 25px;
  }

  .header_menu_right a {
	text-indent: -9999px;
    display: block;
    background-image: url(../img/logo_lotte.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 131px;
    height: 45px;
  }

  /*------------------------------------------------------*/

  .footer_menu_wrap {
    background: #d30012;
    min-width: 1000px;
    height: 14px;
    padding: 21px 0;
    color: #fff;
  }

  .footer_menu_left {
    float: left;
  }

  .footer_menu_list {
    margin: 0 auto;
    padding: 0;
  }

  .footer_menu_list > li {
    display: block;
    float: left;
    border-left: 1px solid #fff;
    line-height: 1;
    padding: 0 10px;
    font-size: 12px;
  }

  .footer_menu_list > li:first-child {
    border-left: none;
  }

  .footer_menu_list > li a {
    color: #fff;
    text-decoration: none;
  }

  .footer_menu_right {
    float: right;
    padding-top: 3px;
    line-height: 0;
  }


}

/* SP
------------------------------------------------- */
@media screen and (max-width: 767px) {
  ul {
    padding: 0;
    list-style-type: none;
  }

  .show_pc {
    display: none !important;
  }

  img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
  }

  .cf:after {
    content: "";
    display: block;
    clear: both;
  }

  .ir {
    text-align: left;
    color: #fff;
  }


  /* 共通 */


  .header_menu_wrap {
    position: relative;
    background: #fff;
    border-top: 4px solid #d30012;
    padding: 6% 0;
  }

  .header_menu_inner {
    margin: 0 auto;
  }

  .header_menu_inner {
    position: absolute;
    left: 0;
    right: 0;
    top: 20%;
    bottom: 20%;
    margin: auto;
    box-sizing: border-box;
  }

  .header_menu_left {
    position: absolute;
    width: 29.688%;
    max-width: 190px;
    min-width: 95px;
    top: 0;
    bottom: 0;
    margin: auto 0 auto 5%;
  }
  
  
  .header_menu_right {
    margin: 10px;
  }

  .header_menu_right a {
	text-indent: -9999px;
    display: block;
    background-image: url(../img/logo_lotte.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 115px;
    height: 40px;
  }
  
  
  /*------------------------------------------------------*/


  .footer_menu_inner {
    max-width: 1000px;
    margin: 0 auto;
     background: #d30012;
  }
  
  .footer_menu_wrap {
    background: #d30012;
    max-width: 1000px;
    padding: 21px 0;
    color: #fff;
    display: flex;
    flex-wrap: ;
    flex-direction: column;
  }

  .footer_menu_left {
	display: flex;
	justify-content: center;
    margin-bottom: 20px;
  }

  .footer_menu_list {
    margin: 0 auto;
    padding: 0;
  }

  .footer_menu_list > li {
    display: inline-block;
    border-left: 1px solid #fff;
    line-height: 1;
    padding: 0 10px;
    font-size: 12px;
  }

  .footer_menu_list > li:first-child {
    border-left: none;
  }

  .footer_menu_list > li a {
    color: #fff;
    text-decoration: none;
  }

  .footer_menu_right {
    text-align: center;
    padding-top: 3px;
    line-height: 0;
  }


}
