@charset "UTF-8";
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}

body {
  background: #ffffff;
  color: #333333;
  font-family: "Lato","Noto Sans JP","Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.wrap{
  max-width: 1000px;
  margin: auto;
}

a {
  -webkit-transition: .3s;
  color: #303438;
  opacity: 1;
  text-decoration: none;
  transition: .3s;
}

a:active {
  text-decoration: none;
}

a:hover {
  opacity: 0.4;
}

@media screen and (max-width: 767px) {
  a:hover {
    opacity: 1;
  }
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.color-red{
  color: #eb5252;
}

/**
 * is-bolck
**/
.is-sp--block {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .is-sp--block {
    display: block !important;
  }
}

.is-md--block {
  display: none !important;
}

@media screen and (max-width: 1024px) {
  .is-md--block {
    display: block !important;
  }
}

.is-pc--block {
  display: block !important;
}

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

/**
 * top Style
**/
@media screen and (max-width: 767px) {
  .wrap {
    overflow: hidden;
  }
}

.inner {
  margin: 0 auto;
  width: 100%;
}

/****メニュー*****/
header {
  position: fixed;
  width: 100%;
  box-sizing: border-box;
  background: rgba(255,255,255,0.7);
  z-index: 10;
}
header .area{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 800px;
  margin: auto;
}
header .area .logo{
  position: relative;
  z-index: 991;
}
.logo img{
  height: 80px;
}
.custom-header{
  display: flex;
}
.line_logo img{
  width: 80px;
}

#nav-toggle {
  cursor: pointer;
  height: 80px; 
  width: 80px;
  position: relative;
  background-color: #091b63;
}

#nav-toggle > div {
  -webkit-transform: translateY(-50%) translateX(-50%);
  left: 50%;
  position: absolute;
  top: 45%;
  transform: translateY(-50%) translateX(-50%);
  width: 40px;
}

#nav-toggle > div > span.toggle {
  -webkit-transition: top .5s ease, -webkit-transform .3s ease-in-out;
  background: #fff;
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  transition: top .5s ease, -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out, top .5s ease;
  transition: transform .3s ease-in-out, top .5s ease, -webkit-transform .3s ease-in-out;
  width: 100%;
}

header.deteal_header #nav-toggle > div > span.toggle {
  -webkit-transition: top .5s ease, -webkit-transform .3s ease-in-out;
  background: #fff;
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  transition: top .5s ease, -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out, top .5s ease;
  transition: transform .3s ease-in-out, top .5s ease, -webkit-transform .3s ease-in-out;
  width: 100%;
}

#nav-toggle span.toggle:nth-child(1) {
  top: -10px;
}

#nav-toggle span.toggle:nth-child(2) {
  top: 2px;
}

#nav-toggle span.toggle:nth-child(3) {
  top: 14px;
}

.open #nav-toggle span.toggle {
  background: #fff;
}

.open #nav-toggle span.toggle:nth-child(1) {
  -webkit-transform: rotate(45deg);
  top: 2px;
  transform: rotate(45deg);
}

.open #nav-toggle span.toggle:nth-child(2) {
  left: 50%;
  top: 10px;
  width: 0;
}

.open #nav-toggle span.toggle:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  top: 2px;
  transform: rotate(-45deg);
}

#nav-toggle {
  z-index: 1000;
}

#container {
  z-index: 900;
}

#gloval-nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transition: opacity .3s ease, visibility .3s ease;
  align-items: center;
  background-color: #fae7ae;
  bottom: 0;
  color: #091b63;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  font-size: 29px;
  justify-content: center;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  transition: opacity .3s ease, visibility .3s ease;
  visibility: hidden;
  z-index: 990;
}

#gloval-nav a {
  -webkit-transition: color .3s ease;
  color: #091b63;
  display: block;
  font-family: 'Lato', sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: .5em;
  padding: 20px 0;
  text-decoration: none;
  transition: color .3s ease;
}

#gloval-nav a:hover {
  color: #000000;
}

#gloval-nav ul {
  list-style: none;
  padding: 0;
}

#gloval-nav ul li {
  -webkit-transform: translateX(200px);
  -webkit-transition: opacity .2s ease, -webkit-transform .3s ease;
  opacity: 0;
  transform: translateX(200px);
  transition: opacity .2s ease, -webkit-transform .3s ease;
  transition: transform .3s ease, opacity .2s ease;
  transition: transform .3s ease, opacity .2s ease, -webkit-transform .3s ease;
}

#gloval-nav ul li:nth-child(2) {
  -webkit-transition-delay: .05s;
  transition-delay: .05s;
}

