/*
**  ===================================================================
**  mainblock CSS
**  ===================================================================
*/

.bg_contents{
  position: relative;
}
.contents__inner {
  margin: auto;
  max-width: 750px;
  /* background-color: #005938; */
  padding-top: 5%;
}
.mainblock {
  margin: auto;
  max-width: 750px;
}
.main_img{
  margin-bottom: 5%;
}
.main_img.typeA{
  margin: 0 3% 4%;
}
.main_img:last-child{
  margin-bottom: 0;
}
@media screen and (min-width: 800px) {
  .contents__inner{
    padding-top: 30px;
  }
  .main_img.typeA{
    margin: 0 0 4%;
  }
}
.mainblock img {
  display: block;
  margin: auto;
}



.main_read{
  width: 92%;
  margin: 0 auto 4%;
}
.main_goods{
  width: 92%;
  margin: 0 auto 5%;
}
.main_date{
  width: 82%;
  margin: 0 auto 6%;
}
.main_ticket{
  width: 94%;
  margin: 0 auto 7%;
}
.ticket_img{
  width: 94%;
  margin: 3% auto 0;
}
@media screen and (min-width: 800px) {
  .main_read,
  .main_goods,
  .main_date,
  .main_ticket,
  .ticket_img{
    width: auto;
  }
}

.main_area{
  margin-bottom: 7%;
}
.main_area.typeA{
  margin-bottom: 5%;
}
.main_area:last-child{
  margin-bottom: 0;
}
@media screen and (min-width: 800px) {
  .main_area{
    margin-bottom: 50px;
  }
  .main_area.typeA{
    margin-bottom: 44px;
  }
}


.accordion-area{
  margin: 2% auto 0;
}
@media screen and (min-width: 800px) {
  .accordion-area{
    width: auto;
  }
}

.accordion-block{
  margin-bottom: 3%;
  text-align: center;
}
.accordion-block.typeA{
  margin-bottom: 1%;
}
.accordion-block.typeB{
  margin-bottom: 1%;
}
.accordion-block:last-child{
  margin-bottom: 0;
}

.accordion-title{
  margin: 0 4% 0 4.5%;
  position: relative;
  cursor: pointer;
}
.accordion-contents{
  display: none;
  margin-top: 2%;
}
.accordion-contents.typeA{
  margin-top: 1%;
}
.accordion-contents.typeB{
  margin-top: 4%;
}

