@charset "UTF-8";

* { box-sizing: border-box; }
body {
  font-family: "Manrope", "Noto Sans JP", sans-serif;
  padding: 0;
  margin: 0;
}
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
img { width: 100%;}
@media (max-width: 768px) {
}



/* common */

#anc01 {
  padding-top: 13.5vw;
  margin-top: -13.5vw;
}
header {
  height: 13.5vw;
  border-bottom: 1px solid #C8C8C8;
  display: flex;
  align-items: center;
}
header h1 {
  margin-left: 7.5vw;
  display: flex;
  align-items: center;
  height: 5.5vw;
  margin-top: 5.2vw;
}
header h1 a:first-of-type {
  margin-right: 3.75vw;
}
header h1 .logo01 {
}
header h1 a img {
  height: 5.5vw;
  width: auto;
}

footer {
  position: relative;
  z-index: 3;
  background: #EBEBEB;
  margin-top: -1.0vw;
}
footer .footer_top {
  padding: 20vw 0 15.75vw;
}
footer .footer_top .txt {
  text-align: center;
  line-height: 2.0;
  font-size: 3.75vw;
  font-weight: 500;
  margin: 0 auto 5vw;
  color: #333;
}
footer .footer_top ul {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
footer .footer_top ul li {
  width: 40vw;
  margin: 0 2.5vw;
}
footer .footer_bottom {
  border-top: 1px solid #C8C8C8;
  padding: 23.75vw 0 23.75vw;
  /*
  padding: 10.5vw 0 23.75vw;
  */
}
footer .footer_bottom .txt {
  text-align: center;
  line-height: 1;
  font-size: 3vw;
  font-weight: 400;
  margin: 0 auto 5vw;
  color: #333;
}
footer .footer_bottom .attention {
  text-align: center;
  line-height: 6.25vw;
  height: 6.25vw;
  font-size: 3vw;
  font-weight: 400;
  margin: 0 6.25vw 5vw;
  color: #333;
  border: 1px solid #333;
}
footer .footer_bottom .copyright {
  text-align: center;
  line-height: 1;
  font-size: 3vw;
  font-weight: 400;
  margin: 0 auto 0vw;
  color: #575757;
  font-family: "Manrope", sans-serif;
}

.pc_bg {
  display: none;
}
.sp_footer_btn {
  position: fixed;
  bottom: 0;
  background: #fff;
  padding: 2.5vw 11vw 2.5vw;
  margin: 0;
  z-index: 5;
}
.sp_footer_btn a {
}
.sp_footer_btn a img {
  width: 100%;
}


.h2_ttl {
  font-size: 7.2vw;
  font-weight: 500;
  color: #333;
  height: 13.5vw;
  line-height: 13.0vw;
  margin: 0 0 8.5vw;
  padding: 0 0 0 27.5vw;
}
.h2_ttl.h2_ttl01 {
  background: url(../img/common/h2_ttl01.webp) no-repeat;
  background-size: 100% auto;
}
.h2_ttl.h2_ttl02 {
  background: url(../img/common/h2_ttl02.webp) no-repeat;
  background-size: 100% auto;
}
.h2_ttl.h2_ttl03 {
  background: url(../img/common/h2_ttl03.webp) no-repeat;
  background-size: 100% auto;
}
.h2_ttl.h2_ttl04 {
  background: url(../img/common/h2_ttl04.webp) no-repeat;
  background-size: 100% auto;
}
.h2_ttl.h2_ttl05 {
  background: url(../img/common/h2_ttl05.webp) no-repeat;
  background-size: 100% auto;
}
.h2_ttl.h2_ttl06 {
  background: url(../img/common/h2_ttl06.webp) no-repeat;
  background-size: 100% auto;
}
.h2_ttl.h2_ttl07 {
  background: url(../img/common/h2_ttl07.webp) no-repeat;
  background-size: 100% auto;
}
.h2_ttl.h2_ttl08 {
  background: url(../img/common/h2_ttl08.webp) no-repeat;
  background-size: 100% auto;
}
@media (min-width: 769px) {
  #anc01 {
    padding-top: 0;
    margin-top: 0;
  }
  body {
    position: relative;
  }
  main {
    width: 402px;
    margin: 0 auto;
    position: relative;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.25);
  }
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 54px;
  }
  header h1 {
    margin-left: 32px;
    height: 22px;
    margin-top: 18px;
  }
  header h1 a:first-of-type {
    margin-right: 14px;
  }
  header h1 a img {
    height: 22px;
  }

  footer {
    margin-top: -1.0vw;
  }
  footer .footer_top {
    padding: 80px 0 75px;
  }
  footer .footer_top .txt {
    font-size: 15px;
    margin: 0 auto 20px;
  }
  footer .footer_top ul li {
    width: 160px;
    margin: 0 10px;
  }
  footer .footer_bottom {
    padding: 95px 0 95px;
    /*
    padding: 45px 0 95px;
    */
  }
  footer .footer_bottom .txt {
    font-size: 12px;
    margin: 0 auto 20px;
  }
  footer .footer_bottom .attention {
    line-height: 25px;
    height: 25px;
    font-size: 12px;
    margin: 0 25px 20px;
  }
  footer .footer_bottom .copyright {
    font-size: 12px;
  }

  .pc_bg {
    display: block;
    position: fixed;
    top: 54px;
    left: 0;
    width: 100%;
    height: calc(100vh - 54px);
    background: url(../img/common/pc_bg.webp) no-repeat center top;
    background-size: cover;
  }
  .pc_bg .flcell {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    width: 88vw;
    height: 755px;
  }
  .pc_bg .flcell .fleft {
    width: 330px;
  }
  .pc_bg .flcell .fleft .ttl {
    width: 330px;
    margin: 0 auto;
  }
  .pc_bg .flcell .fleft .btn {
    display: block;
    width: 168px;
    margin: 20px auto 0;
  }
  .pc_bg .flcell .fright {
    width: 330px;
  }
  .pc_bg .flcell .fright .btn_home {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 280px;
    height: 48px;
    border: 1px solid #EA6F2C;
    border-radius: 28px;
    background: #fff;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #333333;
    text-decoration: none;
  }
  .pc_bg .flcell .fright .btn_home::after {
    display: block;
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    margin: auto;
    width: 18px;
    height: 16px;
    left: 24px;
    background: url(../img/common/icon_home.webp) no-repeat center;
    background-size: 100% 100%;
  }
  .pc_bg .flcell .fright .btn {
    display: block;
    width: 168px;
    margin: 0px auto 25px;
  }
  .pc_bg .flcell .fright .menu {
    width: 247px;
    margin: 0px auto 0;
    background: #fff;
    padding: 45px 0px;
    border-radius: 20px;
  }
  .pc_bg .flcell .fright .menu .menu_ttl {
    font-family: "Montserrat", sans-serif;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    margin: 0 auto 30px;
    color: #000;
  }
  .pc_bg .flcell .fright .menu ul {
    margin: 0 0 0 50px;
    padding: 0;
    list-style: none;
  }
  .pc_bg .flcell .fright .menu ul li {
    margin: 0 0 20px;
  }
  .pc_bg .flcell .fright .menu ul li:last-child {
    margin: 0 0 0px;
  }
  .pc_bg .flcell .fright .menu ul li a {
    display: flex;
    align-items: center;
    height: 16px;
    text-decoration: none;
  }
  .pc_bg .flcell .fright .menu ul li a img {
    width: 24px;
    margin-right: 10px;
  }
  .pc_bg .flcell .fright .menu ul li a p {
    line-height: 1;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    margin: 0;
  }

  .sp_footer_btn {
    display: none;
  }
  /*
  .sp_footer_btn {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 402px;
    padding: 10px 44px 10px;
  }
  */
  .h2_ttl {
    font-size: 30px;
    height: 55px;
    line-height: 50px;
    margin: 0 0 30px;
    padding: 0 0 0 108px;
  }
}
@media (min-width: 769px) and (max-width: 1200px) {
  .pc_bg {
    display: block;
    position: absolute;
    top: 54px;
    left: 0;
    width: 100%;
    background: url(../img/common/pc_bg.webp) no-repeat center top;
    background-size: 100% auto;
  }
  .pc_bg .flcell {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    width: 94%;
    height: 52.4vw;
  }
  .pc_bg .flcell .fleft {
    width: 22.9vw;
  }
  .pc_bg .flcell .fleft .ttl {
    width: 100%;
    margin: 0 auto;
  }
  .pc_bg .flcell .fleft .btn {
    display: block;
    width: 50.9%;
    margin: 20px auto 0;
  }
  .pc_bg .flcell .fright {
    width: 22.9vw;
  }
  .pc_bg .flcell .fright .btn_home {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 84.8%;
    height: 48px;
    border: 1px solid #EA6F2C;
    border-radius: 28px;
    background: #fff;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #333333;
    text-decoration: none;
  }
  .pc_bg .flcell .fright .btn_home::after {
    display: block;
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    margin: auto;
    width: 18px;
    height: 16px;
    left: 24px;
    background: url(../img/common/icon_home.webp) no-repeat center;
    background-size: 100% 100%;
  }
  .pc_bg .flcell .fright .btn {
    display: block;
    width: 50.9%;
    margin: 0px auto 25px;
  }
  .pc_bg .flcell .fright .menu {
    width: 84%;
    margin: 0px auto 0;
    background: #fff;
    padding: 45px 0px;
    border-radius: 20px;
  }
  .pc_bg .flcell .fright .menu .menu_ttl {
    font-family: "Montserrat", sans-serif;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    margin: 0 auto 30px;
    color: #000;
  }
  .pc_bg .flcell .fright .menu ul {
    margin: 0 0 0 2vw;
    padding: 0;
    list-style: none;
  }
  .pc_bg .flcell .fright .menu ul li {
    margin: 0 0 20px;
  }
  .pc_bg .flcell .fright .menu ul li:last-child {
    margin: 0 0 0px;
  }
  .pc_bg .flcell .fright .menu ul li a {
    display: flex;
    align-items: center;
    height: 16px;
    text-decoration: none;
  }
  .pc_bg .flcell .fright .menu ul li a img {
    width: 24px;
    margin-right: 10px;
  }
  .pc_bg .flcell .fright .menu ul li a p {
    line-height: 1;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    margin: 0;
  }

}

