@charset "UTF-8";
/* CSS Document */

/* pc sp */
.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}

.tac {
  text-align: center !important;
}

.fwb {
  font-weight: bold !important;
}

.t-red {
  color: #e83e24 !important;
}

.t-pink {
  color: #dc607c !important;
}

.fzs {
  font-size: 14px !important;
}

.fzl {
  font-size: 26px !important;
}

@media screen and (max-width:768px) {
  .fzl {
    font-size: 22px !important;
  }
}

.img-w100 {
  width: 100% !important;
}

.img-inherit {
  width: auto !important;
}


h1 {
  position: relative;
  padding-bottom: 90px;
  font-size: 4.0rem;
  text-align: center;
  font-weight: 400;
  color: #294f76;
}

h1:after {
  content: "";
  position: absolute;
  width: 310px;
  height: 20px;
  background: url(../images/i_underline_large.png) no-repeat;
  left: 50%;
  bottom: 60px;
  margin-left: -155px;
}

h2 {
  font-size: 24px;
  margin: 40px 0 20px;
  text-align: center;
}

@media screen and (max-width:768px) {
  h1 {
    padding-bottom: 45px;
    margin-top: 40px;
    font-size: 2rem;
  }

  h1:after {
    width: 200px;
    background: url(../images/i_underline_large.png) no-repeat center;
    margin-left: -100px;
    bottom: 10px;
  }

}


/**************** tab ****************/
.tablabel,
.tablabel02 {
  display: flex;
  margin-bottom: 60px;
}

.tablabel li {
  width: calc(100% / 2);
  height: 280px;
  position: relative;
  cursor: pointer;
}

.tablabel li.kaitori {
  background: url(../images/p_kaitori_pc.jpg) no-repeat;
  background-position: center;
}

.tablabel li.kaitori.now {
  background: url(../images/p_active_kaitori_pc.jpg) no-repeat;
  background-position: center;
}

.tablabel li.satei {
  background: url(../images/p_satei_pc.jpg) no-repeat;
  background-position: center;
}

.tablabel li.satei.now {
  background: url(../images/p_active_satei_pc.jpg) no-repeat;
  background-position: center;
}

@media screen and (max-width:768px) {

  .tablabel,
  .tablabel02 {
    margin-bottom: 35px;
  }

  .tablabel li {
    height: 180px;
  }

  .tablabel li.kaitori {
    background: url(../images/p_kaitori_sp.jpg) no-repeat;
    background-position: center;
    background-size: contain;
  }

  .tablabel li.kaitori.now {
    background: url(../images/p_active_kaitori_sp.jpg) no-repeat;
    background-position: center;
    background-size: contain;
  }

  .tablabel li.satei {
    background: url(../images/p_satei_sp.jpg) no-repeat;
    background-position: center;
    background-size: contain;
  }

  .tablabel li.satei.now {
    background: url(../images/p_active_satei_sp.jpg) no-repeat;
    background-position: center;
    background-size: contain;
  }
}


/*  tab contents
-----------------------*/
.tab-kaitori .tab-kaitori-contents,
.tab-satei .tab-satei-contents {
  display: flex;
  margin-bottom: 60px;
  justify-content: center;
  align-items: center;
}

.tab-kaitori .tab-kaitori-contents {
  background: #e2eef7;
}

.tab-satei .tab-satei-contents {
  background: #f6e2f7;
}

.tab-kaitori .tab-kaitori-contents dl,
.tab-satei .tab-satei-contents dl {
  width: 415px;
  text-align: center;
}

.tab-kaitori .tab-kaitori-contents dt {
  position: relative;
  padding-bottom: 30px;
  font-size: 2.8rem;
  color: #294f76;
}

.tab-kaitori .tab-kaitori-contents dt:after {
  content: "";
  position: absolute;
  width: 154px;
  height: 15px;
  background: url(../images/i_underline.png) no-repeat;
  left: 50%;
  bottom: 10px;
  margin-left: -77px;
}

.tab-satei .tab-satei-contents dt {
  position: relative;
  padding-bottom: 30px;
  font-size: 2.8rem;
  color: #732976;
}

