@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.5rem;
 -webkit-text-size-adjust: none;
 line-height: 1.5;
 background-color: #fff;
}
.Oswald{
  font-family: 'Oswald', sans-serif;
}
.sp {
	display: none!important;
}

/* !wrapper
---------------------------------------------------------- */
#okayama_lp_wrapper {
	width: 100%;
  min-width: 1120px;
  overflow: hidden;
  padding-top: 80px;
/*	background: #fafad2;*/
}
}
}
.okayama_lp_inner,
.okayama_lp_inner02{
  max-width: 1120px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 20px 0;
  position: relative;
}
.okayama_lp_inner02{max-width: 840px}
/* !header
---------------------------------------------------------- */
#okayama_lp_header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  color: #fff;
  background: #002165;
  height: 100px;
  min-width: 1024px;
}
.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: 2.8rem;
  line-height: 1.15;
  font-weight: bold;
  letter-spacing: 0.03em;
  margin-right: 100px;
  color: #fff;
}
#okayama_lp_logo img{
  height: 70px;
  margin-right: 25px;
}

/* !navi
---------------------------------------------------------- */
.okayama_lp_btn_menu{display: none;}
.okayama_lp_header_btn{
  margin-left: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.okayama_lp_header_btn a + a{margin-left: 10px}
#okayama_lp_navi ul{
  display: flex;
}

#okayama_lp_navi li {
  padding: 0 13px;
}
#okayama_lp_navi li a {
  display: block;
  font-size: 1.8rem;
  padding-bottom: 15px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  background: url(../image/arrow01.svg)no-repeat bottom center;
  background-size: auto;
}
#okayama_lp_navi li a:hover,
#okayama_lp_navi li a.active{
  opacity: .7;
}

@media only screen and (max-width: 1220px){
  #okayama_lp_logo a{font-size: 2rem;margin-right: 25px}
  #okayama_lp_logo img{margin-right: 12px}
  #okayama_lp_navi li {padding: 0 8px}
  #okayama_lp_navi li a {font-size: 1.5rem}
}


/* !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;
  overflow: hidden;
  padding: 15px;
}
.okayama_lp_sns{
  margin-right: 30px;
  float: right;
  padding: 5px 0;
  color:#FABE00;
  text-align: center;
}
.okayama_lp_sns ul{
  display: flex;
  justify-content: center;
  align-items: center;
}
.okayama_lp_sns ul li + li{margin-left: 20px;}
.okayama_lp_sns a{display: flex;align-items: center;}
.okayama_lp_sns img{width: 17px;}


#okayama_lp_copyright{
  float: left;
	color: #fff;
  font-size: 0.9rem;
  font-weight: 400;
}

/*common*/
a {
  color: #000;
  text-decoration: none;
  transition: all 0.5s !important;
  -moz-transition: all 0.5s !important; /* Firefox */
  -webkit-transition: all 0.5s !important; /* Chrome&Safari */
}

a:hover {
  text-decoration: none;
  opacity: .7;
}
.op img {
	transition: all 0.5s !important;
	-moz-transition: all 0.5s !important; /* Firefox */
	-webkit-transition: all 0.5s !important; /* Chrome&Safari */
}
.op:hover img {
	opacity: .7;
	-webkit-opacity: .7;
	-moz-opacity: .7;
}


.okayama_lp_hds{
  text-align: center;
  position: relative;
  z-index: 1;
  margin: 50px 0 0 0;
  /*background: url(../image/bg_hds.png)no-repeat bottom center;*/
  background-size: cover;
  height: 135px;
  color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.okayama_lp_hds_jp{
  font-weight: bold;
  font-size:2.6rem;
	padding-top: 50px;
}
.okayama_lp_hds_jp span{
  display: inline-block;
  min-width: 300px;
  padding: 8px 0;
	font-size: 4.2rem;
  font-style: italic;
}
.okayama_lp_hds_en{
  font-size: 1.6rem;
  margin-top: 8px;
  text-transform: uppercase
}

.okayama_lp_hd01{
  color: #fff;
  display: flex;
  align-items: center;
  height: 56px;
  font-size: 2.4rem;
  font-weight: bold;
  padding-left: 50px;
  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{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -16px;
}
.okayama_lp_ul01.col02{
    width: calc(100% + 32px);
    margin: 80px  -16px;
}
.okayama_lp_ul01 li{
  width: calc(33.33% - 32px);
  margin: 0 16px;
  margin-bottom: 45px;
  position: relative;
}
.okayama_lp_ul01.col02 li{
  width: calc(50% - 32px);
}
.okayama_lp_ul01_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;
}
.okayama_lp_ul01_title{
  font-size: 2.2rem;
  color: #fff;
  text-align: center;
  line-height: 1.45;
  margin: 10px 0;
}
.okayama_lp_ul01_text{
  font-size: 1.4rem;
  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.jpg)no-repeat center center;
  background-size: cover;
  padding: 80px 0;
  color: #fff;
}
.okayama_lp_top_title{
  font-size: 1.4rem;
  text-align: center;
  color: #000;
}
.okayama_lp_top_text{
	text-align: center;
  font-size: 2rem;
}