.accordion-title:after{
  content: "";
  background-image: url(../img/block_arrow.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 7%;
  height: 29%;
  position: absolute;
  z-index: 1;
  right: 4.5%;
  top: 50%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
@media screen and (min-width: 800px) {
  .accordion-title{
    margin: 0;
    display: inline-block;
    margin-right: -8px;
  }
  .accordion-title:after{
    width: 51px;
    height: 51px;
    right: 34px;
  }
}
.accordion-title.open:after{
  -webkit-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
}

.accordion-inner{
  position: relative;
  margin: 0 3%;
}
@media screen and (min-width: 800px) {
  .accordion-inner{
    margin: 0 auto;
  }
}


.nav_area{
  margin: 6% 2% 5%;
}
.nav_list{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.nav_item{
  width: 49%;
}
.nav_item:first-child{
  width: 100%;
}
.nav_item:nth-child(even){
  margin-right: 2%;
}
.nav_item:not(:nth-last-child(-n+2)){
  margin-bottom: 2%;
}
@media screen and (min-width: 800px) {
  .nav_area{
    margin: 50px 0 45px;
  }
  .nav_item{
    width: auto;
  }
  .nav_item:first-child{
    margin: 0 15px;
  }
  .nav_item:nth-child(even){
    margin-right: 4px;
  }
  .nav_item:not(:nth-last-child(-n+2)){
    margin-bottom: 15px;
  }
}

.pagetop{
  z-index: 1;
  width: 18%;
  right: 2%;
}
@media screen and (min-width: 800px) {
  .pagetop{
    width: auto;
    right: 20px;
  }
}

.bnr_list{
  margin-right: -0.5%;
  margin-bottom: 6%;
}
.bnr_item{
  width: 70%;
  margin: 0 auto;
}
.btn_list{
  width: 74%;
  margin: 4% auto;
}
.btn_shop_list{
  position: absolute;
  bottom: 1%;
  left: 0;
  right: 0;
  width: 84%;
  margin: 0 auto;
}
.btn_shop_item:last-child{
  margin-top: 3%;
}
@media screen and (min-width: 800px) {
  .bnr_list{
    margin-right: -8px;
  }
  .bnr_item{
    width: 534px;
  }
}

/*
**  ===================================================================
**  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;}
}


.block_contents{
  position: relative;
  margin: 0 3% 5%;
}
@media screen and (min-width: 800px) {
  .block_contents{
    margin: 0 0 5%;
  }
}
.block_contents.typeA{
  margin-bottom: 0;
}

.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;
  }
}

.info_area{
  margin-right: -0.5%;
  margin-bottom: 6%;
}
.hmv_area{
  margin-bottom: 6%;
}

.ticket_area{
  position: absolute;
  left: 0;
  right: 0;
}
.ticket_area.typeA{
  bottom: 57%;
}
.ticket_area.typeB{
  bottom: 12%;
}

.btn_info{
  width: 74%;
  margin: 0 auto;
}
.btn_hmv{
  width: 84%;
  margin: 0 auto;
}
.btn_ticket{
  width: 64%;
  margin: 0 auto;
}
@media screen and (min-width: 800px) {
  .info_area{
    margin-right: -8px;
  }
  .btn_info{
    width: 534px;
    margin: 0 auto;
  }
  .btn_hmv{
    width: 600px;
    margin: 0 auto;
  }
  .btn_ticket{
    width: 474px;
  }
}
.caution_area{
  position: relative;
  margin: 0 3% 5%;
}
.caution_area.typeA{
  margin-bottom: 6%;
}
.caution_area.typeB{
  position: absolute;
  left: 0;
  right: 0;
  top: 1%;
  margin-bottom: 0;
}
@media screen and (min-width: 800px) {
  .caution_area{
    margin: 0 0 5%;
  }
}
.caution_nav_list{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4%;
  margin-right: -0.5%;
  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: 78%;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 11%;
}
@media screen and (min-width: 800px) {
  .caution_btn{
    width: 534px;
  }
}


.caution{
  text-align: center;
  font-size: 75%;
  font-weight: 600;
  color: #1a1a1a;
  margin-top: 2%;
}
.main_list{
  margin:  0 auto 7%;
  padding: 0 10px;
  max-width: 730px;
}
.main_item{
  text-indent: -1em;
  padding-left: 1em;
  font-size: 75%;
  font-weight: 600;
  color: #1a1a1a;
}
.main_item.typeA{
  text-indent: 0;
  padding-left: 0;
}
.main_copy{
  text-align: center;
  font-size: 80%;
  font-weight: bold;
  color: #1a1a1a;
  line-height: 1;
  /* width: 32%; */
  margin-bottom: 6%;
}
@media screen and (min-width: 800px) {
  .caution{
    font-size: 16px;
  }
  .main_list{
    text-align: left;
    /* margin-bottom: 40px; */
  }
  .main_item{
    font-size: 16px;
  }
  .main_copy{
    font-size: 18px;
  }
}

/*
**  ===================================================================
**  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）
**  ===================================================================
*/
@media screen and (min-width: 800px) {
  .snslist {
    text-align: center;
    letter-spacing: -.4em;
    padding: 10px 0 40px;
  }
  .snslist__item {
    vertical-align: top;
    display: inline-block;
    letter-spacing: normal;
    margin: 0 3px;
    border: 1px solid transparent;
    line-height: 0;
  }
}

@media screen and (max-width: 800px) {
  .snslist {
    text-align: center;
    letter-spacing: -.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;
  }
}

/*
**  ===================================================================
**  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: #c60a02 !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%;
}
