@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* style */
/* 目次 */
/* __00: 初期設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* __01: section */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* __00: 初期設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
html {
  overflow-x: hidden;
}

body{
    font-family: "Noto Sans JP", sans-serif;
}

.en{
    font-family: "Roboto", sans-serif;
}

:root{
    --color1: #f08300;
}

.pc-on{display: block;}
.sp-on{display: none;}

#header {
  position: relative;
  z-index: 99;
}

.n-coupon .nopc {
  display: none;
}

.n-coupon .heaaderArea {
    border-top: none;
    border-bottom: none;
    position: relative;
}

/* .n-coupon .flexblock {
    display: block;
    position: relative;
    padding: 86px 0 43px;
} */

.n-coupon .wrapContents {
  padding: 40px 0 20px;
}

/* .heaaderArea .naviMenuicon {
    position: absolute;
    top: 40px;
    right: 0;
} */

.n-coupon .headLogoBox {
  flex: 1;
  max-width: 100%;
}

.n-coupon .headLogoBox ul {
  width: 585px;
  max-width: 48.35%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* .heaaderArea .headLogoBox ul{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
} */

/* .n-coupon .headLogoBox ul li{
    margin-right: 34px;
}

.n-coupon .headLogoBox ul li:last-child{
    margin-right: 0;
}

.n-coupon .headLogoBox ul li:nth-child(1){
    width: 130px;
}

.n-coupon .headLogoBox ul li:nth-child(2){
    width: 126px;
}

.n-coupon .headLogoBox ul li:nth-child(3){
    width: 128px;
} */

.n-coupon .headLogoBox ul li {
  margin-right: 8%;
  line-height: 1;
}

.n-coupon .headLogoBox ul li:last-child {
  margin-right: 0;
}

.n-coupon .headLogoBox ul li a {
  display: block;
}

#pagetop {
  width: 60px;
  height: 60px;
  background-color: var(--color1);
  border-radius: 50%;
  opacity: 0;
  position: fixed;
  right: 30px;
  bottom: 40px;
  border: 1px solid #fff;
  z-index: 9999;
  cursor: pointer;
  transition: 0.4s;
}

#pagetop::before {
  content: "";
  width: 16px;
  height: 16px;
  border-top: solid 2px #fff;
  border-left: solid 2px #fff;
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  transition: all 0.2s;
}

#pagetop.fix {
  opacity: 0.9;
  display: block;
}

#pagetop.fix:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  #pagetop {
    width: 40px;
    height: 40px;
    bottom: 20px;
    right: 10px;
  }
  #pagetop::before {
    width: 12px;
    height: 12px;
    top: 40%;
  }
}

.first_block{
    background: var(--color1);
    padding: 74px 0 153px;
    margin-bottom: 240px;
    position: relative;
    overflow-Y: hidden;
}

.first_block::after,
.first_block::before{
    content: '';
    display: block;
    width: 360px;
    height: 2726px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    position: absolute;
    top: 0;
}

.first_block::before{
    background-image: url('../images/kv_bg_left.png');
    left: 0;
}

.first_block::after{
    background-image: url('../images/kv_bg_right.png');
    right: 0;
}

.first_block .kv_area{
    margin-bottom: 80px;
    position: relative;
    z-index: 5;
}

.first_block .kv_area .head_copy{
    width: 439px;
    margin: 0 auto 43px;
}

.first_block .kv_area .main_catch{
    width: 667px;
    margin: 0 auto 47px;
}

.first_block .kv_area .main_date{
    width: 624px;
    margin: 0 auto;
}

.event_data{
    width: 867px;
    margin: 0 auto;
    padding: 50px 0 75px;
    background: #fff;
    position: relative;
    z-index: 5;
}

.event_data .catch{
    width: 273px;
    margin: 0 auto 38px;
}

.event_data .main_caption{
    font-size: 28px;
    color: #595757;
    font-weight: 800;
    line-height: 1.9;
    text-align: center;
    margin-bottom: 47px;
}

.event_data .event_contents{
    width: 810px;
    height: 765px;
    margin: 0 auto 120px;
    position: relative;
}

.event_data .event_contents .in_data{
    width: 534px;
}

.event_data .event_contents .in_data.block02{
    position: absolute;
    bottom: 0;
    right: 0;
}

.event_data .event_desc{
    margin: 0 60px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
}

.event_data .event_desc li{
    width: 46%;
}