/* index */
:root {
  --gap: 16px;
  --duration: 500ms;
  --accent: #f07a1a;
}
.index {
}
.index .kv {
  padding: 6.25vw 0 23.75vw;
  background: url(../img/index/kv_bg_sp.webp) no-repeat center;
  background-size: 100% 100%;
}
.index .slider {
  width:100vw;
  margin: 0 auto 8.5vw;
}
.index .slider__viewport {
  overflow: hidden;
}

.index .slider__track {
  display:flex;
  gap:var(--gap);
  /* peek はJSで viewport と 75vw から計算して inline-style 付与 */
  will-change:transform;
  transition:transform var(--duration) ease;  }

.index .slider__slide {
  flex:0 0 75vw;
  aspect-ratio:9/10.08;
  overflow:hidden;
  background:#111;
}
.index .slider__slide img {
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.index .slider__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 6vw;
}
.index .slider__controls {
  display: flex;
  gap: 3.75vw;
  justify-content: center;
  align-items: center;
}
.index .btn.js-toggle {
  width: 7.5vw;
  height: 7.5vw;
  border-radius: 999px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  background: #fff;
  color: #EA6F2C;
  cursor: pointer;
  font-size: 5vw;
  line-height: 7.0vw;
  font-weight: 700;
}
.index .btn.js-toggle.is-playing {
  background-image:url(../img/index/btn_stop.webp);
  background-size: 100% 100%;
}
.index .btn.js-toggle.is-paused {
  background-image:url(../img/index/btn_play.webp);
  background-size: 100% 100%;
}

.index .btn.js-prev {
  width: 10.5vw;
  height: 7vw;
  background: url(../img/index/btn-prev.webp) no-repeat center;
  background-size: 100% 100%;
  border: none;
}
.index .btn.js-next {
  width: 10.5vw;
  height: 7vw;
  background: url(../img/index/btn-next.webp) no-repeat center;
  background-size: 100% 100%;
  border: none;
}

.btn--play { background: #fff; }
.btn:active { transform: translateY(1px); }

.progress {
  position: relative;
  height: 4px;
  background: #fff;
  border-radius: 0px;
  overflow: hidden;
  width: 45vw;
  margin-bottom: 5vw;
}
.progress__bar {
  position: absolute;
  inset: 0 100% 0 0;
  background: var(--accent);
  transition: inset var(--duration) ease;
}
.progress__text {
  display: none;
}
.index .kv .btn_kv {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80vw;
  height: 14vw;
  line-height: 14vw;
  padding: 0 0 0 0vw;
  margin: 0 auto;
  border: 1px solid #EA6F2C;
  border-radius: 14.5vw;
  background: #fff;
  font-size: 3.5vw;
  font-weight: 500;
  color: #333333;
  text-decoration: none;
}
.index .kv .btn_kv::before,
.index .kv .btn_kv::after {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
}
.index .kv .btn_kv::before {
  width: 10vw;
  height: 10vw;
  left: 1.25vw;
  background: url(../img/index/btn_kv.webp) no-repeat center;
  background-size: 100% 100%;
}
.index .kv .btn_kv::after {
  width: 3vw;
  height: 3vw;
  right: 4vw;
  background: url(../img/index/icon_blank01.webp) no-repeat center;
  background-size: 100% 100%;
}

.index .menuArea {
  border-top: 1px solid #EA6F2C;
  border-bottom: 1px solid #EA6F2C;
  background: #fff;
  margin: 0;
  padding: 0;
  width: 100%;
}
.index .menuArea.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
.index .menuArea ul {
  display: flex;
  height: 13vw;
  list-style: none;
  margin: 0;
  padding: 0;
}
.index .menuArea ul li {
  width: 20%;
  border-right: 1px solid #EA6F2C;
  height: 13vw;
}
.index .menuArea ul li:last-child {
  border-right: none;
}
.index .menuArea ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-decoration: none;
  height: 13vw;
}
.index .menuArea ul li a .img {
  width: 6.8vw;
  margin: 0 auto 0vw;
}
.index .menuArea ul li a .img img {
  width: 100%;
}
.index .menuArea ul li a p {
  text-align: center;
  line-height: 1.1;
  font-size: 2.75vw;
  color: #333;
  margin: 0 auto;
}

.index .otoku {
  margin: 0 0 0vw;
}
.index .otoku .otoku_kv {
  margin: 0 auto 15vw;
  position: relative;
}
.index .otoku .otoku_kv .img01 {
  position: absolute;
  top: 6.5vw;
  left: 0;
  right: 0;
  margin: auto;
  width: 94vw;
  z-index: 3;
}
.index .otoku .otoku_kv .img02 {
  position: absolute;
  top: 33.25vw;
  left: 10.5vw;
  width: 7.5vw;
  z-index: 2;
}
.index .otoku .otoku_kv .img03 {
  position: absolute;
  top: 3vw;
  right: 8vw;
  width: 4.5vw;
  z-index: 2;
}
.index .otoku .otoku_kv .img04 {
  position: absolute;
  bottom: 8.75vw;
  left: 0;
  right: 0;
  margin: auto;
  width: 90vw;
  z-index: 4;
}
.index .otoku .otoku_kv02 {
  position: relative;
}
.index .otoku .otoku_kv02 .img01 {
  position: absolute;
  top: 24vw;
  left: 0;
  right: 0;
  margin: auto;
  width: 80.75vw;
  z-index: 4;
}
.index .otoku .otoku_kv02 .img02 {
  position: absolute;
  top: 43vw;
  left: 22vw;
  width: 11.25vw;
  z-index: 2;
}
.index .otoku .otoku_kv02 .img03 {
  position: absolute;
  top: 30vw;
  right: 13.75vw;
  width: 7.5vw;
  z-index: 2;
}
.index .otoku .otoku_kv02 .img04 {
  position: absolute;
  bottom: 11.25vw;
  left: 0;
  right: 0;
  margin: auto;
  width: 91.25vw;
  z-index: 2;
}
.index .otoku .otoku_kv02 .img05 {
  position: absolute;
  top: 20vw;
  left: 2vw;
  width: 95.5vw;
  z-index: 2;
  animation: flashing 1.0s infinite;
}
@keyframes flashing {
	0% {
		opacity: 1;
    /*transform: scale(1);*/
	}
	50% {
		opacity: 0.5;
    /*transform: scale(0.95);*/
	}
	100% {
		opacity: 1;
    /*transform: scale(1);*/
	}
}
.index .otoku .otoku_kv02 p {
  position: absolute;
  bottom: 5vw;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-size: 3vw;
  font-weight: 500;
  line-height: 1.3;
  color: #333;
  z-index: 2;
}
.index .otoku .otoku_txt01 {
  text-align: center;
  font-size: 4vw;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  margin: 11.25vw auto 5vw;
}
.index .otoku .otoku_txt02 {
  width: max-content;
  border: 1px solid #333333;
  text-align: center;
  height: 7vw;
  line-height: 6.7vw;
  font-size: 4vw;
  font-weight: 400;
  color: #333;
  margin: 0 auto 5vw;
  padding: 0 2vw;
}

.index .otoku .conditions_cell {
  position: relative;
  width: 88.5vw;
  margin: 0 auto 5.5vw;
  background: #fff;
  border-radius: 2.5vw 2.5vw;
  box-shadow: 0 4px 4px rgba(0,0,0,0.25);
  z-index: 1;
}
.index .otoku .conditions_cell:last-of-type {
  margin-top: -2.5vw;
}
.index .otoku .icon_plus {
  position: relative;
  width: 8vw;
  margin: -7.0vw auto 0;
  z-index: 2;
}
.index .otoku .conditions_cell h3 {
  background: #2A7B9B;
  background: linear-gradient(90deg,rgba(42, 123, 155, 1) 0%, rgba(234, 111, 44, 1) 0%, rgba(233, 68, 130, 1) 100%);
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  line-height: 1;
  font-size: 4.5vw;
  font-weight: 500;
  height: 10vw;
  border-radius: 2.5vw 2.5vw 0 0;
  margin: 0 auto;
}
.index .otoku .conditions_cell .txt01 {
  text-align: center;
  font-size: 4vw;
  font-weight: 500;
  line-height: 1.375;
  margin: 6.25vw auto 0vw;
}
.index .otoku .conditions_cell .txt01 sup {
  font-size: 50%;
  font-weight: 700;
}
.index .otoku .conditions_cell .img01 {
  display: block;
  width: 75vw;
  padding: 0 0 3vw;
  margin: 0 auto 0vw;
}
.index .otoku .conditions_cell .flcell {
  position: relative;
  display: flex;
}
.index .otoku .conditions_cell .flcell .box {
  width: 50%;
}
.index .otoku .conditions_cell .flcell .box:last-of-type {
  border-left: 1px dashed #EA6F2C;
}
.index .otoku .conditions_cell .flcell .box .txt02 {
  text-align: center;
  font-size: 3.75vw;
  font-weight: 500;
  line-height: 1.33;
  margin: 3vw auto 0vw;
}
.index .otoku .conditions_cell .flcell .box .txt02 sup {
  font-size: 50%;
  font-weight: 700;
}
.index .otoku .conditions_cell .flcell .box .img02 {
  width: 32vw;
  margin: 0 auto 3vw;
}

