@charset "utf-8";
/* !HTML5 elements
---------------------------------------------------------- */
header, footer, nav, section, aside, article
{ display: block;}

/* !Reseting
---------------------------------------------------------- */

body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td
{ margin: 0; padding: 0;}
input, textarea
{ margin: 0; font-size: 100%;}
label
{ cursor: pointer;}
table
{ border-collapse: collapse; border-spacing: 0; font-size: 100%;}
fieldset, img
{ border: 0;}
img
{ vertical-align: top; max-width: 100%;}
address, caption, cite, code, dfn, em, th, var
{ font-style: normal; font-weight: normal;}
ol, ul
{ list-style: none;}
caption, th
{ text-align: left;}
h1, h2, h3, h4, h5, h6
{ font-size: 100%; font-weight: normal;}
q:after, q:before
{ content:'';}
a, input,select,textarea,button
{ outline: none; }
abbr, acronym
{ border: 0;}
*, *:before, *:after {box-sizing: border-box;}



/* !Clearfix
---------------------------------------------------------- */
.clearfix {
  display: block;
  min-height: 1%;
}
.clearfix:after {
  clear: both;
  content:".";
  display: block;
  height: 0;
  visibility: hidden;
}
* html .clearfix {
  height: 1%;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* !Inline Align ------------------------------------------------------------ */
.taL { text-align: left   !important;}
.taC { text-align: center !important;}
.taR { text-align: right  !important;}

/* !Layout
---------------------------------------------------------- */
html {
  overflow-y: scroll;
  font-size: 62.5%;
}
body {
 color: #000;
  background: #FFF;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
 font-size: 1.2rem;
 -webkit-text-size-adjust: none;
 line-height: 1.5;
}
.Oswald{
  font-family: 'Oswald', sans-serif;
}
.pc {
  display: none!important;
}

/* !wrapper
---------------------------------------------------------- */
#okayama_lp_wrapper {
  width: 100%;
  min-width: 320px;
  overflow: hidden;
  padding: 60px 0;
}
.okayama_lp_inner,
.okayama_lp_inner02{
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 20px;
  position: relative;
}

/* !header
---------------------------------------------------------- */
#okayama_lp_header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  background: #ececec;
  height: 60px;
}
.okayama_lp_header_inner{
  height: 100%;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.okayama_lp_header_left{
  display: flex;
  align-items: center;
}
#okayama_lp_logo a{
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  line-height: 1.15;
  font-weight: bold;
  letter-spacing: 0.03em;
  color: #414141;
}
#okayama_lp_logo img{
  height: 50px;
  margin-right: 15px;
}


/* !navi
---------------------------------------------------------- */
.okayama_lp_btn_menu {
  position: absolute;
  right:20px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  z-index: 4;
  background: url("../image/icon_menu.svg") center center no-repeat;
  background-size: 30px auto;
  cursor: pointer;
}
.okayama_lp_btn_menu.active {
  background: url("../image/icon_menu_close.svg") center center no-repeat;
  background-size: 23px auto;
}
.okayama_lp_header_btn{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  background: #0C0548
}
.okayama_lp_header_btn a{
  display: block;
  width: 50%;
  text-align: center;
  padding: 4px 15px 4px 8px;
  position: relative;
}
.okayama_lp_header_btn a + a:before{
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 2;
  width: 1px;
  height: 38px;
  background: #fff;
  transform: translate(-50%,-50%);
}
.okayama_lp_header_btn a img{max-height: 52px}
#okayama_lp_navi {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #ececec;
  z-index: 2;
  box-sizing: border-box;
  padding: 0px 35px;
  overflow-x: hidden;
  overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    opacity: 0;
    pointer-events: none;
  transition: opacity .3s;
  text-align: center;
}
#okayama_lp_navi.open{
  opacity: 1;
    pointer-events: auto;
}


#okayama_lp_navi ul{}
#okayama_lp_navi li {}
#okayama_lp_navi li + li{border-top: 1px solid #fff;}
#okayama_lp_navi li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 74px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #414141;
  text-decoration: none;
  font-weight: bold;
}

