@charset "UTF-8";
/* CSS Document */
/* Scss Document */
/* Scss Document */
.titleimg {
  background: url("/img/campaign/titleimg.png") center/cover no-repeat; }

.margin_box-bottom {
  margin-bottom: 50px; }

.formlink__box .formlink__box-link {
  position: relative;
  box-sizing: border-box;
  display: block;
  max-width: 760px;
  margin: 0 auto;
  padding: 2px;
  color: #fff;
  text-align: center;
  background: #6A1515; }
  .formlink__box .formlink__box-link .formlink__box-owter {
    padding: 20px 0;
    border: 1px solid #fff; }
  .formlink__box .formlink__box-link .formlink__box-text {
    margin-bottom: 10px;
    line-height: 1;
    font-size: 2.4rem; }
  .formlink__box .formlink__box-link .formlink__box-small {
    line-height: 1;
    font-size: 1.4rem; }

#information .section_title {
  line-height: 1.8;
  margin-bottom: 10px; }
#information .information__time {
  width: 82%;
  max-width: 760px;
  margin: 20px 9% 30px;
  padding: 10px 0;
  text-align: center;
  border-top: 3px double #707070;
  border-bottom: 3px double #707070; }
  #information .information__time .information__time-small {
    font-size: 1.4rem;
    color: #BEAB18; }
  #information .information__time .information__time-times {
    font-size: 1.8rem; }
  #information .information__time.end .information__time-times {
    text-decoration: line-through; }
  #information .information__time.end:after {
    display: block;
    color: #e30000;
    text-align: center;
    content: 'このキャンペーンは終了いたしました。'; }
#information .information__slider {
  overflow: hidden;
  position: relative;
  z-index: -1;
  width: 100%;
  margin-bottom: 40px; }
#information .information__present {
  padding: 40px 9%;
  text-align: center;
  background: #fff; }
  #information .information__present .information__present-text {
    margin-bottom: 30px; }
  #information .information__present .information__present-text-normal {
    font-size: 1.8rem; }
  #information .information__present .information__present-text-strong {
    font-size: 3.0rem;
    color: #BEAB18; }
  #information .information__present .information__present-text-attent {
    font-size: 1.4rem;
    color: #e30000; }

#shoplist .title h3 {
  font-size: 2.0rem; }
#shoplist .shoplist__box {
  margin-bottom: 40px; }
#shoplist .shoplist__box-owter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
#shoplist .shoplist__box-inner {
  flex: 0 1 100%;
  width: 100%;
  max-width: 100%; }
  #shoplist .shoplist__box-inner + .shoplist__box-inner {
    margin-top: 50px; }
  #shoplist .shoplist__box-inner p {
    line-height: 1.8; }
  #shoplist .shoplist__box-inner .shoplist__box-name {
    margin-bottom: 3px;
    line-height: 1.5;
    font-size: 1.8rem; }
  #shoplist .shoplist__box-inner .shoplist__box-img {
    position: relative;
    margin-bottom: 3px; }
    #shoplist .shoplist__box-inner .shoplist__box-img .campaign_label {
      position: absolute;
      top: 0;
      right: 0;
      display: block;
      padding: 3px 15px;
      color: #fff;
      font-size: 1.3rem;
      background: #BEAB18; }
  #shoplist .shoplist__box-inner .shoplist__box-menu {
    margin-bottom: 3px;
    font-size: 1.5rem; }
  #shoplist .shoplist__box-inner .shoplist__box-price {
    margin-bottom: 3px;
    text-align: right;
    font-size: 1.5rem; }
    #shoplist .shoplist__box-inner .shoplist__box-price .l-txt {
      display: block;
      text-align: left; }
  #shoplist .shoplist__box-inner .shoplist__box-text {
    margin-bottom: 15px;
    font-size: 1.3rem; }
    #shoplist .shoplist__box-inner .shoplist__box-text ._s {
      font-size: .9em; }
  #shoplist .shoplist__box-inner .ib {
    display: inline-block;
    vertical-align: baseline; }
  #shoplist .shoplist__box-inner .shoplist__box-link {
    position: relative;
    z-index: 1;
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    border: 1px solid #333;
    background: #333; }
    #shoplist .shoplist__box-inner .shoplist__box-link .angle-right {
      display: block;
      position: absolute;
      top: 50%;
      right: 10px;
      z-index: 1;
      width: 4px;
      height: 4px;
      border-top: 1px solid #fff;
      border-right: 1px solid #fff;
      transform: translateY(-50%) rotate(45deg); }

#backnum .backnum__list li {
  color: #BEAB18;
  text-align: center; }
  #backnum .backnum__list li a {
    text-decoration: underline; }

