html, body {
  width: 100%;
  height: 100%;
  background-color: #fff;
  font-family: YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif,'Kosugi Maru', sans-serif,'Mandali', sans-serif,'M PLUS Rounded 1c', sans-serif;
  color: #666;
}

html {
  overflow-y: scroll;
}

.loading {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 1000;
}

.loading.hide {
  opacity: 0;
  pointer-events: none;
  transition: opacity 500ms;
}

.loading .inner {
  position: absolute;
  width: 500px;
  height: 104px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto
}

.loading .inner .logo {
  width: 500px;
  height: 104px;
  background-image: url(../img/common/loading_logo.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin-bottom: 23px
}

.subloading {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 1000;
}

.content-load{
display: none;
position: relative;
}

#container {
  width: 100%;
  max-width: 1920px;
  min-width: 1024px;
  margin: 0 auto;
  background-color: #f2eee9;
}

.wrap {
  display: grid;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 100%;
  min-height: 100vh;
}

.hide {
  transform: translateY(-100%);
}

#container .afd {
  position: absolute;
  left: 50%;
  top: 6px;
  margin-left: -227px;
  width: 454px;
  height: 27px;
  background-image: url(../img/aza-afd-2026.png);
  background-size: 454px 27px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  z-index: 80;
}

#header {
  position: fixed;
  width: 100%;
  max-width: 1920px;
  height: 150px;
  top: 0;
  transition: 0.4s;
  background-color: #fff;
  border-bottom: solid 10px #e6457a;
  z-index: 90;
  overflow: hidden;
}

#header .top {
  display: flex;
  width: 1280px;
  height: 95px;
  margin: 0 auto;
}

#header .top .logo {
  width: 160px;
  height: 63px;
  background-image: url(../img/gac_logo.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  margin-top: 18px;
}

#header .top .catch {
  margin-left: 55px;
}

#header .top .catch .copy {
  width: 333px;
  height: 20px;
  background-image: url(../img/top_catch.png);
  background-size: contain;
  background-position: 0 50%;
  background-repeat: no-repeat;
  font-size: 0;
  margin-top: 28px;
  margin-bottom: 6px;
}

#header .top .catch p {
}

#header .top .topnav {
  display: inline-block;
  height: 20px;
  line-height: 150%;
  float: right;
  margin: auto 0 10px auto;
}

#header .top .topnav li {
  float: left;
  margin-left: 20px;
  padding-left: 20px;
}

#header .top .topnav li a {
  font-size: 12px;
  color: #666;
  text-decoration: none;
}

#header .top .topnav li a:hover {
  color: #e6457a;
  text-decoration: none;
}

#header .top .topnav li.head_search {
  background: url("../img/search_icon.png") left center no-repeat
}

#header .top .topnav li.head_ec {
  background: url("../img/ec_icon.png") left center no-repeat
}

#header .top .topnav li.head_partner {
  background: url("../img/partner_icon.png") left center no-repeat
}

#header .top .topnav li.head_support {
  background: url("../img/support_icon.png") left center no-repeat
}

#header .top .topnav li.head_recruit {
  background: url("../img/icon_s-aza.png") left center no-repeat
}


#header #nav {
  width: 100%;
  height: 55px;
  background-color: #a69895;
}

#header #nav ul {
  display: inline-block;
  width: 1280px;
  height: 65px;
  margin: auto auto 0;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center
}

#header #nav ul li {
  float: left;
  font-size: 92%;
  line-height: 150%;
  background-color: #fff;
}

#header #nav ul li a {
  display: inline-block;
  text-align: center;
  color: #fff;
  padding: 12px 4px 16px;
  min-width: 118px;
  background-color: #a69895;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all
}

#header #nav ul li a:hover {
  background-color: #bfafac;
}

#header #nav ul li a span {
  display: inline-block;
  color: #fff;
  padding: 2px 0 13px;
  background-position: center bottom;
  background-repeat: no-repeat;
}

