@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Fjalla+One&family=Montserrat:wght@500&display=swap");

.employee {
  line-height: 1.5;
  color: #333333;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
}

/* Margin Padding */

.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

/* display */
.sp_only {
  display: none;
}
@media only screen and (max-width: 768px) {
  .sp_only {
    display: block;
  }
  .pc_only {
    display: none;
  }
}
/* .breadcrumb {
  display: none !important;
} */

/**************************************
breadcrumbs
**************************************/
/* .page_breadcrumb .breadcrumbs {
  width: 100%;
  max-width: 1140px;
  padding: 20px 10px 20px;
  margin: 0 auto;
}

.page_breadcrumb .breadcrumbs>ul {
  display: block;
}

.page_breadcrumb .breadcrumbs>ul>li {
  display: inline-block;
  height: 22px;
  vertical-align: middle;
  font-size: 14px;
  line-height: 22px;
  margin-right: 8px;
}

.page_breadcrumb .breadcrumbs>ul>li::after {
  content: '\＞';
  font-size: 14px;
  padding-left: 10px;
  vertical-align: top;
}

.page_breadcrumb .breadcrumbs>ul>li:nth-last-of-type(1)::after {
  display: none;
}


.page_breadcrumb .breadcrumbs>ul>li>a {
  color: #000000;
  text-decoration: none;
}

.page_breadcrumb .breadcrumbs>ul>li>a:hover {
  text-decoration: underline;
} */

/*----------------------*/


/* ********************************************* */

.pc_taC{
  text-align: center;
}
.detail_hidden {
  display: none;
}
.sp_only {
  display: none;
}
.pc_only {
  display: block;
}
img {
  width: 100%;
}
.note {
  font-size: 14px;
  padding-left: 16px;
  text-indent: -16px;
}
.note li{
  margin-bottom: .5rem;
}
a.txt_link{
  color: #000;
}
.bold{
  font-weight: bold;
}
.contents > p.comment{
  font-size: 14px;
}

@media screen and (min-width: 769px) {
  article .main_visual h1 {
    max-width: 1120px;
    margin: 0 auto;
  }
  .main_visual h1 img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  article .main_visual {
    margin-bottom: 20px;
  }
  article .main_visual img {
    width: 100%;
  }
}

article.contents {
  width: 85%;
  max-width: 1120px;
  margin: 8rem auto;
}
ul.disc {
  list-style: disc;
  margin-left: 2rem;
  font-size: 1.4rem;
}
ul.disc li{
  margin-bottom: .5rem;
}

article.contents a:hover{
  opacity: .7;
}
.contents > p{
  font-size: 1.8rem;
  line-height: 1.8;
}
  @media only screen and (max-width: 768px) {
    .contents > p{
      font-size: 1.4rem;
      line-height: 1.6;
    }
  }

article.contents.read{
  margin: 4rem auto 6rem;
}
@media only screen and (max-width: 768px) {
  article.contents.read{
    margin: 2rem auto 0;
  }
}

/*目次
/*----------------------------*/
.toc-container {
  padding: 3rem 4rem;
  line-height: 1.4;
  font-size: 1.8rem;
  background-color: #F6F6F6;
}
.toc-container a {
  color: inherit;
  text-decoration: none;
}
.toc-container a:visited {
  text-decoration: none;
}
.toc-container a:hover {
  text-decoration: underline;
}
.toc-container .toc-title {
  width: 100%;
  font-weight: bold;
  font-size: 2.4rem;
  display: block;
  position: relative;
}
.toc-container .toc-title:hover{
  text-decoration: none;
}
.toc-toggle .arrow{
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
}
.toc-toggle .arrow::before{
  content: "";
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -70%) rotate(135deg);
  width: 15px;
  height: 15px;
  border-bottom: solid 2px #000;
  border-left: solid 2px #000;
}
.toc-toggle .arrow.current::before{
  top: 30%;
  transform: translate(-50%, -30%) rotate(-45deg);
}
.toc-list {
  counter-reset: index;
  margin-top: .8em;
  margin-left: 1rem;
}
.toc-list > li {
  position: relative;
  padding-left: 1.2em;
  font-weight: bold;
}
.toc-list > li:not(:last-child) {
  margin-bottom: .8em;
}
.toc-list > li::before {
  content: "";
  display: block;
  position: absolute;
  top: .6em;
  left: .45em;
  width: .2em;
  height: .2em;
  border-radius: 50%;
  background-color: #333;
}
@media screen and (max-width: 768px) {
  /* 目次　sp */
  article.contents.index{
    margin: 4rem auto 6rem;
  }
  .toc-container {
    margin-bottom: 3rem;
    padding: 15px;
    font-size: 1.4rem;
  }
  .toc-container .toc-title {
    font-size: 1.8rem;
  }
  .toc-toggle .arrow{
  width: 20px;
  height: 20px;
  }
  .toc-toggle {
    font-size: 1.4rem;
  }
  .toc-toggle .arrow::before{
    width: 10px;
    height: 10px;
    border-bottom: solid 1px #000;
    border-left: solid 1px #000;
  }
  .toc-list {
    margin-left: 0;
  }
}

