/*==========================================================================================================
    common
===========================================================================================================*/
body {
  background-image: url("../img/lp/agf2021/main_bg_pc.png");
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  padding: 0; }

img {
  max-width: 100%;
  height: auto; }

#lp_content {
  max-width: 100%;
  padding: 0; }

#lp_content p {
  font-size: 20px; }

@media only screen and (max-width: 768px) {
  body::after {
    content: "";
    width: 100vw;
    height: 100vh;
    background-image: url("../img/lp/agf2021/main_bg_sp.png");
    background-size: cover;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: -1; }

  #header {
    position: absolute; }

  #lp_content p {
    font-size: 14px; } }
/*==========================================================================================================
    main
===========================================================================================================*/
#agf2021_main {
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden; }

#agf2021_main > div {
  width: 80%;
  max-width: 1400px;
  margin: 0 auto; }

#agf2021_main > div > #agf2021_main_center {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -50px;
  width: 17%;
  max-width: 280px;
  margin: auto;
  z-index: 2;
  opacity: 0;
  animation: fadeIn 4s ease 2s 1 forwards; }

#agf2021_main > div > #agf2021_main_chara {
  position: relative;
  margin-top: 40px;
  z-index: 1;
  opacity: 0;
  animation: fadeIn 5s ease 2.1s 1 forwards; }

#agf2021_main > div > #agf2021_main_chara_2 {
  display: none;
  opacity: 0;
  animation: fadeIn 6s ease 2.1s 1 forwards; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@media only screen and (max-width: 768px) {
  #agf2021_main {
    background-position: center center;
    background-size: cover; }

  #agf2021_main > div {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto; }

  #agf2021_main > div > #agf2021_main_center {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 8%;
    width: 100%;
    max-width: 100%;
    margin: auto; }

  #agf2021_main > div > #agf2021_main_chara_2 {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3; } }
/*==========================================================================================================
    nav
===========================================================================================================*/
#agf2021_nav {
  background: #fff;
  width: 100%; }

#agf2021_nav > div {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1600px;
  margin: 0 auto; }

#agf2021_nav > div > h1 {
  width: 20%;
  margin: 1% 1% 1% 0; }

#agf2021_nav > div > #agf2021_nav_text {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 450px;
  margin: 1% 0; }

#agf2021_nav > div > #agf2021_nav_text > p {
  font-size: 15px; }

#agf2021_nav > div > #agf2021_nav_text > #agf2021_nav_map {
  font-size: 15px;
  background: #f09199;
  padding: 15px;
  cursor: pointer;
  position: relative;
  top: 0;
  transition: all 0.2s; }

#agf2021_nav > div > #agf2021_nav_text > #agf2021_nav_map:hover {
  top: -5px; }

#agf2021_nav > div > #agf2021_nav_goods {
  width: 20%;
  margin: 1% 0 1% 5%; }

#agf2021_nav > div > #agf2021_nav_goods > a#agf2021_nav_goods_btn {
  display: block;
  position: relative;
  top: 0;
  transition: all 0.2s; }

#agf2021_nav > div > #agf2021_nav_goods > a#agf2021_nav_goods_btn:hover {
  top: 5px; }

@media only screen and (max-width: 840px) {
  #agf2021_nav > div {
    margin: 0 20px; }

  #agf2021_nav > div > h1 {
    width: 300px;
    margin: -100px auto 20px;
    z-index: 3; }

  #agf2021_nav > div > #agf2021_nav_text {
    justify-content: center;
    width: 100%;
    margin: 0 auto 20px; }

  #agf2021_nav > div > #agf2021_nav_text > p {
    font-size: 15px; }

  #agf2021_nav > div > #agf2021_nav_text > #agf2021_nav_map {
    font-size: 15px;
    background: #00a8f5;
    padding: 15px;
    cursor: pointer; }

  #agf2021_nav > div > #agf2021_nav_goods {
    width: 300px;
    margin: 0 auto 20px; } }