#header #nav ul .nav_01 a span {
  background-image: url(../img/icon_gnav_pk.png);
}
#header #nav ul .nav_02 a span {
  background-image: url(../img/icon_gnav_pk.png);
}
#header #nav ul .nav_03 a span {
  background-image: url(../img/icon_gnav_or.png);
}
#header #nav ul .nav_04 a span {
  background-image: url(../img/icon_gnav_or.png);
}
#header #nav ul .nav_05 a span {
  background-image: url(../img/icon_gnav_or.png);
}
#header #nav ul .nav_06 a span {
  background-image: url(../img/icon_gnav_pk.png);
}
#header #nav ul .nav_07 a span {
  background-image: url(../img/icon_gnav_gr.png);
}
#header #nav ul .nav_08 a span {
  background-image: url(../img/icon_gnav_gr.png);
}
#header #nav ul .nav_09 a span {
  background-image: url(../img/icon_gnav_gr.png);
}
#header #nav ul .nav_10 a span {
  background-image: url(../img/icon_gnav_gr.png);
}


#itembox {
  position: relative;
  width: 100%;
  min-height: 1000px;
  background-image: url(../img/body_bg.png);
  background-position: center top;
  background-repeat: repeat;
  background-attachment: fixed;
  padding-bottom: 50px;
}

#itembox .head {
  display: flex;
  width: 1280px;
  padding-top: 160px;
  margin: 25px auto 15px;
}

#itembox .head .s-logo {
  width: 128px;
  height: 50px;
  background-image: url(../img/gac_small-logo.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0
}

#itembox .head .date {
  margin-top: auto;
  margin-left: 15px;
}


#itembox .inner {
  width: 1260px;
  margin: 0 auto 0;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start
}

#itembox .inner .itemInfo {
  width: 640px;
  padding-top: 0;
  padding-left: 0;
}

#itembox .inner .photos {
  width: 600px;
  padding-top: 0px;
  padding-right: 0;
}

#itembox .inner .itemInfo h2 {
  font-size: 20px;
  font-weight: bold;
  color: #e6457a;
  line-height: 150%;
  margin-bottom: 15px;
}

#itembox .inner .itemInfo .desc {
  height: 130px;
}

#itembox .inner .itemInfo h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 150%;
  margin-bottom: 10px;
}

#itembox .inner .itemInfo p {
  font-size: 13px;
  line-height: 150%;
}

#itembox .inner .itemInfo .thumb {
  height: 80px;
  display: flex;
  padding: 10px 0;
}

#itembox .inner .itemInfo .thumb li {
  width: 75px;
  height: 75px;
  background-color: #666;
  margin-right: 10px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  cursor: pointer;
  border: solid 3px #fff;
  border-radius: 3px;
}

#itembox .inner .itemInfo .thumb li:hover {
  border: solid 3px #e6457a;
}


#itembox .inner .itemInfo .thumb li.img_01 {
  background-image: url(../img/sample01.jpg);
}

#itembox .inner .itemInfo .thumb li.img_02 {
  background-image: url(../img/sample02.jpg);
}

#itembox .inner .itemInfo .thumb li.img_03 {
  background-image: url(../img/sample03.jpg);
}

#itembox .inner .itemInfo .thumb li.img_04 {
  background-image: url(../img/sample04.jpg);
}



#itembox .inner .itemInfo .detailBox {
  width: 640px;
  border-top: solid 1px #d9d9d9;
  border-bottom: solid 1px #d9d9d9;
  padding: 17px 0;
  margin: 13px 0;
}

#itembox .inner .itemInfo .detailBox h4 {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  line-height: 150%;
  background-color: #e6457a;
  padding: 0 7px;
  margin-bottom: 20px;
}

#itembox .inner .itemInfo .detailBox dl {
  font-size: 13px;
  line-height: 150%;
}

#itembox .inner .itemInfo .detailBox dl dt {
  font-weight: bold;
  color: #e6457a;
}

#itembox .inner .itemInfo .detailBox dl dd {
  margin-left: 10px;
  margin-bottom: 10px;
}

#itembox .inner .itemInfo .detailBox .copyright {
  font-size: 13px;
  line-height: 150%;
  margin-top: 20px;
}