/*okayama_lp_benefit*/
.okayama_lp_benefit_special{margin-bottom: 80px}
.okayama_lp_benefit_special_item{
  display: flex;
  align-items: center;
  background: #AD0340
}
.okayama_lp_benefit_special_item.blue{background: #0C0548}
.okayama_lp_benefit_special_list01{
  width: 140px;
  display: flex;
  justify-content: center;
}
.okayama_lp_benefit_special_list02{
  width: calc(100% - 140px - 320px);
  color: #fff;
  padding: 28px 28px 28px 0;
}
.okayama_lp_benefit_special_list03{
  width: 320px;
}
.okayama_lp_benefit_special_point{
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #fff;
  color:  #AD0340;
  font-size: 4.4rem;
  font-weight: 600;
}
.blue .okayama_lp_benefit_special_point{color:#0C0548 }
.okayama_lp_benefit_special_title{
  font-size: 2.3rem;
  font-weight: 900;
  margin-bottom: 10px;
}
.okayama_lp_benefit_special_title font{
  font-size: 2rem;
  font-weight: 500;
}
.okayama_lp_benefit_special_yellow{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.3;
  color: #000;
  background: #BF9C40;
  font-weight: 900;
  padding: 8px 15px;
}
.blue .okayama_lp_benefit_special_yellow{font-size: 2.2rem;line-height: 1.3;}
.okayama_lp_benefit_special_text{
  font-size: 1.4rem;
  margin-top: 22px;
}

.okayama_lp_benefit_box{
  max-width: 800px;
  margin: 0 auto
}
.okayama_lp_benefit_box_hd{
  position: relative;
  display: flex;
  align-items: center;
  padding:15px 15px;
  color: #fff;
  background-image: linear-gradient(to right, #AD0040 , #090945);
}
.okayama_lp_benefit_box_hd dt{
  min-width: 170px;
  margin-right: 15px;
  position: relative;
  height: 137px;
}
.okayama_lp_benefit_box_hd dt p{
  position: absolute;
  bottom: 0;
}
.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: 3.4rem;
  font-weight: 900;
  margin-bottom: 10px;
}
.okayama_lp_benefit_box_hd_text{
  font-size: 2rem;
  font-weight: bold;
}
.okayama_lp_benefit_box_cont{
  display: flex;
  background: #E6E6E6;
}
.okayama_lp_benefit_box_cont dl{
  padding: 20px 25px;
  text-align: center;
  width: 33.33%;
}
.okayama_lp_benefit_box_cont dl:nth-of-type(2){background: #EFEFEF}
.okayama_lp_benefit_box_cont dt{margin-bottom: 15px}
.okayama_lp_benefit_box_cont span{
  background: #AD0040;
  color: #fff;
  display: inline-block;
  padding: 0px 8px;
}
.okayama_lp_benefit_box_cont_p01{
  font-size: 2.5rem;
  font-weight: bold;
}
.okayama_lp_benefit_box_cont_p02 span{
  display: flex;
  justify-content: center;
  font-size: 3.7rem;
  font-weight: bold;
}
.okayama_lp_benefit_box_cont_p03{
  font-size: 2.1rem;
  font-weight: bold;
}
.okayama_lp_benefit_box_cont_p03 span{
  font-size: 2.7rem;
  font-weight: 900;
  padding: 5px 8px;
}
.okayama_lp_benefit_box_cont_p04 span{
  display: inline-block;
  font-size: 2.7rem;
  line-height: 1.2;
  font-weight: 900;
  text-align: center;
  padding: 10px 8px;
}
.okayama_lp_benefit_box_cont_p04 span font{font-size: 2rem}

.okayama_lp_benefit_schedule{
  margin-top: 50px;
  text-align: center;
}
.okayama_lp_benefit_btn{
  display: flex;
  justify-content: space-between;
  padding: 65px 0;
}
.okayama_lp_benefit_btn a{
  display: block;
  width: 50%;
}
.okayama_lp_benefit_btn a + a{margin-left: 40px}

#okayama_lp_pass{
  background: #bd0b3b;
}
.okayama_lp_pass_item + .okayama_lp_pass_item{margin-top: 35px;}
.okayama_lp_pass_dl{
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  background: #0C0548;
  color: #fff;
}
.okayama_lp_pass_dl dt{min-width: 450px}
.okayama_lp_pass_dl dd{
  padding: 0 40px;
}
.okayama_lp_pass_dl_p01{
  font-size: 2.4rem;
  font-weight: 900;
  margin-bottom: 14px;
}
.okayama_lp_pass_dl_p02{
  font-size: 2rem;
}
.okayama_lp_pass_dl_p03{
  font-size: 1.4rem;
  font-weight: 400;
}

#okayama_lp_seat{

}
.okayama_lp_seat_map{
  padding: 30px 0 64px;
  text-align: center;
}
.okayama_lp_seat_map img{max-width: 580px}
.okayama_lp_seat_notice{
  text-align: right;
  font-weight: 400;
  font-size: 1.4rem;
  padding: 10px 0 17px;
}
.okayama_lp_seat_btn{text-align: center;}

#okayama_lp_covid{
  background: #E6E6E6;
  padding-bottom: 80px;
}
.okayama_lp_covid_item + .okayama_lp_covid_item{margin-top: 50px}
.okayama_lp_covid_text{
  padding-top: 10px;
  font-size: 1.8rem;
  font-weight: 400;
}
.okayama_lp_covid_box{
  background: #fff;
  position: relative;
  padding: 0px;
  padding-left: 0px;
}
.okayama_lp_covid_box_icon{
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 2;
}
.okayama_lp_covid_refund img{width: 100%}

