/*
================================================================

  fonts

================================================================
*/
/*
font-family: garamond-premier-pro, serif;
font-weight: 400;
font-style: normal;
*/

/*
================================================================

  全体レイアウト

================================================================
*/
#wrapper {
  position: relative;
  height: 100%;
  max-width: 2000px;
  min-width: 1300px;
  margin: 0 auto;}
.inner {
  position: relative;
  width: 1200px;
  height: 100%;
  margin: 0 auto;}
#container {
  position: relative;}
.pcn {
  display: none;}
.spn {
  display: inline-block;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
#wrapper {
  max-width: 640px;
  min-width: 640px;}
.inner {
  width: 100%;}
.pcn {
  display: inline-block;}
.spn {
  display: none;}}

/*
================================================================

  ヘッダー構成

================================================================
*/
#header {
  display: none;}

/*
================================================================

  フッター構成

================================================================
*/
#footer {
  position: relative;
  width: 100%;
  margin-top: 100px;
  padding: 30px 0;
  border-bottom: 5px solid #3C4393;
  background: url(../img/common/bg_footer.png) no-repeat top center / 2000px auto;}
#footer .box {
  display: flex;
  justify-content: space-between;
  align-items: center;}
#footer .logo img {
  width: 220px;
  height: auto;}
#footer .box ul {
  display: flex;
  align-items: center;}
#footer .box ul li {
  font-size: 12px;}
#footer .box ul li + li {
  margin-left: 30px;}
#footer .box ul li img {
  width: auto;
  height: 36px;}
#footer small {
  display: block;
  margin-top: 20px;
  text-align: right;
  font-family: garamond-premier-pro, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  letter-spacing: .07em;
  color: #555050;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
#footer {
  margin-top: 100px;
  padding: 100px 30px 110px;
  border-bottom: 5px solid #3C4393;
  background: url(../img/common/bg_footer.png) no-repeat bottom center / 1200px auto;}
#footer .box {
  display: block;
  text-align: center;}
#footer .logo img {
  width: 320px;}
#footer .box ul {
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 80px;}
#footer .box ul li:first-child {
  width: 100%;
  margin-bottom: 40px;}
#footer .box ul li {
  font-size: 20px;}
#footer .box ul li + li {
  margin: 0 20px 20px;}
#footer .box ul li img {
  height: 50px;}
#footer small {
  margin-top: 50px;
  text-align: center;
  font-size: 18px;}
}