@charset "UTF-8";
@import url("https://use.typekit.net/trc4hjw.css");

@keyframes bar-anime {
  0% {
    height: 40px;
    top: -40px;
  }

  75% {
    height: 40px;
    top: 50px;
  }

  100% {
    height: 40px;
    top: 50px;
  }
}

@keyframes bar-anime-sp {
  0% {
    height: 40px;
    top: -40px;
  }

  75% {
    height: 40px;
    top: 40px;
  }

  100% {
    height: 40px;
    top: 40px;
  }
}

@keyframes moveleft {
  0% {
    left: 100vw;
  }

  100% {
    left: -200vw;
  }
}

@keyframes moveright {
  0% {
    left: -200vw;
  }

  100% {
    left: 100vw;
  }
}

/* ------------------------------------------------------------------------------------------------------------------------ */
html,
body {
  width: 100%;
  height: auto;
  font-size: 13px;
  font-family: "yu-gothic-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
}

html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  text-align: center;
  -webkit-text-size-adjust: 100%;
  margin: 0;
}

body.loaded {
  position: static;
}

body.looking {
  overflow: hidden;
}

a {
  color: #111;
  text-decoration: none;
  cursor: pointer;
}

a:hover,
a:active,
a.active {
  color: #C3C3C3;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

i {
  font-style: normal;
}

form,
section,
p,
div,
ul,
li,
dl,
dt,
dd,
a,
span,
input,
textarea {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  list-style: none;
}

br.brsp {
  display: none;
}

.item-d-none p a {
  display: none;
}

/* ------------------------------------------------------------------------------------------------------------------------ */

/*-------
header
---------*/

.container .header{
  position: sticky;
  top:0;
  z-index: 100;
}

/*---------------
hamburger_start
-----------------*/
.container .hamburger {
  position: absolute;
  top:30px;
  right:30px;
  left:auto;
  width: 50px;
  height: 50px;
  border: none;
  background: transparent;
  cursor: pointer;
  z-index: 150;
  background-color:#CF9A3D;
  border-radius: 50%;
}

.container .hamburger__line {
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 1px;
  background-color: #fff;
  transition: all .4s;
}

.container .hamburger__line:nth-of-type(1) {
  top: 16px;
}
.container .hamburger__line:nth-of-type(2) {
  top: 24px;
}
.container .hamburger__line:nth-of-type(3) {
  top: 32px;
}

/* メニューオープン時 */
.container .hamburger.active .hamburger__line:nth-of-type(1) {
    transform: translateY(3px) rotate(-30deg) translateX(-12px);
}

.container .hamburger.active .hamburger__line:nth-of-type(2) {
  opacity: 0;
}
.container .hamburger.active .hamburger__line:nth-of-type(3) {
    transform: translateY(-1px) rotate(30deg) translateX(-13px);
}

.container .nav {
  position: fixed;
  top: 0;
  left: auto;
  right: 0;
  width: 30%;
  height: 100vh;
  background-color: rgba(189, 92, 37, 0.95);
  transform: translateX(100%);
  transition: transform .4s;
  z-index: 90;
  border-bottom-left-radius: 20%;
}

.container .nav__list {
  margin: 0;
  padding: 200px 0 0;
  list-style: none;
}

.container .nav__item a{
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-size: 2.4rem;
  line-height: 1.5;
  text-align: left;
  margin: 0 auto;
  width: 145px;
  color: #ffffff;
  font-weight: 600;
}

.container .nav__link {
  display: block;
  padding: 12px 0;
}

.container .nav.active {
    transform: translateX(0);
}

/*---------------
hamburger_end
-----------------*/

/*---------------
header_end
-----------------*/

/*----------------
main
------------------*/
.container{
  background-color: #F7EBD1;
  position: relative;
}

/*-----top---------*/

.container .main .top-wrapper{
  margin-bottom:80px;
}

.container .main .top-wrapper .top{
  position: relative;
  width: 75%;
  max-width: 1280px;
  margin: 0 auto;
}

.container .main .top-wrapper .top .main-logo{
  position: absolute;
  top:12%;
  left:50%;
  transform: translateX(-50%);
  width: 27%;
  margin: 0 auto;
}

.container .main .top-wrapper .top .main-img{
  padding-top: 200px;
}

.container .main .top-wrapper .top .kv-img{
  position: absolute;
  top:0;
}

.container .main .top-wrapper .top .kv1{
  width: 25%;
  max-width:280px;
  left: -8%;
  top:5%;
}

.container .main .top-wrapper .top .kv2{
  width: 15%;
  max-width:150px;
  left: auto;
  right:0%;
  top:10%;
}

.container .main .top-wrapper .top .kv3{
  width:15%;
  max-width:150px;
  left: auto;
  right:10%;
  top:30%;
}

.container .main .top-wrapper .top .kv4{
  width: 19%;
  max-width:190px;
  left: -8%;
  top:42%;
}

.container .main .top-wrapper .top .kv5{
  width:12%;
  max-width:120px;
  right:-6%;
  left:auto;
  top:35%;
}

.container .main .top-wrapper .top .kv6{
  width:17%;
  max-width:170px;
  left: 0;
  top:22%;
}

/*----
.container .main .top-wrapper .lead p{
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  line-height: 2;
  font-size: 1.4rem;
}
--*/

/*-----top-day---------*/

.container .main .top-wrapper .top-day{
  width:40%;
  max-width:650px;
  margin: 70px auto;
}

.container .main .top-wrapper .top-day .day-inner{
  position: relative;
}

.container .main .top-wrapper .top-day .day-inner .day-box{
  background-color: #E7CB96;
  border-radius: 40px;
}

.container .main .top-wrapper .top-day .day-inner .day-box img{
  width:200px;
  margin: 0 auto;
  padding: 20px 0;
}

.container .main .top-wrapper .top-day .day-inner .img{
  position: absolute;
  top:0;
}

.container .main .top-wrapper .top-day .day-inner .img1{
  max-width:122px;
  width:25%;
  left:-10%;
  top:-20%
}

.container .main .top-wrapper .top-day .day-inner .img2{
  max-width:130px;
  width:25%;
  right:-10%;
  left:auto;
  top:-10%;
}

/*-----news-wrapper---------*/
.container .main .news-wrapper{
  margin: 70px auto;
  text-align: center;
  position: relative;
}

.container .main .news-wrapper .news-box{
  width:70%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.container .main .news-wrapper .news-box .topic{
  width:17%;
}

.container .main .news-wrapper .news-box .topic img{
  width:130px;
  margin: 0 auto 0 0;
}

.container .main .news-wrapper .news-box .news-file{
  width:75%;
}

.container .main .news-wrapper .news-box .news-file .news-btn{
  padding-left: 20px;
  padding-top: 10px;
}

.container .main .news-wrapper .news-box .news-file .news-btn p{
  font-size: 12px;
  text-decoration: underline;
}

.container .main .news-wrapper .news-box .news-file ul{
  background-color: rgba(255, 255, 255, 0.7);
  padding: 30px 30px 20px 30px;
  border-radius: 40px;
  width:100%;
}

.container .main .news-wrapper .news-box .news-file ul li{
  border-bottom: 1px solid #888;
  text-align: left;
  padding: 10px;
  margin-bottom: 20px;
}

.container .main .news-wrapper .news-box .news-file .txt_area{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.container .main .news-wrapper .news-box .news-file .txt_area .date{
  width:120px;
  font-size: 14px;
}

.container .main .news-wrapper .news-box .news-file .txt_area .media_ttl{
  width:70%;
  font-size: 14px;
}

.container .main .news-wrapper .img{
  position: absolute;
  top:0;
}

.container .main .news-wrapper .img3{
  width:25%;
  max-width:170px;
  right:13%;
  left:auto;
  top:65%;
}

.container .main .news-wrapper .img4{
  width:25%;
  max-width: 110px;
  right:24%;
  left:auto;
  top:93%;
}

/*------about------*/
.container .main .about-wrapper{
  background-color: #E7CB96;
  padding-top: 70px;
  padding-bottom: 70px;
  margin-bottom: 70px;
}

.container .main .about-wrapper .about-inner{
  width:70%;
  margin: 0 auto;
  position: relative;
}

.container .main .about-wrapper .about-inner .topic{
  width:150px;
  margin: 0 auto 30px 0;
}

.container .main .about-wrapper .about-inner .about-box{
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.container .main .about-wrapper .about-inner .about-box .logo{
  width:50%;
  padding: 30px;
}

.container .main .about-wrapper .about-inner .about-box .logo img{
  max-width: 300px;
  margin: 0 auto;
}

.container .main .about-wrapper .about-inner .about-box .about-file{
  width:45%;
}

.container .main .about-wrapper .about-inner .about-box .about-file .box{
  margin-bottom: 30px;
}

.container .main .about-wrapper .about-inner .about-box .about-file .box .text-A p{
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 700;
  line-height: 1;
}

.container .main .about-wrapper .about-inner .about-box .about-file .box .text-B p{
  font-size: 20px;
  line-height: 1.5;
}

.container .main .about-wrapper .about-inner .about-box .about-file .box .text-C{
  position: relative;
  padding-right: 30px;
}

.container .main .about-wrapper .about-inner .about-box .about-file .box .text-C .a-icon{
  position: absolute;
  width:20px;
  height: 20px;
  top:2px;
  left:100px;
}

.container .main .about-wrapper .about-inner .about-box .about-file .box .text-C p{
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 0px;
}

.container .main .about-wrapper .about-inner .img{
  position: absolute;
  top:0;
}

.container .main .about-wrapper .about-inner .img5{
  position: absolute;
  width:25%;
  max-width: 140px;
  top:30%;
  right:-8%;
  left:auto;
}

.container .main .about-wrapper .about-inner .img6{
  position: absolute;
  width:20%;
  max-width: 160px;
  top:65%;
  right:3%;
  left:auto;
}

/*------artist------*/
.container .main .artist-wrapper,
.container .main .shop-wrapper{
  margin-bottom: 140px;
}

.container .main .artist-wrapper .artist-inner,
.container .main .shop-wrapper .shop-inner{
  width:70%;
  margin: 0 auto;
  position: relative;
}

.container .main .artist-wrapper .artist-inner .topic,
.container .main .shop-wrapper .shop-inner .topic{
  width:150px;
  margin: 0 auto 30px 0;
}

.container .main .artist-wrapper .artist-inner .artist-box,
.container .main .shop-wrapper .shop-inner .shop-box{
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
  background-color: #E7CB96;
  padding: 50px;
  border-radius: 20px;
  row-gap: 20px;
}

.container .main .artist-wrapper .artist-inner .artist-box .comming{
  width:90%;
  margin: 0 auto;
}

.container .main .artist-wrapper .artist-inner .artist-box .comming p{
  text-align: center;
  font-size: 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 700;
}

.container .main .artist-wrapper .artist-inner .artist-box .artist{
  width:31%;
}

.container .main .artist-wrapper .artist-inner .artist-box .artist .artist-img img,
.container .main .shop-wrapper .shop-inner .shop-box .shop .shop-img img{
  border-radius: 20px;
  margin-bottom: 10px;
}

.container .main .artist-wrapper .artist-inner .artist-box .artist .name p,
.container .main .shop-wrapper .shop-inner .shop-box .shop .name p{
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}

.container .main .artist-wrapper .artist-inner .more-text p,
.container .main .shop-wrapper .shop-inner .more-text p{
  text-align: right;
  font-size: 20px;
  font-weight: 700;
  margin-top: 10px;
  margin-right: 10px;
}


.container .main .artist-wrapper .artist-inner .img{
  position: absolute;
  top:0;
}

.container .main .artist-wrapper .artist-inner .img7{
  position: absolute;
  top:-13%;
  right:-7%;
  left:auto;
  width:23%;
  max-width: 130px;
}

.container .main .artist-wrapper .artist-inner .img8{
  position: absolute;
  top:0%;
  right:12%;
  left:auto;
  width:30%;
  max-width: 300px;
}

.container .main .artist-wrapper .artist-inner .img9{
  position: absolute;
  top:95%;
  right:auto;
  left:20%;
  width:25%;
  max-width: 150px;
}

.container .main .artist-wrapper .artist-inner .img10{
  position: absolute;
  top:102%;
  right:auto;
  left:0;
  width:24%;
  max-width: 200px;
}

/*------shop------*/
.container .main #shop .shop-inner .topic{
  width:120px;
  margin: 0 auto 30px 0;
}

.container .main .shop-wrapper .shop-inner .shop-box .shop{
  width:22%;
}

.container .main #shop .shop-inner .img11{
  position: absolute;
  top:7%;
  right:10%;
  left:auto;
  width:24%;
  max-width: 130px;
}

.container .main #shop .shop-inner .img12{
  position: absolute;
  top:0%;
  right:0;
  left:auto;
  width:24%;
  max-width: 80px;
}


/*-----ticket-----*/
.container .main .ticket-wrapper{
  margin-bottom: 70px;
}

.container .main .ticket-wrapper .ticket-inner{
  width:70%;
  margin: 0 auto;
}

.container .main .ticket-wrapper .ticket-inner .topic{
  width:160px;
  margin: 0 auto 30px 0;
}

.container .main .ticket-wrapper .ticket-inner .ticket-box{
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.container .main .ticket-wrapper .ticket-inner .ticket-box .ticket{
  width:40%;
  border-bottom: #888 1px solid;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px;
}

.container .main .ticket-wrapper .ticket-inner .ticket-box .ticket .type p{
  font-size: 20px;
  line-height: 1;
}

.container .main .ticket-wrapper .ticket-inner .ticket-box .ticket .price p{
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
}

.container .main .ticket-wrapper .ticket-inner .ticket-btn .btn{
  background-color: #CF9A3D;
  border-radius: 40px;
  padding: 15px 30px;
  width:260px;
  margin: 0 auto;
}

.container .main .ticket-wrapper .ticket-inner .ticket-btn .btn p{
  font-size: 20px;
  color: #fff;
  text-align: center;
  font-weight: 600;
}

/*----------------
main_end
------------------*/

/*----------------
notice
------------------*/
.container .notice{
  background-color: #F7EBD1;
  text-align: center;
}

.container .notice .main-wrapper{
  width:60%;
  margin: 0 auto;
}

.container .notice .main-wrapper .ttl{
    margin: 0 auto 60px 0;
    display: block;
    width: 140px;
    padding-top: 30px;
}

.container .notice .main-wrapper .notice-box{
    margin-bottom: 40px;
}

.container .notice .main-wrapper .notice-box .topics p{
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 600;
}

.container .notice .main-wrapper .notice-box .text p{
    line-height: 2;
}

.container .notice .site-btn{
    padding: 16px 0;
    width: 200px;
    margin: 0 auto 40px;
    border: 1px solid #000;
    border-radius: 30px;
    text-align: center;
    }

   .container .notice .site-btn a p {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 0;
    text-align: center;
}
 

/*----------------
notice_end
------------------*/

/*-----------------
footer
--------------------*/

.container .footer{
  border-top: #000000 1px solid;
  padding-top: 70px;
}

.container .footer p{
  font-size: 1.2rem;
  color: #000000;
  text-align: center;
}

.container .footer .footer-inner .staff-credit{
  margin-bottom: 30px;
}

.container .footer .footer-inner .footer-logo{
  width:65px;
  margin: 0 auto 30px;
}

.container .footer .footer-inner .sns-box{
  width:100px;
  margin: 0 auto 30px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.container .footer .footer-inner .sns-box .sns{
  width:40px;
}

.container .footer .footer-inner .copy p{
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.0rem;
  color: #000000;
  text-align: center;
  padding-bottom: 20px;
}

/*-----------
footer_end
-------------*/

/*------------
set
--------------*/

.container {
  position: relative;
}

.container p{
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
font-size: 1.3rem;
color: #2C2723;
line-height: 1.6;
text-align: left;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.slick-slide img {
  display: block;
}

/*右の飛ぶ鳥*/
.img-wrapper {
  animation: floating-x 7.2s ease-in-out infinite alternate-reverse;
}
.target {
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}
@keyframes floating-x {
  0% {
    transform: translateX(-20%);
  }
  100% {
    transform: translateX(20%);
  }
}
@keyframes floating-y {
  0% {
    transform: translateY(-5%);
  }
  100% {
    transform: translateY(5%);
  }
}

/*バウンドするカンガルー*/
.fuwafuwa {
  animation: fuwafuwa 3s infinite;
}

@keyframes fuwafuwa {
  0% { transform:translateY(0px); }
  50% { transform:translateY(25px); }
  100% { transform:translateY(  0px); }
}

/*左の揺れる鳥*/
.frog{
    transform-origin: center bottom;
    animation: yurayura 3s linear infinite;
}

@keyframes yurayura {
  0% , 100%{
      transform: rotate(10deg);
  }
  50%{
      transform: rotate(20deg);
  }
}

/* ====== 速度・ディレイ違いのパターン ====== */

/* パターン1：すぐ発動・速い */
.fadeInMono.fast {
  animation-duration: 1s;
  animation-delay: 0.6s;
}

/* パターン2：中くらい */
.fadeInMono.medium {
  animation-duration: 1.4s;
  animation-delay: 1s;
}

/* パターン3：ゆっくり・遅れて */
.fadeInMono.slow {
  animation-duration: 1.8s;
  animation-delay: 1.2s;
}


.start1 {
  animation: fade .8s ease-in .6s 1 normal backwards;
}

.start2 {
  animation: fade 1s ease-in .8s 1 normal backwards;
}

.start3 {
  animation: fade 1.2s ease-in 1s 1 normal backwards;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0.5;
  }
  30% {
    opacity: 0.7;
  }
  80% {
    opacity: 0.9;
  }

  100% {
    opacity: 1;
  }
}

/*loading*/
/*
body.loaded {
  position: static;
}*/
/* Loading背景画面設定　*/
#loading {
  /*fixedで全面に固定*/
  position: fixed;
  z-index: 10000000;
  width: 100%;
    height: 100%;
    background-color: #BD5B25;
  text-align: center;
}

/* Loading画像中央配置　*/

#loading_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/
#loading_logo img {
  width: 200px;
}

.poyoyon2.is-animated {
  animation: poyoyon2 1s ease-in-out forwards;
}
 
@keyframes poyoyon2 {
  0%  {
    transform: scale(1.0, 1.0) translate(0, 0);
  }
  15% {
    transform: scale(0.98, 0.9) translate(0, 5px);
  }
  30% {
    transform: scale(1.02, 1.0) translate(0, 8px);
  }
  50% {transform: scale(0.98, 1.05) translate(0, -8px);
  }
  70% {
    transform: scale(1.0, 0.9) translate(0, 5px);
  }
  100% {
    transform: scale(1.0, 1.0) translate(0, 0);
  }
  0%, 100% {
    opacity: 1;
  }
}


/*----------
sp
-------------*/
@media screen and (max-width: 768px) {
  /*set*/
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  body {
    position: relative;
  }

  html, body {
    overflow-x: unset;
  }

  .container {
    display: block;
  }

/*---------
header
-----------*/
.container .header .header-inner {
  padding: 10px 8px;
}

.container .header .header-inner .header-menu {
  width: auto;
}

/*-------------
header_end
---------------*/

/*--------------
footer
----------------*/

/*--------------
footer_end
----------------*/

/*-------------
main
---------------*/
.container .main .top-wrapper{
  margin-bottom:40px;
}

.container .main .top-wrapper .top{
  width: 98%;
}

   .container .main .top-wrapper .top .main-logo {
        position: absolute;
        top: 17%;
        left: 50%;
        transform: translateX(-50%);
        width: 58%;
        margin: 0 auto;
    }

.container .main .top-wrapper .top .main-img{
  padding-top: 450px;
}

.container .main .top-wrapper .top .kv1 {
        width: 50%;
        max-width: 280px;
        left: 2%;
        top: 2%;
    }

          .container .main .top-wrapper .top .kv2 {
        width: 21%;
        max-width: 150px;
        left: auto;
        right: 8%;
        top: 57%;
    }

        .container .main .top-wrapper .top .kv3 {
        width: 20%;
        max-width: 150px;
        left: auto;
        right: 27%;
        top: 68%;
    }

    .container .main .top-wrapper .top .kv4 {
        width: 23%;
        max-width: 190px;
        left: 2%;
        top: 48%;
    }

    .container .main .top-wrapper .top .kv5 {
        width: 14%;
        max-width: 120px;
        right: auto;
        left: 0%;
        top: 66%;
    }

        .container .main .top-wrapper .top .kv6 {
        width: 23%;
        max-width: 170px;
        left: 17%;
        top: 61%;
    }

    /*-----top-day-------*/
    .container .main .top-wrapper .top-day {
    width: 95%;
    margin: 50px auto;
}

.container .main .top-wrapper .top-day .day-inner .img1 {
    max-width: 75px;
    left: 0%;
    top: -37%;
}

.container .main .top-wrapper .top-day .day-inner .day-box img {
    width: 140px;
}

.container .main .top-wrapper .top-day .day-inner .img2 {
    max-width: 80px;
    right: 3%;
    left: auto;
    top: 20%;
}

.container .main .news-wrapper {
    margin: 50px auto;
}

.container .main .news-wrapper .news-box {
    width: 95%;
    flex-wrap: wrap;
}

.container .main .news-wrapper .news-box .topic {
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
}

.container .main .news-wrapper .news-box .topic img {
    width: 110px;
}

.container .main .news-wrapper .news-box .news-file {
    width: 100%;
}

.container .main .news-wrapper .news-box .news-file ul {
    padding: 20px 20px 10px 20px;
    border-radius: 20px;
    width: 100%;
}

.container .main .news-wrapper .news-box .news-file .txt_area .date{
  width:40%;
  font-size: 13px;
}

.container .main .news-wrapper .news-box .news-file .txt_area .media_ttl{
  width:60%;
  font-size: 13px;
}

.container .main .news-wrapper .img3 {
    max-width: 100px;
    right: 1%;
    left: auto;
    top: 95%;
}

.container .main .news-wrapper .img4 {
    max-width: 75px;
    right: 26%;
    top: 105%;
}

.container .main .about-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 50px;
}

.container .main .about-wrapper .about-inner {
    width: 95%;
}

.container .main .about-wrapper .about-inner .topic {
    width: 130px;
    margin: 0 auto 20px 0;
}

.container .main .about-wrapper .about-inner .about-box {
    justify-content: center;
    flex-wrap: wrap;
}

.container .main .about-wrapper .about-inner .about-box .logo {
    width: 68%;
    padding: 20px;
    margin-bottom: 30px;
}

.container .main .about-wrapper .about-inner .about-box .about-file {
    width: 100%;
}

.container .main .about-wrapper .about-inner .about-box .about-file .box {
    margin-bottom: 15px;
}

.container .main .about-wrapper .about-inner .about-box .about-file .box .text-A p {
    font-size: 13px;
}

.container .main .about-wrapper .about-inner .about-box .about-file .box .text-B p {
    font-size: 16px;
}

.container .main .about-wrapper .about-inner .img5 {
    top: 62%;
    right: 0%;
    left: auto;
}

    .container .main .about-wrapper .about-inner .img6 {
        top: 83%;
        right: 16%;
        width: 23%;
    }

.container .main .artist-wrapper,
.container .main .shop-wrapper {
    margin-bottom: 100px;
}

.container .main .artist-wrapper .artist-inner,
 .container .main .shop-wrapper .shop-inner{
    width: 100%;
}

.container .main .artist-wrapper .artist-inner .topic {
    width: 120px;
    margin: 0 auto 20px 0;
}

.container .main .artist-wrapper .artist-inner .topic {
    width: 95%;
    margin: 0 auto 20px;
    text-align: left;
}

.container .main .artist-wrapper .artist-inner .more-text p,
.container .main .shop-wrapper .shop-inner .more-text p {
    text-align: right;
    font-size: 16px;
    font-weight: 700;
    margin-top: 10px;
    margin-right: 10px;
}

.container .main .artist-wrapper .artist-inner .topic img{
    width: 110px;
}

.container .main .artist-wrapper .artist-inner .artist-box{
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
    border-radius: 0px;
    width: 100%;
    row-gap: 0px;
}

.container .main .artist-wrapper .artist-inner .artist-box .artist {
    width: 80%;
    margin-bottom: 20px;
}

.container .main .artist-wrapper .artist-inner .artist-box .artist:last-child{
    margin-bottom: 0px;
}

.container .main .artist-wrapper .artist-inner .img7 {
    top: -2%;
        right: 3%;
        left: auto;
        width: 25%;
        max-width: 80px;
}

    .container .main .artist-wrapper .artist-inner .img8 {
        top: 0.5%;
        right: 19%;
        left: auto;
        width: 36%;
        max-width: 300px;
    }

.container .main .artist-wrapper .artist-inner .img9 {
    top: 99%;
    left: 31%;
    width: 25%;
    max-width: 150px;
}

.container .main .artist-wrapper .artist-inner .img10 {
    top: 100%;
    right: auto;
    left: 2%;
    width: 26%;
    max-width: 220px;
}

.container .main .shop-wrapper .shop-inner .shop-box {
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
        padding: 40px 0;
        border-radius: 0px;
        width: 100%;
        row-gap: 0px;
    }

.container .main .shop-wrapper .shop-inner .shop-box .shop {
    width: 45%;
    margin-bottom: 20px;
}

.container .main .shop-wrapper .shop-inner .shop-box .shop:last-child{
    margin-bottom: 0px;
}

.container .main .ticket-wrapper {
    margin-bottom: 50px;
}

.container .main .ticket-wrapper .ticket-inner {
    width: 95%;
}

.container .main .ticket-wrapper .ticket-inner .topic {
    width: 130px;
    margin: 0 auto 30px 0;
}

.container .main .ticket-wrapper .artist-inner .topic img {
        width: 130px;
        margin: 0 auto 20px 0;
    }

.container .main .ticket-wrapper .ticket-inner .ticket-box .ticket {
    width: 100%;
    padding: 5px;
    margin-bottom: 12px;
}

.container .main .ticket-wrapper .ticket-inner .ticket-box .ticket .type p {
    font-size: 14px;
}

.container .main .ticket-wrapper .ticket-inner .ticket-box .ticket .price p {
    font-size: 16px;
}

.container .main .ticket-wrapper .ticket-inner .ticket-btn .btn p {
    font-size: 16px;
}

.container .main .ticket-wrapper .ticket-inner .ticket-btn .btn {
    padding: 15px 30px;
    width: 230px;
}


.container .main #shop .shop-inner .img11 {
    position: absolute;
    top: 6%;
    right: 22%;
    left: auto;
    width: 24%;
    max-width: 130px;
}

.container .main #shop .shop-inner .img12 {
    position: absolute;
    top: 3%;
    right: 2%;
    left: auto;
    width: 24%;
    max-width: 67px;
}

    .container .main #shop .artist-inner .topic img {
        width: 100px;
    }
/*-------------
main_end
---------------*/

.container .footer {
    padding-top: 50px;
}

/*-------------
notice
---------------*/

.container .notice .main-wrapper {
    width: 90%;
    margin: 0 auto;
}

.container .notice .main-wrapper .ttl {
    margin: 0 auto 40px 0;
}

.container .notice .main-wrapper .notice-box .topics p {
    margin-bottom: 15px;
}

.container .notice .main-wrapper .notice-box {
    margin-bottom: 30px;
}

/*-------------
notice_end
---------------*/

    /*-------------
hamburger_start
---------------*/

    .container .hamburger {
    top: 15px;
    right: 10px;
}

.container .nav {
    width: 70%;
    border-bottom-left-radius: 120px;
}

.container .nav__list {
    padding: 150px 0 0;
}

/*-------------
hamburger_end
---------------*/


}