.event_data .event_desc li .title{
    margin-bottom: 26px;
    text-align: center;
}

.event_data .event_desc li .title strong{
    display: inline-block;
    height: 45px;
    line-height: 45px;
    background: var(--color1);
    padding: 0 18px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.05em;
}

.event_data .event_desc li .caption_wrapp{
    margin-bottom: 20px;
}

.event_data .event_desc li .caption_wrapp .caption{
    font-size: 17px;
    font-weight: 500;
    line-height: 1.941;
    letter-spacing: 0.05em;
    text-align: center;

}


.coupon_link_btn{
    width: 570px;
    margin: 110px auto 0;
}

.coupon_link_btn a{
    display: block;
    height: 88px;
    line-height: 88px;
    background: var(--color1);
    border-radius: 20px;
    text-align: center;
    color: #fff;
    text-decoration: none;
}

.coupon_link_btn a strong{
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 0.15;
}



@media screen and (max-width: 1199px) {

/* .n-coupon .flexblock {
    padding: 7.172644vw 0 3.586322vw;
} */

.n-coupon .wrapContents {
  padding: 3.33vw 0 1.66vw;
}

/* .heaaderArea .naviMenuicon {
    top: 3.336113vw;
} */

/* .n-coupon .headLogoBox ul li{
    margin-right: 2.835696vw;
}

.n-coupon .headLogoBox ul li:nth-child(1){
    width: 10.842369vw;
}

.n-coupon .headLogoBox ul li:nth-child(2){
    width: 10.508757vw;
}

.n-coupon .headLogoBox ul li:nth-child(3){
    width: 10.675563vw;
} */


.first_block{
    padding: 6.17181vw 0 12.760634vw;
    margin-bottom: 20.016681vw;
}

.first_block::after,
.first_block::before{
    width: 30.025021vw;
    height: 227.356130vw;
}

.first_block .kv_area{
    margin-bottom: 6.672227vw;
}

.first_block .kv_area .head_copy{
    width: 36.613845vw;
    margin: 0 auto 3.586322vw;
}

.first_block .kv_area .main_catch{
    width: 55.629691vw;
    margin: 0 auto 3.919933vw;
}

.first_block .kv_area .main_date{
    width: 52.043369vw;
}

.event_data{
    width: 72.310259vw;
    padding: 4.170142vw 0 6.255213vw;
}

.event_data .catch{
    width: 22.768974vw;
    margin: 0 auto 3.169308vw;
}

.event_data .main_caption{
    font-size: 2.335279vw;
    margin-bottom: 3.919933vw;
}

.event_data .event_contents{
    width: 67.556297vw;
    height: 63.803169vw;
    margin: 0 auto 10.008340vw;
}

.event_data .event_contents .in_data{
    width: 44.537114vw;
}

.event_data .event_desc{
    margin: 0 5.004170vw;
}

.event_data .event_desc li .title{
    margin-bottom: 2.168474vw;
}

.event_data .event_desc li .title strong{
    height: 3.753128vw;
    line-height: 3.753128vw;
    padding: 0 1.501251vw;
    font-size: 1.668057vw;
}

.event_data .event_desc li .caption_wrapp{
    margin-bottom: 1.668057vw;
}

.event_data .event_desc li .caption_wrapp .caption{
    font-size: 1.417848vw;

}


.coupon_link_btn{
    width: 47.539616vw;
    margin: 9.174312vw auto 0;
}

.coupon_link_btn a{
    height: 7.339450vw;
    line-height: 7.339450vw;
    border-radius: 1.668057vw;
}

.coupon_link_btn a strong{
    font-size: 3.336113vw;
}



}