#itembox .inner .photos .photobox {
  width: 600px;
  padding: 0;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center
}

#itembox .inner .photos .photobox li {
  width: 600px;
  height: 450px;
  margin-bottom: 30px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-radius: 7px;
  font-size: 0;
  cursor: pointer;
  -webkit-transition: 0.2s ease opacity, 0.3s ease transform, 0.3s ease box-shadow;
  transition: 0.2s ease opacity, 0.3s ease transform, 0.3s ease box-shadow;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.1);
}

/**/
#itembox .inner .photos .photobox li:hover {
  opacity: .6;
  -webkit-transform: translateY(3px);
  -moz-transform: translateY(3px);
  -ms-transform: translateY(3px);
  -o-transform: translateY(3px);
  transform: translateY(3px);
}


#itembox .inner .photos .photobox li.img_01 {
  background-image: url(../img/sample01.jpg);
}

#itembox .inner .photos .photobox li.img_02 {
  background-image: url(../img/sample02.jpg);
}

#itembox .inner .photos .photobox li.img_03 {
  background-image: url(../img/sample03.jpg);
}

#itembox .inner .photos .photobox li.img_04 {
  background-image: url(../img/sample04.jpg);
}


#wrapper {
  min-height: 100vh;
  position: relative;
  padding-bottom: 200px;
  box-sizing: border-box
}


#footer {
  width: 100%;
  min-width: 1024px;
  /*font-family: 'Mandali','Kosugi Maru', sans-serif,'Zen Maru Gothic', serif;*/
  z-index: 100;
}


#footer .inner {
  width: 100%;
  padding: 25px 0 25px;
  background-color: #f2eee9;
}

#footer .inner ul {
  width: 240px;
  height: 60px;
  margin: 30px auto 30px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center
}


#footer .maker {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 10px;
  border-radius: 30px;
  background-color: #725b57;
  background-image: url(../img/fot_aza.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}

#footer .maker:hover {
  opacity: 0.5;
}

#footer .x {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 10px;
  border-radius: 30px;
  background-color: #725b57;
  background-image: url(../img/footer_x.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}

#footer .x:hover {
  opacity: 0.5;
}

#footer .youtube {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 10px;
  border-radius: 30px;
  background-color: #725b57;
  background-image: url(../img/footer_yt.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}

#footer .youtube:hover {
  opacity: 0.5;
}

#footer .brand_logo {
  display: block;
  width: 146px;
  height: 88px;
  margin: 0 auto 0;
  background-image: url(../img/common/fot_logo.png);
  background-size: 146px 88px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#footer .copyright {
  width: 100%;
  height: 13px;
  margin-top: 25px;
  font-size: 13px;
  letter-spacing: 0.5px;
  color: #b6aea6;
  text-align: center;
}

#page_top {
  position: fixed;
  width: 80px;
  height: 80px;
  right: 1%;
  bottom: -100px;
  border-radius: 50px;
  z-index: 110;
}

#page_top .page_top {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom : 15px;
  margin:  auto;
  width: 80px;
  height: 80px;
  border-radius: 40px;
  background-color: #725b57;
  background-image: url(../img/footer_pagetop.png);
  background-size: 63px 33px;
  background-position: 50% 45%;
  background-repeat: no-repeat;
  font-size: 0;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}

#page_top .page_top:hover {
  background-color: #ee729e;

}


#photo_modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(166, 152, 149, .8);
  z-index: 120;
}

#photo_modal .inner {
  position: absolute;
  width: 800px;
  height: 600px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  overflow: hidden;
  border: solid 7px #fff;
  border-radius: 4px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5)
}

#photo_modal .inner div {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

#photo_modal .close {
  position: fixed;
  width: 29px;
  height: 25px;
  top: 26px;
  right: 26px;
  background-image: url(../img/modal_close.png);
  cursor: pointer;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  -webkit-transition: 0.2s ease opacity;
  transition: 0.2s ease opacity
}

#photo_modal .close:hover {
  opacity: .5
}