.okayama_lp_method_item{
  margin-bottom: 80px;
}
.okayama_lp_table01{
  margin: 40px auto 20px;
  width: 100%;
  background: #F5F5F5;
}
.okayama_lp_table01 .thead th{
  background: #707070;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
  padding: 8px 15px;
  border-left: 1px solid #fff;
  color: #fff;
}
.okayama_lp_table01 td{
  font-size: 1.8rem;
  padding: 7px 15px;
  font-weight: bold;
  color: #707070;
  border-left: 1px solid #fff;
}
.okayama_lp_table01 .tr01 td{background: #ccc;}
.okayama_lp_table01_text{font-size: 1.6rem;padding: 9px 0;line-height: 1.75}
.okayama_lp_table01_text font{font-size: 1.4rem;font-weight: 400}
.okayama_lp_method_text{font-size: 1.4rem;font-weight: 400}
.okayama_lp_method_btn{margin-top: 6px;}

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

#okayama_lp_faq{padding-bottom: 80px;}
.okayama_lp_faq_dl{
  font-size: 1.8rem;
  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 17px center #fff;
  background-size: 19px auto;
  padding: 10px 40px 10px 18px;
}
.okayama_lp_faq_dl dt.active{
  background: url(../image/tab_close.svg)no-repeat right 17px center #fff;
  background-size: 19px auto;
}
.okayama_lp_faq_dl dd{
  display: none;
  padding: 25px 18px;
  background: #E6E6E6
}

/*okayama_lp_sponsor*/
.okayama_lp_sponsor_bg{
  height: 420px;
}
.gold.okayama_lp_top{
  background: url(../image/bg_gold.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: 80px;
}
.okayama_lp_sponsor_item + .okayama_lp_sponsor_item{margin-top: 80px}
#okayama_lp_sponsor .okayama_lp_hd01{
  background-color: #BF9C40;
  color: #000;
  margin-bottom: 30px;
}
#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: 24px}
.okayama_lp_benefit_btn.nopd{padding: 0}
.okayama_lp_sponsor_price{
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
#okayama_lp_sponsor .okayama_lp_seat_notice{
  color: #fff;
  max-width: 800px;
  margin: 0 auto;
  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: 80px;
}
#okayama_lp_prices .okayama_lp_table01 td{
  text-align: center;
}
.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: 1.6rem;
  font-weight: 900;
  text-align: center;
  padding: 5px;
}

.okayama_lp_apply_dl{
  display: flex;
}
.okayama_lp_apply_dl dt,
.okayama_lp_apply_dl dd{
  width: 50%;
}
.okayama_lp_apply_dl dt{margin-right: 40px}
.okayama_lp_apply_dl_title{
  text-align: center;
  font-weight: bold;
  font-size: 2.4rem;
  margin-bottom: 20px
}
.okayama_lp_apply_dl_text{
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 35px;
	padding-top: 40px;
}
.okayama_lp_apply_dl_btn{text-align: center;}