.tab-satei .tab-satei-contents dt:after {
  content: "";
  position: absolute;
  width: 154px;
  height: 15px;
  background: url(../images/i_underline-pink.png) no-repeat;
  left: 50%;
  bottom: 10px;
  margin-left: -77px;
}

@media screen and (max-width:768px) {

  .tab-kaitori .tab-kaitori-contents:nth-child(odd),
  .tab-satei .tab-satei-contents:nth-child(odd) {
    display: flex;
    flex-direction: column-reverse;
  }

  .tab-kaitori .tab-kaitori-contents,
  .tab-satei .tab-satei-contents {
    flex-direction: column;
  }

  .tab-kaitori .tab-kaitori-contents dl,
  .tab-satei .tab-satei-contents dl {
    width: 100%;
    padding-top: 20px;
    margin-bottom: -30px;
  }

  .tab-kaitori .tab-kaitori-contents dt,
  .tab-satei .tab-satei-contents dt {
    font-size: 2.5rem;
    padding-bottom: 15px;
  }

  .tab-kaitori .tab-kaitori-contents dt:after,
  .tab-satei .tab-satei-contents dt:after {
    width: 80px;
    margin-left: -40px;
    background-size: contain;
    bottom: 0;
  }
}


.btn a {
  position: relative;
  display: block;
  max-width: 300px;
  padding: 15px;
  margin: 30px auto 0;
  background: #fff;
  border: 1px solid #294f76;
  border-radius: 5px;
}

.btn.gry a {
  position: relative;
  display: block;
  background: #f3f3f3;
  border: 1px solid #e3e3e3;
  text-align: center;
  padding: 15px;
  max-width: 380px;
  margin: auto;
  border-radius: 0;
}

.btn.gry.white a {
  background-color: #fff;
  border: 0;
  text-decoration: solid 1px underline;
  margin-top: 30px;
}

.btn.pk a {
  position: relative;
  display: block;
  background: #e56767;
  border: 0;
  text-align: center;
  padding: 15px;
  max-width: 380px;
  margin: auto;
  color: #fff;
  border-radius: 0;
}

.btn.green a {
  position: relative;
  display: block;
  background: #17b610;
  border: 0;
  text-align: center;
  padding: 15px;
  max-width: 380px;
  margin: auto;
  color: #fff;
  border-radius: 0;
}

.toggle dt {
  position: relative;
  display: block;
  max-width: 380px;
  padding: 15px;
  margin: 50px auto 0;
  background: #f3f3f3;
  text-align: center;
  border: 1px solid #e3e3e3;
  cursor: pointer;
}

.toggle.only dt {
  position: relative;
  display: block;
  max-width: 380px;
  padding: 15px;
  margin: 50px auto 0;
  background: #f3f3f3;
  text-align: center;
  border: 1px solid #e3e3e3;
}

.toggle dt:after,.toggle dt:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 4px;
  width: 20px;
  height: 1px;
  margin-top: 0;
  border: 0;
  background-color: #333;
  transition: .3s;
  margin-right: 30px;
}

.toggle dt:before {
  transform: rotate(-90deg);
}

.toggle dt.active:before {
  transform: rotate(0deg);
}

.toggle dt.active:after {
  background-color: transparent;
}

.line.btn.link {
  margin: 15px auto 0;
}

.tab-satei .tab-satei-contents .btn a {
  border: 1px solid #732976;
}

.btn a:after {
  content: '';
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 50%;
  width: 6px;
  height: 9px;
  margin-top: -5px;
  background: url(../images/i_arrow.png) center center/100% auto no-repeat;
}

.btn.gry a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  width: 8px;
  height: 8px;
  margin: auto;
  border-bottom: 1px solid #696969;
  border-right: 1px solid #696969;
  transform: rotate(-45deg);
  background: none;
}


.btn.gry.white a::after {
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(45deg);
  top: -8px;
  right: 50px;
}


.btn.pk a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  width: 8px;
  height: 8px;
  margin: auto;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(-45deg);
  background: none;
}

.btn.green a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  width: 8px;
  height: 8px;
  margin: auto;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(-45deg);
  background: none;
}

.btn a:hover {
  opacity: 0.6;
}

.main-title.small img {
  width: 65%;
  height: auto;
  vertical-align: middle;

}

.main-title {
  display: block;
  text-align: center;
  margin: 0 auto;
}

