@charset "utf-8";

/* font
-------------------------------------*/
@font-face {
  font-family: "notosansjp";
  font-weight: 400; 
  src: url("/static/css/fonts/notosansjp/NotoSansJP-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "notosansjp";
  font-weight: 500; 
  src: url("/static/css/fonts/notosansjp/NotoSansJP-Medium.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "notosansjp";
  font-weight: 700; 
  src: url("/static/css/fonts/notosansjp/NotoSansJP-Bold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "oswald-bold";
  font-weight: 900; 
  src: url("/static/css/fonts/oswald/Oswald-Bold.woff2") format("woff2");
  font-display: swap;
}

/*
article {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  color: #121212;
  font-size: 16px;
  line-height: 1.618;
  padding: 0;
}
*/
article {
    font-family:"notosansjp", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", YuGothic, "Yu Gothic", "Yu Gothic medium", "Arial", "メイリオ", Meiryo,"ＭＳ ゴシック", sans-serif;
  font-size: 16px;
  line-height: 1.618;
  padding: 0;
}
#main_visual {
  padding: 0;
  text-align: center;
}
#contents img {
  margin: 0 auto;
}
.headline {
  background: #FBF5DC;
  padding: 20px 0 100px;
  text-align: center;
  position: relative;
}
.img-obi img {
  width: 300px;
}
h2.txt-headline {
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  padding: 20px 0 5px;
  font-weight: 500;
  font-family: "notosansjp", sans-serif;
}
.txt-price {
  color: #D25A46;
  font-weight: bold;
}
.txt-price span {
  font-size: 1.4em;
  font-family: 'oswald-bold', sans-serif,Arial, Helvetica, "sans-serif";
}
.line-dot{
  max-width: 580px;
  margin: 0 auto 20px;
  padding-bottom: 8px;
}
.line-dot-inner{
  background-image: linear-gradient(to right, #DB5F3B, #DB5F3B 4px, transparent 4px, transparent 8px); /* 幅4の線を作る */
  background-size: 8px 2px; /* グラデーションの幅・高さを指定 */
  background-position: left bottom; /* 背景の開始位置を指定 */
  background-repeat: repeat-x; /* 横向きにのみ繰り返す */
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  font-family: "notosansjp", san-serif;
  padding-bottom: 3px;

}
.lottery {
  background: #FFFCEE;
  padding: 3px 0 60px;
  text-align: center;
  position: relative;
}
.img-lottey img {
 width: 80%;
  max-width: 180px;
  margin-bottom: 20px;
  transform: translate(-50%, -50%);
  position: absolute;
}
.traiangle {
  width: 0;
  height: 0;
  border-right: 100px solid transparent;
  border-left: 100px solid transparent;
  border-top: 60px solid #FFFCEE;
  margin: auto;
}
h2.txt-lottery {
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  padding: 0 0 20px;
  width: 220px;
  margin: 120px auto 0;
  position: relative;
  border-bottom: 2px solid #B49664;

}
.wchance {
  background-color: #FBF5DC;
  padding: 0 0 100px;
  text-align: center;
  background: url(/static/img/campaign/newyear-coupon/bg-wchance-sp.jpg) bottom repeat-x #FBF5DC;
}
#contents .img-wchance img {
  width: 300px;
  margin-bottom: 30px;
}

.subordinate {
  display: block;
  width: 80%;
  max-width: 100%;
    padding-left: 5%;
  margin: 0 auto 20px;
}
.subordinate li {
  width: 100%;
  font-weight: bold;
  font-size: 1.1em;
  text-align: left;
  margin-bottom: 10px;
 display: flex;
 align-items: center;
}
.subordinate li img {
  width: 60px;
  margin-right: 10px !important;
  vertical-align: top;
}
.subordinate li:last-child img {
    width: 60px;
}
.attention li {
    font-weight: 400;
    font-size: 0.9em;
    position: relative;
    text-align: left;
    padding-left: 16px;
}
.attention li::before {
    content: '※';
    position: absolute;
    top: 0;
    left: 0;
    color: #222;
}
.subordinate li .txt-price {
  line-height: 60px;
  display: inline-block;
}
  .attention a {
	  text-decoration: none;
      color: #287E90;
	}
 .attention a:hover{
    text-decoration: none;
  }
.btn-square {
  display: inline-block;
  padding: 20px 20px 20px 40px;
  text-decoration: none;
  background-color: #D25A46;
  color: #FFF;
  border-bottom: solid 6px #BE9B6E;
  border-radius: 10px;
  position: relative;
  width: 100%;
  font-size: 1.2em;
  font-weight: bold;
}
.btn-square:hover, .btn-square:active {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  border-bottom: none;
  text-decoration: none;
  color: #FFF;
  margin-bottom: 6px;
}
.btn-square::after {
  position: absolute;
  content: "\f105";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  top: 50%;
  right: 20px;
  left: auto;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.btn-square::before {
  position: absolute;
  top: -20px;
  left: -16px;
  right: auto;
  bottom: auto;
  transform: scale(0.4);
  display: inline-block;
  content: url(/static/img/campaign/newyear-coupon/ic-lottey.png);
}

.btn-square-s {
  display: inline-block;
  padding: 12px 30px 12px 20px;
  text-decoration: none;
  background-color: #D25A46;
  color: #FFF;
  border-bottom: solid 6px #BE9B6E;
  border-radius: 6px;
  position: relative;
  width: 90%;
	max-width: 380px;
  font-size: 1.1em;
  font-weight: bold;
}
.btn-square-s:hover, .btn-square-s:active {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  border-bottom: none;
  text-decoration: none;
  color: #FFF;
  margin-bottom: 6px;
}
.btn-square-s::after {
  position: absolute;
  content: "\f0da";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  top: 50%;
  right: 20px;
  left: auto;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.box-wchance {
  border: 3px solid #336810;
  border-radius: 20px;
  background: #FFF;
  padding: 20px;
  width: 100%;
  margin: 10px auto 0;
}
.txt-line {
  position: relative;
  display: block;
  padding-bottom: 5px;
  padding-top: 30px;
  font-size: 1.2em;
  line-height: 1.6em;
}
.txt-line::before {
  content: ''; /*何も入れない*/
  position: absolute;
  width: 100px; /*画像の幅*/
  height: 70px; /*画像の高さ*/
  background-image: url(/static/img/campaign/newyear-coupon/coupon.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  transform: translate(-50%, -50%);
  top: -5px;
  left: 50%;
}
.link-method, .link-line {
  display: block;
  margin: 0 auto 10px;
	text-decoration: underline;
}

.link-method:hover, .link-line:hover{
	text-decoration: none;
}

.link-method:after {
  content: "\f24d";
  font-family: "Font Awesome 5 Free";
  font-size: 80%;
  margin-left: 6px;
  position: relative;
  top: -2px;
}
.link-line:after {
  content: ''; /*何も入れない*/
  display: inline-block; /*忘れずに！*/
  width: 25px; /*画像の幅*/
  height: 25px; /*画像の高さ*/
  background-image: url(/static/img/campaign/newyear-coupon/ic-line.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-left: 6px
}
.txt-spleft {
  text-align: left;
}
.txt-bold {
  font-weight: bold;
}
.txt-comment {
  position: relative;
  padding: 0 8px;
  font-size: 1em;
  text-align: center;
	width: 95%;
	max-width: 294px;
  margin: 0 auto 10px;
  font-size: 16px;
	color: #D25A46;
	font-weight: bold;
}
.txt-comment::before, .txt-comment::after {
  position: absolute;
  bottom: 0;
  height: 1.6em;
  content: '';
}
.txt-comment::before {
  border-left: solid 4px;
  left: 0;
  transform: rotate(-30deg);
  border-radius: 60px;
}
.txt-comment::after {
  border-right: solid 4px;
  right:0;
  transform: rotate(30deg);
  border-radius: 60px;
}

.wchance .subordinate li img {
  width: 76px;
}
.wchance .subordinate li:last-child img {
    width: 66px;
    padding-left: 10px;
    margin-right: 22px !important;
}

/* 20251223 追加
---------------------------------------*/
.border-box {
    border: 1px solid #222;
    padding: 16px 16px;
    width: 100%;
    max-width: 100%;
    margin: 20px auto 22px;
}
.term-list {
    padding: 10px 6%; 
}
.term-list div{
    width: 100%;
    display: flex;
    text-align: left;
    flex-wrap: wrap;
}
.term-list dt,
.term-list dd {
    font-size: 14px;
    font-family: "notosansjp", sans-serif;
    font-weight: 500;
}
.term-list dt {
    width: 100%;
    width: fit-content;
}
.term-list dd {
    width: 100%;
    width: fit-content;
}
.wchance .block-lead .txt-comment {
    font-size: 22px;
    font-weight: 700;
}
.wchance .block-lead .txt-comment::before {
    left: 0;
    border-width: 5px;
    bottom: -5px;
}
.wchance .block-lead .txt-comment::after {
    right: 0;
    border-width: 5px;
    bottom: -5px;
}
.wchance .block-lead .txt-comment .txt-price > span{
    font-size: 1.8em;
}
.txt-lead {
    text-align: center;
    font-weight: 500;
    font-family: "notosansjp", sans-serif;
    font-size: 18px;
}
.txt-lead .txt-price > span {
    font-size: 1.8em;
}
.txt-lead.second  {
    font-size: 22px;
    font-family: "notosansjp", sans-serif;
    font-weight: 700;
    line-height: 1.3;
}


/*アプリDLのくじアイコンを非表示*/
.wchance .btn-square {
    padding: 20px 20px 20px 20px;
}
.wchance .btn-square::before {
    content: none;
}

@media (min-width: 768px) {
  #main_visual {
    background-size: 50%;
    background-size: cover;
    text-align: center;
	  background: #f1e9d0;
  }
  #main_visual h1 img {
    margin: 20px auto 0;
  }
.img-obi img {
    width: 100%;
    max-width: 628px;
    margin: 0 auto 30px !important;
}
  .headline {
    padding: 40px 0 140px;
  }
  h2.txt-headline {
    font-size: 22px;
    line-height: 32px;
    text-align: center;
    padding: 20px 0 0;
  }
  .wchance {
    background-color: #FBF5DC;
    padding: 0 0 200px;
    text-align: center;
    background: url(/static/img/campaign/newyear-coupon/bg-wchance.jpg) bottom repeat-x #FBF5DC;
  }
  .btn-square {
    display: inline-block;
    padding: 20px 30px 20px 50px;
    width: 520px;
    font-size: 1.6em;
  }
  .btn-square::after {
    top: 50%;
    right: 26px;
  }
  .btn-square::before {
    top: -20px;
    left: 10px;
    transform: scale(0.4);
    content: url(/static/img/campaign/newyear-coupon/ic-lottey.png);
  }
  .box-wchance {
    width: 88%;
  }
  .line-dot {
    padding-bottom: 3px;
  } 
    .line-dot-inner {
    padding-bottom: 3px;
    font-size: 22px;
  }
  .txt-spleft {
    text-align: left;
  }
  h2.txt-lottery {
    font-size: 24px;
    line-height: 38px;
    padding: 20px 0 20px;
    width: 260px;
    margin: 140px auto 0;
  }
    
.img-lottey img {
  width: 100%;
  max-width: 228px;
  margin-bottom: 20px;
}
  .subordinate {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px auto 30px;
    width: 100%;
    max-width: 100%;
  }
  .subordinate li {
    position: relative;
    width: 33%;
    font-weight: bold;
    font-size: 1.1em;
  }
  .subordinate li img {
    width: 50px;
    margin-right: 5px !important;
  }
 .subordinate li:last-child img {
    width: 50px;
 }
  .subordinate li .txt-price {
    line-height: 60px;
  }
  .traiangle {
    border-right: 120px solid transparent;
    border-left: 120px solid transparent;
    border-top: 100px solid #FFFCEE;
  }
  .img-wchance img {
    width: 380px;
    margin: 20px 0;
  }
  .box-wchance {
    border: 3px solid #000;
    border-radius: 20px;
    background: #FFF;
    padding: 40px;
    width: 100%;
    margin: 10px auto 0;
  }
  .txt-line {
    position: relative;
    display: inline;
    padding-bottom: 8px;
    padding-top: 0;
  }
  .txt-line::before {
    position: relative;
    content: ''; /*何も入れない*/
    display: inline-block; /*忘れずに！*/
    width: 90px; /*画像の幅*/
    height: 60px; /*画像の高さ*/
    background-image: url(/static/img/campaign/newyear-coupon/coupon.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-right: 5px;
    transform: none;
    top: 10%;
    left: 0;
  }
  .link-method, .link-line {
    display: inline;
    margin: 0 10px;
  }
  .txt-comment{
		max-width: 400px;
	}
    
   .wchance .wrapper .txt-comment{
		max-width: 360px;
	}
    
    /* 20251223追加
    ----------------------------*/
    .coupon-list .col-12:nth-of-type(2) img,
    .coupon-list .col-12:nth-of-type(5) img,
    .coupon-list .col-12:nth-of-type(6) img{
        margin-left: auto !important;
    }
    .border-box {
        padding: 20px 48px;
        width: 98%;
        max-width: 884px;
        margin: 24px auto 38px;
    }
    .term-list {
        width: 98%;
        max-width: 760px;
        margin: 40px auto 48px;
    }
    .term-list div{
       flex-wrap: nowrap;
    } 
    .term-list dt,
    .term-list dd {
        font-size: 18px;
        width: fit-content;
        font-weight: 400;
    }
    .txt-lead {
        font-size: 20px;
    }
    .attention li {
        font-size: 18px;
        padding-left: 18px;
    }
    .wchance .subordinate li:last-child img {
        margin-right: 10px!important;
    }
    .wchance .term-list {
        width: 100%;
        padding: 10px 0;
        margin: 10px auto 24px;
    }
    .wchance .block-lead .txt-comment::before {
        left: 56px;
    }
    .wchance .block-lead .txt-comment::after {
        right: 56px;
    }
}
@media (min-width: 992px) {
  .subordinate {
    width: 100%;
    max-width: 770px;
    padding-left: 0;
  }
  .subordinate li {
    font-size: 1.1em;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .subordinate li img {
    width: 62px;
    margin-right: 10px !important;
  }
  .subordinate li:last-child img {
      padding-left: 0;
      margin-right: 5px !important;  
  }
  .wchance .subordinate li img {
    width: 90px; 
  }
  .wchance .subordinate li:last-child img {
    width: 68px;
     margin-right: 10px!important
  }
  .txt-spleft {
    text-align: center;
  }
    
　　/* 20251223追加
    --------------------------*/
    .term-list {
        width: 98%;
        max-width: 780px;
        margin: 40px auto 48px;
    } 
    .term-list dt,
    .term-list dd{
        font-size: 20px;
    }
    
  .subordinate li img {
    width: 70px;
    margin-right: 5px !important;
  }
  .subordinate li:last-child img {
    width: 70px;
  }
}

@media (min-width: 330px) and (max-width: 360px) {
    /* 20251223追加
    ----------------------------*/
    .coupon-list .col-12:nth-of-type(2) img,
    .coupon-list .col-12:nth-of-type(5) img,
    .coupon-list .col-12:nth-of-type(6) img{
        margin-left: 6px!important;
    }
/*
    .subordinate{
        margin: 0 auto 20px 45px;
    }
*/
}

@media (max-width: 330px) {
    .subordinate {
        width: 80%;
    }
    .subordinate li {
        font-size: 0.9em;
    }
}