/*PCサイト*/
@media only screen and (min-width: 751px) {
	/* =========================================================
	container
	========================================================= */
	div#container img{
		max-width: inherit;
	}
  div#container .inner{
    max-width: 1120px;
    margin: 0 auto;
    position: relative;
  }
  div#container a img{
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }
  div#container a:hover img{
    opacity: .7;
    -webkit-opacity: .7;
    -moz-opacity: .7;
  }

	/* =========================================================
	eyecatch
	========================================================= */
  div#eyecatch .eyebox{
    margin-bottom: 20px;
  }

	/* =========================================================
	sec
	========================================================= */
  .secnav{
    margin-bottom: 1px;
  }
  .secnav .inner{ 
    display: flex;
    align-items: stretch;
  }
  .secnav .inner li{
    display: flex;
    align-items: center;
    width: calc(100% / 5);
    border-right: 1px solid #fff;
  }
  .secnav .inner li:last-of-type{
    border-right: none;
  }
  .secnav .inner li a{
    background: #ffe100;
    font-size: 15px;
    font-weight: 700;
    color: #000;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 20px 0;
    box-sizing: border-box;
  }
  .secnav .inner li:nth-of-type(4) a{
    background: #ffc600;
  }
  .secnav .inner li:nth-of-type(5) a{
    background: #0071be;
    color: #fff;
  }
  .secbox .bg{
    background: #ffe100 url(../img/bg.jpg) left top repeat;
    background-size: 6px;
    padding: 10px 10px 0 10px;
  }
  .secbox .bg .box{
    padding-bottom: 60px;
  }
  .secbox .bg .box .img01{
    margin-bottom: 10px;
  }
  .secbox .bg .box .img02{
    margin-bottom: 40px;
  }
  .secbox .bg #box03.box .img01{
    margin-bottom: 40px;
  }
  .btn{
      width: 400px;
      margin: 0 auto;
  }
  .btn a{
    background: #0071be url(../img/arrow_r_wh.svg) right 10px  center no-repeat;
    background-size: 8px;
    border-radius: 8px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    display: block;
    text-align: center;
    box-shadow: 0 0 14px rgb(0, 0, 0, 0.25);
    padding: 20px 0;
  }
  .btn a:hover{
    opacity: 0.7;
    box-shadow: none;
  }
  .top_goods .goods_box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
  }
  .top_contents{
    padding-bottom: 80px;
  }
  #footer{
    padding-top: 20px;
  }
}