.main-title.second {
  display: block;
  text-align: center;
  margin: 0 auto;
  margin-top: 30px;
}

.main-title.second img {
  width: auto;
}

.main-title.line {
  margin-top: 50px;
  border: solid 1px #17B611;
  padding-bottom: 50px;
}

.title-comment {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin: 70px 0 50px;
}

.title-comment.only {
  margin: 70px 0 0;
}

.fixed_menu_base {
  position: fixed;
  box-sizing: border-box;
  z-index: 100000;
  bottom: 0;
  left: 0;
  width: 100%;
}

.fixed_menu_base .btn-list {
  display: flex;
  justify-content: center;
  margin: 10px auto;
}

.btn-list.line {
  margin-top: 50px;
}

.click_bnr {
  background-color: #f3f3f3;
  padding: 10px;
}

.click_bnr a {
  display: block;
  font-size: 16px;
  text-decoration: none;
  margin: 5px 5px;
}


.menu_btn a {
  width: 398px;
  background: #fff;
  border: 1px solid #e3e3e3;
  text-align: center;
  padding: 15px 0 10px;
  position: relative;
}

.fixed_menu_base .click_bnr .menu_btn a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  width: 8px;
  height: 8px;
  margin: auto;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(45deg);
}


.menu_btn.line a {
  background: #17b610;
  color: #fff;
}

.fixed_menu_base .click_bnr .menu_btn.line a::after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(-45deg);
}

.first-privilege {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin-top: 30px;
}

.first-privilege .detail {
  text-align: center;
}

.first-privilege figure {
  vertical-align: middle;
  width: 40%;
  margin-top: 0;
  box-sizing: border-box;
}

.first-privilege .description {
  margin-top: 30px;
}

.second-privilege.satei {
  display: block;
  text-align: center;
  margin: 0 auto;
  margin-top: 50px;
}

.second-privilege.satei img {
  width: auto;
}

.second-privilege.satei.yoyaku img {
  margin-bottom: 30px;
}

.second-privilege {
  display: block;
  text-align: center;
  margin: 0 auto;
  margin-top: 50x;
}


.description.attention {
  text-align: left;
  color: #fff;
}

.second-privilege .description {
  margin: 30px;
}

.second-privilege .description.line {
  margin: 5px 0 20px;
}

.line-freinds {
  margin-top: 30px;
  margin-bottom: 50px;
  border: 1px solid #17b610;
}

.campaign.detail {
  margin-top: 30px;
  background: #fff;

}

.campaign.detail.guidance {
  margin-top: 50px;
  background: #f3f3f3;
  padding: 30px;
}

.campaign.detail.guidance .campaign ul {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
}

.campaign.detail.guidance .campaign.text ol {
  font-size: 16px;
  position: relative;
  padding-left: 1em;
  line-height: 2;
}

.campaign.detail.guidance .campaign.text ol:before {
  position: absolute;
  content: "・";
  color: #555555;
  top: 15px;
  transform: translateY(-50%);
  left: 0;
  text-align: center;
}

.campaign.detail.guidance .campaign.text a {
  color: #e56767;
  text-decoration: solid 1px underline;
}

.campaign.detail.guidance .campaign.text-attention ol {
  font-size: 14px;
  position: relative;
  padding-left: 1em;
  line-height: 2;
}

.campaign.detail.guidance .campaign.text-attention ol:before {
  position: absolute;
  content: "・";
  color: #555555;
  top: 11px;
  transform: translateY(-50%);
  left: 0;
  text-align: center;
}

.campaign.detail.guidance.white {
  background: #fff;
  padding: 0;
}

.line-freinds {
  background: #17b610;
}

.line_coupon_get {
  background: #fbf5f5;
  padding: 20px auto 30px;
}

.generally-link {
  background: #f3f3f3;
  border: 1px solid #f3f3f3;
  font-size: 2.4rem;
  color: #294f76;
}

.generally-link p {
  margin-top: 20px;
}

.generally-link .btn a {
  margin: 0 auto;
}

.line-freinds_tokuten {
  display: block;
  text-align: center;
  margin: 0 auto;
  margin-top: 30px;
  padding: 30px;
}

.line-freinds_tokuten img {
  width: auto;
}