.index .otoku .conditions_cell .flcell .or {
  position: absolute;
  bottom: 12.5vw;
  left: 0;
  right: 0;
  margin: auto;
  width: 10vw;
}
.index .otoku .attention01 {
  font-size: 3.5vw;
  font-weight: 400;
  line-height: 1.71;
  margin: 0 auto 3.75vw;
  color: #575757;
  width: 88.5vw;
  display: flex;
}
.index .otoku .attention01:last-of-type {
  margin: 0 auto 12.5vw;
}
.index .otoku .attention01 .icon {
  width: 1.5em;
}
.index .otoku .attention01 .txt_main {
  width: calc(100% - 1.5em);
}
.index .otoku .attention01 .org {
  color: #E52F2F;
}
.index .link_au {
  text-decoration: none;
  color: #EA6F2C;
  font-weight: 500;
  padding: 0 4.5vw 0 0;
  margin-right: 4.0vw;
  background: url(../img/index/icon_blank01.webp) no-repeat right center;
  background-size: 3vw 3vw;
}
.index .link_uq {
  text-decoration: none;
  color: #E94482;
  font-weight: 500;
  padding: 0 4.5vw 0 0;
  margin-right: 2.0vw;
  background: url(../img/index/icon_blank02.webp) no-repeat right center;
  background-size: 3vw 3vw;
}
.index .bg_gry {
  background: #EBEBEB;
  padding: 5vw 3.5vw;
  margin: 0 auto 7.5vw;
  width: 88.5vw;
}
.index .bg_gry.mb {
  margin: 0 auto 0vw;
}
.index .bg_gry .bg_gry_ttl {
  position: relative;
  padding: 0 0 0 0;
  margin: 0 0 0;
  line-height: 1;
  font-size: 3.75vw;
  font-weight: 500;
  color: #333;
  cursor: pointer;
}
.index .bg_gry .bg_gry_ttl::after {
  display: block;
  position: absolute;
  content: "";
  width: 3.5vw;
  height: 3.5vw;
  background: url(../img/recommend/icon_plus.webp) no-repeat;
  background-size: 100% 100%;
  right: 0vw;
  bottom: 0;
  top: 0;
  margin: auto;
}
.index .bg_gry .bg_gry_ttl.isOpen::after {
  width: 3.5vw;
  height: 3.5vw;
  background: url(../img/recommend/icon_min.webp) no-repeat;
  background-size: 100% 100%;
}
.index .bg_gry .bg_gry_toggle {
  display: none;
  padding: 4.5vw 0 0;
}
.index .bg_gry .bg_gry_toggle .txt {
  font-size: 3.5vw;
  font-weight: 400;
  line-height: 1.7;
  color: #575757;
  margin: 0 0 4.5vw;
}
.index .bg_gry .bg_gry_toggle .txt:last-of-type {
  margin: 0 0 0vw;
}
.index .bg_gry .bg_gry_toggle .txt.mb {
  margin: 0 0 10vw;
}
.index .bg_gry .bg_gry_toggle .txt.mb0 {
  margin: 0 0 0vw;
}
.index .bg_gry .bg_gry_toggle .txt span.t_red {
  color: #E52F2F !important;
}
.index .bg_gry .bg_gry_toggle .txt.txt_span,
.index .bg_gry .bg_gry_toggle .txt.txt_span02 {
  display: flex;
}
.index .bg_gry .bg_gry_toggle .txt span.t_icon {
  color: #575757;
  width: 2.5em;
}
.index .bg_gry .bg_gry_toggle .txt.txt_span02 span.t_icon {
  width: 1.5em;
}
.index .bg_gry .bg_gry_toggle .txt span.t_main {
  color: #575757;
  width: calc(100% - 2.5em);
}
.index .bg_gry .bg_gry_toggle .txt.txt_span02 span.t_main {
  width: calc(100% - 1.5em);
}

.index .coupon {
  padding: 20vw 0 0;
}
.index .coupon .coupon_kv {
  position: relative;
  padding: 6.5vw 0 0;
  margin: 0 0 20vw;
}
.index .coupon .coupon_kv .bg {
  position: relative;
  z-index: 1;
}
.index .coupon .coupon_kv .img01 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 69.5vw;
  margin: auto;
  z-index: 2;
}
.index .coupon .coupon_kv .img02 {
  position: absolute;
  top: 22.75vw;
  left: 0;
  right: 0;
  width: 90vw;
  margin: auto;
  z-index: 3;
}
.index .coupon .coupon_kv .img03 {
  position: absolute;
  top: 65.5vw;
  left: 0;
  right: 0;
  width: 90vw;
  margin: auto;
  z-index: 3;
}
.index .coupon .coupon_kv .img04 {
  position: absolute;
  bottom: 7.5vw;
  left: 0;
  right: 0;
  width: 93.75vw;
  margin: auto;
  z-index: 2;
}
.index .coupon .coupon_kv .img05 {
  position: absolute;
  top: 20vw;
  left: 0;
  width: 100%;
  z-index: 2;
  animation: flashing02 1.0s infinite;
}
@keyframes flashing02 {
	0% {
		opacity: 1;
    /*transform: scale(1);*/
	}
	50% {
		opacity: 0.5;
    /*transform: scale(0.95);*/
	}
	100% {
		opacity: 1;
    /*transform: scale(1);*/
	}
}
.index .coupon .coupon_kv p {
  position: absolute;
  bottom: 2.5vw;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-size: 3vw;
  font-weight: 500;
  line-height: 1.3;
  color: #333;
  z-index: 2;
}

.index .coupon h3 {
  background: url(../img/index/h3_ttl.webp) no-repeat left center;
  background-size: 5vw 4.1vw;
  font-size: 6vw;
  font-weight: 500;
  line-height: 1;
  margin: 0 0 11vw 5.5vw;
  padding: 0 0 0 7vw;
  color: #575757;
}
.index .coupon .ttl_3step {
  width: 88.5vw;
  margin: 0 auto 11.25vw;
}
.index .coupon .step_img01 {
  width: 77.5vw;
  margin: 0 auto 11.25vw;
}
.index .coupon .step_img02 {
  width: 100%;
  margin: 0 auto 22.5vw;
}
.index .coupon .subject_ttl {
  width: 88.5vw;
  height: 7vw;
  font-size: 3.8vw;
  font-weight: 500;
  line-height: 6.7vw;
  color: #333333;
  background: #EBEBEB;
  margin: 0 auto 3.5vw;
  text-align: center;
}
.index .coupon .subject_txt {
  width: 88.5vw;
  font-size: 3.8vw;
  font-weight: 400;
  line-height: 1;
  color: #333333;
  margin: 0 auto 4.5vw;
  text-align: center;
}
.index .coupon .subject_txt.mb {
  margin: 0 auto 10vw;
}
.index .coupon .entry_cell {
  width: 87.5vw;
  margin: 0 auto 0vw;
}
.index .coupon .entry_cell .txt01 {
  line-height: 1.73;
  font-size: 3.75vw;
  font-weight: 400;
  color: #333333;
  margin: 0 0 6.75vw;
}
.index .coupon .entry_cell .txt01.mb {
  margin: 0 0 3vw;
}
.index .coupon .entry_cell .txt01 sup {
  color: #E52F2F;
  font-size: 50%;
  font-weight: 500;
}
.index .coupon .entry_cell .txt01.txt_span {
  display: flex;
}
.index .coupon .entry_cell .txt01.txt_span .num {
  width: 1.5em;
}
.index .coupon .entry_cell .txt01.txt_span .txt_main {
  width: calc(100% - 1.5em);
}
.index .coupon .entry_cell .txt02 {
  line-height: 1.73;
  font-size: 3.5vw;
  font-weight: 500;
  color: #E52F2F;
  margin: 0 0 1vw;
}
.index .coupon .entry_cell .txt03 {
  line-height: 1.57;
  font-size: 3.5vw;
  font-weight: 400;
  color: #575757;
  margin: 0 0 1.5vw;
  text-align: center;
}
.index .coupon .entry_cell .txt03 span {
  text-decoration: underline;
}
.index .coupon .entry_cell .img01 {
  margin: 0 0 8.75vw;
}

.index .coupon h4 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 7.5vw;
  font-size: 4.5vw;
  font-weight: bold;
  color: #333333;
}
.index .coupon h4 span {
  font-size: 66%;
  font-weight: 400;
}
.index .coupon h4 img {
  width: 15vw;
  margin: 0 3.75vw 0 0;
}


:root {
  --side-gap: 5.5vw;           /* 左右の余白 */
  --item-gap: 3.75vw;            /* カード間余白 */
  --card-w: 80vw;
  --card-w-pay: 50vw;

  /* スクロールバー装飾 */
  --sb-height: 6px;
  --sb-track: #eef1f5;
  --sb-thumb: #c7d0e0;
  --sb-thumb-hover: #aebbd3;
}

