/*
**  ===================================================================
**  mainblock CSS
**  ===================================================================
*/

.bg_contents {
  position: relative;
}
.contents__inner {
  margin: auto;
  max-width: 750px;
  background-color: #f9eaa7;
  /* background-image: url(../img/outer_bg.png); */
  /* padding-top: 5%; */
}
.contents__area {
  /* background: #FFFFFF;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0.5) 100%); */
}
.mainblock {
  margin: auto;
  max-width: 750px;
}
.main_img {
  margin-bottom: 6%;
}
.main_date {
  width: 94%;
  margin: 0 auto 3%;
}
.main_date.typeA {
  margin-bottom: 2%;
}
.main_date.typeB {
  margin-bottom: 4%;
}
.main_title {
  /* width: 90%; */
  margin: 0 auto 5%;
}
.main_text {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
  text-align: center;
  color: #ffffff;
  font-size: 100%;
  font-weight: 900;
  /* width: 92%; */
  margin: 0 auto 5%;
}
.main_text a {
  color: #ffffff;
  text-shadow: #eb6100 1px 0px 1px, #eb6100 -1px 0px 1px, #eb6100 0px -1px 1px,
    #eb6100 -1px 0px 1px, #eb6100 1px 1px 1px, #eb6100 -1px 1px 1px,
    #eb6100 1px -1px 1px, #eb6100 -1px -1px 1px, #eb6100 1px 1px 1px,
    #eb6100 -1px 1px 1px, #eb6100 1px -1px 1px, #eb6100 -1px -1px 1px,
    #eb6100 1px 1px 1px, #eb6100 -1px 1px 1px, #eb6100 1px -1px 1px,
    #eb6100 -1px -1px 1px, #eb6100 1px 1px 1px, #eb6100 -1px 1px 1px,
    #eb6100 1px -1px 1px, #eb6100 -1px -1px 1px;
  border-bottom: 1px solid #eb6100;
}
.main_text.typeA a {
  text-shadow: #e75d9b 1px 0px 1px, #e75d9b -1px 0px 1px, #e75d9b 0px -1px 1px,
    #e75d9b -1px 0px 1px, #e75d9b 1px 1px 1px, #e75d9b -1px 1px 1px,
    #e75d9b 1px -1px 1px, #e75d9b -1px -1px 1px, #e75d9b 1px 1px 1px,
    #e75d9b -1px 1px 1px, #e75d9b 1px -1px 1px, #e75d9b -1px -1px 1px,
    #e75d9b 1px 1px 1px, #e75d9b -1px 1px 1px, #e75d9b 1px -1px 1px,
    #e75d9b -1px -1px 1px, #e75d9b 1px 1px 1px, #e75d9b -1px 1px 1px,
    #e75d9b 1px -1px 1px, #e75d9b -1px -1px 1px;
  border-bottom: 1px solid #e75d9b;
}
.main_text a:hover {
  color: #ffffff;
}

@media screen and (min-width: 800px) {
  .main_date,
  .main_date.typeA {
    width: auto;
  }
  .main_title {
    width: auto;
  }
  .main_text {
    /* width: auto; */
    font-size: 28px;
  }
  .contents__inner {
    /* padding-top: 30px; */
  }
}
.mainblock img {
  display: block;
  margin: auto;
}

.main_read {
  margin: 4% auto 6%;
}
.read_block {
  background-image: url(../img/line.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 8%;
  margin-bottom: 19%;
}
@media screen and (min-width: 800px) {
  .read_block {
  }
}

.movie_area {
  background-color: #666666;
  width: 90%;
  margin: 0 auto 5%;
}
.movie_inner {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56%;
}
.movie_inner iframe,
.movie_inner div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* justify-content: center;
  display: flex;
  align-items: center; */
}
.movie_text {
  font-size: 80%;
  color: #000000;
  font-weight: bold;
  background-color: #ffff00;
  padding: 0.5%;
}
@media screen and (min-width: 800px) {
  .movie_area {
    width: 620px;
  }
  .movie_text {
    font-size: 20px;
  }
}

.goods_img {
  width: 94%;
  margin: 0 auto 3%;
}
.goods_img.typeA {
  margin-bottom: 0;
}
@media screen and (min-width: 800px) {
  .goods_img {
    width: auto;
  }
}

