@charset "UTF-8";
:root {
  --line: #02c24f;
  --line-light: #EBFFF3;
  --yellow: #FFF952;
  --light-yellow: #FFFDC6;
  --red: #FE6564;
  --blue: #019aef;
}
body.is_fixed {
  height: 100%;
  left: 0;
  position: fixed;
  width: 100%;
}
body.is_fixed .header20 {
  z-index: 100;
}
body.is_fixed .modal {
  display: flex;
  z-index: 200;
}
.breadcrumb_area {
  background: #fff;
}
.contents img {
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}
.contents i,
.contents em {
  font-style: normal;
}
.contents a {
  cursor: pointer;
  -webkit-tap-highlight-color: rgb(0 0 0 / 0.2);
}
.contents {
  color: #555;
  padding: 0 0 80px;
  background: #eee;
}
.contents a {
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.contents p {
  font-size: 1.4rem;
  hanging-punctuation: allow-end;
  line-break: strict;
  line-height: 1.44;
  overflow-wrap: break-word;
  word-wrap: break-word;
  font-weight: 500;
}
.contents p a {
  color: var(--line);
  text-decoration: underline;
}
.contents .txt_red {
  color: #f30000;
  line-height: 1.44;
}
.contents img.fade_in {
  opacity: 0;
  transition: opacity 0.4s linear;
}
.contents img.fade_in.lazyloaded {
  opacity: 1;
}
.contents .sec_hero .hero_title {
  text-align: center;
}
.contents .sec_benefits .sec_inner {
  margin: 0 auto;
  margin-bottom: 0 auto 20px;
  max-width: 1000px;
  padding-top: 34px;
  width: 100%;
}

.contents .sec_benefits .sec_inner .coupon_info .coupon_box{
  width: 100%;
}
.contents .sec_benefits .sec_inner .coupon_info .coupon_tit{
  display: grid;
  border-radius: 8px 8px 0 0;
  border: 1px solid var(--line);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  background: var(--line);
  color: #fff;
  overflow: hidden;
  line-height: 1.25;
}
.contents .sec_benefits .sec_inner .coupon_info .coupon_tit .big{
  color: var(--yellow);
  font-size: 150%;
}
.contents .sec_benefits .sec_inner .coupon_info .coupon_tit .coupon_tit1{
  grid-row: 1 / 2;
	grid-column: 1 / 2;
}
.contents .sec_benefits .sec_inner .coupon_info .coupon_tit .coupon_tit2{
  grid-row: 1 / 2;
	grid-column: 2 / 3;
}
.contents .sec_benefits .sec_inner .coupon_info .coupon_tit .coupon_tit3{
  grid-row: 2 / 3;
	grid-column: 1 / 3;
}
.contents .sec_benefits .sec_inner .coupon_info .coupon_tit .coupon_tit2 span{
  color: var(--line);
  background: #fff;
  border-radius: 5px;
  padding: 3px 15px;
  display: inline-block;
}
.contents .sec_benefits .sec_inner .coupon_info .flex{
  border: 1px solid var(--line);
  border-top: none;
  margin-bottom: 30px;
  background: #fff;
}
.contents .sec_benefits .sec_inner .coupon_info .benefit_tit .txt b{
  color: yellow;
  font-weight: 900;
  display: inline-block;
  padding: 0 5px;
}
.contents .sec_benefits .sec_inner .coupon_info .coupon_img{
  display: block;
}
.contents .sec_benefits .sec_inner .coupon_info .link_btn{
  margin-bottom: 0;
}

.contents .otoku_h{
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 1.8rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  color: #333;
}
.contents .otoku_h::before,.contents .otoku_h::after{
  content: "";
  width: 25px;
  height: 25px;
  display: inline-block;
  background: url("../img/otoku_h_icon.svg") center center / 100% no-repeat;
  margin-right: 10px;
}
.contents .otoku_h::after{
  transform: scale(-1, 1);
}
.contents .benefit_list_tit{
  font-size: 3.3rem;
  margin-bottom: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  color: var(--line);
  text-align: center;
  display: block;
}
.contents .linked_list_tit{
  background: var(--yellow);
  padding: 15px 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}
.contents .linked_list_tit::after{
  content: "";
  height: 0;
  width: 0;
  border-top: 10px solid var(--yellow);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px
}
.contents .linked_list_tit b{
  color: var(--red);
  font-size: 1.8rem;
}
.contents .linked_list_tit.unlinked b{
  color: var(--line);
}
.contents .linked_list_tit + .txt_center{
  text-align: center;
  line-height: 1.3rem;
  line-height: 1.75;
  margin-bottom: 20px;
}
.contents .linked_list_tit + .txt_center em{
  color: var(--red);
  font-weight: bold;
}

.contents .sec_benefits .sec_inner .benefit_box {
  background: #fff;
  border: 1px solid #00bf4e;
}
.contents .sec_benefits .sec_inner .benefit_tit {
  background: #00bf4e;
  color: #fff;
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  justify-content: flex-start;
  min-height: 66px;
  padding: 7px 0;
}
.contents .sec_benefits .sec_inner .benefit_tit .num {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 3rem;
  font-weight: 700;
  justify-content: center;
  position: relative;
  width: 67px;
}
.contents .sec_benefits .sec_inner .benefit_tit .num::before {
  content: "特典";
  font-size: 40%;
  font-weight: 900;
}
.contents .sec_benefits .sec_inner .benefit_tit .num::after {
  background: url(../img/title_line_dot.svg) center center/100% auto repeat-y;
  content: "";
  height: 100%;
  position: absolute;
  right: -1px;
  top: 0;
  width: 1px;
}
.contents .sec_benefits .sec_inner .benefit_tit .txt {
  align-self: center;
  flex: 1;
  font-weight: 900;
  line-height: 1.25;
}

.contents .sec_benefits .sec_inner .benefit_tit .txt .end{
	background: #f30000;
	color: #fff;
	padding: 2px 10px 4px;
	border-radius: 5px;
	font-size: 1.5rem;
}
.contents .sec_benefits .sec_inner .benefit_tit .txt .big{
  font-size: 150%;
  font-weight: 900;
  color: yellow;
  padding: 0 5px;
}
.contents .sec_benefits .sec_inner .benefit_txt {
  padding: 15px 20px 0;
}

.contents .sec_benefits .sec_inner .benefit_txt h3 {
  color: #00bf4e;
  font-size: 1.4rem;
  font-weight: 700;
  margin: 15px 0 8px;
}
.contents .sec_benefits .sec_inner .benefit_txt .img {
  margin: 15px auto;
  width: auto;
  text-align: center;
}
.contents .sec_benefits .sec_inner .benefit_txt p small {
  color: #555;
  display: block;
  font-size: 92.86%;
}
.contents .sec_benefits .sec_inner .benefit_txt .more_box .more_txt p:first-of-type + p {
  margin-top: 15px;
}
.contents .sec_benefits .sec_inner .benefit_txt .more_box .more_btn {
    align-items: center;
    background: var(--line-light);
    border-top: 1px solid #00bf4e;
    color: #00bf4e;
    display: flex;
    font-size: 1.3rem;
    font-weight: 700;
    height: 36px;
    justify-content: center;
    margin: 0 -20px;
    position: relative;
    width: calc(100% + 40px);
  }
.contents .sec_benefits .sec_inner .benefit_txt .more_box .more_btn:hover {
  cursor: pointer;
}
.contents .sec_benefits .sec_inner .benefit_txt .more_box .more_btn::after {
  background: url(../img/arr_green.svg) center center/100% no-repeat;
  content: "";  
  width: 12px;
  height: 7px;
  position: absolute;
  right: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.contents .sec_benefits .sec_inner .benefit_txt .more_box.is_open .more_btn::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.contents .sec_line .sec_inner {
    margin: 0 auto 45px;
    max-width: 1000px;
    padding-top: 25px;
    width: 100%;
}
.contents .sec_line .line_wrap{border: 10px solid #00b900; background: #fff;}
.contents .sec_line .line_wrap + .line_wrap{margin-top: 30px; background: #f8ff9e;}
.contents .sec_line .line_txt_wrap{line-height: 1.6;}
.contents .sec_line .line_txt_wrap .manzoku_icon{width: 30%; float: left; margin: -10px 0 0;}
.contents .sec_line .line_txt_wrap .link_btn{clear: both;}
.contents .sec_line .line_wrap .small_info{font-size: 12px; padding-top: 10px;}
.contents .sec_line .line_tit{font-family: "Noto Sans JP", sans-serif; color: #00b900; font-weight: 900; font-size: 29px; padding: 0 0 20px; width: 100%; line-height: 1.4;}
.contents .sec_line .howto_id{border-top: 2px dashed #00b900; border-bottom: 2px dashed #00b900; padding-top: 20px; margin-top: 25px; padding-bottom: 40px; margin-bottom: 20px;}
.contents .sec_line .howto_id_flow h3{font-family: "Noto Sans JP", sans-serif; font-weight: 700; font-size: 1.5rem; line-height: 1.4; padding-bottom: 10px;}
.contents .sec_line .howto_id_flow li p{font-size: 1.3rem; padding-bottom: 10px;}
.contents .sec_line .howto_id_flow .link_btn{margin: 0 auto;}
.contents .sec_line .line_wrap .enq .enq_info{font-size: 11px; line-height: 1.25; color: #818181;}

.contents .sec_other .sec_inner {
  margin: 0 auto 45px;
  max-width: 1000px;
  padding-top: 25px;
  width: 100%;
}
.contents .sec_other .sec_inner .sec_head {
  border-bottom: 1px solid var(--blue);
  margin-bottom: 30px;
  padding: 0 0 23px;
  position: relative;
}
.contents .sec_other .sec_inner .sec_head::after {
  background: #eee url(../img/title_bar.svg) center center no-repeat;
  content: "";
  height: 13px;
  left: 50%;
  position: absolute;
  top: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 30px;
}
.contents .sec_other .sec_inner .sec_title {
  color: var(--blue);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
}
.contents .sec_other .sec_inner .sec_title span{
  font-size: 70%;
}
.contents .sec_other .sec_inner .sec_title b{
  color: var(--line);
  font-weight: 900;
}
.contents .sec_other .sec_inner .benefit_info{
  font-size: 1.3rem;
}
.contents .sec_other .sec_inner .line_area{
  background: var(--blue);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  color: #fff;
  font-size: 1.8rem;
  padding: 10px;
  margin-bottom: 25px;
  margin-top: 20px;
}
.contents .sec_other .sec_inner .other_box .tit {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.95rem;
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: 20px;
  position: relative;
}
.contents .sec_other .sec_inner .other_box .tit i {
  align-items: center;
  background: #00bf4e;
  border-radius: 50px;
  color: #fff;
  color: #fff;
  display: flex;
  font-size: 115%;
  height: 40px;
  width: 40px;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.contents .sec_other .sec_inner .other_box .img {
  margin-bottom: 14px;
  text-align: center;
}
.contents .sec_other .sec_inner .other_box .img img {
  width: 100%;
}
.contents .sec_other .sec_inner .other_box .img_qr img {
  width: auto;
  height: 200px;
}
.contents .link_btn{
  background: #00bf4e;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
  line-height: 1.4;
  margin: 15px 0;
}
.contents .link_btn::after{
  content:"";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  margin: 0 0 0 10px;
  flex-shrink: 0;
}
.contents .link_btn.anker::after{
  content:"";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  margin: -5px 0 0 10px;
  flex-shrink: 0;
}

.sec_contactus {
  background: #f5f5f5;
  margin: 0 auto;
  max-width: 1000px;
  padding: 25px;
  text-align: center;
  width: 100%;
}
.sec_contactus .contactus_title {
  color: #00bf4e;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.67;
}
.sec_contactus .contactus_time {
  font-size: 1.6rem;
  line-height: 1.88;
}

@media screen and (min-width:768px) {
  .contents .sec_benefits .sec_inner .coupon_info .coupon_img{width: 43%; height: auto; padding: 15px 0 0 20px;}  
  .contents .sec_line .line_wrap{padding: 30px; display: flex; justify-content: space-between;flex-wrap: wrap;}
  .contents .sec_line .line_add{flex: 0 0 69%;}
  /*.contents .sec_line .line_txt_wrap.line_add .line_tit,.contents .sec_line .line_txt_wrap.line_add .line_txt{padding-left: 32%;}*/
  .contents .sec_line .line_add .line_tit{font-size: 64px;}
  .contents .sec_line .line_add .line_tit .small{font-size: 21px; display: block;}
  .contents .sec_line .line_add .line_tit .small2{font-size: 38px; display: block;}
  .contents .sec_line .line_qr{flex: 0 0 28%;}
  .contents .sec_line .line_qr .link_btn{margin-bottom: 0;}
  .contents .sec_line .line_wrap .enq{flex: 0 0 100%; display: flex; align-items: center;}
  .contents .sec_line .line_wrap .enq .enq_info{margin-top: 10px; font-size: 14px;}

  .contents .sec_line .howto_id_flow{display: flex; justify-content: space-between;}
  .contents .sec_line .howto_id_flow h3{color: #00b900;}
  .contents .sec_line .howto_id_flow li{flex: 0 0 22%;}
  .contents .sec_benefits .sec_inner .coupon_info .benefit_tit .txt {font-size: 2.6rem;}
  .contents .sec_benefits .sec_inner .coupon_info .benefit_tit .txt b{font-size: 3.0rem;}
  .contents .sec_benefits .sec_inner .coupon_info .flex {display: flex; align-items: flex-start; justify-content: space-between;margin-bottom: 60px;}
  
  .contents .sec_benefits .sec_inner .coupon_info .coupon_tit{
    grid-template-columns: 300px 1fr;
    font-size: 2.6rem;
  }
  .contents .sec_benefits .sec_inner .coupon_info .coupon_tit .coupon_tit1{
    grid-column: 1 / 2;
    grid-row: 1 / 3;
    background: var(--yellow);
    color: var(--line);
    padding: 10px 20px;
    align-content: center;
    position: relative;
  }
  .contents .sec_benefits .sec_inner .coupon_info .coupon_tit .coupon_tit1::after{
    content: "";
    height: 0;
    width: 0;
    display: inline-block;
    border-left: solid var(--yellow) 35px;
    border-top: solid transparent 55px;
    border-bottom: solid transparent 55px;
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translate(0, -50%);
  }
  .contents .sec_benefits .sec_inner .coupon_info .coupon_tit .coupon_tit2{
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    padding: 12px 0 0 45px;
  }
  .contents .sec_benefits .sec_inner .coupon_info .coupon_tit .coupon_tit3{
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    padding: 0 0 8px 60px;
  }
  .contents .sec_benefits .sec_inner .coupon_info .coupon_tit .coupon_tit3 .big{
    font-size: 3.6rem;
  }
  
  .contents .benefit_list_tit{
    font-size: 6.0rem;
    margin-bottom: 30px;
  }
  
  .contents .linked_list_tit{
    font-size: 2.2rem
  }
  .contents .linked_list_tit b{
    font-size: 3.0rem;
  }
  
  .contents .otoku_h{
    font-size: 2.8rem;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .contents .otoku_h::before,.contents .otoku_h::after{
    width: 40px;
    height: 40px;
  }
  
  .contents .sec_other .sec_inner .divide{
    display: flex;
  }
  .contents .sec_other .sec_inner .divide .divide_inner{
    flex: 0 0 33.333%;
    margin: 0 20px 0 0;
  }
  .contents .sec_other .sec_inner .divide .divide_inner h3.line_area{
    margin-right: 20px;
  }
  .contents .sec_other .sec_inner .divide .divide_inner .other_list{
    width: calc(100% + 20px);
  }
  .contents .sec_other .sec_inner .divide .divide_inner .other_list .other_box{
    width: 100%;
  }
}
@media screen and (max-width: 767px), print {
  .contents .sec_benefits .sec_inner .coupon_info .coupon_tit{
    padding: 10px;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 601px) and (max-width: 960px), print {
  .contents .sec_benefits .sec_inner .benefit_tit .txt br{
    display: none;
  }
}
@media screen and (min-width: 601px), print {
  .contents .vsp600 {
    display: none;
  }
  .contents .sec_benefits .sec_inner .coupon_info .coupon_open_btn{
    display: none;
  }
  .contents .sec_benefits .sec_inner .coupon_info .benefit_txt {padding: 15px 20px 20px;}
  .contents .sec_benefits .sec_inner .benefit_tit .txt {
    font-size: 2rem;
    padding: 2px 4px 4px 17px;
  }
  .contents .sec_benefits .sec_inner .benefit_txt .more_box .more_btn {
    margin-top: 15px;
  }
  
  .contents .sec_benefits .sec_inner .benefit_txt .more_box .more_txt {
    overflow: hidden;
  }
  .contents .sec_inner .benefit_info{
    text-align: center;
  }
  .contents .sec_other .sec_inner .sec_title {
    font-size: 3.6rem;
    margin: 0 auto;
  }
  .contents .sec_other .sec_inner .other_list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    width: calc(100% + 20px);
  }
  .contents .sec_other .sec_inner .other_box {
    margin: 0 10px;
    width: calc(33.333% - 20px);
  }
  .sec_contactus {
    margin: 30px 0 0;
  }
  
  
}
@media not screen, screen and (min-width: 961px) {
  .contents .vsp960 {
    display: none;
  }
  
}
@media screen and (min-width: 961px), print {
  .contents .sec_hero .hero_title {
    height: 390px;
    background: url("../img/hero_pc.webp")top center / cover no-repeat;
  }
  .contents .sec_hero .hero_title img {
    max-width: 967px;
    width: 90%;
    height: auto;
    padding-top: 20px;
  }
  .contents .sec_benefits .sec_inner .coupon_info .link_btn{max-width: 50%;}
  .contents .sec_benefits .sec_inner .benefit_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    align-items: flex-start;
  }
  .contents .sec_benefits .sec_inner .benefit_box {
    margin-bottom: 40px;
    width: calc(50% - 20px);
  }
  .contents .sec_other .sec_inner .other_list {
    margin: 0 -20px;
    width: calc(100% + 40px);
  }
  .contents .sec_other .sec_inner .other_box {
    margin: 0 20px 30px;
    width: calc(33.333% - 40px);
  }
}
@media screen and (min-width: 1001px), print {
  .sec_contactus {
    margin: 40px auto 0;
  }
  .contents .sec_line .line_add .line_tit{font-size: 64px;}
  .contents .sec_line .line_add .line_tit .small{font-size: 24px; display: block;}
  .contents .sec_line .line_add .line_tit .small2{font-size: 38px; display: block;}
  .contents .sec_line .line_qr{flex: 0 0 20%; order: 3;}
  .contents .sec_line .line_wrap .enq{order: 1; flex: 0 0 20%; margin-right: 1%; display: block; }  
  .contents .sec_line .line_wrap .enq .enq_info{font-size: 11px;}
  .contents .sec_line .line_add{flex: 0 0 55%; order: 2;}
  .contents .sec_line .line_wrap .enq img{margin-top: -15px;}
}

@media screen and (max-width: 1000px) {
  .contents .sec_benefits .sec_inner, .contents .sec_line .sec_inner {
    margin-bottom: 40px;
    padding: 34px 15px 0;
  }
  .contents .sec_other .sec_inner {
    padding: 20px 15px 0;
    width: 96%;
  }
}
@media screen and (max-width: 960px) {
  .contents .vpc960 {
    display: none;
  }
  .contents .sec_hero .hero_title img {
    width: 100%;
  }
  .contents .sec_benefits .sec_inner .benefit_box {
    margin-bottom: 25px;
  }
  .contents .sec_other .sec_inner .other_box:first-of-type {
    border-top: 0;
    padding-top: 0;
  }
  .contents .sec_other .sec_inner .other_box .tit {
    font-size: 1.6rem;
  }
  .contents .sec_other .sec_inner .other_box .tit i {
    height: 40px;
    width: 40px;
  }
}
@media screen and (max-width: 600px) {
  .breadcrumb_area {
    background: #f5f5f5;
  }
  .breadcrumb_area > nav {
    padding: 3px 0;
  }
  .tw_pagetop {
    opacity: 1;
  }
  body.popup_is_open .tw_pagetop {
    opacity: 0;
  }
  .contents .vpc600 {
    display: none;
  }
  .contents {
    padding: 0 0 8vw;
  }
  .contents p {
    font-size: 3.5vw;
    line-height: 1.5;
  }
  .contents .sec_benefits .sec_inner {
    margin-bottom: 8vw;
    padding: 4vw 4vw 0;
  }
  .contents .sec_benefits .sec_inner .coupon_info .link_btn{margin-bottom: 5px;}
  .contents .sec_benefits .sec_inner .coupon_info .benefit_txt {padding: 3.4667vw 4vw;}
  .contents .sec_benefits .sec_inner .benefit_box {
    margin-bottom: 6.6667vw;
  }
  .contents .sec_benefits .sec_inner .coupon_info .coupon_tit .txt{
    font-size: 1.5rem;
  }
  .contents .sec_benefits .sec_inner .coupon_info .coupon_tit .coupon_tit2 span{
    padding: 8px 10px;
    font-size: 1.6rem;
  }
  .contents .sec_benefits .sec_inner .coupon_info .coupon_tit .txt .big{
    padding-left: 0;
  }
  .contents .sec_benefits .sec_inner .coupon_info .flex{
    margin-bottom: 0;
  }
  .contents .sec_benefits .sec_inner .coupon_info .flex .benefit_txt{
    display: none;
  }
  .contents .sec_benefits .sec_inner .coupon_info .coupon_open_btn{
    display: block;
    background: var(--yellow);
    padding: 3.4667vw 4vw;
    font-size: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    border-radius: 0 0 8px 8px;
    margin-bottom: 30px;
  }
  .contents .sec_benefits .sec_inner .coupon_info .coupon_open_btn::after{
    content: "";
    height: 7px;
    width: 7px;
    display: inline-block;
    border-right: 1px solid #222;
    border-bottom: 1px solid #222;
    transform: rotate(45deg);
  }
  .contents .sec_benefits .sec_inner .coupon_info .coupon_open_btn.open::after{
    transform: rotate(-135deg);
  }
  
  .contents .linked_list_tit + .txt_center{
    font-size: 1.3rem;
    line-height: 1.5;
  }
  .contents .sec_benefits .sec_inner .benefit_tit {
    min-height: 14.9333vw;
    padding: 1.8667vw 0;
  }
  .contents .sec_benefits .sec_inner .benefit_tit .num {
    font-size: 8vw;
    width: 12.9333vw;
  }
  .contents .sec_benefits .sec_inner .benefit_tit .txt {
    font-size: 4.2667vw;
    padding-left: 3vw;
    padding-bottom: 0.5vw;
  }
  .contents .sec_benefits .sec_inner .benefit_txt {
    padding: 3.4667vw 4vw 0;
  }
  .contents .sec_benefits .sec_inner .benefit_txt h3 {
    font-size: 3.7333vw;
    margin: 4.2667vw 0 1.6vw;
  }
  .contents .sec_benefits .sec_inner .benefit_txt .img {
    margin: 4vw auto;
    width: 100%;
  }
  .contents .sec_benefits .sec_inner .benefit_txt .img img {
    width: auto;
    max-height: 200px;
  }
  .contents .sec_benefits .sec_inner .benefit_txt p small {
    margin-top: 2.6667vw;
  }
  .contents .sec_benefits .sec_inner .benefit_txt .more_box .more_txt {
    margin-bottom: 3.2vw;
    overflow: hidden;
  }
  .contents .sec_benefits .sec_inner .benefit_txt .more_box .more_btn {
    margin: 0 -4vw;
    width: calc(100% + 8vw);
  }
  .contents .sec_benefits .sec_inner .benefit_txt .more_box .more_btn::after {
    background: url(../img/arr_green.svg) center center/cover no-repeat;
    width: 2.6667vw;
    height: 10px;
  }
  .contents .sec_other .sec_inner {
    margin-bottom: 4.2667vw;
    padding: 4vw 0 0;
    width: 90%;
  }
  .contents .sec_other .sec_inner .sec_head {
    margin-bottom: 6.4vw;
    padding-bottom: 2.6667vw;
  }
  .contents .sec_other .sec_inner .sec_head::after {
    height: 3.4667vw;
    width: 8vw;
  }
  .contents .sec_other .sec_inner .sec_head .icon_01 {
    left: 0;
    position: absolute;
    top: 45%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 10.1333vw;
  }
  .contents .sec_other .sec_inner .sec_head .icon_02 {
    position: absolute;
    right: 2.1333vw;
    top: 1.6vw;
    width: 10.1333vw;
  }
  .contents .sec_other .sec_inner .sec_title {
    font-size: 7vw;
    line-height: 1.22;
  }
  
  .contents .sec_line { padding: 0}
  .contents .sec_line .sec_inner {
    margin-bottom: 5vw;
    padding: 0;
    width: 90%;
  }
  .contents .sec_line .line_wrap{display: block; padding: 20px;border: 5px solid #00b900;}
  .contents .sec_line .line_wrap + .line_wrap{margin-top: 20px; }
  .contents .sec_line .line_wrap .manzoku_icon{width: 40%;margin: 0px 10px 0 -5px;}
  .contents .sec_line .line_tit{font-size: 5.0vw; padding: 0px 0 20px;}
  .contents .sec_line .line_add .line_tit{font-size: 10.95vw; padding: 0px 0 8px;}
  .contents .sec_line .line_tit .small{font-size: 3.8vw; display: block;}
  .contents .sec_line .line_tit .small2{font-size: 6.5vw; display: block;}
  .contents .sec_line .line_add .line_txt{padding: 5px 0; clear: both;}
  .contents .sec_line .line_qr img{display: none;}  
  .contents .sec_line .line_wrap .enq{display: flex; align-items: center;}
  .contents .sec_line .link_btn{padding: 8px 15px; margin: 10px auto;}
  .contents .sec_line .howto_id_flow{white-space: nowrap; overflow-x: scroll; overflow-y: hidden;}
  .contents .sec_line .howto_id_flow li{width: 70%; margin-right: 20px; display: inline-block; white-space: normal; vertical-align: top;}
  .contents .sec_line .howto_id_flow li h3{font-size: 1.4rem;}
  
  .contents .sec_other .sec_inner .line_area{
    font-size: 1.6rem;
    margin-bottom: 5vw;
  }
  .contents .sec_other .sec_inner .other_box {
    padding: 0vw 0 5vw;
  }
  .contents .sec_other .sec_inner .other_box .tit {
    align-items: center;
    display: flex;
    font-size: 5.3333vw;
    margin-bottom: 3.2vw;
  }
  .contents .sec_other .sec_inner .other_box .tit i {
    height: 13.3333vw;
    width: 13.3333vw;
  }
  .contents .sec_other .sec_inner .other_box .img {
    margin-bottom: 3.7333vw;
  }
  .contents .link_btn{
    margin: 20px auto;
    padding: 15px;
    font-size: 3.7vw;
  }
  .sec_contactus {
    padding: 7.2vw 4vw 8vw;
  }
  .sec_contactus .contactus_title {
    font-size: 4.2667vw;
    line-height: 1.5;
  }
  .sec_contactus .contactus_time {
    font-size: 3.7333vw;
    line-height: 1.71;
  }
}
/* ------------------------------------
  ルーレット
------------------------------------ */
.contents .sec_benefits .sec_inner .sec_roulette{
  width: 100%;
  background: var(--line-light);
  border-top: 3px solid var(--line);
  border-bottom: 2px solid var(--line);
  border-left: 2px solid var(--line);
  border-right: 2px solid var(--line);
  margin-bottom: 40px;
}
.contents .sec_benefits .sec_inner .sec_roulette .sec_inner{
  background: url(../img/line_bg_pc.png) top center / 100% no-repeat;
  padding: 70px 100px 40px;
  overflow: hidden;
}
.contents .sec_benefits .sec_inner .sec_roulette h2{
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  color: var(--line);
  font-size: 3.0rem;
  line-height: 1.4;
  margin-bottom: 22px;
  float: left;
}
.contents .sec_benefits .sec_inner .sec_roulette h2 span{
  display: block;
  font-size: 140%;
}
.contents .sec_benefits .sec_inner .sec_roulette h2 em.yellow{
  font-style: normal;
  font-size: 120%;
  background: linear-gradient(transparent 60%, #fffd36 60%);
}
.contents .sec_benefits .sec_inner .sec_roulette h2 em.red{
  font-style: normal;
  font-size: 120%;
  color: #f30000;
}
.contents .sec_benefits .sec_inner .sec_roulette .roulette_illust{
  max-width: 272px;
  width: 37%;
  float: right;
}
.contents .sec_benefits .sec_inner .sec_roulette .txt{
  width: 63%;
  float: left;
  line-height: 1.5;
  float: left;
  margin-bottom: 20px;
}
.contents .sec_benefits .sec_inner .sec_roulette .txtgreen{
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  color: var(--line);
  font-size: 2.0rem;
  clear: both;
  padding-top: 30px;
  padding-bottom: 30px;
}
.contents .sec_benefits .sec_inner .sec_roulette .txtgreen em{
  font-style: normal;
  font-size: 2.3rem;
  background: linear-gradient(transparent 60%, #fffd36 60%);
}
.contents .sec_benefits .sec_inner .sec_roulette .link_btn{
  clear: both;
}

@media screen and (min-width: 641px) {
  .contents .sec_benefits .sec_inner .sec_roulette .btn_area.dis_sp{
    display: none;
  }
  .contents .sec_benefits .sec_inner .sec_roulette .link_btn{
      max-width: 63%;
  }
}
@media screen and (max-width: 640px) {
  .contents .sec_benefits .sec_inner .sec_roulette {
    margin-bottom: 8vw;
  }
  .contents .sec_benefits .sec_inner .sec_roulette .sec_inner{
    background: url(../img/line_bg_sp.png) top center / 100% no-repeat;
    padding: 8vw 4vw 2vw;
    margin-bottom: 0;
  }
  .contents .sec_benefits .sec_inner .sec_roulette .sec_inner h2{
    margin: 0 6vw 20px;
    font-size: 4.6vw;
    float: none;
  }
  .contents .sec_benefits .sec_inner .sec_roulette .roulette_illust{
    margin: 0 auto 20px;
    width: 80%;
    max-width: none;
    float: none;
    display: block;
  }
  .contents .sec_benefits .sec_inner .sec_roulette .txt{
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .contents .sec_benefits .sec_inner .sec_roulette .txtgreen{
    text-align: center;
    padding: 30px 0 20px;
    font-size: 4.5vw;
  }
  .contents .sec_benefits .sec_inner .sec_roulette .link_btn{
    width: 100%;
  }
}

@media print {
  body {
    min-width: 1000px !important;
    position: relative !important;
    -webkit-print-color-adjust: exact;
    -webkit-transform: scale(0.94);
    transform: scale(0.94);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
  }
}
@media (hover: none) {
  .contents a {
    -webkit-tap-highlight-color: rgb(0 0 0 / 0);
  }
  .contents a:active {
    opacity: 0.65;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .contents a:hover {
    opacity: 0.65;
  }
}