.hscroll-wrap {
  overflow-x: scroll;
  padding: 0 0 8vw;
  /*
  padding: 0 var(--side-gap) 8vw;
  */
  margin: 0 5.57vw 12vw;
}
.hscroll-wrap02 {
  overflow-x: scroll;
  padding: 0 0 8vw;
  margin: 0 5.57vw 12vw;
}

/* コンテンツ */
.hscroll {
  display: flex;
  width: max-content;
}
.hscroll02 {
  display: flex;
  width: max-content;
}
/* カード */
.card {
  flex: 0 0 var(--card-w);
  height: auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-right: 23px;
}
.aboutaupay .card02 {
  width: 71vw;
  margin-right: 23px;
}
.aboutaupay .card02:last-of-type {
  margin-right: 0px;
}
.card .card_ttl {
  display: flex;
  align-items: center;
  margin: 0 0 8.0vw;
}
.card .card_ttl img {
  width: 9.5vw;
  margin-right: 6.25vw;
}
.card .card_ttl p {
  font-size: 4vw;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 0;
  padding: 0 0;
  color: #333333;
  width: calc(100% - 15.75vw);
}
.card .img {
  display: flex;
  background: #FFF6EB;
  padding: 3.75vw 0;
}
.card .img img.img01 {
  width: 54.5vw;
  margin: 0 auto;
}
.card .img img.img02 {
  width: 53.75vw;
  margin: 0 auto;
}
.card .img img.img03 {
  width: 53.75vw;
  margin: 0 auto;
}
.card .img img.img04 {
  width: 66.25vw;
  margin: 0 auto;
}
.hscroll-wrap,
.hscroll-wrap02 {
 overflow-x: scroll;
 /*width: 88.5vw !important;*/
}
.hscroll-wrap::-webkit-scrollbar,
.hscroll-wrap02::-webkit-scrollbar {
  display: none;
}
.simplebar-scrollbar::before {
  background: #EA6F2C !important;
  border-radius: 0 !important;
  height: 6px !important;
  margin-left: 0px !important;
  margin-top: 0px !important;
  left: 0 !important;
  right: 0 !important;
  top: -2px !important;
}
.simplebar-scrollbar.simplebar-visible::before {
  opacity: 1 !important;
}
.simplebar-track {
  background: #D9D9D9 !important;
  height: 6px !important;
}

.index .coupon .campaign_cell .campaign_toggle .img01.scroll::-webkit-scrollbar {
  display: none;
}
.index .coupon .campaign_cell .campaign_toggle .img01.scroll .simplebar-scrollbar::before {
  height: auto !important;
}
.index .coupon .campaign_cell .campaign_toggle .img01.scroll .simplebar-track {
  height: 100% !important;
  width: 4px !important;
  left: auto !important;
  right: 0px !important;
  z-index: 3;
}

/*
.hscroll-wrap::-webkit-scrollbar {
  height: var(--sb-height);
  width: 88.5vw !important;
  display: block !important;
}
.hscroll-wrap::-webkit-scrollbar-track {
  background: #EA6F2C;
  border-radius: 0;
}
.hscroll-wrap::-webkit-scrollbar-thumb {
  background: #D9D9D9;
  border-radius: 0;
}
.hscroll-wrap::-webkit-scrollbar-thumb:hover {
  background: var(--sb-thumb-hover);
}
.hscroll-wrap {
  scrollbar-width: thin;
  scrollbar-color: #EA6F2C #D9D9D9;
}
*/

.index .coupon .coupon_txt01 {
  text-align: center;
  font-size: 4.25vw;
  font-weight: 500;
  line-height: 1.76;
  margin: 0 auto 7.5vw;
  color: #333;
}
.index .coupon .campaign_cell {
  background: #EBEBEB;
  width: 88.5vw;
  margin: 0 auto 7.5vw;
  padding: 5.5vw 1.5vw;
  border-radius: 2.5vw;
}
.index .coupon .campaign_cell.mb {
  margin: 0 auto 12.5vw;
}
.index .coupon .campaign_cell .campaign_ttl {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 1.5vw 0;
  padding: 0 9vw 0 0vw;
  cursor: pointer;
}
.index .coupon .campaign_cell .campaign_ttl .txt_icon {
  color: #EA6F2C;
  font-size: 8vw;
  font-weight: 900;
  line-height: 1;
  font-family: "Manrope", sans-serif;
  margin: 0 3vw 0 0;
}
.index .coupon .campaign_cell .campaign_ttl .txt_ttl {
  font-size: 4vw;
  font-weight: 500;
  line-height: 1.2;
  color: #333;
  margin: 0;
}
.index .coupon .campaign_cell .campaign_ttl::after {
  display: block;
  position: absolute;
  content: "";
  width: 4vw;
  height: 4vw;
  background: url(../img/index/icon_faq_plus.webp) no-repeat;
  background-size: 100% 100%;
  right: 0vw;
  bottom: 0;
  top: 0;
  margin: auto;
}
.index .coupon .campaign_cell .campaign_ttl.isOpen::after {
  width: 4vw;
  height: 4vw;
  background: url(../img/index/icon_faq_min.webp) no-repeat;
  background-size: 100% 100%;
}
.index .coupon .campaign_cell .campaign_toggle {
  display: none;
  background: #fff;
  border-radius: 2.5vw;
  padding: 7.5vw 3.75vw;
  margin: 5.5vw 0 0;
}
.index .coupon .campaign_cell .campaign_toggle .box {
}
.index .coupon .campaign_cell .campaign_toggle .box.mb {
  border-bottom: 1px solid #DADADA;
  margin-bottom: 7.5vw;
}
.index .coupon .campaign_cell .campaign_toggle .box .box_ttl {
  display: flex;
  align-items: center;
  margin: 0 0 5vw;
}
.index .coupon .campaign_cell .campaign_toggle .box .box_ttl img {
  width: 15vw;
  margin: 0 3.75vw 0 0;
}
.index .coupon .campaign_cell .campaign_toggle .box .box_ttl p {
  width: calc(100% - 18.75vw);
  font-size: 4vw;
  font-weight: 500;
  line-height: 1.75;
  color: #333;
  margin: 0 0 0;
}
.index .coupon .campaign_cell .campaign_toggle .txt01 {
  font-size: 3.75vw;
  font-weight: 400;
  line-height: 1.73;
  margin: 0 auto 7.5vw;
  color: #333;
  width: 65vw;
}
.index .coupon .campaign_cell .campaign_toggle .txt02 {
  font-size: 3.5vw;
  font-weight: 400;
  line-height: 1.71;
  margin: 0 auto 0vw;
  color: #575757;
  width: 76.5vw;
}
.index .coupon .campaign_cell .campaign_toggle .txt03 {
  font-size: 3.75vw;
  font-weight: 400;
  line-height: 1.73;
  margin: 0 auto 6.25vw;
  color: #333;
  width: 76.5vw;
}
.index .coupon .campaign_cell .campaign_toggle .txt04 {
  font-size: 4vw;
  font-weight: 500;
  line-height: 6vw;
  margin: 0 auto 4vw;
  padding: 0 0 0 4vw;
  color: #EA6F2C;
  width: 76.5vw;
  height: 6vw;
  border-left: 4px solid #EA6F2C;
}
.index .coupon .campaign_cell .campaign_toggle .txt05 {
  height: 4.5vw;
  text-align: center;
  font-size: 3.5vw;
  font-weight: 400;
  line-height: 4.5vw;
  margin: 0 auto 2.5vw;
  padding: 0 0 0 5vw;
  color: #EA6F2C;
  width: max-content;
  background: url(../img/index/icon_finger.webp) no-repeat left center;
  background-size: 3.75vw 4.5vw;
}
.index .coupon .campaign_cell .campaign_toggle .img01 {
  width: 65vw;
  margin: 0 auto 6.5vw;
}
.index .coupon .campaign_cell .campaign_toggle .waku {
  width: calc(65vw + 40px);
  height: 91.25vw;
  margin: 0 auto 6.5vw;
  padding: 0 0px;
}
.index .coupon .campaign_cell .campaign_toggle .img01.scroll {
  width: 65vw;
  height: 91.25vw;
  overflow-y: scroll;
  margin: 0 auto 0;
  padding: 0 20px;
}
.index .coupon .campaign_cell .campaign_toggle .img01.scroll .hscroll {
  display: flex;
  height: max-content;
}
.index .coupon .campaign_cell .campaign_toggle .img01.scroll img {
  border: 1px solid #575757;
  box-shadow: 4px 4px 0 rgba(0,0,0,0.25);
}

.index .coupon .campaign_cell .campaign_toggle .img02 {
  position: relative;
  width: 65vw;
  margin: 0 auto 6.25vw;
}
.index .coupon .campaign_cell .campaign_toggle .img02 .fukidashi {
  position: absolute;
  width: 17.5vw;
  right: -7.5vw;
  top: 5vw;
}
.index .coupon .campaign_cell .campaign_toggle ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.index .coupon .campaign_cell .campaign_toggle ul li {
  position: relative;
  padding: 0 0 0 6.75vw;
  margin: 0 0 3.75vw;
  font-size: 3.75vw;
  font-weight: 400;
  line-height: 1.73;
  color: #575757;
}
.index .coupon .campaign_cell .campaign_toggle ul li:last-child {
  margin: 0 0 7.5vw;
}
.index .coupon .campaign_cell .campaign_toggle ul li::after {
  display: block;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
}
.index .coupon .campaign_cell .campaign_toggle ul li:nth-child(1)::after {
  content: "①";
}
.index .coupon .campaign_cell .campaign_toggle ul li:nth-child(2)::after {
  content: "②";
}
.index .coupon .campaign_cell .campaign_toggle ul li:nth-child(3)::after {
  content: "③";
}