.broadcast_block {
  margin-bottom: 6%;
}
.broadcast_title {
  margin-bottom: 4%;
}

.goods_contents {
  padding-bottom: 5%;
}

.contents_block {
  position: relative;
}
.contents_btn {
  width: 90%;
  margin: 6% auto 0;
}
.contents_btn.typeA {
  width: 96%;
}
.contents_btn.typeB {
  top: 96.9%;
}
@media screen and (min-width: 800px) {
  .contents_btn {
    width: auto;
  }
}
.contents_title {
  margin-bottom: 3%;
}
.contents_img {
  margin-bottom: 3%;
}
.contents_img:last-child {
  margin-bottom: 0;
}

.nav_area {
  margin: 0 6% 4%;
}
.nav_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: end;
  margin-right: -1%;
}
.nav_item {
  width: 51%;
}
.nav_item:nth-child(2) {
  margin-bottom: -1%;
}
.nav_item.typeA {
  width: 100%;
  margin-right: 0;
}
.nav_item.typeB {
  margin-left: -2%;
  width: 52%;
  margin-right: -1%;
}
.nav_item:first-child {
  margin-bottom: 1%;
}
@media screen and (min-width: 800px) {
  .nav_item,
  .nav_item.typeA {
    width: auto;
  }
}

.pagetop {
  z-index: 1;
  width: 18%;
  right: 1%;
}
@media screen and (min-width: 800px) {
  .pagetop {
    width: auto;
    right: 20px;
  }
}

.accordion-area {
  margin: 2% auto 0;
}
@media screen and (min-width: 800px) {
  .accordion-area {
    width: auto;
  }
}

.accordion-block {
  text-align: center;
  margin-bottom: 7%;
}
.accordion-block:last-child {
  margin-bottom: 0;
}

