@charset "UTF-8";
.theatergoods_pageArea {
  padding-bottom: 170px;
}

.data-box {
  display: none;
}

.data-box:nth-of-type(3) {
  display: block;
}

.tab_list {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tab_list li {
  margin: 0 20px;
}

.tab_list li a {
  display: block;
  position: relative;
}

.tab_list li a:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.tab_list li a:hover::before {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.tab_list li a:nth-child(1) {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.tab_list li a:nth-child(1).is-active::before {
  opacity: 1;
}

.tab_list li a:nth-child(1):hover::before {
  opacity: 1;
}

.tab_list li a:nth-child(2) {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.tab_list li a:nth-child(2).is-active::before {
  opacity: 1;
}

.tab_list li a:nth-child(2):hover::before {
  opacity: 1;
}

.tab_list li a:nth-child(3) {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.tab_list li a:nth-child(3).is-active::before {
  opacity: 1;
}

.tab_list li a:nth-child(3):hover::before {
  opacity: 1;
}

.tab_list li:nth-child(1) a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.tab_list li:nth-child(1) a::before {
  background: url(../img/common/cate01_on.png);
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}

.tab_list li:nth-child(2) a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.tab_list li:nth-child(2) a::before {
  background: url(../img/common/cate02_on.png);
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}

.tab_list li:nth-child(3) a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.tab_list li:nth-child(3) a::before {
  background: url(../img/common/cate03_on.png);
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}

.page_ttlWp {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  text-align: center;
}

.ly_fillter {
  background: url(../img/common/yellow_bg.jpg);
  background-repeat: repeat;
  border: solid 3px #96784f;
  overflow: hidden;
  padding: 4px;
  position: relative;
}

.ly_fillter .deco_top:before {
  background-color: #96784f;
  content: "";
  height: 40px;
  pointer-events: none;
  position: absolute;
  right: -20px;
  top: -20px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 40px;
  z-index: 1;
}

.ly_fillter .deco_top:after {
  -webkit-transform: rotate(45deg);
  background-color: #96784f;
  content: "";
  height: 40px;
  left: -20px;
  pointer-events: none;
  position: absolute;
  top: -20px;
  transform: rotate(45deg);
  width: 40px;
  z-index: 1;
}

.ly_fillter .deco_bottom:before {
  -webkit-transform: rotate(45deg);
  background-color: #96784f;
  bottom: -20px;
  content: "";
  height: 40px;
  pointer-events: none;
  position: absolute;
  right: -20px;
  transform: rotate(45deg);
  width: 40px;
  z-index: 1;
}

.ly_fillter .deco_bottom:after {
  -webkit-transform: rotate(45deg);
  background-color: #96784f;
  bottom: -20px;
  content: "";
  height: 40px;
  left: -20px;
  pointer-events: none;
  position: absolute;
  transform: rotate(45deg);
  width: 40px;
  z-index: 1;
}

.ly_fillter .ly_fillter_inner {
  background: url(../img/common/bg_white.jpg);
  background-repeat: repeat;
  border: solid 2px #96784f;
  padding: 30px;
  position: relative;
}

.ly_fillter .ly_fillter_inner .fillter_cont .fillter_cont_inner .tg_wrap .godds_ttl {
  margin-bottom: 50px;
}

.ly_fillter .ly_fillter_inner .fillter_cont .fillter_cont_inner .tg_wrap .godds_ttl span {
  background-color: #ff6698;
  border-radius: 10px;
  color: #fff;
  display: block;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
  padding: 10px 0;
  position: relative;
  text-align: center;
}

.ly_fillter .ly_fillter_inner .fillter_cont .fillter_cont_inner .tg_wrap .godds_ttl span:before {
  content: "◆";
  position: absolute;
}

.ly_fillter .ly_fillter_inner .fillter_cont .fillter_cont_inner .tg_wrap .godds_ttl span:after {
  content: "◆";
  position: absolute;
}

.ly_fillter .ly_fillter_inner .fillter_cont .fillter_cont_inner .tg_wrap .tg_main .tg_img img {
  border: 1px solid #ccc;
}

.ly_fillter .ly_fillter_inner .fillter_cont .fillter_cont_inner .tg_wrap .tg_main .tg_list .list_item {
  display: grid;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}

.deco_line {
  margin: 50px 0;
  position: relative;
  text-align: center;
}

.deco_line::before {
  background-color: #ff6698;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: translate(0, 12px);
          transform: translate(0, 12px);
  width: 45%;
}

.deco_line::after {
  background-color: #ff6698;
  content: "";
  height: 2px;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate(0, 12px);
          transform: translate(0, 12px);
  width: 45%;
}

.btn_hover {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border: solid 3px #ff6698;
  border-radius: 20px;
  color: #ff6698;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 2.2;
  text-align: center;
  width: 100%;
}

.btn_hover:hover {
  background-color: #ff6698;
  color: #fff;
}

.ss {
  font-size: 12px;
  font-size: 1.2rem;
}

.tg_body {
  margin-top: 20px;
  word-break: break-all;
}

.tg_body a {
  color: #ff6698;
}

.tg_body a:hover {
  text-decoration: underline;
}

.tg_body ul {
  margin-top: 20px;
}

@media only screen and (min-width: 821px) {
  .tab_list {
    margin-bottom: 80px;
  }
  .c_base_inner {
    padding-top: 0;
  }
  .page_ttlWp {
    height: 310px;
  }
  .ly_fillter .ly_fillter_inner .fillter_cont .fillter_cont_inner .tg_wrap .godds_ttl span {
    font-size: 20px;
    font-size: 2rem;
    margin: 0 auto;
    width: 500px;
  }
  .ly_fillter .ly_fillter_inner .fillter_cont .fillter_cont_inner .tg_wrap .godds_ttl span:before {
    font-size: 14px;
    font-size: 1.4rem;
    left: 10%;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .ly_fillter .ly_fillter_inner .fillter_cont .fillter_cont_inner .tg_wrap .godds_ttl span:after {
    font-size: 14px;
    font-size: 1.4rem;
    right: 10%;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .ly_fillter .ly_fillter_inner .fillter_cont .fillter_cont_inner .tg_wrap .co_box {
    display: grid;
    grid-template-columns: 40% 60%;
  }
  .ly_fillter .ly_fillter_inner .fillter_cont .fillter_cont_inner .tg_wrap .co_box .tg_list {
    margin-left: 50px;
  }
  .ly_fillter .ly_fillter_inner .fillter_cont .fillter_cont_inner .tg_wrap .tg_main .tg_img:not(:first-child) {
    margin-top: 50px;
  }
  .ly_fillter .ly_fillter_inner .fillter_cont .fillter_cont_inner .tg_wrap .tg_main .tg_list .list_item {
    grid-template-columns: 15% 85%;
  }
  .btn_hover {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0 auto;
    width: 40%;
  }
}

@media only screen and (max-width: 820px) {
  .tab_list {
    margin-bottom: 60px;
  }
  .page_ttlWp {
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 65px;
    width: 77.33333333333333%;
  }
  .ly_fillter .ly_fillter_inner .fillter_cont .fillter_cont_inner .tg_wrap .godds_ttl span {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .ly_fillter .ly_fillter_inner .fillter_cont .fillter_cont_inner .tg_wrap .godds_ttl span:before {
    font-size: 12px;
    font-size: 1.2rem;
    left: 8px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .ly_fillter .ly_fillter_inner .fillter_cont .fillter_cont_inner .tg_wrap .godds_ttl span:after {
    font-size: 12px;
    font-size: 1.2rem;
    right: 8px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .ly_fillter .ly_fillter_inner .fillter_cont .fillter_cont_inner .tg_wrap .tg_main .tg_img:not(:first-child) {
    margin-top: 20px;
  }
  .ly_fillter .ly_fillter_inner .fillter_cont .fillter_cont_inner .tg_wrap .tg_main .tg_list {
    margin-top: 5vw;
  }
  .ly_fillter .ly_fillter_inner .fillter_cont .fillter_cont_inner .tg_wrap .tg_main .tg_list .list_item {
    grid-template-columns: 30% 70%;
  }
  .deco_line::before {
    width: 38%;
  }
  .deco_line::after {
    width: 38%;
  }
}