.index .faq {
  background: #EBEBEB;
  padding: 20vw 0vw;
  /*
  margin: 0 0 8.75vw;
  */
  margin: 0 0 0vw;
}
.index .faq h3 {
  text-align: center;
  font-size: 5.5vw;
  font-weight: 500;
  line-height: 1.45;
  color: #EA6F2C;
  margin: 0 auto 5vw;
}
.index .faq .faq_cell {
  background: #fff;
  width: 88.5vw;
  margin: 0 auto 6vw;
  padding: 5.5vw 3.75vw;
  border-radius: 2.5vw;
}
.index .faq .faq_cell.mb {
  margin: 0 auto 0vw;
}
.index .faq .faq_cell .ttl_q {
  position: relative;
  font-size: 4vw;
  font-weight: 500;
  line-height: 1.2;
  color: #333;
  margin: 0 0 0;
  padding: 0 5vw 0 10vw;
  cursor: pointer;
  min-height: 5vw;
}
.index .faq .faq_cell .ttl_q::before {
  display: block;
  position: absolute;
  content: "Q";
  color: #EA6F2C;
  font-size: 8vw;
  font-weight: 900;
  line-height: 1;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 8vw;
  font-family: "Manrope", sans-serif;
}
.index .faq .faq_cell .ttl_q::after {
  display: block;
  position: absolute;
  content: "";
  width: 4vw;
  height: 4vw;
  background: url(../img/index/icon_faq_plus.webp) no-repeat;
  background-size: 100% 100%;
  right: 0vw;
  bottom: 0;
  top: 0;
  margin: auto;
}
.index .faq .faq_cell .ttl_q.isOpen::after {
  width: 4vw;
  height: 4vw;
  background: url(../img/index/icon_faq_min.webp) no-repeat;
  background-size: 100% 100%;
}
.index .faq .faq_cell .faq_toggle {
  display: none;
  padding: 5.5vw 0 0;
  margin: 5.5vw 0 0;
  border-top: 1px solid #333333;
}
.index .faq .faq_cell .faq_toggle p {
  font-size: 3.75vw;
  font-weight: 400;
  line-height: 1.73;
  margin: 0 0 0;
  color: #333;
  word-break: break-all;
}


.index .voice {
  background: url(../img/index/bg_voice.webp) repeat-y top center;
  background-size: 100% auto;
  padding: 20vw 0 16vw;
  margin: 0 0 0vw;
}
.index .voice .h2_ttl.h2_ttl06 {
  margin-bottom: 10vw;
}
.index .voice h3 {
  text-align: left;
  font-size: 5vw;
  font-weight: 500;
  line-height: 1;
  margin: 0 auto 7.5vw;
  width: 81vw;
  color: #333;
}
.index .voice .cell {
  width: 88.5vw;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 8vw;
}
.index .voice .cell.rev {
  flex-direction: row-reverse;
}
.index .voice .cell .img {
  width: 25.4%;
}
.index .voice .cell p {
  background: #fff;
  width: 67.5%;
  padding: 3vw 3vw;
  border-radius: 2.5vw;
  font-size: 4vw;
  font-weight: 400;
  line-height: 1.75;
  margin: 0;
  color: #333;
}
.index .voice .attention {
  width: 88.5vw;
  font-size: 3vw;
  font-weight: 400;
  line-height: 1.83;
  margin: 0 auto;
  color: #575757;
}