/*==========================================================================================================
    lead
===========================================================================================================*/
#agf2021_lead {
  background: #e3d6c6;
  padding: 80px 0;
  color: #740e4b; }

#agf2021_lead > h2 {
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 40px;
  text-align: center; }

#agf2021_lead > p {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto; }

@media only screen and (max-width: 768px) {
  #agf2021_lead {
    padding: 30px 20px; }

  #agf2021_lead > h2 {
    font-size: 16px;
    margin-bottom: 20px; }

  #agf2021_lead > p {
    width: 100%; } }
/*==========================================================================================================
    news
===========================================================================================================*/
#agf2021_news {
  background: #38a994;
  width: 80%;
  max-width: 1200px;
  margin: 50px auto;
  overflow: hidden; }

#agf2021_news > p {
  display: flex;
  margin: 10px 20px;
  color: #FFF; }

#agf2021_news > p > span {
  font-weight: bold;
  margin-right: 20px; }

#agf2021_news > p > a {
  color: #000;
  text-decoration: underline; }

#agf2021_news > p > a:hover {
  text-decoration: none; }

@media only screen and (max-width: 768px) {
  #agf2021_news {
    width: 100%;
    margin: 25px auto; }

  #agf2021_news > p {
    display: block; }

  #agf2021_news > p > span {
    margin-right: 0; }

  #agf2021_news > p > a {
    display: block;
    text-decoration: underline; } }
/*==========================================================================================================
    contents
===========================================================================================================*/
.agf2021_contents {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto 50px;
  overflow: hidden;
  background-color: #ebe4cbde; }

.agf2021_contents > h2 {
  background: #276832;
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 50px;
  padding: 30px 0;
  text-align: center;
  color: #fff3b5; }

.agf2021_contents > div.agf2021_contents_img {
  margin: 0 50px 50px; }

.agf2021_contents > p {
  margin: 0 50px 50px; }

@media only screen and (max-width: 768px) {
  .agf2021_contents {
    width: 100%;
    margin: 0 auto 25px; }

  .agf2021_contents > h2 {
    background: #9b7d59;
    font-size: 16px;
    margin-bottom: 25px;
    padding: 20px 0; }

  .agf2021_contents > div.agf2021_contents_img {
    margin: 0 20px 25px; }

  .agf2021_contents > p {
    margin: 0 20px 25px; } }
/* goods */
.agf2021_contents a.agf2021_goods_btn {
  display: block;
  background: #ef6784;
  font-size: 20px;
  color: #fff;
  width: 250px;
  margin: 0 auto 50px;
  padding: 30px;
  text-align: center;
  text-decoration: none;
  position: relative;
  top: 0;
  transition: all 0.2s; }

.agf2021_contents a.agf2021_goods_btn:hover {
  top: -5px; }

.musicList {
  width: auto;
  margin: 0 50px 50px; }

.musicList li {
  width: 32%; }

.musicList li a {
  cursor: pointer; }

@media only screen and (max-width: 768px) {
  .musicList {
    margin: 0 20px 25px; }

  .musicList li {
    width: 48%; } }
/* modal */
.modal {
  display: none;
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 100; }

.modal-bg {
  position: absolute;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.8); }

.modal-content, .modal-content2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: scroll;
  max-width: 1200px;
  min-width: 50%;
  background: #fff;
  padding: 40px;
  -ms-overflow-style: none;
  scrollbar-width: none; }

.modal-content::-webkit-scrollbar {
  display: none; }

.modal-content-goods ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap; }

.modal-content-goods ul li {
  width: 48%;
  max-width: 350px;
  margin-bottom: 20px;
  border: 1px solid #10775E; }

.modal-content-goods p {
  margin: 0 1%; }

.modal-content-goods p span {
  font-weight: bold;
  color: #d9006e; }

@media only screen and (max-width: 768px) {
  .modal-content {
    width: 90%;
    height: 80%;
    padding: 20px; }

  .modal-content2 {
    width: 95%;
    padding: 0px; }

  .modal-content-goods ul li {
    width: 100%; } }