.line.btn {
  height: auto;
  vertical-align: middle;
  width: 40%;
  margin: 30px auto 0;
}

.line.btn a {
  max-width: 100%;
  padding: 0;
  border: 0;
}

.line.btn a:after {
  content: none;
}

.line.btn.link {
  margin-bottom: 30px;
}

.line-freinds.link .line.btn.link a {
  margin-top: 0;
}

.line.qrcode {
  height: auto;
  vertical-align: middle;
  width: 25%;
  margin: 30px auto 30px;
}


.btn-campaign {
  display: flex;
  justify-content: center;
  margin: 40px 0;
  width: auto;
}

.btn-campaign li {
  margin: 0 5px;
}

.kaitori-image-name {
  display: flex;
  flex-wrap: wrap;
}


.kaitori-image-title {
  width: 100%;
  margin: 40px 0 10px;
  text-align: center;
  font-size: 24px;
  font-weight: normal;
}

.kaitori-image-item {
  display: flex;
  flex-wrap: wrap;
  margin: 60px 0;
  text-align: center;
}

.kaitori-image-item .triangle {
  width: auto;
  margin: 0 43%;
}

.kaitori-image-item li {
  width: 25%;
}

.kaitori-image-item li:nth-child(n+5) {
  margin-top: 30px;
  border-top: 1px solid #eee;
  padding-top: 25px;
}

.kaitori-category {
  border-bottom: 1px solid #eee;
  padding-bottom: 50px;
}


.item_name {
  font-size: 12px;
  margin: 20px 5px 5px;
}

.new_price {
  color: #dc607c;
  font-size: 28px;
}

.new_price.red {
  color: #ae3a40;
}

.new_price.red span {
  font-size: 12px;
}

.old_price {
  margin: 10px 5px 0;
}

.bar1 {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #eee;
  border: 0;
  margin-top: 50px;
}

.bar2 {
  display: block;
  background-color: #eee;
  width: 1px;
  height: 280px;
}

.attention {
  display: inline-block;
  padding-top: 10px;
  font-size: 1.4rem;
  color: #909090;
}

.attention.link {
  font-size: 2.4rem;
  color: #fff;
}

.attention-comment{
  font-size: 14px;
  margin-top: 10px;
  text-align: center;
}

.line-freinds .attention {
  padding-top: 25px;
}

.application-btn a {
  position: relative;
  display: block;
  max-width: 300px;
  padding: 15px;
  margin: 30px auto 0;
  background: #294f76;
  border-radius: 5px;
  color: #fff;
}

.application-btn-satei a {
  position: relative;
  display: block;
  max-width: 300px;
  padding: 15px;
  margin: 30px auto 0;
  background: #732976;
  border-radius: 5px;
  color: #fff;
}

.application-btn a:after {
  content: '';
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 50%;
  width: 6px;
  height: 9px;
  margin-top: -5px;
  background: url(../images/i_arrow2.png) center center/100% auto no-repeat;
}

.application-btn-satei a:after {
  content: '';
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 50%;
  width: 6px;
  height: 9px;
  margin-top: -5px;
  background: url(../images/i_arrow2.png) center center/100% auto no-repeat;
}


.tabarea{
  border-top: 1px solid #E3E3E8;
  margin: -11px 0 0;
}

.tab-list {
  display: flex;
  margin-bottom: 10px;
  padding: 0 75px;
}

.tab-list li {
  text-align: center;
  color: #747474;
  border-right: 1px solid #E3E3E8;
  border-top: 1px solid #E3E3E8;
  border-left: 1px solid #E3E3E8;
  padding: 15px 10px;
  cursor: pointer;
  background: #F3F3F3;
  height: 55px;
  margin: 0 5px;
  border-bottom: 1px solid #E3E3E8;
  width: calc(100% / 2);
  position: relative;
}

.tab-list li.now {
  background: #fff;
  color: #333;
  border-bottom: 1px solid #fff;
}

.tabtitle {
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width:768px) {
.btn a {
  max-width: 200px;
  padding: 12px 15px;
  margin: 10px auto 0;
}

.btn-list .btn {
  margin: 0;
}

.application-btn a {
  max-width: 200px;
  padding: 12px 15px;
  margin: 10px auto 0;
}


.application-btn-satei a {
  max-width: 200px;
  padding: 12px 15px;
  margin: 10px auto 0;
}

.first-privilege {
  display: block;
}

.first-privilege figure {
  display: block;
  width: 60%;
  margin: 0 auto 20px;
}

.first-privilege.img {
  width: 100%;
}

.main-title.small img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}