/* !mainVisual
---------------------------------------------------------- */
#okayama_lp_mainVisual {}
#okayama_lp_mainVisual img{width:100%}

/* !page_top
---------------------------------------------------------- */
.okayama_lp_page_top a {
  background: #FABE00;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
}
.page_top a img{height: 57px;}
/* !footer
---------------------------------------------------------- */
#okayama_lp_footer {
  background: #002165;
  color: #fff;
  padding: 25px 20px;
  text-align: center;
}
.okayama_lp_sns{
}
.okayama_lp_sns ul{
  display: flex;
  justify-content: center;
  align-items: center;
}
.okayama_lp_sns ul li + li{margin-left: 50px;}
.okayama_lp_sns a{display: flex;align-items: center;}
.okayama_lp_sns img{width: 39px;}


#okayama_lp_copyright{
  color: #fff;
  font-size: 0.8rem;
  font-weight: 400;
  margin-top: 23px;
}

/*common*/
a {
  color: #000;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.okayama_lp_hds{
  text-align: center;
  position: relative;
  z-index: 1;
  margin: 40px 0;

  background-size: cover;
  height: 96px;
  color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.okayama_lp_hds_jp{
  font-weight: bold;
  font-size:2.8rem;
  font-style: italic;
}
.okayama_lp_hds_jp span{
  display: block;
  padding: 7px 0;
}
.okayama_lp_hds_en{
  font-size: 1rem;
  margin-top: 4.5px;
  text-transform: uppercase
}
.okayama_lp_hds.two{
  height: 115px;
  background: url(../image/bg_hds02.svg)no-repeat bottom center;
  background-size: cover;
}
.two .okayama_lp_hds_jp{line-height: 20px}

.okayama_lp_hd01{
  color: #fff;
  display: flex;
  align-items: center;
  height: 40px;
  font-size: 1.6rem;
  font-weight: bold;
  padding-left: 35px;
  position: relative;
  background: url(../image/arrow_hd01.svg)no-repeat left center;
  background-size: auto 100%;
  background-color: #AD0040;
  margin-bottom: 20px;
}

.okayama_lp_ul01{

}
.okayama_lp_ul01 li{
  margin-bottom: 20px;
  position: relative;
}
.okayama_lp_ul01_point{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  color: #fff;
  font-size: 2.3rem;
  font-weight: 600;
  width: 62px;
  height: 62px;
  padding-left: 10px;
  background: url(../image/bg_point01.svg)no-repeat left top;
  background-size: 100% auto;
}
.okayama_lp_ul01_title{
  font-size: 1.6rem;
  color: #fff;
  line-height: 1.45;
  margin: 5px 5px 30px;
  text-align: center;

}
.okayama_lp_ul01_text{
  font-size: 1.2rem;
  font-weight: 400;
}

.bgImg{
    box-sizing: border-box;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.animateblock {
 opacity: 0;
}

/*content*/
/*okayama_lp_top*/
.okayama_lp_top{
  background: url(../image/bg_red_sp.jpg)no-repeat center center;
  background-size: cover;
  padding: 24px 0;
  color: #fff;
}
.okayama_lp_top_title{
  font-size: 1rem;
  color: #000;
  text-align: center;
  padding-bottom: 50px;
}
.okayama_lp_top_text{
  font-size: 1.4rem;
  line-height: 24px;
  text-align: center;
}

/*okayama_lp_benefit*/
.okayama_lp_benefit_special{margin-bottom: 30px}
.okayama_lp_benefit_special_item{
  background: #AD0340;
  padding: 15px 35px 20px;
}
.okayama_lp_benefit_special_item.blue{background: #0C0548}
.okayama_lp_benefit_special_list01{
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.okayama_lp_benefit_special_list02{
  color: #fff;
  padding: 0;
}
.okayama_lp_benefit_special_list03{
  display: none;
}
.okayama_lp_benefit_special_point{
  min-width: 47px;
  height: 47px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #fff;
  color:  #AD0340;
  font-size: 2.7rem;
  font-weight: 600;
  margin-right: 10px;
}
.blue .okayama_lp_benefit_special_point{color:#0C0548 }
.okayama_lp_benefit_special_title{
  font-size: 1.6rem;
  font-weight: 900;
  color: #fff;
}
.okayama_lp_benefit_special_title font{
  font-size: 1.1rem;
  font-weight: 500;
}
.okayama_lp_benefit_special_yellow{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #000;
  background: #BF9C40;
  font-weight: 900;
  padding: 8px 15px;
  margin: 12px 0;
}
.blue .okayama_lp_benefit_special_yellow{font-size: 1.4rem;line-height: 1.5; margin: 0}
.okayama_lp_benefit_special_text{
  font-size: 1.2rem;
}

.okayama_lp_benefit_box{
}
.okayama_lp_benefit_box_hd{
  position: relative;
  display: flex;
  align-items: center;
  padding:15px 20px;
  color: #fff;
  background-image: linear-gradient(to right, #AD0040 , #090945);
}
.okayama_lp_benefit_box_hd dt{
  min-width: 85px;
  width: 85px;
  margin-right: 10px;
  position: relative;
}
.okayama_lp_benefit_box_hd dt img{
  border-radius: 50%;
  box-shadow: 3px 5px 10px rgba(0,0,0,.5)
}
.okayama_lp_benefit_box_hd_title{
  font-size: 1.6rem;
  font-weight: 900;
  margin-bottom: 5px;
}
.okayama_lp_benefit_box_hd_text{
  font-size: 1.2rem;
  font-weight: bold;
}
.okayama_lp_benefit_box_cont{
  background: #E6E6E6;
  padding: 10px 0;
}
.okayama_lp_benefit_box_cont dl{
  padding: 10px 15px;
  display: flex;
  align-items: center;
}
.okayama_lp_benefit_box_cont dt{
  margin-right: 15px;
  min-width: 48%;
  max-width: 150px;
}
.okayama_lp_benefit_box_cont span{
  background: #AD0040;
  color: #fff;
  display: inline-block;
  padding: 0px 8px;
}
.okayama_lp_benefit_box_cont_p01{
  font-size: 1.5rem;
  font-weight: bold;
}
.okayama_lp_benefit_box_cont_p02 span{
  display: flex;
  justify-content: center;
  font-size: 2.7rem;
  font-weight: bold;
}
.okayama_lp_benefit_box_cont_p03{
  font-size: 1.4rem;
  font-weight: bold;
}
.okayama_lp_benefit_box_cont_p03 span{
  font-size: 2rem;
  font-weight: 900;
  padding: 5px 2px;
}
.okayama_lp_benefit_box_cont_p04 span{
  display: block;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 900;
  text-align: left;
  padding: 10px 8px;
}
.okayama_lp_benefit_box_cont_p04 span font{}

.okayama_lp_benefit_schedule{
  margin-top: 30px;
  text-align: center;
}
.okayama_lp_benefit_btn{
  padding: 21px 0;
}
.okayama_lp_benefit_btn a{
  display: block;
  text-align: center;
}
.okayama_lp_benefit_btn a + a{margin-top: 0px}

#okayama_lp_pass{
  background: #bd0b3b;
  padding-bottom: 30px;
}
.okayama_lp_pass_item + .okayama_lp_pass_item{margin-top: 30px;}
.okayama_lp_pass_dl{
}
.okayama_lp_pass_dl dt{}
.okayama_lp_pass_dl dd{
}
.okayama_lp_pass_dl_p01{
  font-size: 1.6rem;
  font-weight: bold;
  color: #0C0548;
  margin: 10px 0;
}
.okayama_lp_pass_dl_p02{
  font-size: 1.4rem;
  font-weight: bold;
}
.okayama_lp_pass_dl_p03{
  font-size: 1.2rem;
  font-weight: 400;
}

#okayama_lp_seat{

}
.okayama_lp_seat_map{
  padding: 0px 0 20px;
  text-align: center;
}
.okayama_lp_seat_map img{max-width: 100%;width: 268px}
.okayama_lp_seat_notice{
  font-weight: 400;
  font-size: 1.2rem;
  padding: 10px 0 20px;
}
.okayama_lp_seat_btn{text-align: center;}
.okayama_lp_seat_btn img{width: 265px}

#okayama_lp_covid{
  background: #E6E6E6;
  padding-bottom: 30px;
}
#okayama_lp_covid .okayama_lp_hd01{font-size: 1.35rem;margin-bottom: 10px}
.okayama_lp_covid_item + .okayama_lp_covid_item{margin-top: 20px}
.okayama_lp_covid_text{
  font-size: 1.4rem;
  font-weight: 400;
}
.okayama_lp_covid_box{
  background: #fff;
  position: relative;
  padding: 14px;
}
.okayama_lp_covid_box_icon{display: none;}

#okayama_lp_method .okayama_lp_hd01{font-size: 1.35rem;margin-bottom: 10px}
.okayama_lp_method_item{
  margin-bottom: 30px;
}
.okayama_lp_table01{
  margin: 0px auto 20px;
  width: 100%;
  background: #F5F5F5;
}
.okayama_lp_table01 .thead th{
  background: #707070;
  font-size: 1.1rem;
  font-weight: 400;
  text-align: center;
  padding: 7px 2px;
  border-left: 1px solid #fff;
  color: #fff;
}
.okayama_lp_table01 td{
  font-size: 1.1rem;
  padding: 7px 2px;
  font-weight: bold;
  color: #707070;
  border-left: 1px solid #fff;
}
.okayama_lp_table01 .tr01 td{background: #ccc;}
.okayama_lp_table01_text{font-size: 1.1rem;padding: 4px 0;line-height: 20px}
.okayama_lp_table01_text font{font-size: 1.1rem;font-weight: 400}
.okayama_lp_method_text{font-size: 1.2rem;line-height: 20px;font-weight: 400}
.okayama_lp_method_btn{margin-bottom: 20px;text-align: center;}

#okayama_lp_resale{
  background: #E6E6E6;
  padding-bottom: 30px;
}
.okayama_lp_resale_img{background: #fff;padding: 10px}

#okayama_lp_faq{padding-bottom: 30px;}
.okayama_lp_faq_dl{
  font-size: 1.2rem;
  line-height: 1.66;
  color: #3B4043
}
.okayama_lp_faq_dl dt{
  border-top: 1px solid #CDD6DD;
  border-bottom: 1px solid #CDD6DD;
  background: #fff;
  background: url(../image/tab_open.svg)no-repeat right 13px center #fff;
  background-size: 14px auto;
  padding: 7px 33px 7px 10px;
}
.okayama_lp_faq_dl dt.active{
  background: url(../image/tab_close.svg)no-repeat right 13px center #fff;
  background-size: 14px auto;
}
.okayama_lp_faq_dl dd{
  display: none;
  padding: 12px 33px 12px 10px;
  background: #E6E6E6
}

/*okayama_lp_sponsor*/
.okayama_lp_sponsor_bg{
  height: 375px;
}
.gold.okayama_lp_top{
  background: url(../image/bg_gold_sp.jpg)no-repeat center center;
  background-size: cover;
  color: #000;
  text-align: center;
}
.gold .okayama_lp_top_title{color: #000}
.white .okayama_lp_top_title{color: #fff}
.white .okayama_lp_top_text{text-align: center;}

.okayama_lp_sponsor_cont{
  background: #000;
  padding-top: 30px;
}
.okayama_lp_sponsor_item + .okayama_lp_sponsor_item{margin-top: 30px}
#okayama_lp_sponsor .okayama_lp_hd01{
  background-color: #BF9C40;
  color: #000;
}
#okayama_lp_sponsor .okayama_lp_ul01_point{
  background: url(../image/bg_point02.svg)no-repeat left top;
  background-size: 62px auto;
  color: #000
}
#okayama_lp_sponsor .okayama_lp_ul01_title,
#okayama_lp_sponsor .okayama_lp_ul01_notice{color: #fff}
/*#okayama_lp_sponsor .okayama_lp_ul01 li{margin-bottom: 15px}*/
.okayama_lp_benefit_btn.nopd{padding: 0}
.okayama_lp_benefit_btn.nopd a + a{margin-top: 10px}
.okayama_lp_sponsor_price{
  text-align: center;
}
#okayama_lp_sponsor .okayama_lp_seat_notice{
  color: #fff;
  padding-bottom: 0;
}

/*#okayama_lp_fan .okayama_lp_ul01 li{margin-bottom: 20px;}*/
#okayama_lp_fan .okayama_lp_ul01_img{border: 1px solid #A0A0A0}
/*#okayama_lp_fan .okayama_lp_benefit_btn{padding-top: 45px}*/

#okayama_lp_prices{
  background: #E6E6E6;
  padding-bottom: 30px;
}
#okayama_lp_prices .okayama_lp_table01 td{
  text-align: center;
}
#okayama_lp_prices .okayama_lp_table01 .tr01 td{background: #ccc;}
.okayama_lp_prices_p01 span{
  text-decoration: line-through
}
.okayama_lp_prices_p01 font{
  font-weight: 900;
  color: #AD0040
}
.okayama_lp_prices_p02{
  background: #AD0040;
  border-radius: 20px;
  color: #fff;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 900;
  text-align: center;
  padding: 3px;
}

.okayama_lp_apply_dl{
}
.okayama_lp_apply_dl dt,
.okayama_lp_apply_dl dd{
}
.okayama_lp_apply_dl dt{margin-bottom: 20px}
.okayama_lp_apply_dl_title{
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 10px
}
.okayama_lp_apply_dl_text{
  font-size: 1.4rem;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 12px
}
.okayama_lp_apply_dl_btn{text-align: center;}

#okayama_lp_note{
  background: #E6E6E6;
  padding-bottom: 30px;
}
.okayama_lp_note_text{
  font-size: 1.2rem;
  line-height: 20px;
  font-weight: 400;
}