#gloval-nav ul li:nth-child(3) {
  -webkit-transition-delay: .15s;
  transition-delay: .15s;
}

#gloval-nav ul li:nth-child(4) {
  -webkit-transition-delay: .25s;
  transition-delay: .25s;
}

/* open */
.open {
  overflow: hidden;
}

.open #gloval-nav {
  opacity: 1;
  visibility: visible;
}

.open #gloval-nav li {
  -webkit-transform: translateX(0);
  -webkit-transition: opacity .9s ease, -webkit-transform 1s ease;
  opacity: 1;
  transform: translateX(0);
  transition: opacity .9s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity .9s ease;
  transition: transform 1s ease, opacity .9s ease, -webkit-transform 1s ease;
}


/*アニメーション要素のスタイル*/
.animation {
  -webkit-transition: 1s;
  -webkit-transform: translateY(30px);
  opacity: 0;
  transform: translateY(30px);
  transition: 1s;
  visibility: hidden;
}

/*アニメーション要素までスクロールした時のスタイル*/
.active {
  -webkit-transform: translateY(0);
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
/*------------------------headerend*/
/*-----------contents-------------*/


.contents_box{
  max-width: 800px;
  margin: 0 auto;
  background-color: #f8f8f8;
  padding-bottom: 30px;
}
p{
  font-size: 20px;
}
h2 {
  text-align: center;
  font-size: 6rem;
  padding: 1rem 2rem;
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#f3b700), to(#ea602a));
  background-image: -webkit-linear-gradient(left, #f3b700 0%, #ea602a 100%);
  background-image: linear-gradient(to right, #f3b700 0%, #ea602a 100%);
  margin-bottom: 50px;
}
h2.orange_text{
  font-size: 4.5rem;
  padding: 1.5rem 0 0.5rem 0;
  background: none;
  margin-bottom: 0px;
  color: #ff7b22;
}
.smallheadline{
  font-size: 3rem;
}

/*------------------------------------------------fv cta*/
.credit_logo_area,.app_logo_area{
  display: flex;
  justify-content: space-around;
}
.cta_button{
  text-align: center;
}
/*------------------------------------------------クレチケとは*/
.about_area {
  max-width: 700px;
  margin: 0 auto;
  padding: 30px 0px;
}
.about_area p{
  text-align: center;
  font-size: 2.5rem;
}
.yellow_text {
  font-weight: bold;
  background: linear-gradient(transparent 50%, #ffea00 50%);
}
/*----------------------------------ご利用可能なクレジットカード*/
.card_box{
  margin-top: 40px;
  box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  border-radius: 7px;
  border: 2px solid #ff7b22;
}
.box_head{
  background-color: #ff7b22;
}
.box_title{
  color: #fff;
  font-size: 3rem;
  text-align: center;
  padding: 3rem 0;
}
.box_inner{
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 0 30px;
  background-color: #fff;
}
.icon_list{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-bottom: 2px solid #999;
}
.icon_list:last-child{
  border:none;
}
.icon_detail{
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
}
.icon_detail p{
  font-weight: bold;
}
/*-----------------------------------------------取り扱い商品*/
.item_area{
  margin-bottom: 70px;
}
.item_area p{
  text-align: center;
  font-size: 2.5rem;
}
.red_text{
  color: red;
  font-size: 2rem;
  font-weight: bold;
}
.bd_bottom{
  border-bottom: 2px solid red;
}
.itemList_area{
  max-width: 700px;
  margin: 0 auto;
  padding: 30px 20px;
  background-color: #ffffff;
  border-radius: 7px;
  box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.2);
  position: relative;
}
.itemList_title{
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#f3b700), to(#ea602a));
  background-image: -webkit-linear-gradient(left, #f3b700 0%, #ea602a 100%);
  background-image: linear-gradient(to right, #f3b700 0%, #ea602a 100%);
  padding: 1.5rem 4rem;
  border-radius: 40px;
}
.item_detail{
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  text-align: center;
  padding: 2.5rem 0;
  border-bottom: 2px solid #999;

}
.item_detail:last-child{
  border: none;
}
.item_title{
  font-weight: bold;
  padding: 1.5rem 0;
}
.item_img{
  width: 80%;
}
.item_price{
  color: red;
  font-size: 3.5rem;
  font-weight: bold;
  padding: 1.5rem;
}
.sub_text{
  font-size: 2rem;
  padding-right: 10px;
}
/*-----------------------------------------------5つのメリット*/
.merit_area {
  max-width: 700px;
  margin: 0 auto;
}
.merit_area .box_inner{
  text-align: center;
  padding: 3rem;
}
.merit_text{
  color: red;
  font-weight: bold;
  font-size: 3.5rem;
  padding-bottom: 1.5rem;
}
.merit_sub{
  font-weight: bold;
  font-size: 2.5rem;
}
/*-------------------------------------------------ご利用手順*/
.instruction{
  max-width: 700px;
  margin: 0 auto;
  padding: 30px 20px;
  background-color: #ffffff;
  border-radius: 7px;
  box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.2);
}
.instruction h3{
  font-size: 4rem;
  margin: auto 0;
  margin-left: 20px;
}

.instruction .step_number{
  background-color: #001b63;
  color: #ffea00;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  font-size: 3rem;
  font-weight: bold;
  line-height: 2.9rem;
  padding: 8px 18px;
  text-align: justify;
}
.instruction img{
  width: 60%;
  margin: 20px 20%;
}
.instruction p{
  width: 80%;
  margin: 0 auto;
}
.triangle {
  width: 0;
  height: 0;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
  border-top: 40px solid #001b63;
  margin: 30px auto;
}

/*==================================================
お客様の声
===================================*/
.customer{
  list-style: none;
  padding: 0 25px;
  height: 840px;
}
.slider {
  position:relative;
	z-index: 1;
	/*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
	height: 100vh;/*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
}

.slider-item {
  width: 100%;/*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
  /*height:100vh;/*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
  background-repeat: no-repeat;/*背景画像をリピートしない*/
  background-position: center;/*背景画像の位置を中央に*/
  height: 760px;
}
.slider-item img{
  margin: auto;
  height: auto;
}
/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
  position: absolute;/*絶対配置にする*/
  z-index: 3;
  top: 328px;
  cursor: pointer;/*マウスカーソルを指マークに*/
  outline: none;/*クリックをしたら出てくる枠線を消す*/
  height: 80px;
  width: 80px;
}
/*
.slick-prev, 
.slick-next {
  border-top: 2px solid #ccc;
  border-right: 2px solid #ccc;

    transform: rotate(-135deg);
        transform: rotate(45deg);
}
*/

.slick-prev {/*戻る矢印の位置と形状*/
  background-image: url(../img/prevbutton.png);
  left:0px;

}

.slick-next {/*次へ矢印の位置と形状*/
  background-image: url(../img/nextbutton.png);
  right:0px;
}

/*ドットナビゲーションの設定*/

.slick-dots {
	position: relative;
	z-index: 3;
  text-align:center;
	margin:8px 0 0 0;
}

.slick-dots li {
  display:inline-block;
	margin:0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width:8px;/*ドットボタンのサイズ*/
    height:8px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
    background:#ccc;/*ドットボタンの色*/
}

.slick-dots .slick-active button{
    background:#333;/*ドットボタンの現在地表示の色*/
}

/***** for hidden *****/
.d-none {
  display: none;
  }
  /***** for layout（optional） *****/



/*=========
accordion
=========*/
.accordion_one {
  max-width: 700px;
  margin: 20px auto;
  background-color: #ffffff;
  border-radius: 7px;
  box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.2);
}
.accordion_area .accordion_one .ac_header {
  /*padding: 1.5rem 4rem 1.5rem 2rem;*/
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition: .2s;
  padding: 2rem 1.5rem;
  padding-left: 25px;
}
.accordion_area .accordion_one .ac_header:not(.open):hover {
  background-color: #f1f8ff;
  border-radius: 7px;
}

.accordion_area .accordion_one:nth-child(odd) .ac_header {
  background-color: #fff;
  border-radius: 7px;
}

.accordion_area .accordion_one:nth-child(odd) .ac_header:not(.open):hover {
  background-color: #f1f8ff;
  border-radius: 7px;
}
.accordion_area .accordion_one .ac_header .i_box {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}
.accordion_area .accordion_one .ac_header .i_box:before, .accordion_area .accordion_one .ac_header .i_box:after {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
}
.accordion_area .accordion_one .ac_header .i_box:before {
  border-top: 2px solid #014897;
  width: 20px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.accordion_area .accordion_one .ac_header .i_box:after {
  border-left: 2px solid #014897;
  width: 0;
  height: 20px;
  top: 0;
  bottom: 0;
  right: 9px;
  transition: .3s;
}
.accordion_area .accordion_one .ac_header.open .i_box:after {
  height: 0;
}
.accordion_one .ac_inner {
  display: none;
  box-sizing: border-box;
  background: #fff;
  max-width: 650px;
  margin: 1.5rem;
  margin-left: 25px;
  margin-top: 0;
}
 
/*=========
faq
=========*/
 
.p-faq__headinner {
  display: block;
  padding-left: 35px;
  position: relative;
  line-height: 1.5;
  max-width: 650px;
}
.p-faq__headinner::before {
  position: absolute;
  left: 0;
  content: "Q";
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  background-color: #091b63;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  padding: 2px 9.6px;
}
.p-faq__headinner p.p-faq__q-txt {
  font-size: 20px;
  margin-left: 20px;
}
.p-faq__bodyinner {
  display: block;
  position: relative;
  line-height: 1.5;
  border-top: 2px solid #888888;
  padding: 2rem 0;
  padding-left: 35px;
}
.p-faq__bodyinner::before {
  position: absolute;
  left: 0;
  content: "A";
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  background-color: #ff7b22;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  padding: 2px 9.5px;
}
.p-faq__bodyinner p.p-faq__a-txt {
  font-size: 20px;
  margin-left: 20px;
}


/*-----------------------------------------------company*/
table.company{
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  font-size: 20px;
  border: 2px solid #ff7b22;
  border-radius: 7px;
  overflow: hidden;
  border-spacing: 0;
  border-collapse: separate;
  background-color: white;
}
.company th{
  width: 25%;
  background-color: #ff7b22;
  color: #fff;
  border-bottom: 1px solid #cccccc;
}
.company td{
  border-bottom: 1px solid #cccccc;
  border-left: none;
  padding: 10px;
  padding-left: 30px;
}
.company th.tablebottom, .company td.tablebottom{
  border-bottom: none;
}
/*
table tr:last-child {
  border-bottom: none;
}
*/
table tr:nth-child(odd){
  background-color: #f8f8f8
}

/*-----------------------------------------------footer*/
.footer_area{
  max-width: 800px;
  margin: 0 auto;
  background-color: #f8f8f8;
  padding-top: 20px;
}
footer{
  width: 100%;
  color: #fff;
  text-align: center;
  background-color: #091b63;
  padding: 2rem 0;
}

.mediaLink{
  color: #fff;
 font-size: 1.8rem;
 text-decoration: underline;
 border-left: 1px solid #fff;
 border-right: 1px solid #fff;
 padding: 0 1rem;
}


@media (max-width:800px){
  h2{
    font-size: 25px;
  }
  .smallheadline {
    font-size: 2rem;
  }
  p, .p-faq__headinner p.p-faq__q-txt, .company td, .company th, .p-faq__bodyinner p.p-faq__a-txt{
    font-size: 16px;
  }
  .p-faq__bodyinner{
    border-top: 1px solid #888888;
  }
  header .area{
    max-width: 100%;
  }
  header{
    padding: 0;
  }
  .logo img{
    height: 60px;
  }
  .line_logo img{
    width: 60px;
    height: 60px; 
  }
  #nav-toggle {
    height: 60px; 
    width: 60px;
  }
  .about_area{
    width: 90%;
    padding-top: 0px;
  }
  .about_area p{
    font-size: 2rem;
  }
  .box_inner{
    padding: 0 10px;
  }
  .box_title{
    font-size: 2rem;
    padding: 1.5rem;
  }
  .icon_detail{
    padding: 10px;
  }
  h2.orange_text{
    font-size: 3rem;
  }
  .item_area{
    width: 90%;
    margin: 0 auto;
  }
  .itemList_title {
    padding: 1.5rem 2rem;
    border-radius: 40px;
    width: 60%;
    text-align: center;
  }
  .itemList_area{
    width: 90%;
    margin-top: 60px;
  }
  .merit_area{
    width: 90%;
  }
  .merit_area .box_inner{
    padding: 2rem;
  }
  .merit_text{
    font-size: 2rem;
  }
  .merit_sub {
    font-weight: bold;
    font-size: 1.6rem;
  }
  .instruction{
    width: 90%;
  }
  .instruction h3{
    font-size: 3rem;
  }
  .instruction img{
    width: 80%;
    max-width: 500px;
    margin: 20px 10%;
  }
  .instruction p{
    max-width: 500px;
    width: 90%;
  }
  .customer{
    height: fit-content;
  }
  .slick-prev{
    top: 42%;
    left: -10px;
  }
  .slick-next{
    top: 42%;
    right: -10px;
  }
  .slider{
    height: fit-content;
  }
  .slider-item{
    height: fit-content;
  }
  .accordion_one{
    width: 90%;
    margin: 15px auto;
  }
  table.company{
    width: 90%;
  }
  .company td{
    padding-left: 10px;
  }
  .p-faq__bodyinner::before, .p-faq__headinner::before{
    padding: 1.7px 9.3px;
  }
}
@media (max-width:480px){
  .slick-prev{
    top: 42%;
    left: -20px;
  }
  .slick-next{
    top: 42%;
    right: -20px;
  }
}