#okayama_lp_note{
  background: #E6E6E6;
  padding-bottom: 80px;
}
.okayama_lp_note_text{
  font-size: 1.4rem;
  line-height: 1.57;
  font-weight: 400;
}


/*追加  鬼滅の刃コラボ
----------------------------------------------------------*/

.infoWrapper{padding: 100px 0;background: #002165;}
.information{display: flex;/*width: 988px;margin: 0 auto;*/margin: 0 15%;align-items: center;z-index: 2;}
.information {line-height: 1;font-size: 1.6rem;padding: 0 50px 0 0;color: #fff;}
.info_list {width: 80%;margin: 0 auto;color: #fff;padding: 0 0 0 50px;border-left: 2px solid #fff;list-style: none;}
.info_list li {margin:0;text-align: left; padding: 10px;}
.info_list a {color: #fff;text-decoration: none;}
.info_list a:hover {text-decoration: underline;}

.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 50px 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_container_top {
    max-width: 980px;
    margin: 0 auto;
    margin-top: 100px;
}
.lp_container{
  max-width: 1080px;
  margin: 0 auto;
}

.lp_container_inner {
  max-width: 980px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
.lp_container_inner_dl{
  display: flex;
  margin-bottom: 100px;
}

.lp_container_inner_dl dt {
  margin-right: 40px;
  width: 50%;
}
.lp_container_inner_dl dd {
  width: 50%;
}
.lp_container_inner_dl_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(25% - 32px);
    margin: 0 16px;
    padding: 50px 0;
    position: relative;
}

.stamp_point li {
    width: calc(33.33% - 32px);
    margin: 0 16px;
    margin-bottom: 45px;
    position: relative;
}
.stamp_tokuten li {
    width: calc(50% - 32px);
    margin: 0 16px;
    margin-bottom: 45px;
    position: relative;
}
.lp_ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 -16px;
		padding-top: 50px;
}
.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;
		font-size: 1.6rem;
		text-align: center;
		padding-top: 5px;
}
.ul_point{
  font-size: 2rem;
  padding-bottom: 20px;
}

.producer{
  max-width: 980px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
.producer_dl{
  display: flex;
  margin-bottom: 100px;
}
.producer_dl dt {
  margin-right: 40px;
  width: 50%;
}
.producer_dl dd {
  width: 50%;
}
.producer_dl_text{
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 35px;
  padding-top: 40px;
}
.concept {
    background-size: cover;
    width: 100%;
    position: relative;
		margin-bottom: 545px;
		z-index: 1;
    margin-bottom: 545px;
}
.concept .bgbeer {
    position: absolute;
    margin: 0;
    z-index: 6;
    opacity: 0.9;
}
.clubOrigin {
    width: 1180px;
    position: relative;
    padding: 50px 0;
    margin: 0 auto;
    text-align: center;
    z-index: 9;
}

.concept_text {
    color: #414141;
    font-size: 1.8rem;
    line-height: 2;
    font-family: YakuHanMP, "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  }

.center{
	text-align: center;
	}
.description{
	line-height: 30px;
  font-size: 1.6rem;
  font-weight: normal;
}
.description a {
  color: #036ce2;
  font-weight: 700;
  font-size: 1.8rem;
  }
.description a:hover {
  text-decoration: underline;
}

.btn {
    font-size: 2.0rem;
    font-weight: 500;
    text-align: center;
    width: 500px;
    margin: 50px auto;
}
.btn a {
    width: 100%;
    cursor: pointer;
    display: block;
    color: #000;
    height: 80px;
    text-decoration: none;
    background: #d2ca68;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;

}
/* グッズ */

.goods_sub {
    color: #000;
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 12px;
    margin-top: 20px;
    text-align: center;
		width: 305px;
}
.lp_container_goods_hd {
  display: flex;
  align-items: center;
  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;
}
.lp_container_goods_hd:before, .lp_container_goods_hd:after {
    content: "";
    height: 2px;
    flex-grow: 1;
    background-color: #000;
}

.lp_ul_goods {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
 .goods_item{
   margin: 30px 20px;
 }
.goods_item_img{
  width:305px;
  height: 305px;
}
.pt0{
  padding-top: 0;
}
.character{
  width: 250px
}
.character_right {
  text-align: right;
  padding-right: 20%;
}
.character_left {
  padding-left: 20%;
}