/*h2 共通
----------------------------*/
.ttl_a{
  font-size: 5.3rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 6rem;
}
.ttl_a span{
  display: block;
  color: #11906E;
  font-size: 3.2rem;
  font-weight: 500;
  font-family: 'Fjalla One', sans-serif;
}
@media screen and (max-width: 900px) {
  .ttl_a{
    font-size:4rem;
  }
}
@media screen and (max-width: 768px) {
  .ttl_a{
    font-size: 2.8rem;
    margin-bottom: 4rem;
  }
  .ttl_a span{
    font-size: 2.2rem;
  }
}

/*h3 共通
/*----------------------------*/
.ttl_b{
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 6rem;
  position: relative;
}
.ttl_b span.block{
  background-color: #FBF9DF;
  width: 68%;
  max-width: 40rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.ttl_b span.red{
  color: #FA2B2B;
}
.ttl_b:before{
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  transform: translateY(-50%);
  background: radial-gradient(circle farthest-side, #000, #000 30%, transparent 30%, transparent);
  background-size: 20px;
  width: 100%;
  height: 20px;
}
.ttl_c{
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5rem;
  margin-top: 6rem;
  border-top: 2px solid #000;
  height: 5px;
  position: relative;
}
.ttl_c span{
    background-color: #D0EDE1;
    padding: 15px;
    white-space: nowrap;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}
.ttl_c.wh span{
    background-color: #fff;
}
@media screen and (max-width: 768px) {
  .ttl_b{
    font-size: 2.2rem;
    line-height: 1.2;
  }
  .ttl_b:before{
    background: radial-gradient(circle farthest-side, #000, #000 20%, transparent 20%, transparent);
    background-size: 12px;
  }
  .ttl_c{
    font-size: 2rem;
    margin-bottom: 3rem;
  }
}

/*会員登録ボタン 共通
/*----------------------------*/
.btn_member_wrap{
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.btn_member_wrap.coupon{
  padding-bottom: 10rem;
}
.btn_member{
  display: block;
  width: 90%;
  max-width: 40rem;
  margin: 0 auto;
  border-radius: 3em;
  color: #fff;
  font-weight: bold;
  font-size: 3rem;
  background-color: #11906E;
  padding: 15px 0;
  position: relative;
  text-decoration: none;
  text-align: center;
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
}
.btn_member::before{
  content: "";
  position: absolute;
  top: 50%;
  right: 5rem;
  width: 13px;
  height: 13px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: translateY(-50%) rotate(45deg);
}
.btn_member.black{
  background-color: #000;
  font-size: 2.6rem;
}
.btn_member.black::before{
  content: none;
}
.btn_member_wrap .txt{
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .btn_member{
    font-size: 2.4rem;
  }
  .btn_member::before{
    right: 3rem;
  }
  .btn_member.black{
    width: 85%;
    font-size: 1.8rem;
  }
  .btn_member_wrap, .btn_member_wrap.coupon{
    padding-top: 2rem;
    padding-bottom: 9rem;
  }
  .about_coupon .btn_member_wrap:last-child{
    padding-bottom: 6rem;
  }
}

/*割引クーポンについて
/*----------------------------*/
.about_coupon{
  background-color: #FBF9DF;
  padding: .5rem 0 0;
}
.about_coupon_list{
  display: flex;
  margin-bottom: 40px;
}
.about_coupon_list li{
  width: calc((100% - 24px) / 4);
}
.about_coupon_list li:not(:first-child){
  margin-left: 8px;
} 
.f-box {
  display: flex;
  justify-content: space-between;
}
.f-box .bg_main {
  width: 49%;
  background-color: #fff;
  border: solid 2px #000;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.f-box .img,.f-box .txt {
  width: 49%;
  align-self: center;
}
.f-box .txt {
  padding:0 10px;
}
.f-box .bg_main h4 {
  font-size: 18px;
  font-weight: bold;
  margin: 0px 10px 20px;
  padding-top: 20px;
}
.txt p.nedan{
  font-weight: bold;
  line-height: 1.3;
  margin-top: 1rem;
}
.txt p.nedan em {
  font-size: 24px;
}
.btn_area {
  margin: 20px 0;
}
.f-box .btn, .lineup .btn {
  background-color: #000;
  padding: 10px 0;
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
  position: relative;
  display: block;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
}
.f-box .btn.white, .lineup .btn.white {
  background-color: #fff;
  color: #000;
  border: solid 1px #000;
  margin-right: 10px;
}
.lineup .btn.white {
  margin-right: 0;
}
.f-box .btn::after, .lineup .btn::after {
  position: absolute;
  top: 4px;
  bottom: 4px;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: 10px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.f-box .btn.white::after, .lineup .btn.white::after {
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}

@media screen and (max-width: 768px) {
  .about_coupon_list{
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .about_coupon_list li{
    width: calc((100% - 8px) / 2);
  }
  .about_coupon_list li:not(:first-child){
    margin-left: 0;
  }
  .about_coupon_list li:nth-child(2n){
    margin-left: 8px;
  }
  .f-box{
    flex-wrap: wrap;
  }
  .f-box .bg_main{
    width: 100%;
  }
  .f-box .img,.f-box .txt {
    align-self: flex-start;
  }
  .f-box .txt p{
    font-size: 1.4rem;
  }
  .txt p.nedan em {
    font-size: 25px;
  }
  .f-box .btn {
    padding: 8px 0;
    font-size: 1.4rem;
  }
  .btn_area {
    margin: 10px 10px 20px 0;
  }
  .f-box .bg_main {
    width: 100%;
  }
  .f-box .btn, .lineup .btn{
    font-size: 13px;
  }
  .f-box .btn::after, .lineup .btn::after {
    right: 12px;
    width: 6px;
    height: 6px;
  }
  .f-box .btn.white, .lineup .btn.white {
    margin-right: 0px;
  }
}
  
/* swiper
------------------------------*/
.swiper-container{
  overflow: hidden;
}
.lineup .swiper-button-prev, .lineup .swiper-button-next, .step_frame .swiper-button-prev, .step_frame .swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.lineup .swiper-button-next, .lineup .swiper-container-rtl .swiper-button-prev,
.step_frame .swiper-button-next, .step_frame .swiper-container-rtl .swiper-button-prev{
  background-image: none;
}
.lineup .swiper-button-prev, .lineup .swiper-container-rtl .swiper-button-next,
.step_frame .swiper-button-prev, .step_frame .swiper-container-rtl .swiper-button-next {
  background-image: none;
}
.lineup .swiper-wrapper .swiper-slide, .step_frame .swiper-wrapper .swiper-slide {
  position: relative;
}
.lineup .swiper-button-prev, .lineup .swiper-container-rtl .swiper-button-next, 
.step_frame .swiper-button-prev, .step_frame .swiper-container-rtl .swiper-button-next {
  left: -55px;
  right: auto;
}
.lineup .swiper-button-prev:after, .lineup .swiper-container-rtl .swiper-button-next:after,
.step_frame .swiper-button-prev:after, .step_frame .swiper-container-rtl .swiper-button-next:after {
  content: '';
}
.lineup .swiper-button-next, .lineup .swiper-container-rtl .swiper-button-prev,
.step_frame .swiper-button-next, .step_frame .swiper-container-rtl .swiper-button-prev {
  right: -55px;
  left: auto;
}
.lineup .swiper-button-next:after, .lineup .swiper-container-rtl .swiper-button-prev:after, 
.step_frame .swiper-button-next:after, .step_frame .swiper-container-rtl .swiper-button-prev:after{
  content: '';
}
.lineup .swiper-button-next:after {
  display: block;
  width: 50px;
  height: 50px;
  background-color: #000;
  background-size: 12px 19px;
  position: absolute;
  top: 0%;
  margin-top: 0;
  margin-right: 0;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center center;
  right: 0;
}
.lineup .swiper-button-prev:after {
  display: block;
  width: 50px;
  height: 50px;
  background-color: #000;
  background-size: 12px 19px;
  position: absolute;
  top: 0%;
  left: 0;
  margin-top: 0;
  margin-left: 0;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center center;
  right: 0;
}
.swiper-custom-parent{
  position: relative;
}
/* ページネーション */
.swiper-pagination {
  font-size: 16px;
}
.lineup .swiper-pagination-fraction{
  bottom: 0;
}
.lineup .lineup_item2{
  padding: 10px 20px 0;
}
.swiper-slide .bg_main {
  background-color: #fff;
  border: solid 2px #000;
  padding-bottom: 0;
  margin: 0 10px 30px;
}
.swiper-slide .bg_main {
  display: flex;
  flex-direction: column;
  padding: 0 10px;
}
.lineup .swiper-wrapper .swiper-slide{
  display: flex;
  height: auto;
}
.swiper-slide .btn_area {
  margin-top: auto; 
}
.lineup .bg_main h4{
  margin: 10px 0;
  font-weight: bold;
}
.slide-img{
  margin-bottom: 10px;
}
/* SP用 */
@media screen and (max-width: 768px) {
  .lineup .swiper-button-prev, .lineup .swiper-container-rtl .swiper-button-next, 
  .step_frame .swiper-button-prev, .step_frame .swiper-container-rtl .swiper-button-next{
    left: 3%;
    right: auto;
  }
  .lineup .swiper-button-next, .lineup .swiper-container-rtl .swiper-button-prev,
  .step_frame .swiper-button-next, .step_frame .swiper-container-rtl .swiper-button-prev{
    right: 3%;
    left: auto;
  }
  .lineup .swiper-button-next:after, .step_frame .swiper-button-next:after {
    width: 30px;
  }
  .lineup .swiper-button-prev:after, .step_frame .swiper-button-prev:after {
    width: 30px;
  }
  .lineup .swiper-custom-parent .swiper-container .swiper-button-next:after,
  .step_frame .swiper-custom-parent .swiper-container .swiper-button-next:after{
    display: block;
    width: 50px;
    height: 50px;
    background-color: #000;
    background-size: 12px 19px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    margin-right: -25px;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center center;
    right: 0;
  }
  .lineup .swiper-custom-parent .swiper-container .swiper-button-prev:after,
  .step_frame .swiper-custom-parent .swiper-container .swiper-button-prev:after{
    display: block;
    width: 50px;
    height: 50px;
    background-color: #000;
    background-size: 12px 19px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -25px;
    margin-left: -25px;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center center;
    right: 0;
  }
}
@media screen and (max-width: 559px) {
  .lineup .swiper-button-prev,
  .lineup .swiper-container-rtl .swiper-button-next {
    top: 45%;
    left: -10px;
    right: auto;
  }
  .lineup .swiper-button-next,
  .lineup .swiper-container-rtl .swiper-button-prev {
    top: 45%;
    right: -10px;
    left: auto;
  }
  .lineup .swiper-custom-parent .swiper-container .swiper-button-next:after,
  .step_frame .swiper-custom-parent .swiper-container .swiper-button-next:after{
    width: 30px;
  }
  .lineup .swiper-custom-parent .swiper-container .swiper-button-prev:after,
  .step_frame .swiper-custom-parent .swiper-container .swiper-button-prev:after{
    width: 30px;
  }
  .step_frame .swiper-button-prev, .step_frame .swiper-container-rtl .swiper-button-next{
    left: 0%;
  }
  .step_frame .swiper-button-next, .step_frame .swiper-container-rtl .swiper-button-prev{
    right: 0%;
  }
  .step_frame .swiper-custom-parent .swiper-container .swiper-button-next:after{
    margin-right: 0;
  }
  .step_frame .swiper-custom-parent .swiper-container .swiper-button-prev:after{
    margin-left: 0;
  }
  .swiper-slide .bg_main{
    min-height: initial;
    margin: 0 5px 30px;
    padding: 0;
  }
  .lineup .lineup_item2{
  padding: 0 0 10px;
  }
  .lineup .bg_main h4{
    margin: 10px;
    font-size: 14px;
  }
  .slide-img{
    padding: 0;
    margin-bottom: 0;
  }
  .btn_area{
    margin: 20px 10px 10px;
  }
}

/*ご利用ステップ
------------------------------*/
.step_frame{
  border: solid 4px #000;
  position: relative;
  padding-bottom: 40px;
}
.step_frame::before {
  content: "";
  position: absolute;
  top: 55px;
  width: 100%;
  height: 270px;
  background-color: #FCF9EE;
  z-index: -1;
}
.step_wrap{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 90px;
  box-sizing: border-box;
}
.step_wrap .step{
  width: calc((100% - 120px)/4);
  height: auto;
  position: relative;
  padding: 0 15px;
}
.step_wrap .step::before{
  content: "";
  position: absolute;
  top: 24%;
  right: -2%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 0 13px 15px;
  border-color: transparent transparent transparent #000000;
}
.step_wrap .step:last-child::before{
  display: none;
}
.step_wrap .step .step_ttl{
  margin-bottom: .8em;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}
.step_wrap .step .step_number{
  position: relative;
  width: 40%;
  max-width: 74px;
  margin: 0 auto 16px;
  text-align: center;
}
.step_wrap .step .step_number::before{
  content: "";
  display: block;
  padding-top: 32%;
}
.step_wrap .step .step_number img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.step_wrap .step .step_img {
  position: relative;
  width: 67.79%;
  margin: 0 auto 46px;
  border-radius: 2rem;
  overflow: hidden;
  font-size: 2.28vw;
  background-color: #fff;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
  transform: translate3d(0, 0, 0);
}
.step_wrap .step .step_img::before {
  content: "";
  display: block;
  padding-top: 203.12%;
}
.step_wrap .step .step_img img{
  width: 100%;
}
.step_wrap .step .step_img .frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: translate3d(0, 0, 0);
}
.step_wrap .step .step_img .display {
  position: absolute;
  top: 7.8%;
  left: 4%;
  width: 92%;
}
.step_wrap .step .step_img video {
  position: absolute;
  top: 7.8%;
  left: 4%;
  width: 92%;
}
.step_wrap .step .step_img .icon-play {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.step_wrap .step p{
  font-size: 14px;
}
.step_wrap .step p.short {
  width: 90%;
  margin: 0 auto;
}
.step_wrap .step p span{
  color: #000;
}
.step_frame .swiper-container:not(.initialized) .swiper-button-prev, .step_frame .swiper-container:not(.initialized) .swiper-button-next {
    display: none;
}
@media screen and (max-width: 768px) {
  .step_wrap{
    margin-top: 30px;
    padding: 0;
  }
  .step_wrap .step{
    margin: 0;
    padding: 0;
  }
  .step_wrap .step::before{
    display: none;
  }
  .step_wrap .step .step_img {
    width: 54%;
    margin-bottom: 30px;
    font-size: 6vw;
  }
  .step_img img{
    width: 100%;
  }
  .step_wrap .step p{
    padding: 0 20px
  }
  .btn_member_wrap {
    padding-bottom: 4rem;
  }
}
@media screen and (max-width: 559px) {
  .step_frame{
    padding-bottom: 30px;
  }
  .step_wrap .step p{
    font-size: 14px;
  }
}

/*クーポン利用方法
----------------------------*/
.howto{
  background-color: #D0EDE1;
  padding: 1rem 0;
}
.border_box{
  border: solid 2px #000;
  background-color: #fff;
  margin-top: 6rem;
  padding: 3rem;
}
/* riyouhouhou */
.pc_only .riyouhouhou_tejun ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 20px auto 10px;
  vertical-align: middle;
}
.pc_only .riyouhouhou_tejun ul li {
  width: 18.5%;
  background-color: #666;
  color: #fff;
  align-self: stretch;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  padding: 15px 0;
  position: relative;
  vertical-align: middle;
}
.pc_only .riyouhouhou_tejun ul li.r-box {
    background-color: #ff0100;
}
.pc_only .riyouhouhou_tejun .arrow {
  text-align: center;
  margin-bottom: 20px;
}
.pc_only .riyouhouhou_tejun .arrow img {
  width: 100%;
  max-width: 51px;
}
.sp_only ul.riyouhouhou_tejun li {
  position: relative;
  text-align: center;
}
.sp_only ul.riyouhouhou_tejun li::after {
  content: "";
  position: absolute;
  bottom: -42px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #666;
}
.sp_only ul.riyouhouhou_tejun li:last-child::after {
  border: none;
  border-top: none;
}
.sp_only ul.note li {
  text-align: left;
  margin-bottom: 0px;
}
.sp_only ul.note li::after {
  border: none;
  border-top: none;
}
.sp_only ul.riyouhouhou_tejun li .tejun_robon {
  display: block;
  background-color: #666;
  color: #fff;
  margin-bottom: 40px !important;
  padding: 20px 0;
  width: 90%;
  margin: 10px auto 40px;
}
.sp_only ul.riyouhouhou_tejun li .r-box {
  background-color: #ff0100;
  margin-bottom: 20px !important;
}
.sp_only ul.riyouhouhou_tejun .f-box {
  margin-bottom: 50px;
}
.sp_only ul.riyouhouhou_tejun .f-box p{
  font-size: 1.4rem;
}
.riyouhouhou .img {
    width: 59%;
}
.fukidashi3 {
  position: relative;
  display: inline-block;
  margin: 30px 0 130px 15px;
  padding: 30px;
  min-width: 120px;
  max-width: 100%;
  width: 38%;
  color: #000;
  font-size: 16px;
  background: #FFF;
  border: solid 2px #999;
  box-sizing: border-box;
}
.fukidashi3:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #FFF;
  z-index: 2;
}
.fukidashi3:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid #999;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .border_box{
    padding: 2rem 2rem 0;
    margin-top: 3rem;
  }
  .riyouhouhou .f-box {
    display: block;
  }
  .riyouhouhou .f-box .img {
    width: 90%;
    margin: 10px auto;
  }
  .fukidashi3 {
    position: relative;
    display: inline-block;
    margin: 15px auto 20px;
    padding: 30px;
    min-width: 120px;
    width: 90% !important;
    color: #000;
    font-size: 16px;
    background: #FFF;
    border: solid 3px #999;
    box-sizing: border-box;
    /* left: 10%; */
  }
  .fukidashi3:before {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-bottom: 12px solid #FFF;
    z-index: 2;
  }
  .fukidashi3:after {
    content: "";
    position: absolute;
    top: -16px;
    left: 50%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-bottom: 14px solid #999;
    z-index: 1;
  }
}

/*メールマガジン
-----------------------------------*/
.mailmagazine .border_box{
  padding: 6rem 8rem;
  
}
.mailmagazine .f-box div{
  width: 50%;
}
.mailmagazine .border_box .txt{
  font-size: 1.8rem;
  margin-left: 5rem;
}
.mailmagazine .border_box .txt .red{
  color: #FA2B2B;
  font-weight: bold;
}
.mailmagazine .border_box .txt .comment{
  display: block;
  font-size: 1.4rem;
  margin-top: 20px;
}
@media only screen and (max-width: 1000px) {
  .mailmagazine .border_box{
    padding: 4rem;
  }
  .mailmagazine .border_box .txt{
    font-size: 1.6rem;
    margin-left: 2.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .mailmagazine .border_box{
    padding: 4rem 1.5rem;
  }
  .mailmagazine .f-box{
    display: block;
  }
  .mailmagazine .f-box div{
    width: 90%;
    margin: 0 auto;
  }
  .mailmagazine .border_box .txt{
    margin-left: auto;
    margin-top: 1rem;
  }
}

/*富士フイルムモールについて
-----------------------------------*/
.about_ffmall{
  background-color: #FCFBDD;
  border: solid 2px #000;
  position: relative;
  padding: 10rem 1rem 6rem;
  margin-bottom: 12rem;
}
.about_ffmall::before{
  content: "";
  position: absolute;
  top: -5%;
  right: 1%;
  width: 255px;
  height: 154px;
  background-size: cover;
}
.about_ffmall::after{
  content: "";
  position: absolute;
  bottom: 3%;
  left: 2%;
  width: 86px;
  height: 102px;
  background-size: cover;
  transform: rotate(-13deg);
}
.about_ffmall .ttl_d{
  width: 80%;
  max-width: 38rem;
  position: absolute;
  top: 2rem;
  left: -7px;
}
.about_ffmall .logo{
  width: 350px;
  margin: 0 auto;
  align-self: center;
}
.about_ffmall .btn_member.black{
  display: block;
  width: 60%;
  max-width: 28rem;
  margin: 15px 0 0;
  border-radius: 3em;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  padding: 10px 0;
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 900px) {
  .about_ffmall::before{
    width: 220px;
    height: 132px;
  }
  .about_ffmall::after{
    width: 71px;
    height: 84px;
  }
  .about_ffmall .btn_member.black{
    width: 60%;
  }
}
@media only screen and (max-width: 768px) {
  .about_ffmall{
    padding: 11rem 1rem 6rem;
    margin-bottom: 8rem;
  }
  .about_ffmall .ttl_d{
    left: -5px;
  }
  .about_ffmall .logo{
    width: 280px;
  }
  .about_ffmall .txt{
    width: 100%;
  }
  .about_ffmall .btn_member.black{
    width: 75%;
    margin: 20px auto 0;
    font-size: 1.8rem;
  }
  .about_ffmall::before{
    top: 75px;
    right: 1%;
    width: 135px;
    height: 82px;
  }
  .about_ffmall::after{
    bottom: -30px;
    left: 10px;
    width: 68px;
    height: 80px;
  }
}

/*お問い合わせ
-----------------------------------*/
.inq{
  border-top: solid 2px #000;
}
.inq article.contents{
    margin: 4rem auto 8rem;
  }
.ttl_inq{
  width: 50%;
  max-width: 256px;
  margin: 0 auto;
}
.icon_mail img{
  width: 2rem;
  height: 1.6rem;
  margin-right: 10px;
  vertical-align: middle;
}
.inq p{
  font-size: 1.6rem;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  .inq{
    padding-bottom: 0;
  }
  .inq article.contents{
    margin: 2rem auto 5rem;
  }
  .ttl_inq{
    margin: 0 auto;
  }
  .inq p{
    font-size: 1.4rem;
  }
}

/* SP_only */
@media only screen and (max-width: 768px) {
  .sp_only {
    display: block;
  }
  .pc_only {
    display: none;
  }
  .pc_taC{
    text-align: left;
  }
  article.contents {
    width: 100%;
    padding: 0 1.5rem;
    margin: 6rem auto 4rem;
  }
  .note {
    font-size: 14px;
  }
  .f-box_pc {
    display: block;
  }
  .f-box_pc .bg_main {
    width: 100%;
  }
}


/* ***************************** */
.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: .6s;
}
.popup.is-show {
  opacity: 1;
  visibility: visible;
}
.popup-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 80%;
  max-width: 550px;
  padding: 30px 20px;
  background-color: #fff;
  z-index: 2;
  max-height: 85vh;
  border-radius: 10px;
  line-height: 1.6;
}
.popup-inner .qr{
  width: 90%;
  max-width: 250px;
  background-color: #11906E;
  margin: 0 auto 3rem;
  padding: 2.5rem;
  border-radius: 10px;
}
.popup-inner img {
  width: 100%;
}
.popup-inner p {
  text-align: center;
  font-size: 1.4rem;
}
.popup-inner .btn_member{
  max-width: 28rem;
  font-size: 1.8rem;
  margin: 3rem auto;
}
.popup-inner p.ttl{
  font-weight: bold;
  font-size: 2rem;
}
.popup-inner p.comment{
  font-size: 14px;
  margin: 10px auto 20px;
}
.close-btn {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 40px;
  height: 40px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
.close-btn {
  line-height: 30px;
  width: 40px;
  font-size: 36px;
  border: 2px solid #000;
  background-color: #000;
  border-radius: 50%;
  color: #fff;
}
.black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.8);
  z-index: 1;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .popup-inner .qr{
    width: 80%;
    margin: 0 auto 3rem;
    padding: 1.5rem;
  }
  .popup-inner .btn_member{
    padding: 10px 0;
    font-size: 1.6rem;
    margin: 2rem auto;
  }
  .popup-inner .btn_member::before {
    right: 2rem;
    width: 10px;
    height: 10px;
  }
  .popup-inner p.ttl{
    font-size: 1.6rem;
  }
}