@charset "UTF-8";
.sp{
  display: none;
 }
.fv{
  background-image: url(../img/fv-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.fv-con{
  position:relative;
}
.fv-btn{
  position:absolute;
  bottom:3rem;
  border-radius:999px;
}
.btn-cam {
  padding: 1.4rem 0.8rem;
  background: var(--sub01);
  border: 2px solid var(--sub01);
  color: white;
  display: block;
  box-sizing: border-box;
  border-radius: 4px;
  font-size: 1.8rem;
  border-radius:999px;
  text-align: center;
  line-height: 2.8rem;
  font-weight: bold;
  max-width: 800px;
  transition: .2s;
  margin: 0 auto 0;
}
.btn-cam:hover{
  background: transparent;
  color:var(--sub01);
}
.btn-cam i{
  margin-left:0.8rem;
}
.tokuten-con{
  padding-top:2.4rem;
  padding-bottom:2.4rem;
  background-size: cover;
  background: var(--light);
}
.tokuten-con h3{
  font-weight: bold;
  font-size: 1.9rem;
  margin-bottom:1.6rem;
}
.tokuten_li{
  background:#fff;
  border-radius:4px;
  margin: 0 auto;
  padding: 40px;
  border:1.6px solid var(--light);
  box-shadow: 0px 0px 16px rgb(15 41 53 / 6%);
  width: 100%;
  max-width: 1060px;
  flex-wrap: nowrap;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
.tokuten_li h4{
  font-weight: bold;
  font-size: 1.7rem;
  letter-spacing:0.01em;
  text-align: center;
  margin-bottom:1rem;
}
.tokuten_li h4 span{
  color:var(--sub01);
  font-weight: bold;
  font-size: 2rem;
  letter-spacing:0.01em;
  margin-right:0.4rem;
}
.tokuten_li .img.tac {
  flex-shrink: 0;
  width: 50%;
  max-width: 420px;
}
.tokuten_li p{
  font-size: 1.6rem;
  line-height: 2.7rem;
  margin-bottom: 10px;
}
.tokuten_li img {
  width:420px;
}
.tokuten_li .tokuten_description {
  margin-bottom: 10px;
}
.tokuten_li .tokuten_description b {
  font-weight: 600;
}
.tokuten_li .tokuten_description span {
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--sub02);
}
.tokuten_li .tokuten_note {
  font-size: 1.3rem;
  line-height: 1.5em;
  font-weight: 400;
  margin-bottom: 0;
}
.gyr_local_save_confirm_message {
  display: none !important;
}


.flow{
  background:var(--light);
  padding-top:2.8rem;
  padding-bottom:2.8rem;
}
.flow .comparisonttl{
  margin-bottom:2rem;
}
.flow .comparisonttl span{
  font-size: 1.8rem;
}
.flow .comparisonttl span::before, .flow .comparisonttl span::after {
  /* border-color: var(--sub01); */
}
.flow04 {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px;
  margin-bottom:2rem
}
.flow04 > li {
  list-style-type: none;
  width: 160px;
  height:160px;
  display: flex;
}
.flow04 > li .icon04 {
  line-height: 2;
  width: 2em;
  height: 2em;
  text-align: center;
  color: var(--sub02);
  background: #fff;
  margin: 0 auto 10px;
  display: block;
  border-radius: 100vh;
  position: relative;
}
.flow04 > li .icon04::before {
  /* content: "";
  border: solid transparent;
  border-width: 7px;
  border-top-color: var(--sub01);
  position: absolute;
  top: calc(100% - 2px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); */
}
.flow04 > li dl {
  padding: 1rem;
  margin: 0;
  border: 2px solid var(--sub02);
  background:var(--sub02);
  position: relative;
  width:100%;
  border-radius:999px;
}
.flow04 > li:not(:first-child) dl::before {
  content: "";
  width: 14px;
  height: 14px;
  margin-right: 10px;
  display: inline-block;
  border-top: 2px solid var(--sub02);
  border-right: 2px solid var(--sub02);
  position: absolute;
  top: calc(50% - 14px);
  left: -45px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.flow04 > li dl dt {
  width: 160px;
  font-size: 1.6rem;
  display:block;
  line-height:2.3rem;
  font-weight: 600;
  color: #fff;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.flow04 > li dl dd {
  margin-left: 0;
}

    /* step
----------------------------------------------------------- */
.br_460 {
    display: none;
}
.step .inner {
    padding: 4.2rem 0 3rem;
}
.step img {
    margin: 0 auto;
    display: block;
}
.step h2 {
    display: block;
    text-align: center;
    font-size: 2.4rem;
    letter-spacing: 0.05em;
    font-weight: 600;
    margin-bottom: 1rem;
}
.step h2 span {
  color:var(--sub02);
}
.step h2 span.about_num {
    font-size: 4rem;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
    vertical-align: -4%;
}

.step ol {
    display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 3rem;
}
.step ol li {
    width: 100%;
    max-width: 280px;
    padding: 0 1rem;
    position: relative;
}
.step ol li:last-child::before {
    content: url(../img/step_deco.png);
    position: absolute;
    right: 0;
    top: -12px;
}
.step ol li .step_img_wrapper {
    position: relative;
}
.step ol li .step_img_wrapper::after {
    content: url(../img/arrow.png);
    position: absolute;
    top: calc(50% - 14px);
    left: calc(0% - 16px);
}
.step ol li:first-child .step_img_wrapper::after {
    display: none;
}
.step ol li .step_img_wrapper img {
    margin: 0 auto 1.8rem;
}
.step ol li h3 {
    font-size: 1.7rem;
    color:var(--sub02);
    text-align: center;
    margin-bottom: 1.6rem;
    line-height: 1.4em;
    font-weight: 600;
}
.step ol li p {
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5em;
}

@media (min-width: 761px) {
    .step .inner {
        margin: 0 auto;
        width: 1280px;
    }
}

@media screen and (max-width: 1250px) {
    .step .inner {
        width: 755px;
        padding: 2rem 0 0;
    }
    .step ol {
        justify-content: center;
    }
    .step ol li {
        padding: 0 1.6rem 4rem;
    }
}

@media screen and (max-width: 768px) {
    .step h2 {
        font-size: 2rem;
        font-feature-settings: "palt";
    }
    .step h2 span.about_num {
        font-size: 3rem;
    }
    .sp_br {
        display: none;
    }
    .step .inner {
        width: 100%;
        padding: 2rem 0.8rem 0;
        margin: 0 auto;
    }
    .step ol {
        display: block;
        margin: 2rem auto 0;
        width: fit-content;
    }
    .step ol li {
        margin: 0 auto;
        max-width: none;
        width: auto;
        display: flex;
        gap: 10px;
        padding: 0 0 5.6rem;
        position: relative;
    }
    .step ol li:first-child::before {
      top: -112px;
    }
    .step ol li:last-child {
        padding-bottom: 2rem;
    }
    .step ol li:last-child::before {
        display: none;
    }
    .step ol li::after {
      content: url(../img/arrow.png);
      position: absolute;
      left: 48%;
      top: 65%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      transform: rotate(90deg);
    }
    .step ol li:last-child::after {
      display: none;
    }
    .step ol li h3 {
      margin-bottom: 0.6rem;
      text-align: left;
      font-size: 1.6rem;
    }
    .step ol li .step_img_wrapper {
      flex-shrink: 0;
  }
    .step ol li .step_img_wrapper::after {
        display: none;
    }
    .step ol li .step_img_wrapper img {
        margin: 0 auto 0.8rem;
        width: 100px;
    }
    .step ol li:last-child .step_img_wrapper::before {
        display: none;
    }
}


@media screen and (max-width: 460px) {
    .br_460 {
        display: block;
    }
}



.option-dl{
  opacity: 0.7;
  position:fixed;
  bottom:20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width:720px;
  max-width:calc(100% - 3.2rem);
  margin:0 auto;
  z-index:200;
  /* writing-mode: vertical-rl; */
}
.dl-label{
  border: 2px solid rgb(0 189 229 / 50%);
  background:#fff;
  border-radius:999px;
  padding:1.2rem 2.4rem;
  font-weight: bold;
  left:0;
  z-index:100;
  box-shadow:0px 0px 8px rgb(0 189 229 / 20%);
  width: 100%;
  height: 100%;
  position: relative;
  
}
.option-dl .txt{
  padding-left:3.2rem;
  display:block;
}
.dl-label::before{
  content: "";
  position: absolute;
  top: 2.3rem;
  left: 1.8rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 2px;
  background: var(--dark);
  border: 1px solid var(--light);
  z-index: 5;
}

.dl-label::after {
  border-right: 3px solid var(--light);
  border-bottom: 3px solid var(--light);
  content: '';
  display: block;
  height: 18px;
  top: 33%;
  left: 2.75rem;
  opacity: 1;
  position: absolute;
  transform: rotate(45deg);
  width: 8px;
  z-index: 10;
}
.dl-input:checked + .dl-label::after {
  opacity: 1;
}
.dl-input:checked + .dl-label::before{
  background: var(--sub01);
  border-color: var(--sub01);
  z-index: 5;
}
.dl-input:checked + .dl-label {
  border: 2px solid var(--sub01);
}
@media screen and (max-width: 1024px) {

  .fv-btn .btn{
	padding: 1.2rem 1.2rem;
	width: 280px;
	}
	.fv-btn{
	bottom: 1rem;
    left: 1rem;
	}
}
@media screen and (max-width:769px) {
  .fv {
    padding-top: 4.2rem;
    padding-bottom: 1.6rem;
  }
  .fv .wrapper {
    padding: 0;
  }
  .fv > img {
    width: 100%;
  }
  .fv-btn{
    position:absolute;
    left:1rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .tokuten_li h4 br.pc {
    display: none;
  }
  .tokuten_li{
    flex-direction: column;
    padding: 20px;
    gap: 10px;
  }
  .tokuten_li .img.tac {
    width: 100%;
    max-width: 420px;
  }
  .tokuten_li img{
    width:100%;
  }
  .tokuten_li:first-of-type .con{
    justify-content: space-around;
    display:block
  }
  .tokuten_li p{
    width:100%;
    margin-bottom:1rem;
  }
  .tokuten_li .tokuten_description {
    font-size: 1.4rem;
    line-height: 1.5em;
  }
  .tokuten_li .tokuten_description span {
    font-size: 1.6rem;
  }
  .flow04 {
    gap: 1rem;
  }
  .flow04 > li {
    /* max-width: unset; */
    /* display: block; */
  }
  .flow04 > li:not(:first-child) dl::before {
    display: none;
  }
  .option-dl .txt{
    font-size:1.5rem;
    line-height:2.4rem;
  }
  .dl-label::after{
    top:24%;
  }
  .dl-label{
    bottom:4rem;
  }
  .btn-cam {
    font-size:1.6rem;
  }
  
}

@media screen and (max-width:400px){
  .btn-cam {
    font-size:1.5rem;
  }
  
}


/* -----------------------------------------------------------
サイドバー
----------------------------------------------------------- */
.sidebar {
  position: fixed;
  top: 20%;
  left: 0;
  width: 15%;
  max-width: 220px;
  min-width: 205px;
  background: #fff;
  color: #fff;
  z-index: 999;
  border-radius: 0 5px 5px 0;
  box-shadow: 0px 0px 16px rgb(15 41 53 / 6%);

  transform: translateX(-100%);
  opacity: 0;
  transition: transform 0.5s ease, opacity 0.5s ease;
  z-index: 1000;
}
.sidebar.show {
  transform: translateX(0);
  opacity: 1;
}
.sidebar .sidebar_ttl {
  background: var(--sub01);
  font-weight: 600;
  padding: 10px 15px;
  border-radius: 0 3px 0 0;
}
.sidebar ul {
    list-style: none;
    margin: 0;
    padding: 0 15px;
}
.sidebar .accordion > li:not(:last-child) {
    border-bottom: solid 1px var(--dark);
}
.sidebar .accordion > li > .toggle {
    position: relative;
    display: block;
    padding: 12px 0;
    text-decoration: none;
    cursor: pointer;
    font-size: 1.4rem;
    font-weight: 500;
    color: var(--basic);
}
.sidebar .accordion > li > .toggle:hover {
   background: #fff;
}
.sidebar .accordion > li > .toggle::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 5px;
  height: 5px;
  border-bottom: solid 2px var(--sub01);
  border-right: solid 2px var(--sub01);
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.2s;
}
.sidebar .accordion > li > .toggle.active::after {
  transform: translateY(-50%) rotate(225deg);
}
.sidebar .submenu {
    display: none;
    background: #fff;
    padding-left: 15px;
}
.sidebar .submenu li a {
    display: block;
    padding: 12px 0;
    text-decoration: none;
    font-size: 1.3rem;
    font-weight: 500;
    border-top: solid 1px var(--dark);
    line-height: 1.4em;
}
.sidebar .submenu li:first-child a {
    border: none;
    padding-top: 0;
}
.sp-category-btn {
  display: none;
}

@media screen and (max-width: 768px) {
  .sidebar {
    top: 0;
    right: 0;
    left: auto;
    width: 80%;
    max-width: none;
    min-width: none;
    height: 100vh;
    padding: 20px;
    border-radius: 0;
    box-shadow: 2px 0 16px rgba(15,41,53,0.1);
    transform: translateX(100%);
    opacity: 0;
  }
  .sidebar.show {
    transform: translateX(0);
    opacity: 1;
    padding-top: 50px;
  }
  .sidebar .sidebar_ttl {
    display: none;
  }
  .sidebar ul {
    padding: 0;
  }
  .sp-category-btn {
    display: block;
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 1001;
    padding: 3px 11px;
    font-size: 1.2rem;
    cursor: pointer;
    background: #fff;
    color: var(--sub01);
    box-shadow: 2px 0 16px rgba(15,41,53,0.1);
    font-weight: 600;
    border-radius: 50vw;
    border: solid 2px var(--sub01);
  }
  .sp-category-btn.open {
    width: 36px;
    height: 36px;
    padding: 0;
  }
  .sp-category-btn.open::before, .sp-category-btn.open::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 43%;
    width: 2px;
    height: 20px;
    background: var(--sub01);
  }
  .sp-category-btn.open::before {
    transform: translate(-50%,-50%) rotate(45deg);
  }
  .sp-category-btn.open::after {
    transform: translate(-50%,-50%) rotate(-45deg);
  }
  .overlay_side {
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    visibility: hidden;
    transition: opacity 0.3s;
    z-index: 998;
  }
  .overlay_side.show {
    opacity: 1;
    visibility: visible;
  }
}

/* -----------------------------------------------------------
もっと見るボタン
----------------------------------------------------------- */
.categorySub {
  position: relative;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.categorySub.has-gradient::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 60px; /* ぼかしの高さ */
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, #fff 100%);
  pointer-events: none;
  transition: opacity 0.3s;
}
.categorySub.open {
  max-height: none !important;
}
.categorySub.open::after {
  opacity: 0;
}
.more-btn {
  display: block;
  margin: 20px auto;
  padding: 1.6rem 1.6rem;
  background: var(--sub01);
  cursor: pointer;
  width: 320px;
  text-align: center;
  color: #fff;
  border-radius: 50vw;
  font-size: 1.7rem;
  font-weight: bold;
  transition: all .3s ease-out;
  position: relative;
}
.more-btn::after {
  content: '';
  position: absolute;
  right: 20px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.2s;
}
.more-btn.open::after {
  transform: translateY(-50%) rotate(-135deg);
}
.more-btn:hover {
  transform: scale(0.95);
}

@media (max-width: 768px) {
  .more-btn {
    font-size: 1.4rem;
    margin: 10px auto;
    padding: 8px;
    width: 180px;
  }
}

/* -----------------------------------------------------------
ログインフォーム
----------------------------------------------------------- */
#login {
    background-color: var(--light);
    padding: 48px 0;
}
#login .login_txt {
    text-align: center;
    font-weight: bold;
    font-size: 2rem;
    margin-bottom: 20px;
}
#login ul {
    width: 100%;
    max-width: 450px;
    margin: auto;
    text-align: center;
}
#login ul li {
    margin-bottom: 20px;
}
#login ul dt {
    font-size: 1.4rem;
    text-align: left;
}
#login input:-webkit-autofill {
    box-shadow: 0 0 0 1000px white inset !important;
    -webkit-text-fill-color: #000 !important;
    transition: background-color 5000s ease-in-out 0s;
}
#login ul dd input {
  width: 100%;
  height: 38px;
  border: none;
  padding: 0 15px;
  box-shadow: 2px 2px 4px rgba(183, 180, 156, 0.10);
}
#login .login-btn {
    text-align: center;
}
#login .btn1 {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    border: solid 2px var(--sub01);
    max-width: 340px;
    width: 100%;
    color: #fff;
    font-weight: bold;
    box-sizing: border-box;
    overflow: hidden;
    padding: 1.5rem 2rem;
    background: var(--sub01);
    border-radius: 100px;
    margin-bottom: 20px;
}
#login .btn1 span {
    position: relative;
    font-weight: bold;
    font-size: 1.5rem;
}
#login .btn1::after {
    color: white;
    position: absolute;
    right: 2.8rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 5;
    font-size: 2rem;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