.index .aboutaupay {
  padding: 20vw 0 0vw;
  margin: 0 0 0vw;
}
.index .aboutaupay .lead {
  font-size: 5vw;
  font-weight: 500;
  line-height: 2.0;
  text-align: center;
  margin: 0 auto 7vw;
  color: #333333;
}
.index .aboutaupay .lead .txt01 {
  padding: 1vw 2vw;
  border: 3px solid #FFCC3F;
  border-radius: 5vw;
  margin: 0 1.5vw 0 0;
}
.index .aboutaupay .lead .txt02 {
  padding: 1vw 2vw;
  border: 3px solid #BCE6E6;
  border-radius: 5vw;
  margin: 0 1.5vw 0 0;
}
.index .aboutaupay .aupay_ttl {
  display: flex;
  align-items: center;
  width: 70vw;
  margin: 0 auto 7.5vw;
}
.index .aboutaupay .aupay_ttl img {
  width: 15vw;
  margin: 0 5vw 0 0;
}
.index .aboutaupay .aupay_ttl p {
  width: calc(100% - 20vw);
  font-size: 4.5vw;
  font-weight: bold;
  line-height: 1.33;
  margin: 0 0 0;
  color: #575757;
}
.index .aboutaupay ul {
  display: flex;
  justify-content: center;
  margin: 0 auto 9vw;
  padding: 0;
  list-style: none;
}
.index .aboutaupay ul li {
  margin: 0 2.25vw;
  width: 35vw;
}
.index .aboutaupay ul li:last-child {
  width: 43.25vw;
}
.index .aboutaupay .comment {
  position: relative;
  padding: 0 0 20vw;
  width: 79.25vw;
  margin: 0 auto;
  z-index: 1;
}
.index .aboutaupay .comment .img {
  position: absolute;
  width: 31vw;
  bottom: 0;
  right: -5vw;
  z-index: 2;
}
@media (min-width: 769px) {
  :root {
    --gap: 16px;
    --duration: 500ms;
    --accent: #f07a1a;
  }
  .index .kv {
    padding: 25px 0 55px;
  }
  .index .slider {
    width:100%;
    margin: 0 auto 32px;
  }
  .index .slider__track {
    display:flex;
    gap:var(--gap);
    /* peek はJSで viewport と 75vw から計算して inline-style 付与 */
    will-change:transform;
    transition:transform var(--duration) ease;  }

  .index .slider__slide {
    flex:0 0 300px;
  }
  .index .slider__header {
    margin-top: 25px;
  }
  .index .slider__controls {
    gap: 15px;
  }
  .index .btn.js-toggle {
    width: 30px;
    height: 30px;
    font-size: 20px;
    line-height: 28px;
  }
  .index .btn.js-prev {
    width: 42px;
    height: 28px;
  }
  .index .btn.js-next {
    width: 42px;
    height: 28px;
  }

  .progress {
    width: 180px;
    margin-bottom: 20px;
  }
  .progress__bar {
    position: absolute;
    inset: 0 100% 0 0;
    background: var(--accent);
    transition: inset var(--duration) ease;
  }
  .progress__text {
    display: none;
  }
  .index .kv .btn_kv {
    width: 320px;
    height: 56px;
    line-height: 56px;
    border-radius: 28px;
    font-size: 14px;
  }
  .index .kv .btn_kv::before {
    width: 40px;
    height: 40px;
    left: 7px;
    background: url(../img/index/btn_kv.webp) no-repeat center;
    background-size: 100% 100%;
  }
  .index .kv .btn_kv::after {
    width: 12px;
    height: 12px;
    right: 16px;
    background: url(../img/index/icon_blank01.webp) no-repeat center;
    background-size: 100% 100%;
  }

  .index .menuArea { display: none;}
  /*
  .index .menuArea ul {
    height: 54px;
  }
  .index .menuArea ul li {
    height: 54px;
  }
  .index .menuArea ul li a {
    height: 54px;
  }
  .index .menuArea ul li a .img {
    width: 27px;
  }
  .index .menuArea ul li a p {
    font-size: 11px;
  }
  */

  .index .otoku .otoku_kv {
    margin: 0 auto 60px;
  }
  .index .otoku .otoku_kv .img01 {
    top: 25px;
    width: 376px;
  }
  .index .otoku .otoku_kv .img02 {
    top: 132px;
    left: 42px;
    width: 34px;
  }
  .index .otoku .otoku_kv .img03 {
    top: 12px;
    right: 32px;
    width: 18px;
  }
  .index .otoku .otoku_kv .img04 {
    bottom: 35px;
    width: 365px;
  }
  .index .otoku .otoku_kv02 .img01 {
    top: 96px;
    width: 330px;
  }
  .index .otoku .otoku_kv02 .img02 {
    top: 195px;
    left: 88px;
    width: 45px;
  }
  .index .otoku .otoku_kv02 .img03 {
    top: 132px;
    right: 53px;
    width: 30px;
  }
  .index .otoku .otoku_kv02 .img04 {
    bottom: 45px;
    width: 364px;
  }
  .index .otoku .otoku_kv02 .img05 {
    top: 74px;
    left: 8px;
    width: 382px;
  }
  .index .otoku .otoku_kv02 p {
    bottom: 20px;
    font-size: 12px;
  }
  .index .otoku .otoku_txt01 {
    font-size: 16px;
    margin: 42px auto 20px;
  }
  .index .otoku .otoku_txt02 {
    height: 28px;
    line-height: 26px;
    font-size: 16px;
    margin: 0 auto 20px;
    padding: 0 8px;
  }

  .index .otoku .conditions_cell {
    width: 354px;
    margin: 0 auto 22px;
    border-radius: 10px;
  }
  .index .otoku .conditions_cell:last-of-type {
    margin-top: -10px;
  }
  .index .otoku .icon_plus {
    width: 32px;
    margin: -28px auto 0;
  }
  .index .otoku .conditions_cell h3 {
    font-size: 18px;
    height: 40px;
    border-radius: 10px 10px 0 0;
  }
  .index .otoku .conditions_cell .txt01 {
    font-size: 16px;
    margin: 25px auto 0vw;
  }
  .index .otoku .conditions_cell .img01 {
    width: 300px;
    padding: 0 0 12px;
  }
  .index .otoku .conditions_cell .flcell .box {
    width: 50%;
  }
  .index .otoku .conditions_cell .flcell .box .txt02 {
    font-size: 15px;
    margin: 12px auto 0vw;
  }
  .index .otoku .conditions_cell .flcell .box .img02 {
    width: 128px;
    margin: 0 auto 12px;
  }

  .index .otoku .conditions_cell .flcell .or {
    bottom: 50px;
    width: 40px;
  }
  .index .otoku .attention01 {
    font-size: 14px;
    margin: 0 auto 15px;
    width: 354px;
  }
  .index .otoku .attention01:last-of-type {
    margin: 0 auto 50px;
  }
  .index .link_au {
    padding: 0 18px 0 0;
    margin-right: 16px;
    background: url(../img/index/icon_blank01.webp) no-repeat right center;
    background-size: 12px 12px;
  }
  .index .link_uq {
    padding: 0 18px 0 0;
    margin-right: 8px;
    background: url(../img/index/icon_blank02.webp) no-repeat right center;
    background-size: 12px 12px;
  }
  .index .bg_gry {
    padding: 20px 14px;
    margin: 0 auto 30px;
    width: 354px;
  }
  .index .bg_gry.mb {
    margin: 0 auto 0vw;
  }
  .index .bg_gry .bg_gry_ttl {
    font-size: 15px;
  }
  .index .bg_gry .bg_gry_ttl::after {
    width: 14px;
    height: 14px;
    background: url(../img/recommend/icon_plus.webp) no-repeat;
    background-size: 100% 100%;
  }
  .index .bg_gry .bg_gry_ttl.isOpen::after {
    width: 14px;
    height: 14px;
    background: url(../img/recommend/icon_min.webp) no-repeat;
    background-size: 100% 100%;
  }
  .index .bg_gry .bg_gry_toggle {
    display: none;
    padding: 18px 0 0;
  }
  .index .bg_gry .bg_gry_toggle .txt {
    font-size: 14px;
    margin: 0 0 18px;
  }
  .index .bg_gry .bg_gry_toggle .txt:last-of-type {
    margin: 0 0 0vw;
  }
  .index .bg_gry .bg_gry_toggle .txt.mb {
    margin: 0 0 40px;
  }

  .index .coupon {
    padding: 80px 0 0;
  }
  .index .coupon .coupon_kv {
    padding: 26px 0 0;
    margin: 0 0 80px;
  }
  .index .coupon .coupon_kv .img01 {
    width: 278px;
  }
  .index .coupon .coupon_kv .img02 {
    top: 91px;
    width: 360px;
  }
  .index .coupon .coupon_kv .img03 {
    top: 262px;
    width: 360px;
  }
  .index .coupon .coupon_kv .img04 {
    bottom: 30px;
    width: 375px;
  }
  .index .coupon .coupon_kv .img05 {
    top: 80px;
    width: 100%;
  }
  .index .coupon .coupon_kv p {
    bottom: 10px;
    font-size: 12px;
  }
  .index .coupon h3 {
    background: url(../img/index/h3_ttl.webp) no-repeat left center;
    background-size: 20px 16px;
    font-size: 24px;
    margin: 0 0 44px 22px;
    padding: 0 0 0 28px;
  }
  .index .coupon .ttl_3step {
    width: 354px;
    margin: 0 auto 45px;
  }
  .index .coupon .step_img01 {
    width: 310px;
    margin: 0 auto 45px;
  }
  .index .coupon .step_img02 {
    margin: 0 auto 90px;
  }
  .index .coupon .subject_ttl {
    width: 354px;
    height: 28px;
    font-size: 15px;
    line-height: 26px;
    margin: 0 auto 14px;
  }
  .index .coupon .subject_txt {
    width: 354px;
    font-size: 15px;
    margin: 0 auto 18px;
  }
  .index .coupon .subject_txt.mb {
    margin: 0 auto 40px;
  }
  .index .coupon .entry_cell {
    width: 350px;
    margin: 0 auto 0vw;
  }
  .index .coupon .entry_cell .txt01 {
    font-size: 15px;
    margin: 0 0 27px;
  }
  .index .coupon .entry_cell .txt01.mb {
    margin: 0 0 12px;
  }
  .index .coupon .entry_cell .txt02 {
    font-size: 14px;
    margin: 0 0 4px;
  }
  .index .coupon .entry_cell .txt03 {
    font-size: 14px;
    margin: 0 0 6px;
  }
  .index .coupon .entry_cell .img01 {
    margin: 0 0 35px;
  }

  .index .coupon h4 {
    margin: 0 auto 30px;
    font-size: 18px;
  }
  .index .coupon h4 img {
    width: 60px;
    margin: 0 15px 0 0;
  }


  :root {
    --side-gap: 22px;           /* 左右の余白 */
    --item-gap: 15px;            /* カード間余白 */
    --card-w: 320px;
    --card-w-pay: 284px;

    /* スクロールバー装飾 */
    --sb-height: 4px;
    --sb-track: #eef1f5;
    --sb-thumb: #c7d0e0;
    --sb-thumb-hover: #aebbd3;
  }

  /* ラッパー：左右に余白 */
  .hscroll-wrap,
  .hscroll-wrap02 {
    overflow-x: scroll;
    padding: 0 0 32px;       /* 左右余白を確保 */
    margin: 0 22px 48px;
    /*width: 354px !important;*/
  }

  .card {
    flex: 0 0 var(--card-w);
    margin: 0 16px 0 0;
  }
  .aboutaupay .card {
    flex: 0 0 var(--card-w-pay);
  }
  .aboutaupay .card02 {
    width: 284px;
  }
  .card .card_ttl {
    margin: 0 0 32px;
  }
  .card .card_ttl img {
    width: 38px;
    margin-right: 25px;
  }
  .card .card_ttl p {
    font-size: 16px;
    width: calc(100% - 65px);
  }
  .card .img {
    padding: 15px 0;
  }
  .card .img img.img01 {
    width: 218px;
  }
  .card .img img.img02 {
    width: 215px;
  }
  .card .img img.img03 {
    width: 215px;
  }
  .card .img img.img04 {
    width: 265px;
  }

/*
  .hscroll-wrap::-webkit-scrollbar {
    height: var(--sb-height);
  }
  .hscroll-wrap {
    scrollbar-width: thin;
    scrollbar-color: #EA6F2C #D9D9D9;
  }
*/
  .index .coupon .coupon_txt01 {
    font-size: 17px;
    margin: 0 auto 30px;
  }
  .index .coupon .campaign_cell {
    width: 354px;
    margin: 0 auto 30px;
    padding: 22px 6px;
    border-radius: 10px;
  }
  .index .coupon .campaign_cell.mb {
    margin: 0 auto 50px;
  }
  .index .coupon .campaign_cell .campaign_ttl {
    margin: 0 6px 0;
    padding: 0 36px 0 0vw;
  }
  .index .coupon .campaign_cell .campaign_ttl .txt_icon {
    font-size: 32px;
    margin: 0 12px 0 0;
  }
  .index .coupon .campaign_cell .campaign_ttl .txt_ttl {
    font-size: 16px;
  }
  .index .coupon .campaign_cell .campaign_ttl::after {
    width: 16px;
    height: 16px;
    background: url(../img/index/icon_faq_plus.webp) no-repeat;
    background-size: 100% 100%;
  }
  .index .coupon .campaign_cell .campaign_ttl.isOpen::after {
    width: 16px;
    height: 16px;
    background: url(../img/index/icon_faq_min.webp) no-repeat;
    background-size: 100% 100%;
  }
  .index .coupon .campaign_cell .campaign_toggle {
    border-radius: 10px;
    padding: 30px 15px;
    margin: 22px 0 0;
  }
  .index .coupon .campaign_cell .campaign_toggle .box.mb {
    margin-bottom: 30px;
  }
  .index .coupon .campaign_cell .campaign_toggle .box .box_ttl {
    margin: 0 0 20px;
  }
  .index .coupon .campaign_cell .campaign_toggle .box .box_ttl img {
    width: 60px;
    margin: 0 15px 0 0;
  }
  .index .coupon .campaign_cell .campaign_toggle .box .box_ttl p {
    width: calc(100% - 75px);
    font-size: 16px;
  }
  .index .coupon .campaign_cell .campaign_toggle .txt01 {
    font-size: 15px;
    margin: 0 auto 30px;
    width: 260px;
  }
  .index .coupon .campaign_cell .campaign_toggle .txt02 {
    font-size: 14px;
    width: 306px;
  }
  .index .coupon .campaign_cell .campaign_toggle .txt03 {
    font-size: 15px;
    margin: 0 auto 25px;
    width: 306px;
  }
  .index .coupon .campaign_cell .campaign_toggle .txt04 {
    font-size: 16px;
    line-height: 24px;
    margin: 0 auto 16px;
    padding: 0 0 0 16px;
    width: 306px;
    height: 24px;
  }
  .index .coupon .campaign_cell .campaign_toggle .txt05 {
    height: 18px;
    font-size: 14px;
    line-height: 18px;
    margin: 0 auto 10px;
    padding: 0 0 0 20px;
    background: url(../img/index/icon_finger.webp) no-repeat left center;
    background-size: 15px 18px;
  }
  .index .coupon .campaign_cell .campaign_toggle .img01 {
    width: 260px;
    margin: 0 auto 26px;
  }
  .index .coupon .campaign_cell .campaign_toggle .waku {
    width: 300px;
    height: 365px;
    margin: 0 auto 26px;
  }
  .index .coupon .campaign_cell .campaign_toggle .img01.scroll {
    width: 260px;
    height: 365px;
  }

  .index .coupon .campaign_cell .campaign_toggle .img02 {
    width: 260px;
    margin: 0 auto 25px;
  }
  .index .coupon .campaign_cell .campaign_toggle .img02 .fukidashi {
    width: 70px;
    right: -30px;
    top: 20px;
  }
  .index .coupon .campaign_cell .campaign_toggle ul li {
    padding: 0 0 0 27px;
    margin: 0 0 15px;
    font-size: 15px;
  }
  .index .coupon .campaign_cell .campaign_toggle ul li:last-child {
    margin: 0 0 30px;
  }


  .index .faq {
    padding: 80px 0vw;
    /*
    margin: 0 0 35px;
    */
    margin: 0 0 0px;
  }
  .index .faq h3 {
    font-size: 22px;
    margin: 0 auto 20px;
  }
  .index .faq .faq_cell {
    width: 354px;
    margin: 0 auto 24px;
    padding: 22px 15px;
    border-radius: 10px;
  }
  .index .faq .faq_cell.mb {
    margin: 0 auto 0vw;
  }
  .index .faq .faq_cell .ttl_q {
    font-size: 16px;
    min-height: 16px;
    padding: 0 20px 0 40px;
  }
  .index .faq .faq_cell .ttl_q::before {
    font-size: 32px;
    height: 32px;
  }
  .index .faq .faq_cell .ttl_q::after {
    width: 16px;
    height: 16px;
    background: url(../img/index/icon_faq_plus.webp) no-repeat;
    background-size: 100% 100%;
  }
  .index .faq .faq_cell .ttl_q.isOpen::after {
    width: 16px;
    height: 16px;
    background: url(../img/index/icon_faq_min.webp) no-repeat;
    background-size: 100% 100%;
  }
  .index .faq .faq_cell .faq_toggle {
    display: none;
    padding: 22px 0 0;
    margin: 22px 0 0;
  }
  .index .faq .faq_cell .faq_toggle p {
    font-size: 15px;
  }


  .index .voice {
    padding: 80px 0 64px;
  }
  .index .voice .h2_ttl.h2_ttl06 {
    margin-bottom: 40px;
  }
  .index .voice h3 {
    font-size: 20px;
    margin: 0 auto 30px;
    width: 324px;
  }
  .index .voice .cell {
    width: 354px;
    margin: 0 auto 32px;
  }
  .index .voice .cell.rev {
    flex-direction: row-reverse;
  }
  .index .voice .cell .img {
    width: 25.4%;
  }
  .index .voice .cell p {
    width: 67.5%;
    padding: 12px 12px;
    border-radius: 10px;
    font-size: 16px;
  }
  .index .voice .attention {
    width: 354px;
    font-size: 12px;
  }

  .index .aboutaupay {
    padding: 80px 0 0vw;
  }
  .index .aboutaupay .lead {
    font-size: 20px;
    margin: 0 auto 28px;
  }
  .index .aboutaupay .lead .txt01 {
    padding: 4px 8px;
    border-radius: 20px;
    margin: 0 6px 0 0;
  }
  .index .aboutaupay .lead .txt02 {
    padding: 4px 8px;
    border-radius: 20px;
    margin: 0 6px 0 0;
  }
  .index .aboutaupay .aupay_ttl {
    width: 280px;
    margin: 0 auto 30px;
  }
  .index .aboutaupay .aupay_ttl img {
    width: 60px;
    margin: 0 20px 0 0;
  }
  .index .aboutaupay .aupay_ttl p {
    width: calc(100% - 80px);
    font-size: 18px;
  }
  .index .aboutaupay ul {
    margin: 0 auto 36px;
  }
  .index .aboutaupay ul li {
    margin: 0 9px;
    width: 140px;
  }
  .index .aboutaupay ul li:last-child {
    width: 173px;
  }
  .index .aboutaupay .comment {
    padding: 0 0 80px;
    width: 317px;
  }
  .index .aboutaupay .comment .img {
    width: 124px;
    right: -40px;
  }
}