.second-privilege .description {
  margin: 20px 0;
  line-height: 2;
}

.description.attention {
  font-size: 14px;
  padding: 0 15px;
  line-height: 1.6;
  color: #fff;
}

.line-freinds {
  margin-bottom: 10px;
}

.line-freinds_red {
  background: #fbf5f5;
  margin-bottom: 10px;
}

.line-freinds_tokuten {
  display: block;
  text-align: center;
  margin: 0 auto;
  margin-top: 0;
  padding: 10px 20px 25px;
}

.line-freinds_tokuten img {
  max-width: 100%;
  padding: 0;
  border: 0;
}

.line.btn {
  width: auto;
  padding: 0 15px;
  margin-bottom: 30px;
}

.line.qrcode {
  width: 40%;
}

.btn-campaign {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 15px 0;
}

.btn-campaign li {
  width: calc((100% / 2) - 10px);
  margin: 5px 5px;
}

.first-privilege {
  margin-top: 30px;
}

.kaitori-image-all {
  width: 100%;
}

.kaitori-image-title {
  font-size: 18px;
  width: 100%;
  margin: 20px 0 0;
}

.kaitori-image-item {
  margin: 0;
}

.kaitori-image-item li {
  width: 50%;
  margin: 20px 0;
  padding-top: 20px;
}

.kaitori-image-item li:nth-child(n+5) {
  margin-top: 0px;
}

.kaitori-image-item li:nth-child(n+3) {
  border-top: 1px solid #eee;
}

.item_name {
  font-size: 11px;
  margin: 15px 0 0;
}

.new_price {
  font-size: 20px;
}

.old_price {
  font-size: 11px;
}

.kaitori-image-name {
  width: 100%;
}

.t-pink.fzl {
  font-size: 21px !important;
}

.main-title.second {
  display: block;
  text-align: center;
  margin: 0 auto;
  margin-top: 30px;
}

.main-title.second img {
  width: 100%;
  height: auto;
}

.title-comment {
  margin: 60px 0 40px;
}

.second-privilege.satei {
  display: block;
  text-align: center;
  margin: 0 auto;
  margin-top: 30px;
}

.second-privilege.satei img {
  width: 90%;
}

.second-privilege.satei.title img {
  width: 60%;
}

.attention.link {
  font-size: 1.8rem;
  color: #fff;
}

.generally-link {
  font-size: 1.8rem;
}

.l-container--small.coupon {
  padding: 0;
}

.line-freinds .attention {
  padding-top: 20px;
}

.call-btn {
  margin: 25px 0;
}

.campaign.detail.guidance {
  margin-top: 30px;
  background: #f3f3f3;
  padding: 20px;
  }

.attention-comment {
  font-size: 14px;
}

.toggle dt {
  width: 85%;
}

.toggle.only dt {
  width: 85%;
}

.btn.gry a {
  width: 85%;
}

.btn.gry.white a {
  margin-top: 10px;
}

.btn.gry.white a::after {
  right: 10px;
}

.btn.pk a {
  width: 85%;
}

.btn.green a {
  width: 85%;
  margin-top: 30px;
}

.btn.green a::after {
  right: 10px;
}

.attention-comment {
  font-size: 12px;
}

.click_bnr {
  padding: 5px;
}

.fixed_menu_base .btn-list {
  margin: 5px auto;
}

.menu_btn {
  width: calc((100% / 2) - 5px);
  margin-right: 5px;
}

.menu_btn.line.sp {
  margin-right: 0;
}

.menu_btn a {
  width: auto;
  margin: 0;
  font-size: 14px;
}

.fixed_menu_base .click_bnr .menu_btn a::after  {
  right: 10px;
}

.fixed_menu_base .click_bnr .menu_btn.line a::after  {
  transform: rotate(-45deg);
}

.tab-list {
  padding: 0 5px;
}

.tabtitle {
  font-size: 14px;
}

.tab-list li {
  padding: 15px 10px 5px;
}

}