@charset "utf-8";
.brd_wrap {
  width: 100%;
}
.brd_wrap img {
  width: 100%;
  height: auto;
}
.brd_head {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.brd_head p:not([class]) {
  background: -moz-linear-gradient(left, rgba(204,0,0,0) 0%, rgba(204,0,0,1) 10%, rgba(204,0,0,1) 90%, rgba(204,0,0,0) 100%);
  background: -webkit-linear-gradient(left, rgba(204,0,0,0) 0%, rgba(204,0,0,1) 10%, rgba(204,0,0,1) 90%, rgba(204,0,0,0) 100%);
  background: linear-gradient(to right, rgba(204,0,0,0) 0%, rgba(204,0,0,1) 10%, rgba(204,0,0,1) 90%, rgba(204,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00cc0000', endColorstr='#00cc0000', GradientType=1 );
  padding: 16px 0;
  text-align: center;
  color: #fff;
  font-size: 1.5em;
  font-weight: bold;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, HiraMinProN-W3, メイリオ, Meiryo, serif;
}

.brd_pkt{
  background: -moz-linear-gradient(left, rgba(204,0,0,0) 0%, rgba(204,0,0,1) 10%, rgba(204,0,0,1) 90%, rgba(204,0,0,0) 100%);
  background: -webkit-linear-gradient(left, rgba(204,0,0,0) 0%, rgba(204,0,0,1) 10%, rgba(204,0,0,1) 90%, rgba(204,0,0,0) 100%);
  background: linear-gradient(to right, rgba(204,0,0,0) 0%, rgba(204,0,0,1) 10%, rgba(204,0,0,1) 90%, rgba(204,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00cc0000', endColorstr='#00cc0000', GradientType=1 );
  padding: 0.5em 0;
  text-align: center;
  color: #fff;
  font-size: 1.75em;
  line-height: 1.25;
  font-weight: bold;  
}

.brd_pkt a{
  color:#F6FFA0;
  text-align: center;
}

.brd_pkt a:hover{
   opacity: 0.7;
}
.brd_pkt img{
  max-width: 640px !important;
  height: auto !important;
}


.brd_head > a {
  display: block;
  width: 28%;
  max-width: 240px;
  position: absolute;
  bottom: -24px;
  right: -40px;
}
.brd_head > a:hover {
  opacity: 0.8;
}
.brd_catch {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin: 24px auto;
  background-image: url(../img/bg_catch.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right center;
  min-height: 320px;
}
.brd_catch > div {
  width: 96%;
  color: #000000;
  font-weight: bold;
  line-height: 1.5;
}
.brd_catch p {
  width: 100%;
  text-indent: 1em;
  font-size: 1.125em;
  margin: 0.5em 0;
}
.brd_cast p {
  color: #fff;
  font-weight: bold;
  background-color: #012258;
  padding: 16px 0;
  text-align: center;
}
.brd_body h2 {
  position: relative;
  color: #fff;
  font-weight: bold;
  background: rgb(216,0,3);
  background: -moz-linear-gradient(-45deg, rgba(216,0,3,1) 0%, rgba(204,0,0,1) 70%, rgba(44,56,124,1) 91%, rgba(15,50,132,1) 92%, rgba(216,19,19,1) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(216,0,3,1) 0%, rgba(204,0,0,1) 70%, rgba(44,56,124,1) 91%, rgba(15,50,132,1) 92%, rgba(216,19,19,1) 100%);
  background: linear-gradient(135deg, rgba(216,0,3,1) 0%, rgba(204,0,0,1) 70%, rgba(44,56,124,1) 91%, rgba(15,50,132,1) 92%, rgba(216,19,19,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d80003', endColorstr='#d81313', GradientType=1 );
  padding: 16px 0;
  margin: 40px 0 0;
  text-align: center;
}

.brd_body h2 p{
  position: relative;
  z-index: 3;
  font-size: 1.25em;
  padding: 0 1em 0.2em;
  text-shadow: 0 2px 1px #000; 
}

.brd_body h2::after{
  position: absolute;
  bottom: 40%;
  left: 0;
  content: '';
  width: 100%;
  height: 8px;
background: -moz-linear-gradient(left,  rgba(239,69,109,0) 0%, rgba(242,42,12,1) 50%, rgba(239,69,109,0) 100%);
background: -webkit-linear-gradient(left,  rgba(239,69,109,0) 0%,rgba(242,42,12,1) 50%,rgba(239,69,109,0) 100%);
background: linear-gradient(to right,  rgba(239,69,109,0) 0%,rgba(242,42,12,1) 50%,rgba(239,69,109,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ef456d', endColorstr='#00ef456d',GradientType=1 );
}

.brd_body h2 p span{
  z-index: 2;
}


.brd_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin: 24px auto;
}
.brd_photobox {
  width: 40%;
}
.brd_flex > div:not([class]) {
  width: 60%;
}
.brd_flex p {
  padding: 8px 0.5em;
  line-height: 1.5;
}
.brd_body h2 + p {
  padding: 8px 0.5em;
  line-height: 1.5;
  width: 100%;
  max-width: 1000px;
  margin: 24px auto;
}

.brd_twlink{
  text-align: center;
  margin: 16px 0 40px;
}


.brd_photolist {
  display: flex;
  justify-content: center;
}
.brd_photolist li {
  max-width: 320px;
}
.brd_foot {
  color: #cc0000;
  text-align: center;
  padding: 1em;
  font-weight: bold;
  font-size: 1.25em;
  line-height: 1.5;
}


/*-- プレゼント追加 --*/

.brd_presentbox{
  width:100%;
  max-width: 1000px;
  margin: 40px auto;
}

.brd_presentbox > p{
  width:92%;
  max-width: 800px;
  margin: 16px auto 0;
  line-height: 1.5;
  font-weight: bold;
}

.csp_noticebox{
  max-width: 1000px;
  margin: 0 auto;
  padding: 24px;
  border-radius: 8px;
  background-color: rgba(255,255,255,0.6);
}

.csp_noticebox ul{
  width:calc( 98% - 1em);
  padding: 8px;
  margin-left: 1em;
}
.csp_noticehd{
  color:#cc0000;
  font-weight: bold;
  padding:0 0 0.5em 1em; 
}

.csp_notice{
  background-color: #fff;
  border:dotted #E9B5C5 2px;
  border-radius: 4px;
}

.csp_notice li{
  padding: 0.25em ;
  color:#333;
  line-height: 1.25;
}

.csp_notice li span{
  display: inline;
}

@media screen and (max-width:768px) {
.brd_head p {
  padding: 8px 0;
  font-size: 1em;
}
.brd_head > a {
  bottom: -12px;
  right: 0;
}
.brd_catch {
  display: block;
  background-size: 180% auto;
  background-position: right bottom;
}
.brd_catch > div {
  margin: auto;
}
.brd_catch p {
  font-size: 0.875em;
  margin: 0 auto;
}
.brd_cast span, h2 span, .brd_pkt span, .brd_pkt a{
  display: inline-block;
  white-space: nowrap;
}
.brd_flex {
  flex-wrap: wrap;
  justify-content: center;
}
.brd_photobox {
  width: 90%;
}
.brd_flex > div:not([class]) {
  width: 96%;
}
.brd_flex p, .brd_body h2 + p {
  font-size: 0.875em;
}
.brd_photolist {
  flex-wrap: wrap;
}
.brd_photolist li {
  width: 50%;
}
.brd_foot {
  font-size: 1em;
}
}