/* recommend */
.reccomend_area {
}

.reccomend_area .breadcrumbs {
  margin: 5.75vw 5.75vw 20vw;
}
.reccomend_area .breadcrumbs ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}
.reccomend_area .breadcrumbs ul li {
  font-size: 3vw;
  color: #333333;
  font-weight: 400;
}
.reccomend_area .breadcrumbs ul li a {
  position: relative;
  display: block;
  width: max-content;
  margin: 0 2vw 0 0;
  padding: 0 4vw 0 0;
  color: #EA6F2C;
  text-decoration: none;
}
.reccomend_area .breadcrumbs ul li a::after {
  display: block;
  position: absolute;
  content: "";
  width: 2.75vw;
  height: 2.25vw;
  background: url(../img/common/arrow.webp) no-repeat;
  background-size: 100% 100%;
  right: 0;
  bottom: 1.6vw;
}

.reccomend_area .information .cell {
  background: url(../img/recommend/information_bg_sp.webp) no-repeat center;
  background-size: cover;
  padding: 7.5vw 6vw;
}
.reccomend_area .information .cell ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.reccomend_area .information .cell ul li {
  margin: 0 0 3.75vw;
}
.reccomend_area .information .cell ul li:last-child {
  margin: 0 0 0;
}
.reccomend_area .information .cell ul li a {
  display: flex;
  background: #EBEBEB;
  text-decoration: none;
}
.reccomend_area .information .cell ul li a img {
  width: 40.9%;
}
.reccomend_area .information .cell ul li a .txt_cell {
  width: 59.1%;
  padding: 6.5vw 3.5vw 0;
}
.reccomend_area .information .cell ul li:nth-child(2) a .txt_cell {
  padding: 9vw 3.5vw 0;

}
.reccomend_area .information .cell ul li a .txt_cell .txt {
  font-size: 4.5vw;
  font-weight: bold;
  line-height: 1.33;
  margin: 0 0 5vw 2.5vw;
  color: #333;
}
.reccomend_area .information .cell ul li a .txt_cell .information_btn {
  position: relative;
  display: flex;
  align-items: center;
  background: #fff;
  border: 2px solid #EA6F2C;
  height: 10.5vw;
  padding: 0 0 0 3.5vw;
  font-size: 3.5vw;
  font-weight: 500;
  line-height: 1;
  border-radius: 5vw;
  color: #333;
}
.reccomend_area .information .cell ul li a .txt_cell .information_btn::after {
  display: block;
  position: absolute;
  content: "";
  width: 2.75vw;
  height: 2vw;
  background: url(../img/recommend/information_btn.webp) no-repeat;
  background-size: 100% 100%;
  right: 3.5vw;
  bottom: 0;
  top: 0;
  margin: auto;
}

.contents_finished {
  background: #EBEBEB;
  padding: 10vw 6vw;
  margin: 0 0 0;
}
.contents_finished h2 {
  position: relative;
  background: url(../img/recommend/contents_finished.webp) no-repeat left center;
  background-size: 5vw 4.08vw;
  padding: 0 0 0 7vw;
  margin: 0 0 0;
  line-height: 1;
  font-size: 6.0vw;
  font-weight: 500;
  color: #575757;
  cursor: pointer;
}
.contents_finished h2::after {
  display: block;
  position: absolute;
  content: "";
  width: 3.5vw;
  height: 3.5vw;
  background: url(../img/recommend/icon_plus.webp) no-repeat;
  background-size: 100% 100%;
  right: 0vw;
  bottom: 0;
  top: 0;
  margin: auto;
}
.contents_finished h2.isOpen::after {
  width: 3.5vw;
  height: 3.5vw;
  background: url(../img/recommend/icon_min.webp) no-repeat;
  background-size: 100% 100%;
}
.contents_finished .contents_finished_toggle {
  padding: 6.25vw 0 0;
  display: none;
}
.contents_finished .contents_finished_toggle .txt_date {
  padding: 0;
  margin: 0 auto 7.5vw;
  line-height: 6.25vw;
  height: 6.25vw;
  font-size: 3.0vw;
  font-weight: 500;
  text-align: center;
  color: #575757;
  border: 1px solid #575757;
}
.contents_finished .contents_finished_toggle a {
  display: block;
  width: 36.25vw;
  margin: 0 auto;
  text-decoration: none;
}
.contents_finished .contents_finished_toggle a img {
  width: 100%;
  margin: 0 auto 3vw;
}
.contents_finished .contents_finished_toggle a p {
  position: relative;
  background: url(../img/recommend/information_btn.webp) no-repeat right center;
  background-size: 2.75vw 2vw;
  line-height: 1.28;
  font-size: 3.5vw;
  font-weight: 500;
  margin: 0 0 0;
  color: #333;
}
.contents_finished .contents_finished_toggle a p span {
  font-family: "Manrope", sans-serif;
}

.reccomend_area .contents {
  margin: 20vw 0 15vw;
}
.reccomend_area .contents ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 7.5vw;
  margin: 0;
}
.reccomend_area .contents ul li {
  width: 24.2%;
  margin: 0 13.7% 5.0vw 0;
}
.reccomend_area .contents ul li:nth-child(3n) {
  margin: 0 0 5.0vw;
}
.reccomend_area .contents ul li a {
  text-decoration: none;
}
.reccomend_area .contents ul li a img {
  box-shadow: 0 3px 7px rgba(0,0,0,0.2);
  width: 100%;
  border-radius: 2.0vw;
  margin: 0 auto 2vw;
}
.reccomend_area .contents ul li a p {
  text-align: center;
  font-size: 3vw;
  font-weight: 500;
  line-height: 1;
  color: #333;
  margin: 0 auto;
  text-align: center;
}