.accordion-title {
  margin: 0 1.5% 0 2%;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.accordion-contents {
  display: none;
  margin-top: 4%;
}
@media screen and (min-width: 800px) {
  .accordion-title {
    margin: 0;
    margin-right: -6px;
  }
}

.accordion-inner {
  position: relative;
  margin: 0 3%;
}
@media screen and (min-width: 800px) {
  .accordion-inner {
    margin: 0 auto;
  }
}

.store_contents {
  margin-bottom: 6%;
}
.store_bg {
  width: 95%;
  margin: 0 auto;
  background-color: #fef1dd;
  position: relative;
  padding: 9% 0 3%;
}
.store_title {
  position: absolute;
  width: 80%;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: -2.5%;
}
.store_length {
  margin-bottom: 6%;
}
.store_date {
  width: 96%;
  margin: 0 auto;
}
@media screen and (min-width: 800px) {
  .store_bg {
    width: 710px;
  }
  .store_title {
    width: auto;
  }
  .store_date {
    width: auto;
  }
}

.store_photo_address {
  width: 79%;
  margin: 0 auto 3%;
}
.store_photo {
  width: 94%;
  margin: 0 auto;
}
.store_caution {
  text-align: center;
  font-size: 70%;
  font-weight: 600;
  color: #000000;
  margin-top: 2%;
}
@media screen and (min-width: 800px) {
  .store_photo_address {
    width: auto;
  }
  .store_photo {
    width: auto;
  }
  .store_caution {
    font-size: 16px;
  }
}

.store_btn_list {
  text-align: center;
  margin-top: 5%;
  margin-right: -0.5em;
  margin-bottom: 5%;
}
.store_btn_item {
  width: 86%;
  display: inline-block;
  margin: 0 auto 3%;
}
.store_btn_item:last-child {
  margin-bottom: 0;
}
.store_note {
  width: 95%;
  margin: 0 auto;
}
@media screen and (min-width: 800px) {
  .store_btn_list {
    margin-right: auto;
  }
  .store_btn_item {
    width: auto;
    margin-right: -1%;
  }
}

.store_note_item {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 70%;
  font-weight: 600;
  color: #000000;
}
@media screen and (min-width: 800px) {
  .store_note_item {
    font-size: 18px;
  }
}

.bnr_list {
  margin-bottom: 4%;
}
.bnr_item {
  width: 94%;
  margin: 0 auto;
}
.btn_list {
  width: 66%;
  margin: 6% auto;
}
.btn_item:last-child {
  margin-top: 4%;
}
@media screen and (min-width: 800px) {
  .bnr_item {
    width: auto;
  }
}

/*
**  ===================================================================
**  subblock CSS
**  ===================================================================
*/
.subblock {
  margin: auto;
  padding: 0 10px;
  max-width: 730px;
}
.subblock img {
  display: block;
  margin: auto;
}
.btn a {
  display: block;
}
.btn a img {
  width: 100%;
}
@media screen and (min-width: 800px) {
  .btn a:hover {
    opacity: 0.7;
  }
}

.border_area {
  background-color: #ffffff;
  border: 2px solid #a98529;
  padding: 2% 2% 3%;
}
@media screen and (min-width: 800px) {
  .border_area {
    width: 720px;
    margin: 0 auto;
    border: 4px solid #a98529;
    padding: 2% 0 3%;
  }
}

.block_contents {
  position: relative;
  margin: 0 3% 4%;
}
.block_contents:last-child {
  margin-bottom: 0;
}
.contents_inner {
  margin: 0 2.5%;
}
@media screen and (min-width: 800px) {
  .contents_inner {
    margin: 0;
  }
}
.block_contents.typeA {
  margin-bottom: 7%;
}

.caution__block {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4.5%;
}
.caution__list {
  margin: 0 3%;
}
.caution__text {
  text-align: left;
  font-size: 70%;
  font-weight: bold;
  color: #ff0000;
}
.caution__text.typeA {
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (min-width: 800px) {
  .caution__block {
    bottom: 4.8%;
  }
  .caution__list {
    width: 650px;
    margin: 0 auto;
  }
  .caution__text {
    font-size: 18px;
  }
}

.hmv_area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  aspect-ratio: 720 / 247;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 15px 55px;
}
.hmv_area.typeA {
  background-image: url(../img/hmv_bg01.png);
}
.hmv_area.typeB {
  background-image: url(../img/hmv_bg02.png);
}
.hmv_area img {
  box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
}

.link_area {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1.7%;
}

.goods_area {
  margin-bottom: 5%;
}

.btn_info_area {
  text-align: center;
}

.btn_shop_area {
  text-align: center;
  margin-bottom: 4%;
}

.btn_info {
  width: 85%;
  margin: 0 auto;
}
.btn_shop {
  width: 85%;
  margin: 0 auto;
}
.btn_goods {
  margin: 0 1.5% 0 2%;
}
.btn_goods.typeA {
  margin-bottom: 4%;
}
.btn_hmv {
  width: 85%;
  margin: 0 auto;
}
@media screen and (min-width: 800px) {
  .btn_shop {
    display: inline-block;
    width: auto;
    margin-right: -6px;
  }
  .btn_info {
    display: inline-block;
    width: auto;
    margin-right: -6px;
  }
  .btn_goods {
    width: 724px;
    margin: 0 auto;
  }
  .btn_hmv {
    width: 600px;
  }
}
.caution_area {
  position: absolute;
  width: 100%;
  margin: 0 auto;
  left: 0;
  top: 25%;
}
@media screen and (min-width: 800px) {
  .caution_area {
    /* margin: 0 0 5%; */
  }
}
.caution_list {
  margin: 0 auto;
}
@media screen and (min-width: 800px) {
  .caution_list {
    padding: 0 10px;
  }
}
.caution_item {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 70%;
  line-height: 1.4;
  font-weight: 600;
  color: #0d0d0d;
}
.caution_item.typeA {
  color: #e60012;
}
.caution_item a {
  color: #00a0e9;
}
@media screen and (min-width: 800px) {
  .caution_item {
    font-size: 21px;
    line-height: normal;
  }
}

.caution_nav_list {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.caution_nav_item {
  width: 30%;
  margin-right: 2%;
}
@media screen and (min-width: 800px) {
  .caution_nav_item {
    width: auto;
    margin-right: 2%;
  }
}
.caution_nav_item:last-child {
  margin-right: 0;
}
.caution_btn {
  width: 75%;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8%;
}
@media screen and (min-width: 800px) {
  .caution_btn {
    width: 518px;
  }
}

.shop_btn {
  width: 99%;
  margin-left: auto;
}
@media screen and (min-width: 800px) {
  .shop_btn {
    width: 740px;
    margin-right: -1px;
  }
}

.caution {
  text-align: center;
  font-size: 75%;
  font-weight: 600;
  color: #000000;
  margin-top: 1.5%;
  /* text-shadow: #ffffff 1px 0px 1px, #ffffff -1px 0px 1px, #ffffff 0px -1px 1px, #ffffff -1px 0px 1px, #ffffff 1px 1px 1px, #ffffff -1px 1px 1px, #ffffff 1px -1px 1px, #ffffff -1px -1px 1px, #ffffff 1px 1px 1px, #ffffff -1px 1px 1px, #ffffff 1px -1px 1px, #ffffff -1px -1px 1px, #ffffff 1px 1px 1px, #ffffff -1px 1px 1px, #ffffff 1px -1px 1px, #ffffff -1px -1px 1px, #ffffff 1px 1px 1px, #ffffff -1px 1px 1px, #ffffff 1px -1px 1px, #ffffff -1px -1px 1px; */
}
.caution.typeA {
  margin-top: 1%;
}
.caution.typeB {
  margin-top: 1%;
  margin-bottom: 7%;
}
.main_list {
  margin: 0 auto 6%;
  padding: 0 10px;
  max-width: 730px;
}
.main_list.typeA {
  margin-bottom: 1em;
}
.main_list.typeB {
  margin-bottom: 0;
}
.main_item {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 70%;
  font-weight: 600;
  color: #292728;
  /* text-shadow: #003d6d 1px 0px 1px, #003d6d -1px 0px 1px, #003d6d 0px -1px 1px, #003d6d -1px 0px 1px, #003d6d 1px 1px 1px, #003d6d -1px 1px 1px, #003d6d 1px -1px 1px, #003d6d -1px -1px 1px, #003d6d 1px 1px 1px, #003d6d -1px 1px 1px, #003d6d 1px -1px 1px, #003d6d -1px -1px 1px, #003d6d 1px 1px 1px, #003d6d -1px 1px 1px, #003d6d 1px -1px 1px, #003d6d -1px -1px 1px, #003d6d 1px 1px 1px, #003d6d -1px 1px 1px, #003d6d 1px -1px 1px, #003d6d -1px -1px 1px; */
}
.main_item.typeA {
  text-indent: 0;
  padding-left: 0;
}
.main_copy {
  font-size: 80%;
  font-weight: 600;
  color: #333333;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 5%;
  /* text-shadow: #003d6d 1px 0px 1px, #003d6d -1px 0px 1px, #003d6d 0px -1px 1px, #003d6d -1px 0px 1px, #003d6d 1px 1px 1px, #003d6d -1px 1px 1px, #003d6d 1px -1px 1px, #003d6d -1px -1px 1px, #003d6d 1px 1px 1px, #003d6d -1px 1px 1px, #003d6d 1px -1px 1px, #003d6d -1px -1px 1px, #003d6d 1px 1px 1px, #003d6d -1px 1px 1px, #003d6d 1px -1px 1px, #003d6d -1px -1px 1px, #003d6d 1px 1px 1px, #003d6d -1px 1px 1px, #003d6d 1px -1px 1px, #003d6d -1px -1px 1px; */
  /* margin: 0 auto; */
  /* padding-bottom: 5%; */
}
.main_copy.typeA {
  padding-bottom: 0;
}
@media screen and (min-width: 800px) {
  .main_copy {
    /* width: auto; */
    font-size: 18px;
  }
  .caution {
    font-size: 16px;
    /* text-shadow: #ffffff 2px 0px 2px, #ffffff -2px 0px 2px, #ffffff 0px -2px 2px, #ffffff -2px 0px 2px, #ffffff 2px 2px 2px, #ffffff -2px 2px 2px, #ffffff 2px -2px 2px, #ffffff -2px -2px 2px, #ffffff 2px 2px 2px, #ffffff -2px 2px 2px, #ffffff 2px -2px 2px, #ffffff -2px -2px 2px, #ffffff 2px 2px 2px, #ffffff -2px 2px 2px, #ffffff 2px -2px 2px, #ffffff -2px -2px 2px, #ffffff 2px 2px 2px, #ffffff -2px 2px 2px, #ffffff 2px -2px 2px, #ffffff -2px -2px 2px; */
  }
  .main_list {
    text-align: left;
  }
  .main_item {
    font-size: 16px;
    /* text-shadow: #ffffff 2px 0px 2px, #ffffff -2px 0px 2px, #ffffff 0px -2px 2px, #ffffff -2px 0px 2px, #ffffff 2px 2px 2px, #ffffff -2px 2px 2px, #ffffff 2px -2px 2px, #ffffff -2px -2px 2px, #ffffff 2px 2px 2px, #ffffff -2px 2px 2px, #ffffff 2px -2px 2px, #ffffff -2px -2px 2px, #ffffff 2px 2px 2px, #ffffff -2px 2px 2px, #ffffff 2px -2px 2px, #ffffff -2px -2px 2px, #ffffff 2px 2px 2px, #ffffff -2px 2px 2px, #ffffff 2px -2px 2px, #ffffff -2px -2px 2px; */
  }
}

/*
**  ===================================================================
**  catalog CSS
**  ===================================================================
*/
.catalog_ttl {
  margin: auto;
  padding: 0;
  position: relative;
  max-width: 710px;
}
.catalog_ttl .btn {
  bottom: 8%;
  display: block;
  left: auto;
  margin: auto;
  position: absolute;
  right: 2%;
  width: 14.93%;
}

/*
**  ===================================================================
**  loppi CSS
**  ===================================================================
*/
.loppi_ttl {
  margin: auto;
  padding: 0;
  position: relative;
  max-width: 710px;
}
.loppi_ttl .btn {
  bottom: 4%;
  display: block;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 81.128%;
}
/*
**  ===================================================================
**  site-footer CSS ※block { } block__element { } block_modifier { }（key_value）
**  ===================================================================
*/

.snslist.typeA {
  padding: 4% 0;
}
@media screen and (min-width: 800px) {
  .snslist {
    text-align: center;
    letter-spacing: -0.4em;
    padding: 10px 0 40px;
  }
  .snslist__item {
    vertical-align: top;
    display: inline-block;
    letter-spacing: normal;
    margin: 0 3px;
    /* border: 1px solid #4d96cd; */
    line-height: 0;
  }
  /* .snslist__item.twt2{
    border: 1px solid #ffffff;
  } */
  .hidden-xs {
    display: block !important;
  }
  .visible-xs {
    display: none !important;
  }
}

@media screen and (max-width: 800px) {
  .snslist {
    text-align: center;
    letter-spacing: -0.4em;
    padding: 0 0 10%;
  }
  .snslist__item {
    vertical-align: top;
    display: inline-block;
    letter-spacing: normal;
    margin: 0 3px;
    /* border: 1px solid transparent; */
    line-height: 0;
  }
  /* .snslist__item.twt2{
    border: 1px solid #ffffff;
  } */
  .hidden-xs {
    display: none !important;
  }
  .visible-xs {
    display: block !important;
  }
}

/*
**  ===================================================================
**  adjust CSS
**  ===================================================================
*/
.mt00 {
  margin-top: 0px !important;
}

.mt05 {
  margin-top: 5px !important;
}

.mt08 {
  margin-top: 8px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.pt00 {
  padding-top: 0px !important;
}

.pt05 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.mb00 {
  margin-bottom: 0px !important;
}

.mb05 {
  margin-bottom: 5px !important;
}

.mb08 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.pb00 {
  padding-bottom: 0px !important;
}

.pb05 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.t_left {
  text-align: left !important;
}

.t_center {
  text-align: center !important;
}

.t_right {
  text-align: right !important;
}

.t_white {
  color: #fff !important;
}

.t_red {
  color: #cf1a1a !important;
}

.t_bold {
  font-weight: bold !important;
}

.t_normal {
  font-weight: normal !important;
}

.t_xsml {
  font-size: 66.7%;
}

.t_sml {
  font-size: 83.3%;
}

.t_lrg {
  font-size: 116.7%;
}

.t_xlrg {
  font-size: 133.3%;
}