@media screen and (max-width: 768px) {

.pc-on{display: none;}
.sp-on{display: block;}

/* .n-coupon .flexblock {
    padding: 5.066667vw 0;
} */

.n-coupon .wrapContents {
  padding: 2vw 0 0;
}

.n-coupon .heaaderArea {
    padding-bottom: 0;
}

/* .heaaderArea .naviMenuicon {
    top: 1.066667vw;
} */

.n-coupon .headLogoBox ul {
  max-width: none;
  width: 100%;
  padding: 0 20px;
}
/* .heaaderArea .headLogoBox ul {
    justify-content: flex-start;
    align-items: flex-end;
    margin-left: 5.333333vw;
} */

/* .n-coupon .headLogoBox ul li{
    margin-right: 5.866667vw;
}

.n-coupon .headLogoBox ul li:nth-child(1){
    width: 20.96vw;
}

.n-coupon .headLogoBox ul li:nth-child(2){
    width: 20.328vw;
}

.n-coupon .headLogoBox ul li:nth-child(3){
    width: 20.584vw;
} */

.first_block{
    padding: 13.333333vw 5% 18.666667vw;
    margin-bottom: 10vw;
}

.first_block::after,
.first_block::before{
    width: 26.666667vw;
    height: 197.066667vw;
}

.first_block .kv_area{
    margin-bottom: 13.333333vw;
}

.first_block .kv_area .head_copy{
    width: 66.666667vw;
    margin: 0 auto 6.666667vw;
}

.first_block .kv_area .main_catch{
    width: 81.333333vw;
    margin: 0 auto 6.666667vw;
}

.first_block .kv_area .main_date{
    width: 76.266667vw;
}

.event_data{
    width: auto;
    padding: 8vw 0 10.666667vw;
}

.event_data .catch{
    width: 42.666667vw;
    margin: 0 auto 6.4vw;
}

.event_data .main_caption{
    font-size: 4.8vw;
    margin-bottom: 6.4vw;
}

.event_data .event_contents{

}

.event_data .event_contents .in_data{


}

.event_data .event_contents .in_data.block02{

}

.event_data .event_desc{
    margin: 0;
    display: block;
}

.event_data .event_desc li{
    width: 90%;
    margin: 0 auto 8vw;
}

.event_data .event_desc li:last-child{
    margin-bottom: 0;
}

.event_data .event_desc li .title{
    margin-bottom: 3.733333vw;
}

.event_data .event_desc li .title strong{
    height: 10.666667vw;
    line-height: 10.666667vw;
    padding: 0 3.733333vw;
    font-size: 4.8vw;
}

.event_data .event_desc li .caption_wrapp{
    margin-bottom: 4.8vw;
}

.event_data .event_desc li .caption_wrapp .caption{
    font-size: 4.266667vw;
    line-height: 1.9;

}


.coupon_link_btn{
    width: 100%;
    margin: 13.333333vw auto 0;
}

.coupon_link_btn a{
    height: 11.733333vw;
    line-height: 11.733333vw;
    border-radius: 2.666667vw;
}

.coupon_link_btn a strong{
    font-size: 5.333333vw;
}


}





.lp {
  color: #000;
}

.lp .main-area {
  position: relative;
  margin: 0;
}

.lp .main-area .main-area-contents {
  margin: 0;
  padding-bottom: 100px;
}

.lp .container {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .lp .container {
    width: 90%;
  }

  .lp .container.w100 {
    width: 100%;
  }
}
.lp .top-visual {
  position: relative;
  padding: 50px 30px 45px;
  z-index: 1;
}

@media screen and (max-width: 1199px) {
  .lp .top-visual {
    padding-top: 4.16vw;
    padding-bottom: 3.75vw;
  }
}
@media screen and (max-width: 768px) {
  .lp .top-visual {
    padding: 0;
  }
}
.lp .top-visual::before {
  content: "";
  width: 100%;
  height: 92%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .lp .top-visual::before {
    content: none;
  }
}
.lp .top-visual img {
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .lp .top-visual img {
    margin: 10% auto 8%;
    z-index: -1;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .wrap br.sp {
    font-size: 0;
  }
}
.lp a {
  transition: all 0.2s;
}

.lp a:hover {
  opacity: 0.7;
}

.yugo,
.yugo *,
.yugo a {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
}

.headline1 {
  font-size: 43px;
  font-weight: bold;
  color: #fff;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 0.2em 0.5em 0.3em;
  background-color: #f00;
  margin-bottom: 60px;
  position: relative;
}

@media screen and (max-width: 1199px) {
  .headline1 {
    font-size: 3.583vw;
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 768px) {
  .headline1 {
    font-size: 4.8vw;
  }
}
.headline1::after {
  content: "";
  width: 2.09em;
  height: 2.2em;
  background: url("../images/deco01.png") no-repeat center center/contain;
  position: absolute;
  top: -30%;
  left: 5px;
}

.headline2 {
  position: relative;
  text-align: center;
}

.headline2::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: var(--color1);
  border-radius: 100vh;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
}

.headline2 > span {
  width: 680px;
  font-size: 40px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.07em;
  position: relative;
  z-index: 2;
  background-color: #fff;
  display: inline-block;
  padding: 0.1em 1em;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .headline2 > span {
    width: 56.66vw;
    font-size: 3.33vw;
  }
}
@media screen and (max-width: 768px) {
  .headline2 > span {
    font-size: 4.26vw;
    letter-spacing: normal;
    font-feature-settings: "palt";
    padding: 0.1em 0;
  }
}

.headline2 > span::before {
  content: "";
  width: 2px;
  height: 1.1em;
  border-radius: 100vw;
  background-color: var(--color1);
  position: absolute;
  top: 50%;
  left: -1px;
  transform: translateY(-50%) rotate(45deg);
}

.headline2 > span::after {
  content: "";
  width: 2px;
  height: 1.1em;
  border-radius: 100vw;
  background-color: var(--color1);
  position: absolute;
  top: 50%;
  right: -1px;
  transform: translateY(-50%) rotate(45deg);
}

.txt1 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.07em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1199px) {
  .txt1 {
    font-size: 2.666vw;
  }
}
@media screen and (max-width: 768px) {
  .txt1 {
    font-size: 4.26vw;
  }
}