.bounce-item {
  opacity: 0;
  transform: scale(1);
}

/* 表示開始時に付与されるクラス */
.bounce-item.show {
  animation: appearZoom 0.5s ease-out both; /* ← 時間を2倍に（ゆっくり） */
  animation-iteration-count: 1; /* 一度だけ再生 */
}

/* 拡大して戻るアニメーション */
@keyframes appearZoom {
  0% {
    opacity: 0;
    transform: scale(0.8); /* 少し小さくから開始 */
  }
  70% {
    opacity: 0.6;
    transform: scale(1.02); /* 一度だけ大きくなる（102%） */
  }
  100% {
    opacity: 1;
    transform: scale(1); /* 最終的に通常サイズへ */
  }
}
.bounce-item.show.time0 { animation-delay: 0s; }
.bounce-item.show.time02 { animation-delay: 0.2s; }
.bounce-item.show.time04 { animation-delay: 0.4s; }
.bounce-item.show.time06 { animation-delay: 0.6s; }
.bounce-item.show.time08 { animation-delay: 0.8s; }
.bounce-item.show.time10 { animation-delay: 1.0s; }

@media (min-width: 769px) {
  .reccomend_area {
    padding: 32px 0 0;
  }

  .reccomend_area .breadcrumbs {
    margin: 0 22px 80px;
  }
  .reccomend_area .breadcrumbs ul li {
    font-size: 12px;
  }
  .reccomend_area .breadcrumbs ul li a {
    margin: 0 6px 0 0;
    padding: 0 16px 0 0;
  }
  .reccomend_area .breadcrumbs ul li a::after {
    width: 10px;
    height: 6px;
    bottom: 4px;
  }

  .reccomend_area .information .cell {
    padding: 32px 24px;
  }
  .reccomend_area .information .cell ul li {
    margin: 0 0 18px;
  }
  .reccomend_area .information .cell ul li:last-child {
    margin: 0 0 0;
  }
  .reccomend_area .information .cell ul li a img {
    width: 145px;
  }
  .reccomend_area .information .cell ul li a .txt_cell {
    width: 209px;
    padding: 26px 16px 0;
  }
  .reccomend_area .information .cell ul li:nth-child(2) a .txt_cell {
    padding: 38px 16px 0;

  }
  .reccomend_area .information .cell ul li a .txt_cell .txt {
    font-size: 18px;
    margin: 0 0 20px 10px;
  }
  .reccomend_area .information .cell ul li a .txt_cell .information_btn {
    height: 42px;
    padding: 0 0 0 15px;
    font-size: 14px;
    border-radius: 20px;
  }
  .reccomend_area .information .cell ul li a .txt_cell .information_btn::after {
    width: 10px;
    height: 7px;
    background: url(../img/recommend/information_btn.webp) no-repeat;
    background-size: 100% 100%;
    right: 12px;
  }

  .contents_finished {
    padding: 40px 24px;
    margin: 0 0 0;
  }
  .contents_finished h2 {
    background: url(../img/recommend/contents_finished.webp) no-repeat left center;
    background-size: 20px 16px;
    padding: 0 0 0 30px;
    margin: 0 0 0;
    font-size: 24px;
  }
  .contents_finished h2::after {
    width: 14px;
    height: 14px;
    background: url(../img/recommend/icon_plus.webp) no-repeat;
    background-size: 100% 100%;
  }
  .contents_finished h2.isOpen::after {
    width: 14px;
    height: 14px;
    background: url(../img/recommend/icon_min.webp) no-repeat;
    background-size: 100% 100%;
  }
  .contents_finished .contents_finished_toggle {
    padding: 25px 0 0;
  }
  .contents_finished .contents_finished_toggle .txt_date {
    margin: 0 auto 30px;
    line-height: 25px;
    height: 25px;
    font-size: 12px;
  }
  .contents_finished .contents_finished_toggle a {
    width: 145px;
  }
  .contents_finished .contents_finished_toggle a img {
    margin: 0 auto 10px;
  }
  .contents_finished .contents_finished_toggle a p {
    position: relative;
    background: url(../img/recommend/information_btn.webp) no-repeat right center;
    background-size: 10px 7px;
    font-size: 14px;
  }

  .reccomend_area .contents {
    margin: 80px 0 60px;
  }
  .reccomend_area .contents ul {
    padding: 0 24px;
  }
  .reccomend_area .contents ul li {
    width: 24.2%;
    margin: 0 13.7% 20px 0;
  }
  .reccomend_area .contents ul li:nth-child(3n) {
    margin: 0 0 20px;
  }
  .reccomend_area .contents ul li a img {
    box-shadow: 0 3px 7px rgba(0,0,0,0.2);
    border-radius: 10px;
    margin: 0 auto 5px;
  }
  .reccomend_area .contents ul li a p {
    font-size: 12px;
  }
}


/* 追加 */
@media (max-width: 768px) {
  .pc_bg_left {
    display: none;
  }
  .pc_bg_right {
    display: none;
  }
}
@media (min-width: 769px) {
  body {
  }
  .pc_bg_left {
    display: grid;
    position: fixed;
    top: 54px;
    left: 0;
    place-items: center;
    width: calc(50% - 20rem);
    height: calc(100lvh - 54px);
    background: url(../img/common/pc_bg_left.webp) no-repeat center;
    background-size: 100% 100%;
  }
  .pc_bg_left .box {
    width: 90%;
    margin: 0 auto;
  }
  .pc_bg_left .ttl {
    width: 330px;
    margin: 0 auto;
  }
  .pc_bg_left .btn {
    display: block;
    width: 168px;
    margin: 20px auto 0;
  }
  .pc_bg_right {
    display: grid;
    position: fixed;
    top: 54px;
    right: 0;
    place-items: center;
    width: calc(50% - 20rem);
    height: calc(100lvh - 54px);
    background: url(../img/common/pc_bg_right.webp) no-repeat center;
    background-size: 100% 100%;
  }
  .pc_bg_right .box {
    width: 100%;
  }
  .pc_bg_right .btn_home {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 280px;
    height: 48px;
    border: 1px solid #EA6F2C;
    border-radius: 28px;
    background: #fff;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #333333;
    text-decoration: none;
  }
  .pc_bg_right .btn_home::after {
    display: block;
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    margin: auto;
    width: 18px;
    height: 16px;
    left: 24px;
    background: url(../img/common/icon_home.webp) no-repeat center;
    background-size: 100% 100%;
  }
  .pc_bg_right .btn {
    display: block;
    width: 168px;
    margin: 0px auto 25px;
  }
  .pc_bg_right .menu {
    width: 247px;
    margin: 0px auto 0;
    background: #fff;
    padding: 45px 0px;
    border-radius: 20px;
  }
  .pc_bg_right .menu .menu_ttl {
    font-family: "Montserrat", sans-serif;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    margin: 0 auto 30px;
    color: #000;
  }
  .pc_bg_right .menu ul {
    margin: 0 0 0 50px;
    padding: 0;
    list-style: none;
  }
  .pc_bg_right .menu ul li {
    margin: 0 0 20px;
  }
  .pc_bg_right .menu ul li:last-child {
    margin: 0 0 0px;
  }
  .pc_bg_right .menu ul li a {
    display: flex;
    align-items: center;
    height: 16px;
    text-decoration: none;
  }
  .pc_bg_right .menu ul li a img {
    width: 24px;
    margin-right: 10px;
  }
  .pc_bg_right .menu ul li a p {
    line-height: 1;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    margin: 0;
  }
  .reccomend_area,
  .index {
    overflow: hidden;
    z-index: 2;
  }

}
@media (min-width: 769px) and (max-width: 1200px) {
  .pc_bg_left .ttl {
    width: 100%;
    margin: 0 auto;
  }
  .pc_bg_left .btn {
    display: block;
    width: 50.9%;
    margin: 20px auto 0;
  }
  .pc_bg_right .btn_home {
    width: 84.8%;
    height: 48px;
    border-radius: 28px;
    font-size: 14px;
  }
  .pc_bg_right .btn_home::after {
    width: 18px;
    height: 16px;
    left: 24px;
    background: url(../img/common/icon_home.webp) no-repeat center;
    background-size: 100% 100%;
  }
  .pc_bg_right .btn {
    display: block;
    width: 50.9%;
    margin: 0px auto 25px;
  }
  .pc_bg_right .menu {
    width: 84%;
    margin: 0px auto 0;
    background: #fff;
    padding: 45px 0px;
    border-radius: 20px;
  }
  .pc_bg_right .menu .menu_ttl {
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    margin: 0 auto 30px;
    color: #000;
  }
  .pc_bg_right .menu ul {
    margin: 0 0 0 2vw;
    padding: 0;
    list-style: none;
  }
  .pc_bg_right .menu ul li {
    margin: 0 0 20px;
  }
  .pc_bg_right .menu ul li:last-child {
    margin: 0 0 0px;
  }
  .pc_bg_right .menu ul li a {
    display: flex;
    align-items: center;
    height: 16px;
    text-decoration: none;
  }
  .pc_bg_right .menu ul li a img {
    width: 24px;
    margin-right: 10px;
  }
  .pc_bg_right .menu ul li a p {
    line-height: 1;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    margin: 0;
  }
}
