@charset "UTF-8";

@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700&display=swap&subset=japanese");

/*----------------[Base]----------------*/
.lineupContents{
  margin: 5px auto 0;
}
.specialContents{
  margin: 5px auto 0;
}

/*----------------[Layout]----------------*/
.l_lineupMv{
  margin: 0 auto;
  height: 220px;
  background: #F5F7FA;
  position: relative;
}

/*----------------[Module]----------------*/
/*-----lineup-----*/
.m_lineupMv_inner {
  width: 1160px;
  margin: 0 auto;
}
.m_lineupMv_ttl {
  font-size: 4.5rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0.08em;
  position: absolute;
  top: 45px;
}
.m_lineupMv_ttl_sub {
  font-size: 2.5rem;
  line-height: 1.2;
}
.m_lineupMv_img {
  max-width: none;
}

/*-----special-----*/
.l_specialMv{
  text-align: center;
}
.m_specialMv_inner {
  width: 1160px;
  margin: 0 auto;
}
.m_specialMv_date{
  padding: 10px 0 12px;
  font-size: 1.8rem;
  font-weight: bold;
  font-family: 'Noto Sans JP', sans-serif;
}

/*-----anchor-----*/
.m_anchor_inner {
  margin: 0 auto;
  width: 1160px;
  padding-top: 5px;
}
.m_anchor_list {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content:flex-start;
}
.m_anchor_item {
  width: calc((100% - 15px) / 4);
}
.m_anchor_item + .m_anchor_item{
  margin-left: 5px;
}
.m_anchor_item a {
  border-radius: 3px;
  background-color: #D2DCE6;
  line-height: 1.2;
  color: #333;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 1.6rem;
  height: 60px;
}
.m_anchor_item a:hover {
  background-color: #232B35;
  color: #FFFFFF;
}
.m_anchor_item a:after {
  font-family: 'FontAwesome';
  content: "\f107";
  line-height: 1;
  font-size: 2.0rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.m_anchor_item a:after {
  right: 10px;
}
.m_anchor_text {
  display: block;
  text-align: center;
}
.m_anchor_text span {
  font-size: 1.4rem;
}

/*-----section-----*/
.m_section_inner01 {
  width: 1160px;
  margin: 0 auto;
  padding: 65px 0;
}
.m_section_inner02 {
  width: 1060px;
  margin: 0 auto;
  padding: 50px 0;
}
.m_section_ttl01 {
  font-size: 3.6rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
.m_section_ttl02 {
  font-size: 3.6rem;
  /*! font-family: 'Noto Sans JP', sans-serif; */
  font-weight: 400;
  line-height: 1.3;
  position: relative;
  padding: 0px 0 2.3rem 0;
  text-align: center;
  color: #9d2116;
  letter-spacing: 0.3rem;
}
.m_section_ttl02:before {
  position: absolute;
  bottom: 0;
  left: calc(50% - 40px);
  width: 80px;
  height: 2px;
  content: '';
  background: #9d2116;
}
.m_ttl_icon{
  display: inline-block;
  width: 43px;
  height: 50px;
  margin: 0 auto;
}
.m_ttl_icon img{
  max-height: 40px;
}
.m_ttl_txt{
  margin-left: 15px;
}
.m_section_box{
  margin-top: 40px;
}
.m_section_txt {
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
.m_section_txt + .m_section_txt {
  margin-top: 15px;
}
.m_txtBold{
  font-weight: bold;
}
.m_txtRed{
  color: #c00;
}

/*-----button-----*/
.m_button01 {
  display: block;
  position: relative;
  font-weight: bold;
  background-color: #77160d;
  border-radius: 3px;
  color: #FFFFFF;
  text-align: center;
  padding: 10px 20px;
  margin-top: 10px;
}
.m_button01::after {
  font-family: 'FontAwesome';
  content: "\f105";
  line-height: 1;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2.0rem;
}

/*-----pcitemBox-----*/
.m_pcitemBox, .pcitemArea {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webklit-flex-wrap: wrap;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: flex-start;
  -ms-align-items: flex-start;
  -webkit-align-items: flex-start;
}
.m_pcitemBox .pcitemArea{
  align-items: center;
}
.m_pcitemBox {
  width: 80%;
  margin: 40px auto 0;
}
.m_pcitemBox li {
  background: #fff;
  width: calc((100% - 40px) / 2);
  border-radius: 3px;
}
.m_pcitemBox li a {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 3px;
  padding: 10px 13px 15px;
  color: #333;
  text-decoration: none;
}
.m_pcitemBox li a:before {
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  content: "";
  display: block;
  height: calc(100% - 2px);
  width: calc(100% - 2px);
  border-radius: 3px;
  border: solid 1px #ccc;
}
.m_pcitemBox li a:hover:before {
  height: calc(100% - 4px);
  width: calc(100% - 4px);
  border: 2px solid #0784E8;
}
.m_pcitemBox li a:hover{
  opacity: 0.8;
}
.m_pcitemBox li .itemLeft {
  width: calc(37% - 10px);
}
.m_pcitemBox li .itemRight{
  width:calc(63% - 10px);
}
.m_pcitemBox li h3{
  font-size: 1.8rem;
  font-weight: bold;
}
.m_pcitemBox li .des{
  font-size: 1.2rem;
  margin-top: 5px;
}
.m_pcitemBox li .price{
  font-size: 2.3rem;
  font-weight: bold;
  color: #c00;
}
.m_pcitemBox li .price span{
  font-size: 1.4rem;
}
.m_pcitemLink {
  display: block;
  position: relative;
  font-weight: 500;
  background-color: #77160d;
  border-radius: 3px;
  color: #FFFFFF;
  text-align: center;
  padding: 8px 20px 10px;
  /* margin-top: 10px; */
  font-size: 1.6rem;
}
.m_pcitemLink::after {
  font-family: 'FontAwesome';
  content: "\f105";
  line-height: 1;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2.0rem;
}

/*-----deta-----*/
.m_section_deta dl{
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webklit-flex-wrap: wrap;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: flex-start;
  -ms-align-items: flex-start;
  -webkit-align-items: flex-start;
  margin: 25px 0;
}
.m_section_deta dl + dl{
  padding-top: 25px;
  border-top: solid 1px #ccc;
}
.m_section_deta dl:last-child{
  margin: 25px 0 0;
}
.m_section_deta dt{
  /*! font-family: 'Noto Sans JP', sans-serif; */
  font-size: 2rem;
  letter-spacing: 0.05em;
  color: #fff;
  padding: 5px 10px 8px;
  width: 25%;
  text-align: center;
  font-weight: 500;
}
.m_section_deta dd{
  width: 72%;
}
.m_icon_cap{
  max-width: 200px;
  margin: 0 10px;
  vertical-align: text-bottom;
}
.m_section_txt + .m_section_detalist,
.m_section_detalist + .m_section_txt{
  margin-top: 15px;
}
.m_section_detalist{
  margin-left: 20px;
  font-size: 1.6rem;
}
.m_section_detalist li{
  list-style-type: disc;
}
.m_section_detalist li + li{
  margin-top: 5px;
}

/*----------------[original]----------------*/
.specialContents{
  /*background: url(250212_bg04.png) repeat center top;*/
  background-color: #fcf9ee;
  background-size: 5px 5px;
  font-family: 'Noto Sans JP', sans-serif;
}
.presentMvArea{
  /*! background: url(240814_bg01.png) repeat-x center top; */
  background-size: auto;
}
.presentMv{
  background: url(250514_bg01.png) no-repeat center top;
  background-size: cover;
}
.presentMv .m_specialMv_inner{
  min-height: 350px;
}
.presentMv .m_specialMv_date{
  background: #a7103a;
  color: #fff;
}
/*.presentItem{
  background: url(250212_bg02.png) no-repeat center top;
  background-size: contain;
}*/
.presentItem .m_section_inner01{
  padding: 74px 0 74px;
}
.presentArea{
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webklit-flex-wrap: wrap;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: flex-start;
  -ms-align-items: flex-start;
  -webkit-align-items: flex-start;
  margin: 0;
}
.presentArea img{
  margin: 0 auto;
  display: block;
  width: 1160px;
  height: auto;
}
.presentPcitem{
  background:linear-gradient(90deg, rgba(125, 25, 16,1) 0%,rgba(177, 39, 26,1) 50%,rgba(125, 25, 16,1) 100%);
  background-size: contain;
}
.presentPcitem .m_section_ttl02 {
  color: #fff;
}
.presentPcitem .m_section_ttl02:before {
  background: #fff;
}
.presentPcitem .m_ttl_icon svg{
  vertical-align: bottom;
}
.presentDeta{
  padding: 65px 0;
  background-color: #740f08;
}
.presentDeta .m_section_inner01{
  background: #fff;
  padding: 65px 50px;
  border-radius: 5px;
}
.presentDeta dt{
  background: #77160d;
}
.campaignTable{
  border: solid 1px #ccc;
  margin: 15px 0;
  font-size: 1.4rem;
  width: 70%;
}
.campaignTable th{
  background: #919191;
  padding: 5px;
  color: #fff;
  text-align: center;
}
.campaignTable tr{
  border-top: solid 1px #ccc;
}
.campaignTable tr td{
  padding: 5px;
}
.campaignTable tr th:first-child,
.campaignTable tr td:first-child{
  width: 40%;
  border-right: solid 1px #ccc;
}
.campaignTable tr td:first-child{
  background: #f2f2f2;
}
#telAgent{
  padding: 65px 0;
  background: #f4ebcb;
}
#telAgent .m_section_inner01 {
  background: #fff;
  padding: 65px 50px;
  border-radius: 5px;
}
.campaignTxt_tel{
  border: solid 1px #ccc;
  font-size: 1.6rem;
  background: #fff;
}
.campaignTxt_tel th{
  background: #77160d;
  padding: 10px 5px;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.campaignTxt_tel tr{
  border-top: solid 1px #ccc;
}
.campaignTxt_tel tr td{
  padding: 10px 5px;
}
.campaignTxt_tel tr td:first-child{
  /*! background: #f9d9d0; */
}
.campaignTxt_tel tr td:nth-of-type(n+2),
.campaignTxt_tel tr th:nth-of-type(n+2){
  border-left: solid 1px #ccc;
}


@media screen and (max-width: 767px) {
/*----------------[Base]----------------*/
.lineupContents{
  margin-top: 3px;
}
.specialContents {
  margin-top: 3px;
}

/*----------------[Layout]----------------*/
.l_lineupMv{
  height: auto;
}

/*----------------[Module]----------------*/
/*-----lineup-----*/
.m_lineupMv_inner {
  width: 100%;
  padding: 0 10px;
  text-align: center;
}
.m_lineupMv_ttl {
  font-size: 2.6rem;
  letter-spacing: 0.02em;
  position: static;
  padding: 10px 0;
}
.m_lineupMv_ttl_sub {
  font-size: 1.5rem;
}
.m_lineupMv_img {
  max-width: 100%;
  max-height: 250px;
}

/*-----special-----*/
.m_specialMv_inner {
  width: 100%;
  padding: 0 10px;
  text-align: center;
}
.m_specialMv_date{
  padding: 5px 0 7px;
  font-size: 1.4rem;
}

/*-----anchor-----*/
.m_anchor_inner {
  padding: 0 5px;
  width: 100%;
}
.m_anchor_item {
  width: calc(50% - 10px);
margin: 0 5px 10px;
}
.m_anchor_item a {
  height: 40px;
  font-size: 1.2rem;
}
.m_anchor_item a:after {
  right: 5px;
}
.m_anchor_text span {
  font-size: 1.2rem;
}

/*-----section-----*/
.m_section_inner01 {
  width: 100%;
  padding: 40px 10px;
}
.m_section_inner02 {
  width: 100%;
  padding: 25px 10px;
}
.m_section_ttl01 {
  font-size: 2.4rem;
  letter-spacing: 0.02em;
}
.m_section_ttl02 {
  font-size: 2.4rem;
  line-height: 1.3;
  padding: 0 0 1.5rem 0;
}
.m_section_ttl02:before {
  left: calc(50% - 20px);
  width: 40px;
}
.m_ttl_icon{
  width: 33px;
  height: 35px;
}
.m_ttl_icon img{
  max-height: 30px;
}
.m_ttl_txt{
  margin-left: 10px;
}
.m_section_box{
  margin-top: 30px;
}
.m_section_txt {
  font-size: 1.4rem;
}
.m_sectionTxt + .m_sectionTxt {
  margin-top: 10px;
}

/*-----button-----*/
.m_button01 {
  margin-top: 5px;
  font-size: 1.4rem;
}

/*-----pcitemBox-----*/
.m_pcitemBox {
  display: block;
}
.m_pcitemBox li {
  width: 100%;
}
.m_pcitemBox li + li{
  margin-top: 15px;
}
.m_pcitemBox li .itemLeft {
  width: calc(30% - 10px);
}
.m_pcitemBox li .itemRight{
  width:calc(68% - 10px);
}
.m_pcitemBox li h3{
  font-size: 1.5rem;
}
.m_pcitemBox li .price{
  font-size: 2rem;
}

.m_pcitemLink {
  font-size: 1.4rem;
}

/*-----deta-----*/
.m_section_deta dl{
  display: block;
  margin: 20px 0;
}
.m_section_deta dl + dl{
  padding-top: 0;
  border-top: none;
}
.m_section_deta dt{
  font-size: 1.6rem;
  width: 100%;
}
.m_section_deta dd{
  width: 100%;
  margin-top: 20px;
}
.m_icon_cap{
  max-width: 170px;
}
.m_section_detalist{
  font-size: 1.4rem;
}

/*----------------[original]----------------*/
.specialContents{
  /*! background: #6fb5e2; */
  background-size: 6%;
}
  
  .presentMv{
  background: none;
}
.presentMv .m_specialMv_inner{
  min-height: auto;
  padding: 0;
}
.presentMv {
  background: none;
}
.presentMv img{
  height: auto;
}
.presentItem {
  background-color: #fcf9ee;
  /*! background: url(240529_bg04.png) repeat-y left top; */
  /*! background-size: cover; */
}
.presentItem .m_section_inner01 {
  padding: 40px 10px 40px;
}
.presentArea{
  /*! display: block; */
  margin: 0 auto;
  justify-content: center;
  text-align: center;
}
  /* .presentArea img{
    width: 70%;
  } */
.presentArea img + img{
  /*! margin-top: 20px; */
}
.presentArea img:nth-of-type(n+3){
  margin-top: 10px;
}
.presentArea img:nth-of-type(2n){
  margin-left: 2%;
}
.campaignTable{
  font-size: 1.2rem;
  width: 100%;
}
#telAgent {
  padding: 40px 10px;
}
#telAgent .m_section_inner01{
  padding: 30px 10px;
}
.telAgentWrap {
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 10px;
  margin-bottom: 5px;
}
.campaignTxt_tel {
    width: 220%;
    font-size: 1.4rem;
}

.presentDeta{
  padding: 40px 10px;
  /*! background: none; */
}
.presentDeta .m_section_inner01{
  padding: 30px 10px;
}

}