#login .btn1:hover {
    transform: scale(0.95);
}
#login .txt_box {
    text-align: center;
    font-weight: bold;
    font-size: 1.3rem;
}
#login .txt_box .txt {
    text-decoration: underline;
}
#login .note {
    font-weight: 400;
    line-height: 1.5em;
    font-size: 1.3rem;
    margin-top: 15px;
}

@media screen and (max-width: 768px) {
  #login {
      padding: 40px 0;
  }
  #login .login_txt {
      font-size: 1.8rem;
      margin-bottom: 20px;
  }
  #login .btn1 {
      box-shadow: none;
      padding: 1.3rem 2rem;
      max-width: 275px;
      margin: 12px 0;
}
}

/* -----------------------------------------------------------
キャンペーン
----------------------------------------------------------- */
.campaign {
    background: var(--light);
    padding: 4rem 0 2rem;
}
.campaign .categorySub {
  justify-content: center;
}
.campaign .tac {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 3rem;
}
.campaign .tac .sub-ttl {
    display: block;
    font-size: 1.8rem;
    margin-bottom: 8px;
    color: var(--sub01);
}
.campaign .tac .big {
    font-size: 2.2rem;
    color: #fff;
    background: var(--sub01);
    padding: 5px 5px 5px 8px;
    margin-right: 6px;
}
.campaign .tac .sp {
    display: none;
}

@media screen and (max-width: 768px) {
    .campaign {
        padding: 3rem 0;
    }
    .campaign .tac {
        font-size: 1.8rem;
        margin-bottom: 2rem;
    }
    .campaign .tac .sub-ttl {
        font-size: 1.6rem;
        margin-bottom: 4px;
    }
    .campaign .tac .big {
        font-size: 1.8rem;
        padding: 3px 3px 3px 6px;
        margin-right: 4px;
        line-height: 1.8em;
    }
    .campaign .tac .sp {
        display: block;
    }
}