/*------------------------------
		769px以上
------------------------------*/
@media screen and (min-width: 769px) {
  .margin_box-bottom {
    margin-bottom: 110px; }

  .sp {
    display: none; }

  .formlink__box .formlink__box-link .formlink__box-owter {
    position: relative;
    padding: 45px 0; }
    .formlink__box .formlink__box-link .formlink__box-owter:after {
      content: '\e902';
      font-family: 'icomoon';
      position: absolute;
      top: 50%;
      right: 40px;
      transform: translateY(-50%); }
  .formlink__box .formlink__box-link .formlink__box-text {
    margin-bottom: 20px;
    font-size: 3.4rem; }
  .formlink__box .formlink__box-link .formlink__box-small {
    font-size: 1.8rem; }

  #information {
    /*
    .information__present{
    	@include flex_wrap;
    	padding: 0;
    	background: transparent;
    	.information__present-text{
    		position: relative;
    		@include flex_box(60%);
    		margin-bottom: 0;
    		&:before{
    			content: '';
    			display: block;
    			position: absolute;
    			z-index: -1;
    			top: -60px;
    			left: 0;
    			width: 130%;
    			height: 100%;
    			background: #fff;
    		}
    	}
    	.information__present-text-normal{
    		font-size: 1.8rem;
    	}
    	.information__present-text-strong{
    		font-size: 3.0rem;
    		color: #BEAB18;
    	}
    	.information__present-image{
    		@include flex_box(36%);
    	}
    }
    */ }
    #information .section_title {
      margin-bottom: 40px; }
    #information .information__time {
      margin: 20px auto 70px;
      padding: 20px 0; }
      #information .information__time .information__time-small {
        font-size: 1.8rem; }
      #information .information__time .information__time-times {
        font-size: 2.4rem; }
    #information .information__slider {
      margin-bottom: 50px; }

  #shoplist .shoplist__box-owter {
    justify-content: flex-start;
    margin-bottom: 80px; }
  #shoplist .shoplist__box-inner {
    position: relative;
    flex: 0 1 48%;
    width: 48%;
    max-width: 48%;
    margin-bottom: 30px;
    margin-right: 4%;
    padding-bottom: 45px; }
    #shoplist .shoplist__box-inner + .shoplist__box-inner {
      margin-top: 0; }
    #shoplist .shoplist__box-inner:nth-child(2n) {
      margin-right: 0; }
    #shoplist .shoplist__box-inner .shoplist__box-name {
      font-size: 1.5rem; }
    #shoplist .shoplist__box-inner .shoplist__box-link {
      position: absolute;
      left: 0;
      bottom: 0; } }
/*------------------------------
		981px以上
------------------------------*/
@media screen and (min-width: 981px) {
  .margin_box-bottom {
    margin-bottom: 110px; }

  .sp {
    display: none; }

  .formlink__box .formlink__box-link .formlink__box-owter {
    padding: 45px 0; }
  .formlink__box .formlink__box-link .formlink__box-text {
    margin-bottom: 20px;
    font-size: 3.4rem; }
  .formlink__box .formlink__box-link .formlink__box-small {
    font-size: 1.8rem; }

  #information .section_title {
    margin-bottom: 40px; }
  #information .information__time {
    margin: 20px auto 70px;
    padding: 20px 0; }
    #information .information__time .information__time-small {
      font-size: 1.8rem; }
    #information .information__time .information__time-times {
      font-size: 2.4rem; }
  #information .information__slider {
    margin-bottom: 50px; }
  #information .information__present {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    background: transparent; }
    #information .information__present .information__present-text {
      position: relative;
      flex: 0 1 60%;
      width: 60%;
      max-width: 60%;
      margin-bottom: 0; }
      #information .information__present .information__present-text:before {
        content: '';
        display: block;
        position: absolute;
        z-index: -1;
        top: -60px;
        left: 0;
        width: 130%;
        height: 100%;
        background: #fff; }
    #information .information__present .information__present-text-normal {
      font-size: 1.8rem; }
    #information .information__present .information__present-text-strong {
      font-size: 3.0rem;
      color: #BEAB18; }
    #information .information__present .information__present-image {
      flex: 0 1 36%;
      width: 36%;
      max-width: 36%; }

  #shoplist .shoplist__box-owter {
    justify-content: flex-start;
    margin-bottom: 80px; }
  #shoplist .shoplist__box-inner {
    flex: 0 1 22%;
    width: 22%;
    max-width: 22%;
    margin-bottom: 40px;
    margin-right: 4%;
    padding-bottom: 45px; }
    #shoplist .shoplist__box-inner + .shoplist__box-inner {
      margin-top: 0; }
    #shoplist .shoplist__box-inner:nth-child(2n) {
      margin-right: 4%; }
    #shoplist .shoplist__box-inner:nth-child(4n) {
      margin-right: 0; }
    #shoplist .shoplist__box-inner .shoplist__box-name {
      font-size: 1.5rem; }
    #shoplist .shoplist__box-inner .shoplist__box-link {
      color: #333;
      background: transparent; }
      #shoplist .shoplist__box-inner .shoplist__box-link .angle-right {
        width: 6px;
        height: 6px;
        border-top: 1px solid #333;
        border-right: 1px solid #333; }
      #shoplist .shoplist__box-inner .shoplist__box-link:hover {
        color: #fff;
        background: #333;
        opacity: 1; }
        #shoplist .shoplist__box-inner .shoplist__box-link:hover .angle-right {
          border-top: 1px solid #fff;
          border-right: 1px solid #fff; } }
/*------------------------------
		1121px以上
------------------------------*/

/*# sourceMappingURL=style.css.map */