/*追加 鬼滅の刃コラボ
----------------------------------------------------------*/
.infoWrapper{width: 100%;padding: 50px 0;background: #002165;}
.information{width: 90%;display: block;margin: 0 auto;}
.information h3{text-align: center;padding-bottom: 30px;}
.info_list {width: 100%;margin: 0;padding: 30px 0 0 0px;border-top: 1px solid #fff;border-left: none;font-size: 1.2rem;list-style: none;}
.info_list li {margin: 0 5%;padding-bottom: 10px;}
.info_list a {color: #fff;text-decoration: none;}
.information {padding: 0 0 30px;font-size: 1.8rem;color: #fff;}

.title {
    color: #fff;
    display: flex;
    align-items: center;
    height: 56px;
    font-size: 2.4rem;
    font-weight: bold;
    padding-left: 25px;
    position: relative;
    background: url(../image/arrow_hd01.svg)no-repeat left center;
    background-size: auto 100%;
    background-color: #AD0040;
    margin: 0 0 20px 0;
}

.lp_container_inner_dl_hd{
font-size: 2.8rem;
    color: #000;
    padding: 100px 0 50px;
    font-family: YakuHanJPs, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
    font-weight: bold;
    margin: 0;
    display: block;
}
.lp_ul_title {
  font-size: 1.6rem;
  color: #000;
  line-height: 1.45;
  margin: 5px 5px 30px;
  text-align: center;
}
.lp_container_top {
  padding: 0 20px;
  margin-top: 50px;
}
.lp_container {
  padding: 0 20px;
}

.lp_container_inner_dl {
  display: flex;
}
.lp_container_inner_dl_hd {
    font-size: 2.2rem;
    display: block;
    padding: 50px 0;
    text-align: center;
}

.lp_container_inner_dl_text{
  color: #414141;
  font-size: 1.4rem;
}
.lp_container_inner_dl dt {
  margin: 0;
  width: 50%;
}
.lp_container_inner_dl dd {
  width: 50%;
}
.lp_container_inner_text {
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 35px;
  padding-top: 40px;
}
.lp_container_inner_dl_hd {
    display: flex;
    align-items: center;
}

.lp_container_inner_dl_hd:before,
.lp_container_inner_dl_hd:after {
    content: "";
    height: 2px;
    flex-grow: 1;
    background-color: #000;
}

.lp_container_inner_dl_hd:before {
    margin-right: 2rem;
}

.lp_container_inner_dl_hd:after {
    margin-left: 2rem;
}
.stamp li {
    width: calc(50% - 32px);
    margin: 0 16px;
    padding: 30px 0;
    float: left;
}
.stamp_point li {
    width: 100%;
    margin: 0 16px;
    margin-bottom: 45px;
    position: relative;
}
.stamp_tokuten{
  margin: 0!important;
}
.stamp_tokuten li{
    margin-bottom: 50px;
}
.lp_ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 -16px;
    padding-top: 20px;
}
.lp_ul_hd{
    font-size: 1.8rem;
    text-align: center;
    padding: 10px;
    color: #fff;
    background: #002165;
    margin-bottom: 5px;
}
.lp_ul_point {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    color: #fff;
    font-size: 2.6rem;
    font-weight: 600;
    width: 62px;
    height: 62px;
    padding-left: 10px;
    background: url(../image/bg_point01.svg)no-repeat left top;
    background-size: 62px auto;
}

.lp_ul_title {
    font-size: 2rem;
    color: #000;
    text-align: center;
    line-height: 1.45;
    margin: 10px 0;
}
.lp_ul_notice {
    color: #000;
    text-align: center;
    font-size: 1.6rem;
    padding-top: 10px;
}
.ul_point{
  font-size: 1.4rem;
  padding-bottom: 10px;
}
.producer_dl {
    display: block;
}
.producer_dl dt {
    margin: 0;
    width: 100%;
}
.producer_dl dd {
    width: 100%;
}
.producer_dl_text {
    color: #414141;
    font-size: 1.4rem;
    padding: 20px 0 50px 0;
}
/*
.concept_text {
    color: #414141;
    font-size: 1.4rem;
    line-height: 2;
    font-family: YakuHanMP, "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
    text-align: left;
}
.clubOrigin {
    width: 100%;
    position: relative;
    padding: 10px;
    margin: 0 auto;
    text-align: center;
    z-index: 9;
}
*/
.center{
  text-align: center;
  padding-top: 40px;
}
.description {
  padding: 10px;
  font-size: 1.4rem;
}
.description a {
  color: #036ce2;
  font-weight: 700;
  font-size: 1.8rem;
  text-decoration: none;
}
.btn {
    font-size: 2.0rem;
    font-weight: 500;
    margin: 50px auto;
    text-align: center;
}
.btn a {
    width: 100%;
    height: 60px;
    background: #d2ca68;
    display: flex;
    justify-content: center;
    align-items: center;
}


/*グッズ*/
.lp_ul_goods {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
.goods_item{
  margin:10px 0;
  text-align: center;
}
.goods_item li {
    width: 100%;
    margin: 0 16px;
    margin-bottom: 45px;
    position: relative;
}
.goods_sub {
    color: #000;
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 50px;
    margin-top: 20px;
    text-align: center;
}
.lp_container_goods_hd {
    display: flex;
    align-items: center;
    font-size: 2.2rem;
    padding: 10px 0 20px;
    text-align: center;
}
.lp_container_goods_hd:before {
    content: "";
    height: 2px;
    flex-grow: 1;
    background-color: #000;
}
 .lp_container_goods_hd:after {
  content: "";
  height: 2px;
  flex-grow: 1;
  background-color: #000;
}
/*------*/
.pt0{
  padding-top: 0;
}
.character{
    width: 150px
  }
.character_right {
    text-align: right;
    padding-right: 10%;
  }
.character_left {
    padding-left: 10%;
}