@media screen and (max-width: 768px) {
  .txt1 .small {
    font-size: 3.73vw;
  }
}

.txt2 {
  font-size: 36px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.07em;
}

@media screen and (max-width: 1199px) {
  .txt2 {
    font-size: 3vw;
  }
}
@media screen and (max-width: 768px) {
  .txt2 {
    font-size: 3.733vw;
  }
}
.txt3 {
  font-size: 27px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 1199px) {
  .txt3 {
    font-size: 2.25vw;
  }
}
@media screen and (max-width: 768px) {
  .txt3 {
    font-size: 3.466vw;
  }
}
.small {
  font-size: 0.8em;
  display: inline-block;
  font-weight: bold;
}

.indent-1 {
  text-indent: -1em;
  padding-left: 1em;
}

.marker {
  background: linear-gradient(transparent 75%, #ffff00 25%);
  margin: 0 3px;
  padding: 0 2px 0 2px;
  display: inline;
}

.ib {
  display: inline-block;
}

/* リスト */
.list-note {
  margin-top: 20px;
}

.list-note > li {
  position: relative;
  line-height: 1.4;
  padding-left: 1.2em;
}

.list-note > li:not(:first-child) {
  margin-top: 0.3em;
}

.list-note > li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

/* テーブル */
table.table1 {
  width: 100%;
  table-layout: fixed;
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
}

@media screen and (max-width: 768px) {
  table.table1 {
    /* border: 2px solid #000; */
    border-top-width: 2px;
    border-bottom-width: 2px;
  }
}
table.table1 th,
table.table1 td {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.07em;
  text-align: center;
  border-bottom: solid 1px #000;
  padding: 0.5em 0.8em;
  vertical-align: top;
  word-break: break-all;
}

.details-item2 table.table1 th {
  padding: 0.5em 0.2em;
}

table.table1 tr:first-child th,
table.table1 tr:first-child td {
  font-size: 22px;
  font-weight: normal;
  font-weight: 500;
  padding: 1em 0.8em;
}

table.table1 tr:first-child th .small,
table.table1 tr:first-child td .small {
  font-size: 0.95em;
  line-height: 1.3;
}

@media screen and (max-width: 1199px) {
  table.table1 th,
table.table1 td {
    font-size: 2.33vw;
  }

  table.table1 tr:first-child th,
table.table1 tr:first-child td {
    font-size: 1.83vw;
  }
}
@media screen and (max-width: 768px) {
  table.table1 th,
table.table1 td {
    font-size: 3.733vw;
  }

  table.table1 tr:first-child th,
table.table1 tr:first-child td {
    font-size: 3.46vw;
  }
}
table.table1 th {
  background-color: #f0e6d3;
}

table.table1 th *,
table.table1 td * {
  font-size: inherit;
}

table.table1 .col1 {
  width: 47%;
}

table.table1 .col2 {
  width: 53%;
}

@media screen and (max-width: 768px) {
  table.table1 .col1 {
    width: 43%;
  }

  table.table1 .col2 {
    width: 57%;
  }
}
/* c-btn */
.wrap .main-area a.c-btn {
  background-color: #cf000e;
  padding: 1em 2.5em;
  display: inline-block;
  border-radius: 100vh;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .wrap .main-area a.c-btn {
    width: 85.33vw;
    padding: 0.8em 1.5em;
  }
}
.wrap .main-area a.c-btn.c-btn-s {
  width: 426px;
  max-width: 100%;
  padding: 1em;
}

@media screen and (max-width: 1199px) {
  .wrap .main-area a.c-btn.c-btn-s {
    width: 35.52vw;
  }
}
@media screen and (max-width: 768px) {
  .wrap .main-area a.c-btn.c-btn-s {
    width: 85.33vw;
    max-width: 100%;
    padding: 0.8em 1.5em;
  }
}
.wrap .main-area a.c-btn.c-btn-l {
  width: 535px;
  max-width: 100%;
  padding: 1em;
}

@media screen and (max-width: 1199px) {
  .wrap .main-area a.c-btn.c-btn-l {
    width: 44.62vw;
  }
}
@media screen and (max-width: 768px) {
  .wrap .main-area a.c-btn.c-btn-l {
    width: 85.33vw;
    max-width: 100%;
    padding: 0.8em 1.5em;
  }
}
.wrap .main-area a.c-btn:hover {
  text-decoration: none;
}

.wrap .main-area a.c-btn > span {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1.4;
  position: relative;
  padding-right: 1.2em;
  padding-left: 1.2em;
  display: inline-block;
}

@media screen and (max-width: 1199px) {
  .wrap .main-area a.c-btn > span {
    font-size: 1.83vw;
  }
}
@media screen and (max-width: 768px) {
  .wrap .main-area a.c-btn > span {
    font-size: 3.46vw;
  }
}
.wrap .main-area a.c-btn > span::before {
  content: "";
  width: 0.72em;
  height: 1.045em;
  background: url("../images/arrow_w_wht.svg") no-repeat center center/contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.container .inner {
  padding: 0 40px;
}

@media screen and (max-width: 1199px) {
  .container .inner {
    padding: 0 3.33vw;
  }
}
@media screen and (max-width: 768px) {
  .container .inner {
    padding: 0 20px;
  }
}
.wrap .pc {
  display: block !important;
}

.wrap .sp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .wrap .pc {
    display: none !important;
  }

  .wrap .sp {
    display: block !important;
  }
}
.c-btn-area {
  text-align: center;
}

.list-note.fs-l > li {
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 0.075em;
}

@media screen and (max-width: 768px) {
  .list-note.fs-l > li {
    font-size: 3.2vw;
  }
}
.list-note.fs-l > li:not(:first-child) {
  margin-top: 0;
}


/* coupon */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.bg-stripe {
  background-color: #fff;
  background-image: url("../images/bg_stripe.png");
  background-repeat: repeat;
  background-position: top left;
  background-size: 16px auto;
}

.bg-stripe .container {
  background-color: #fff;
}

.coupon .headline2 {
  margin-bottom: 80px;
}
@media screen and (max-width: 1199px) {
  .coupon .headline2 {
    margin-bottom: 6.66vw;
  }
}
@media screen and (max-width: 768px) {
  .coupon .headline2 {
    margin-bottom: 8vw;
  }
}

.coupon .details-item1 .headline2,
.coupon .details-item2 .headline2 {
  margin-bottom: 110px;
}
@media screen and (max-width: 1199px) {
  .coupon .details-item1 .headline2,
.coupon .details-item2 .headline2 {
    margin-bottom: 9.16vw;
  }
}
@media screen and (max-width: 768px) {
  .coupon .details-item1 .headline2,
.coupon .details-item2 .headline2 {
    margin-bottom: 8vw;
  }
}

.details-head {
  text-align: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 1199px) {
  .details-head {
    margin-bottom: 8.33vw;
  }
}

.details-item1 .details-head {
  margin-bottom: 80px;
}
@media screen and (max-width: 1199px) {
  .details-item1 .details-head {
    margin-bottom: 6.66vw;
  }
}
@media screen and (max-width: 768px) {
  .details-item1 .details-head {
    margin-bottom: 8vw;
  }
}

.details-head .img {
  width: 72.2%;
  margin: 0 auto 30px;
}
@media screen and (max-width: 1199px) {
  .details-head .img {
    margin: 0 auto 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .details-head .img {
    width: 90%;
    margin: 0 auto 2.66vw;
  }
}

.details-head .caption {
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 0.025em;
  display: inline-block;
  text-align: left;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 1199px) {
  .details-head .caption {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  .details-head .caption {
    font-size: 3.2vw;
  }
}

.details-head .box-txt {
  width: 98%;
  font-size: 28px;
  font-weight: 500;
  color: #fff;
  line-height: 1.3;
  text-align: center;
  background-color: var(--color1);
  letter-spacing: 0.09em;
  padding: 0.4em 0.8em;
  margin: 100px auto 70px;
}
@media screen and (max-width: 1199px) {
  .details-head .box-txt {
    font-size: 2.335279vw;
    margin: 8.33vw auto 5.83vw;
  }
}
@media screen and (max-width: 768px) {
  .details-head .box-txt {
    font-size: 4vw;
    line-height: 1.5;
  }
}

.arrow-down {
  width: 11.5%;
  margin: 0 auto 80px;
}
@media screen and (max-width: 1199px) {
  .arrow-down {
    margin: 0 auto 6.66vw;
  }
}
@media screen and (max-width: 768px) {
  .arrow-down {
    width: 30%;
    margin: 0 auto 8vw;
  }
}

.details-item1 {
  padding-bottom: 190px;
}
@media screen and (max-width: 1199px) {
  .details-item1 {
    padding-bottom: 15.83vw;
  }
}
@media screen and (max-width: 768px) {
  .details-item1 {
    padding-bottom: 13.33vw;
  }
}

.details-item2 {
  padding-bottom: 70px;
}
@media screen and (max-width: 1199px) {
  .details-item2 {
    padding-bottom: 5.83vw;
  }
}
@media screen and (max-width: 768px) {
  .details-item2 {
    padding-bottom: 5.33vw;
  }
}

.details-item .txt1 {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 1199px) {
  .details-item .txt1 {
    margin-bottom: 2.5vw;
  }
}

table.table1 {
  max-width: 735px;
  margin: 0 auto 35px;
}
@media screen and (max-width: 1199px) {
  table.table1 {
    margin: 0 auto 2.91vw;
  }
}
@media screen and (max-width: 768px) {
  table.table1 {
    margin: 0 auto 5.33vw;
  }
}

.table-note {
  max-width: 735px;
  margin: 0 auto 50px;
}

@media screen and (max-width: 1199px) {
  .table-note {
    margin: 0 auto 5.2vw;
  }
}
.table-note ul li {
  font-size: 22px;
  line-height: 1.6;
  letter-spacing: 0.025em;
}

@media screen and (max-width: 1199px) {
  .table-note ul li {
    font-size: 1.833vw;
  }
}
@media screen and (max-width: 768px) {
  .table-note ul li {
    font-size: 3.2vw;
  }
}
.coupon-date {
  width: 100%;
  max-width: 735px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 110px auto 0;
}
@media screen and (max-width: 1199px) {
  .coupon-date {
    margin-top: 9.16vw;
  }
}
@media screen and (max-width: 768px) {
  .coupon-date {
    margin-top: 8vw;
  }
}

.coupon-date .top-area {
  font-size: 25px;
  font-weight: bold;
  padding-bottom: 0.3em;
}
@media screen and (max-width: 1199px) {
  .coupon-date .top-area {
    font-size: 2.08vw;
  }
}
@media screen and (max-width: 768px) {
  .coupon-date .top-area {
    font-size: 4vw;
  }
}

.coupon-date .bottom-area {
  width: 100%;
  font-size: 39px;
  font-weight: bold;
  text-align: center;
  padding-top: 0.2em;
  border-top: 3px solid #000;
  white-space: nowrap;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1199px) {
  .coupon-date .bottom-area {
    font-size: 3vw;
  }
}
@media screen and (max-width: 768px) {
  .coupon-date .bottom-area {
    font-size: 4.8vw;
  }
}

.details-item2 table.table1 td {
  vertical-align: middle;
}

.shop-btn {
  margin: 160px 0 80px;
}
@media screen and (max-width: 1199px) {
  .shop-btn {
    margin: 13.33vw 0 6.66vw;
  }
}
@media screen and (max-width: 768px) {
  .shop-btn {
    margin: 21.33vw 0 18.66vw;
  }
}

.wrap .link {
  text-decoration: none;
  font-size: 38px;
  font-weight: bold;
  color: #fff;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 0.075em;
  background-color: var(--color1);
  border: 3px solid var(--color1);
  padding: 0.25em 0.8em;
  border-radius: 0.65em;
  display: block;
}
@media screen and (max-width: 1199px) {
  .wrap .link {
    font-size: 3.16vw;
  }
}
@media screen and (max-width: 768px) {
  .wrap .link {
    font-size: 4vw;
  }
}

.wrap .link:hover {
  text-decoration: none;
  background-color: #fff;
  color: #f00;
  opacity: 1;
}

.txt4 {
  font-size: 40px;
  line-height: 1.65em;
  letter-spacing: 0.075em;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 1199px) {
  .txt4 {
    font-size: 3.33vw;
  }
}
@media screen and (max-width: 768px) {
  .txt4 {
    font-size: 4vw;
  }
}

.txt5 {
  font-size: 28px;
  line-height: 1.6em;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .txt5 {
    font-size: 2.33vw;
  }
}
@media screen and (max-width: 768px) {
  .txt5 {
    font-size: 4.26vw;
  }
}

.txt6 {
  font-size: 40px;
  line-height: 1.5em;
  letter-spacing: 0.075em;
  text-align: center;
  font-weight: bold;
  margin-bottom: 1.3em;
}
@media screen and (max-width: 1199px) {
  .txt6 {
    font-size: 3.33vw;
  }
}
@media screen and (max-width: 768px) {
  .txt6 {
    font-size: 4.26vw;
    margin-bottom: 5.33vw;
  }
}

.txt6 .c-red {
  color: #e50012;
}

.img-wrap {
  display: flex;
  justify-content: center;
}

.deco-box {
  text-align: center;
  width: 94%;
  padding: 3.9em 1em;
  position: relative;
  border: 3px solid currentColor;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 80px auto 50px;
}
@media screen and (max-width: 1199px) {
  .deco-box {
    margin: 6.66vw auto 4.16vw;
  }
}
@media screen and (max-width: 768px) {
  .deco-box {
    margin: 8vw auto 5.33vw;
    padding: 1.2em 1em;
  }
}

.deco-box p {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: left;
  padding-left: 2.7em;
  text-indent: -2.7em;
}
@media screen and (max-width: 1199px) {
  .deco-box p {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .deco-box p {
    font-size: 4.26vw;
    width: 100%;
  }
}

.step-item1 .img-wrap {
  margin-top: 90px;
}
@media screen and (max-width: 1199px) {
  .step-item1 .img-wrap {
    margin-top: 7.5vw;
  }
}
@media screen and (max-width: 768px) {
  .step-item1 .img-wrap {
    margin-top: 8vw;
  }
}

.step-item2 {
  margin-top: 210px;
}
@media screen and (max-width: 1199px) {
  .step-item2 {
    margin-top: 17.5vw;
  }
}
@media screen and (max-width: 768px) {
  .step-item2 {
    margin-top: 13.33vw;
  }
}

.qr-img {
  width: 570px;
  max-width: 57%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .qr-img {
    max-width: 70%;
  }
}

.line-btn {
  text-align: center;
  margin: 60px auto 130px;
}
@media screen and (max-width: 1199px) {
  .line-btn {
    margin: 5vw auto 10.83vw;
  }
}

.line-btn a {
  display: inline-block;
}

.coupon-info-img {
  text-align: center;
  margin: 0 -40px;
}
@media screen and (max-width: 1199px) {
  .coupon-info-img {
    margin: 0 -3.34vw;
  }
}
@media screen and (max-width: 768px) {
  .coupon-info-img {
    width: 90%;
    margin: 0 auto;
  }
}

.info-box-wrap {
  max-width: 900px;
  margin: 0 auto 280px;
}
@media screen and (max-width: 1199px) {
  .info-box-wrap {
    margin: 0 auto 23.33vw;
  }
}
@media screen and (max-width: 768px) {
  .info-box-wrap {
    margin: 0 auto 13.33vw;
  }
}

.info-box {
  margin-bottom: 120px;
}
@media screen and (max-width: 1199px) {
  .info-box {
    margin-bottom: 10vw;
  }
}
@media screen and (max-width: 768px) {
  .info-box {
    margin-bottom: 10.66vw;
  }
}

.info-box:last-of-type {
  margin-bottom: 0;
}

h2.info-ttl {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 1199px) {
  h2.info-ttl {
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 768px) {
  h2.info-ttl {
    margin-bottom: 5.33vw;
  }
}

.info-ttl span {
  font-size: 51px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media screen and (max-width: 1199px) {
  .info-ttl span {
    font-size: 4.25vw;
  }
}
@media screen and (max-width: 768px) {
  .info-ttl span {
    font-size: 4.8vw;
  }
}

.media {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .media {
    display: block;
  }
}

.media.reverse {
  flex-direction: row-reverse;
}

.media-img {
  flex: 0 1 47.2%;
  margin-right: 4.5%;
}
@media screen and (max-width: 768px) {
  .media-img {
    text-align: center;
    margin-right: 0;
    margin-bottom: 4vw;
  }
}

.media2 .media-img {
  flex: 0 1 44.4%;
}

.media3 .media-img {
  flex: 0 1 37.4%;
}

.media.reverse .media-img {
  margin-right: 0;
}

.media-txt {
  flex: 1;
  margin-block: calc((1em - 1lh) / 2);
  /* ハーフレディングを打ち消す */
  text-align: justify;
  text-justify: inter-character;
}

@media screen and (max-width: 768px) {
  .media-txt {
    margin-top: 0;
  }
}
.media-txt p {
  font-size: 29px;
  color: #000;
  line-height: 1.7;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 1199px) {
  .media-txt p {
    font-size: 2.416vw;
  }
}
@media screen and (max-width: 768px) {
  .media-txt p {
    font-size: 3.466vw;
  }
}
.media-txt p.note {
  font-size: 24px;
  text-indent: -1em;
  padding-left: 1em;
}

@media screen and (max-width: 1199px) {
  .media-txt p.note {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  .media-txt p.note {
    font-size: 3.2vw;
  }
}
.media.reverse .media-txt {
  margin-right: 4.5%;
}

@media screen and (max-width: 767px) {
  .media.reverse .media-txt {
    margin-right: 0;
  }
}
/* info */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.info {
  padding-top: 290px;
}
@media screen and (max-width: 1199px) {
  .info {
    padding-top: 24.16vw;
  }
}
@media screen and (max-width: 768px) {
  .info {
    padding-top: 13.33vw;
  }
}

/* foot-logo-menu */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.foot-logo-menu {
  padding-top: 60px;
}
@media screen and (max-width: 1199px) {
  .foot-logo-menu {
    padding-top: 5vw;
  }
}
@media screen and (max-width: 768px) {
  .foot-logo-menu {
    padding-top: 16vw;
  }
}



.n-coupon .footLogoBox {
  flex: 1;
}

.n-coupon .footLogoBox ul {
  width: 585px;
  max-width: 54.16%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .n-coupon .footLogoBox ul {
    max-width: none;
    width: 100%;
    padding: 0 20px;
  }
}
.n-coupon .footLogoBox ul li {
  margin-right: 8%;
  line-height: 1;
}

.n-coupon .footLogoBox ul li:last-child {
  margin-right: 0;
}

.n-coupon .footLogoBox ul li a {
  display: block;
}

.n-coupon .menuArea > dl > dd > ul.mainSiteMenu > li > dl > dd > ul > li > a:before {
  content: ">";
}

.n-coupon .menuArea > dl > dd > ul.mainSiteMenu > li > dl > dd > ul > li > a[target=_blank]:after {
  content: "";
  background-image: url(../images/icon_target_W.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 8px;
  height: 8px;
  margin-left: 2px;
}

.n-coupon .shopList .linkBox ul li.btn a[target=_blank]:after {
  content: "";
  background-image: url(../images/icon_target_W.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 8px;
  height: 8px;
  margin-left: 2px;
}

.foot-line {
  width: 100%;
  height: 54px;
  background: url("../images/bg02.png") repeat top left/54px 54px;
}

@media screen and (max-width: 1199px) {
  .foot-line {
    height: 4.5vw;
    background: url("../images/bg02.png") repeat top left/4.5vw 4.5vw;
  }
}
@media screen and (max-width: 768px) {
  .foot-line {
    height: 8vw;
    background: url("../images/bg02.png") repeat top left/8vw 8vw;
  }
}
.n-coupon .footerArea .footMenu > dl > dd > ul.mainSiteMenu > li > dl > dd > ul > li > a::before {
  content: ">";
}

.n-coupon .footerArea .footMenu > dl > dd > ul.mainSiteMenu > li > dl > dd > ul > li > a[target=_blank]:after {
  content: "";
  background-image: url(../images/icon_target_B.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 8px;
  height: 8px;
  margin-left: 2px;
}
