@charset "UTF-8";
:root {
  font-size: 16px;
}

html {
  -webkit-text-size-adjust: 100%;
  line-height: 1.15;
}

body {
  margin: 0;
  font-size: 1rem;
  background: #000;
  color: #333;
  font-family: Helvetica, Arial, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  line-height: 1.5;
}
body.scroll-lock {
  overflow: hidden;
}

h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:focus {
  outline: none;
}

abbr[title] {
  border-bottom: none;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}
button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: table;
  max-width: 100%;
  padding: 0;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
  vertical-align: bottom;
}

[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

[type=text], [type=button], [type=submit] {
  vertical-align: bottom;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

::-moz-selection {
  background: deepskyblue;
  color: white;
}

::selection {
  background: deepskyblue;
  color: white;
}

*:focus {
  outline: none;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.container {
  padding-top: 194px;
}
.container__plain {
  padding-top: 120px;
}
.container {
  background: #fff;
}
.container.top {
  background: #f5edff;
}

@media only screen and (max-width: 899px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .container,
  .container__plain {
    padding-top: 137px;
  }
}
.header {
  z-index: 10000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #010a41;
  background-image: url(../images/head_cards.webp), url(../images/head_bg.webp);
}
@supports ((background-image: -webkit-image-set(url() type("image/webp"))) or (background-image: image-set(url() type("image/webp")))) {
  .header {
    background-image: -webkit-image-set(url(../images/head_cards.webp) type("image/webp") 1x, url(../images/head_cards.png) type("image/png") 1x), -webkit-image-set(url(../images/head_bg.webp) type("image/webp") 1x, url(../images/head_bg.jpg) type("image/jpeg") 1x);
    background-image: image-set(url(../images/head_cards.webp) type("image/webp") 1x, url(../images/head_cards.png) type("image/png") 1x), image-set(url(../images/head_bg.webp) type("image/webp") 1x, url(../images/head_bg.jpg) type("image/jpeg") 1x);
  }
}
.header {
  background-position: 50% -7%, center top;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 155%, 100% auto;
}
.header__inner {
  position: relative;
  width: 100%;
  max-width: 1380px;
  height: 120px;
  margin: 0 auto;
}
.header__logo {
  position: relative;
  padding-top: 50px;
}
.header__logo h1 {
  display: block;
  margin: 0 auto;
  line-height: 1;
  padding: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
}
.header__logo h1 a {
  display: inline-block;
  text-indent: -5000px;
  width: 720px;
  height: 62px;
  background: url(../images/top_logo2.png) center/auto 100% no-repeat;
}
@supports ((background-image: -webkit-image-set(url() type("image/webp"))) or (background-image: image-set(url() type("image/webp")))) {
  .header__logo h1 a {
    background: -webkit-image-set(url(../images/top_logo2.webp) type("image/webp"), url(../images/top_logo2.png) type("image/png")) center/auto 100% no-repeat;
    background: image-set(url(../images/top_logo2.webp) type("image/webp"), url(../images/top_logo2.png) type("image/png")) center/auto 100% no-repeat;
  }
}
.header__btns {
  position: absolute;
  top: 0;
  right: 30px;
}
.header__btns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__btns ul li a {
  display: block;
  color: #001483;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 44px;
  text-align: center;
  text-decoration: none;
}
.header__btns ul li.header__btns__logout a {
  width: 120px;
  height: 44px;
  margin-right: 10px;
  background: url(../images/header_btn_logout.svg) no-repeat left top;
}
.header__btns ul li.header__btns__login a {
  width: 120px;
  height: 44px;
  margin-right: 1px;
  background: url(../images/header_btn_login.svg) no-repeat left top;
}
.header__btns ul li.header__btns__entry a {
  width: 120px;
  height: 44px;
  margin-right: 10px;
  background: url(../images/header_btn_entry.svg) no-repeat left top;
}
.header__btns ul li.header__btns__faq a {
  width: 80px;
  height: 44px;
  background: url(../images/header_btn_faq.svg) no-repeat left top;
}
.header__sub {
  position: absolute;
  right: 30px;
  bottom: 25px;
}
.header__sub ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__sub ul li {
  margin-left: 40px;
}
.header__sub ul li a {
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 500;
  text-decoration: none;
}
.header__sub ul li.btn__mypage a {
  padding-left: 25px;
  background: url(../images/icon_mypage.svg) no-repeat left center;
}
.header__search {
  display: none;
  position: fixed;
  top: 23px;
  right: 5%;
}
.header__search img {
  width: 30px;
  height: auto;
}
.header__menu {
  display: none;
  z-index: 101;
  position: fixed;
  top: 15px;
  left: 1%;
  width: 50px;
  height: 50px;
}
.header__menu__trigger {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  width: 60px;
  height: 60px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.header__menu__trigger span {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  position: absolute;
  left: 10%;
  width: 60%;
  height: 3px;
  background-color: #fff886;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.header__menu__trigger span:nth-of-type(1) {
  top: 14px;
}
.header__menu__trigger span:nth-of-type(2) {
  top: 23px;
}
.header__menu__trigger span:nth-of-type(3) {
  top: 32px;
}
.header__menu__trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}
.header__menu__trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.header__menu__trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg);
}
.header__plain {
  background: url(../images/header_simple_bg.jpg) center top no-repeat #09055a;
}
.header__plain__logo {
  position: static;
  width: 100%;
  padding-top: 10px;
  text-align: center;
}
@media only screen and (max-width: 899px) {
  .header {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-position: center top 10px, center;
    background-size: auto 122%, cover;
  }
  .header__inner {
    height: 80px;
  }
  .header__logo {
    padding-top: 30px;
  }
  .header__logo h1 a {
    width: 80vw;
    max-width: 400px;
    height: 45px;
    display: block;
  }
  @supports ((background-image: -webkit-image-set(url() type("image/webp"))) or (background-image: image-set(url() type("image/webp")))) {
    .header__logo h1 a {
      background: -webkit-image-set(url(../images/top_logo2_sp.webp) type("image/webp"), url(../images/top_logo2_sp.png) type("image/png")) 50% center/contain no-repeat;
      background: image-set(url(../images/top_logo2_sp.webp) type("image/webp"), url(../images/top_logo2_sp.png) type("image/png")) 50% center/contain no-repeat;
    }
  }
  .header__btns {
    display: none;
  }
  .header__sub {
    display: none;
  }
  .header__search {
    display: block;
  }
  .header__menu {
    display: block;
  }
  .header__open {
    -webkit-transform: translate(255px, 0px);
    transform: translate(255px, 0px);
  }
  .header__plain {
    background: url(../images/header_simple_bg.jpg) center top no-repeat #09055a;
  }
  .header__plain__logo {
    position: static;
    width: 100%;
    margin: 0;
    padding-top: 20px;
    text-align: center;
  }
  .header__plain__logo h1 {
    width: 100%;
  }
}

.nav {
  width: 100%;
}
.nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 0;
  border-top: 2px solid #b3925e;
  background: rgba(42, 0, 71, 0.67);
}
@media only screen and (max-width: 899px) {
  .nav ul {
    border-top: 1px solid #b3925e;
    border-bottom: 1px solid #b3925e;
  }
}
@media only screen and (max-width: 400px) {
  .nav ul {
    padding: 0 5px;
  }
}
.nav ul li {
  width: 100%;
  min-width: 65px;
  max-width: 150px;
  height: 73px;
}
@media only screen and (max-width: 899px) {
  .nav ul li {
    height: auto;
    min-width: inherit;
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
.nav ul li a {
  width: 100%;
  height: 73px;
  background: none;
  line-height: 1.1;
  text-decoration: none;
  color: #fff886;
  padding-top: 8px;
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  line-height: 1.1;
  font-size: 1rem;
  font-weight: 100;
  -webkit-text-stroke: 1.2px #b3925e;
  paint-order: stroke fill;
  -webkit-font-smoothing: antialiased;
}
.nav ul li a:hover {
  color: #ff6dce;
}
.nav ul li a.sp {
  display: none;
}
@media only screen and (max-width: 899px) {
  .nav ul li a.sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (max-width: 899px) {
  .nav ul li a.pc {
    display: none;
  }
}
@media only screen and (max-width: 899px) {
  .nav ul li a {
    -webkit-text-stroke: 1px #b3925e;
    height: 55px;
    padding-top: 0;
    font-size: clamp(0.75rem, 0.5rem + 1.11vw, 1.125rem);
  }
}
.nav ul li.active a {
  color: #f5aed1;
  -webkit-text-stroke-width: 0;
  font-weight: 600;
}
.nav ul li.active a dd {
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-size: calc(100% + 10px) 2px;
  background-position: 0 100%;
  text-decoration: none;
}
.nav ul li dl {
  text-align: center;
}
.nav ul li dl dd {
  padding: 5px;
}
@media only screen and (max-width: 899px) {
  .nav ul li .nav__teller {
    display: none;
  }
  .nav ul li .nav__ranking {
    letter-spacing: -0.1em;
  }
}
@media only screen and (max-width: 899px) {
  .nav ul .nav__teller {
    display: none;
  }
}
.nav__sp {
  display: none;
}
@media only screen and (max-width: 899px) {
  .nav__sp {
    -webkit-overflow-scrolling: touch;
    display: block;
    z-index: 100000;
    position: fixed;
    top: 0;
    left: -100vw;
    width: 100%;
    height: 100vh;
    overflow: auto;
    background: #fff;
  }
  .nav__sp__header {
    position: relative;
    width: 100%;
    height: 50px;
    background: url(../images/header_bg_ns.png);
    background-size: cover;
    text-align: center;
  }
  .nav__sp__header h3 {
    color: #fff;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 50px;
  }
  .nav__sp__close {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
  }
  .nav__sp__close a {
    display: block;
    width: 50px;
    height: 50px;
    background: url(../images/btn_back_mark.svg) no-repeat center center;
    background-size: 12px;
    text-indent: -5000px;
  }
  .nav__sp ul li {
    width: 100%;
  }
  .nav__sp ul li a {
    display: block;
    width: 100%;
    padding: 12px 20px;
    font-size: 0.9375rem;
    font-weight: 500;
    text-decoration: none;
  }
  .nav__sp ul.nav__sp__h li {
    border-bottom: 2px solid #fff;
    background: url(../images/nav_sp_h.svg);
    background-size: cover;
  }
  .nav__sp ul.nav__sp__h li a {
    padding: 8px 16px 8px 16px;
    background: url(../images/nav_mark_sp_b.svg) no-repeat right 15px center;
    background-size: 10px;
    color: #001483;
  }
  .nav__sp ul.nav__sp__faq li {
    border-bottom: 2px solid #fff;
  }
  .nav__sp ul.nav__sp__faq li a {
    background: #eee;
    padding: 8px 16px 8px 16px;
    background: url(../images/nav_mark_sp_b.svg) no-repeat right 15px center;
    background-size: 10px;
    color: #001483;
  }
  .nav__sp ul.nav__sp__m li {
    background: rgba(249, 246, 230, 0.6980392157);
    border-bottom: 1px solid #fff;
  }
  .nav__sp ul.nav__sp__m li a {
    padding-left: 0;
    padding: 8px 16px 8px 16px;
    background: url(../images/nav_mark_sp_b.svg) no-repeat right 15px center;
    background-size: 10px;
    color: #241B71;
  }
  .nav__sp ul.nav__sp__f li {
    border-bottom: 1px solid #707070;
  }
  .nav__sp ul.nav__sp__f li a {
    background: url(../images/nav_mark_sp.svg) no-repeat 95% center;
    background-size: 10px;
    color: #001483;
  }
  .nav__sp ul.nav__sp__f li.nav__mypage {
    background: url(../images/icon_mypage_sp.svg) 15px center no-repeat;
    background-size: auto 20px;
  }
  .nav__sp ul.nav__sp__f li.nav__mypage a {
    padding-left: 40px;
  }
}

.pnav {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 30px auto;
}
.pnav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pnav ul li {
  padding: 0 15px 0 25px;
  background: url(../images/pnav_mark.svg) no-repeat left center;
  background-size: 8px;
  color: #001483;
  font-size: 0.8125rem;
  font-weight: 400;
}
.pnav ul li a {
  display: inline-block;
  color: #333333;
}
.pnav ul li a:hover {
  opacity: 0.5;
}
.pnav ul li:first-child {
  padding-left: 0;
  background: none;
}
@media only screen and (max-width: 899px) {
  .pnav {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto 5% auto;
  }
  .pnav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .pnav ul li {
    padding: 0 15px 0 25px;
    background: url(../images/pnav_mark.svg) no-repeat left center;
    background-size: 8px;
    color: #001483;
    font-size: 0.8125rem;
    font-weight: 400;
  }
  .pnav ul li a {
    display: inline-block;
    color: #333333;
  }
  .pnav ul li a:hover {
    opacity: 1;
  }
  .pnav ul li:first-child {
    padding-left: 0;
    background: none;
  }
}

.wrapper {
  padding: 30px 30px 50px 30px;
}
.wrapper__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.wrapper__plain {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
@media only screen and (max-width: 899px) {
  .wrapper {
    padding: 15px 0 5%;
  }
  .wrapper__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .wrapper__margin {
    padding-bottom: 60px;
  }
}

.main {
  width: 73%;
}
@media only screen and (max-width: 899px) {
  .main {
    width: 100%;
  }
}
.container.top .main {
  font-family: "Inter Variable", "Zen Kaku Gothic Antique", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

.aside {
  width: 23%;
}
@media only screen and (max-width: 899px) {
  .aside {
    width: 100%;
    padding: 0 10px 2% 10px;
    background-color: #fff;
  }
}
.aside .headline-new.uline {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 5px;
  width: calc(100% + 20px);
}
@media only screen and (min-width: 900px) {
  .aside .headline-new.uline {
    padding: 5px 0 12px;
  }
  .aside .headline-new.uline h2 {
    font-size: 0.8125rem;
    font-size: clamp(0.813rem, 0.264rem + 0.98vw, 1.063rem);
    padding-left: 30px;
    padding-right: 5px;
  }
  .aside .headline-new.uline h2::after {
    width: 25px;
    left: 3px;
  }
}
.aside__mypage ul li {
  margin-bottom: 1px;
}
.aside__mypage ul li a {
  display: block;
  padding: 15px 10px 15px 35px;
  background: url(../images/btn_mark.svg) no-repeat 20px center, url(../images/btn_bg.svg) no-repeat center center;
  background-size: 5px, cover;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
}
.aside__mypage ul li.active a {
  background: url(../images/btn_cancel_bg.svg) center center;
  background-size: cover;
}
.aside__column {
  width: 100%;
  margin-bottom: 20px;
}
.aside__column__archives h4 {
  width: 100%;
  padding: 6px 10px;
  border-left: 4px solid #001483;
  background: #E2C42D;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 400;
}
.aside__column__archives ul li {
  border-bottom: 1px solid #E2C42D;
  background: url(../images/aside_column_bg.png);
}
.aside__column__archives ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 68px;
  padding: 10px 10px 10px 45px;
  background: url(../images/aside_column_mark.svg) no-repeat 10px center;
  background-size: 26px;
  color: #001483;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
}
.aside__column__tags h4 {
  width: 100%;
  padding: 6px 10px;
  border-left: 4px solid #001483;
  background: #E2C42D;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 400;
}
.aside__column__tags ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px;
  border: 2px solid #DED6BF;
  background: #FAF8F1;
}
.aside__column__tags ul li {
  display: inline-block;
  margin: 0 5px 5px 0;
}
.aside__column__tags ul li a {
  display: block;
  padding: 6px 10px;
  border: 1px solid #CCCCCC;
  border-radius: 8px;
  background: #fff;
  color: #666666;
  font-size: 0.8125rem;
  font-weight: 300;
  text-decoration: none;
}
.aside__column__popular {
  width: 100%;
  padding: 0 10px 10px 10px;
  border: 2px solid #E2C42D;
  background: #FAF8F1;
}
.aside__column__popular h4 {
  padding: 13px 0 13px 35px;
  background: url(../images/icon_column.svg) no-repeat left center;
  color: #001483;
  font-size: 1rem;
  font-weight: 500;
}
.aside__column__popular h4 span {
  display: inline-block;
  padding-left: 5px;
  color: #666;
  font-size: 0.8125rem;
}
.aside__column__popular ul li {
  margin-bottom: 10px;
}
@media only screen and (max-width: 899px) {
  .aside__column__popular ul li {
    padding-bottom: 10px;
    border-bottom: 1px solid #EBE6D3;
  }
}
.aside__column__popular ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-decoration: none;
}
.aside__column__popular ul li .img {
  width: 31%;
}
@media only screen and (max-width: 899px) {
  .aside__column__popular ul li .img {
    width: 25%;
  }
}
.aside__column__popular ul li .img img {
  width: 100%;
  height: auto;
}
.aside__column__popular ul li dl {
  width: 65%;
}
@media only screen and (max-width: 899px) {
  .aside__column__popular ul li dl {
    width: 72%;
  }
}
.aside__column__popular ul li dl dt {
  margin-bottom: 4px;
  color: #333333;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4;
}
.aside__column__popular ul li dl dd {
  color: #666;
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1.4;
  text-align: justify;
}
.aside__banner {
  width: 100%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 899px) {
  .aside__banner {
    display: none;
  }
  .aside__banner.sp-show {
    display: block;
  }
  .aside__banner:first-child {
    padding-top: 40px;
  }
  .aside__banner {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 899px) {
  .aside__banner a {
    width: 100%;
  }
}
@media only screen and (max-width: 899px) {
  .aside__banner ul {
    width: 100%;
  }
}
.aside__banner ul li {
  margin-bottom: 10px;
}
@media only screen and (max-width: 899px) {
  .aside__banner ul li {
    width: 100%;
    margin-bottom: 3%;
  }
}
.aside__banner ul li img {
  width: 100%;
  height: auto;
}
.aside__banner .img {
  width: 100%;
}
@media only screen and (max-width: 899px) {
  .aside__banner .img {
    margin: 0 auto;
    max-width: 400px;
    width: calc(100% - 40px);
  }
}
.aside__banner .img img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 899px) {
  .aside__banner:last-of-type {
    margin-bottom: 30px;
  }
}
.aside__search__keyword {
  width: 100%;
  margin-bottom: 20px;
  padding: 0;
}
@media only screen and (max-width: 899px) {
  .aside__search__keyword {
    display: none;
  }
}
.aside__search__keyword__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.aside__search__keyword__form div:first-child {
  width: 75%;
}
.aside__search__keyword__form div:last-child {
  width: 25%;
}
.aside__search__keyword__form input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 40px;
  padding: 0 10px;
  border: 1px solid #001483;
  border-radius: 5px 0 0 5px;
  background: #fff;
  color: #333333;
  font-size: 0.75rem;
  font-weight: 500;
}
.aside__search__keyword__form input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 40px;
  border: none;
  border-radius: 0 5px 5px 0;
  background: #001483;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.aside__search__keyword__form input[type=submit]:hover {
  opacity: 0.5;
}
.aside__search__popular {
  width: 100%;
  margin-bottom: 20px;
  padding: 0 16px;
  border: 1px solid #EADD9A;
  background: #fff;
}
@media only screen and (max-width: 899px) {
  .aside__search__popular {
    margin-bottom: 25px;
    padding: 16px 15px 8px 15px;
  }
}
.aside__search__popular h4 {
  padding: 16px 0;
  color: #001483;
  font-size: 1rem;
  font-weight: 500;
}
@media only screen and (max-width: 899px) {
  .aside__search__popular h4 {
    padding: 0 0 10px 0;
    color: #241B71;
  }
}
.aside__search__popular h4 span {
  display: inline-block;
  padding-left: 5px;
  color: #666;
  font-size: 0.8125rem;
}
.aside__search__popular ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 8px;
}
@media only screen and (max-width: 899px) {
  .aside__search__popular ul {
    margin-bottom: 5px;
  }
}
.aside__search__popular ul li {
  margin-right: 5px;
  margin-bottom: 8px;
}
@media only screen and (max-width: 899px) {
  .aside__search__popular ul li {
    margin-right: 4px;
  }
}
.aside__search__popular ul li a {
  display: block;
  padding: 5px 10px;
  border-radius: 8px;
  background: #D4D2FC;
  color: #241B71;
  font-size: 0.75rem;
  font-weight: 400;
  text-decoration: none;
}
.aside__search__category {
  width: 100%;
  margin-bottom: 20px;
  padding: 0;
  border: 1px solid #DED6BF;
  background: #fff;
}
@media only screen and (max-width: 899px) {
  .aside__search__category {
    margin-bottom: 25px;
    padding: 16px 15px 0 15px;
    border-color: #EADD9A;
  }
}
.aside__search__category h4 {
  margin: 0 16px;
  padding: 16px 0;
  color: #001483;
  font-size: 1rem;
  font-weight: 500;
}
@media only screen and (max-width: 899px) {
  .aside__search__category h4 {
    margin: 0;
    padding: 0 0 10px 0;
    color: #241B71;
  }
}
.aside__search__category h4 span {
  display: inline-block;
  padding-left: 5px;
  color: #666;
  font-size: 0.8125rem;
}
.aside__search__category h5 {
  margin-bottom: 16px;
  padding: 7px 16px;
  background: #F9F6E6;
  color: #000000;
  font-size: 0.875rem;
  font-weight: 600;
}
@media only screen and (max-width: 899px) {
  .aside__search__category h5 {
    margin-bottom: 15px;
    padding: 4px 10px;
    font-weight: 400;
  }
}
.aside__search__category ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 16px 8px 16px;
}
@media only screen and (max-width: 899px) {
  .aside__search__category ul {
    margin: 0 0 9px 0;
  }
}
.aside__search__category ul li {
  width: 50%;
  margin-bottom: 8px;
}
@media only screen and (max-width: 899px) {
  .aside__search__category ul li {
    margin-bottom: 6px;
  }
}
.aside__search__category ul li a {
  display: inline-block;
  padding-left: 15px;
  background: url(../images/link_mark.svg) no-repeat left center;
  background-size: 10px auto;
  color: #000000;
  font-size: 0.75rem;
  font-weight: 400;
  text-decoration: none;
}
.aside__search__teller {
  width: 100%;
  margin-bottom: 20px;
  padding: 0 16px 15px 16px;
  border: 1px solid #DED6BF;
  background: #fff;
}
@media only screen and (max-width: 899px) {
  .aside__search__teller {
    padding: 16px 15px 15px 15px;
    border-color: #EADD9A;
  }
}
.aside__search__teller h4 {
  padding: 16px 0;
  color: #001483;
  font-size: 1rem;
  font-weight: 500;
}
@media only screen and (max-width: 899px) {
  .aside__search__teller h4 {
    padding: 0 0 15px 0;
    color: #241B71;
  }
}
.aside__search__teller h4 span {
  display: inline-block;
  padding-left: 5px;
  color: #666;
  font-size: 0.8125rem;
}
.aside__search__teller ul {
  margin-bottom: 16px;
}
.aside__search__teller ul li {
  margin-bottom: 10px;
}
.aside__search__teller ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-decoration: none;
}
.aside__search__teller ul li .img {
  width: 33%;
}
@media only screen and (max-width: 899px) {
  .aside__search__teller ul li .img {
    width: 90px;
    padding-right: 10px;
  }
}
.aside__search__teller ul li .img img {
  width: 100%;
  height: auto;
}
.aside__search__teller ul li dl {
  width: 63%;
}
@media only screen and (max-width: 899px) {
  .aside__search__teller ul li dl {
    width: calc(100% - 90px);
  }
}
.aside__search__teller ul li dl dt {
  margin-bottom: 2px;
  color: #000;
  font-size: 1rem;
  font-weight: 600;
}
.aside__search__teller ul li dl dd {
  color: #000;
  font-size: 0.75rem;
  font-weight: 400;
  text-align: justify;
}
@media only screen and (max-width: 899px) {
  .aside__search__teller ul li dl dd {
    color: #666;
  }
}
.aside__search__newprogram {
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #DED6BF;
}
@media only screen and (max-width: 899px) {
  .aside__search__newprogram {
    margin-bottom: 10%;
    padding-bottom: 8%;
  }
}
.aside__search__newprogram h4 {
  margin-bottom: 5px;
  padding: 10px 0 10px 35px;
  background: url(../images/icon_program.svg) no-repeat left center;
  color: #001483;
  font-size: 1rem;
  font-weight: 500;
}
@media only screen and (max-width: 899px) {
  .aside__search__newprogram h4 {
    padding-left: 0;
  }
}
.aside__search__newprogram h4 span {
  display: inline-block;
  padding-left: 5px;
  color: #666;
  font-size: 0.8125rem;
}
.aside__search__newprogram ul li {
  margin-bottom: 10px;
}
@media only screen and (max-width: 899px) {
  .aside__search__newprogram ul li {
    margin-bottom: 2%;
  }
}
@media only screen and (max-width: 899px) {
  .aside__search__newprogram ul li a {
    width: 100%;
  }
}
.aside__search__newprogram ul li img {
  width: 100%;
  height: auto;
}
.aside__btn {
  text-align: center;
}
.aside__btn a {
  width: 100%;
  max-width: 200px;
  padding: 11px 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#6260CE), to(#32288A));
  background: linear-gradient(#6260CE, #32288A);
  border-radius: 10px;
  text-align: center;
  text-decoration: none;
}
@media only screen and (max-width: 899px) {
  .aside__btn a {
    max-width: 182px;
    padding: 12px 10px;
    border-radius: 6px;
  }
}
.aside__btn a span {
  display: inline-block;
  padding-right: 15px;
  background: url(../images/link_mark_white.svg) no-repeat right center;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
}

.feature__title {
  margin-bottom: 40px;
  padding: 10px;
  border: 2px solid #E2C42D;
  background: #fff;
}
.feature__title__lead {
  font-size: 1.0625rem;
  font-weight: 400;
}
.feature__title dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}
.feature__title dl dt {
  width: 128px;
  margin-right: 20px;
}
.feature__title dl dt img {
  width: 100%;
  height: auto;
}
.feature__title dl dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.4;
}
@media only screen and (max-width: 899px) {
  .feature__title {
    width: 90%;
    margin: 0 auto 5% auto;
    padding: 10px;
    border: 2px solid #E2C42D;
    background: #fff;
  }
  .feature__title__lead {
    font-size: 0.875rem;
    font-weight: 400;
  }
  .feature__title dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
  }
  .feature__title dl dt {
    width: 100px;
    margin-right: 10px;
  }
  .feature__title dl dt img {
    width: 100%;
    height: auto;
  }
  .feature__title dl dd {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 1.125rem;
    font-weight: 600;
  }
}

.free__tab:not(.pill) {
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 899px) {
  .free__tab:not(.pill) {
    width: calc(100% - 20px);
    margin: 0 auto;
  }
}
.free__tab:not(.pill) .free__tab__category {
  width: 100%;
  border-bottom: 1px solid #241B71;
}
.free__tab:not(.pill) .free__tab__category ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 899px) {
  .free__tab:not(.pill) .free__tab__category ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 0;
  }
}
.free__tab:not(.pill) .free__tab__category ul li {
  min-width: 160px;
  margin-right: 3px;
}
@media only screen and (max-width: 899px) {
  .free__tab:not(.pill) .free__tab__category ul li {
    width: 32%;
    min-width: auto;
    margin-right: 0;
  }
}
.free__tab:not(.pill) .free__tab__category ul li.active a {
  background: #241B71;
  color: #ffffff;
  text-decoration: none;
  cursor: default;
}
.free__tab:not(.pill) .free__tab__category ul li a {
  display: block;
  width: 100%;
  height: 46px;
  padding: 0 20px;
  border-radius: 8px 8px 0 0;
  background: #ffffff;
  color: #241B71;
  font-size: 1rem;
  font-weight: 500;
  line-height: 46px;
  text-align: center;
  border-left: 1px solid #241B71;
  border-right: 1px solid #241B71;
  border-top: 1px solid #241B71;
  text-decoration: none;
}
@media only screen and (max-width: 899px) {
  .free__tab:not(.pill) .free__tab__category ul li a {
    padding: 0 5px;
    border-radius: 8px 8px 0 0;
    font-size: 0.875rem;
  }
}

.newtarot dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.newtarot dl dt {
  width: 37%;
}
.newtarot dl dt img {
  width: 100%;
  height: auto;
}
.newtarot dl dd {
  width: 60.8%;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6;
  text-align: justify;
}
@media only screen and (max-width: 899px) {
  .newtarot dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 0;
  }
  .newtarot dl dt {
    width: 100%;
    margin-bottom: 5px;
  }
  .newtarot dl dt img {
    width: 100%;
    height: auto;
  }
  .newtarot dl dd {
    width: 100%;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.4;
    text-align: justify;
  }
  .newtarot dl dd b {
    font-size: 0.875rem;
    display: block;
  }
}

.ranking:not(.top) .list ul li {
  position: relative;
}
.ranking:not(.top) .list ul li::after {
  z-index: 100;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 20px;
  height: 20px;
  content: "";
}
.ranking:not(.top) .list ul li:nth-child(1)::after {
  background: url(../images/ranking_1.svg) no-repeat;
  background-size: 20px;
}
.ranking:not(.top) .list ul li:nth-child(2)::after {
  background: url(../images/ranking_2.svg) no-repeat;
  background-size: 20px;
}
.ranking:not(.top) .list ul li:nth-child(3)::after {
  background: url(../images/ranking_3.svg) no-repeat;
  background-size: 20px;
}
.ranking:not(.top) .list ul li:nth-child(4)::after {
  background: url(../images/ranking_4.svg) no-repeat;
  background-size: 20px;
}
.ranking:not(.top) .list ul li:nth-child(5)::after {
  background: url(../images/ranking_5.svg) no-repeat;
  background-size: 20px;
}
.ranking:not(.top) .list ul li:nth-child(6)::after {
  background: url(../images/ranking_6.svg) no-repeat;
  background-size: 20px;
}
.ranking:not(.top) .list ul li:nth-child(7)::after {
  background: url(../images/ranking_7.svg) no-repeat;
  background-size: 20px;
}
.ranking:not(.top) .list ul li:nth-child(8)::after {
  background: url(../images/ranking_8.svg) no-repeat;
  background-size: 20px;
}
.ranking:not(.top) .list ul li:nth-child(9)::after {
  background: url(../images/ranking_9.svg) no-repeat;
  background-size: 20px;
}
.ranking:not(.top) .list ul li:nth-child(10)::after {
  background: url(../images/ranking_10.svg) no-repeat;
  background-size: 20px;
}
.ranking:not(.top) .list ul li:nth-child(11)::after {
  background: url(../images/ranking_11.svg) no-repeat;
  background-size: 20px;
}
.ranking:not(.top) .list ul li:nth-child(12)::after {
  background: url(../images/ranking_12.svg) no-repeat;
  background-size: 20px;
}
.ranking:not(.top) .list ul li:nth-child(13)::after {
  background: url(../images/ranking_13.svg) no-repeat;
  background-size: 20px;
}
.ranking:not(.top) .list ul li:nth-child(14)::after {
  background: url(../images/ranking_14.svg) no-repeat;
  background-size: 20px;
}
.ranking:not(.top) .list ul li:nth-child(15)::after {
  background: url(../images/ranking_15.svg) no-repeat;
  background-size: 20px;
}
.ranking:not(.top) .list ul li:nth-child(16)::after {
  background: url(../images/ranking_16.svg) no-repeat;
  background-size: 20px;
}
.ranking:not(.top) .list ul li:nth-child(17)::after {
  background: url(../images/ranking_17.svg) no-repeat;
  background-size: 20px;
}
.ranking:not(.top) .list ul li:nth-child(18)::after {
  background: url(../images/ranking_18.svg) no-repeat;
  background-size: 20px;
}
.ranking:not(.top) .list ul li:nth-child(19)::after {
  background: url(../images/ranking_19.svg) no-repeat;
  background-size: 20px;
}
.ranking:not(.top) .list ul li:nth-child(20)::after {
  background: url(../images/ranking_20.svg) no-repeat;
  background-size: 20px;
}
@media only screen and (max-width: 899px) {
  .ranking:not(.top) .list ul li #ranking {
    margin-top: -80px;
    padding-top: 80px;
  }
  .ranking:not(.top) .list ul li {
    position: relative;
  }
  .ranking:not(.top) .list ul li::after {
    z-index: 100;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 30px;
    height: 30px;
    content: "";
  }
  .ranking:not(.top) .list ul li:nth-child(1)::after, .ranking:not(.top) .list ul li:nth-child(2)::after, .ranking:not(.top) .list ul li:nth-child(3)::after, .ranking:not(.top) .list ul li:nth-child(4)::after, .ranking:not(.top) .list ul li:nth-child(5)::after, .ranking:not(.top) .list ul li:nth-child(6)::after, .ranking:not(.top) .list ul li:nth-child(7)::after, .ranking:not(.top) .list ul li:nth-child(8)::after, .ranking:not(.top) .list ul li:nth-child(9)::after, .ranking:not(.top) .list ul li:nth-child(10)::after, .ranking:not(.top) .list ul li:nth-child(11)::after, .ranking:not(.top) .list ul li:nth-child(12)::after, .ranking:not(.top) .list ul li:nth-child(13)::after, .ranking:not(.top) .list ul li:nth-child(14)::after, .ranking:not(.top) .list ul li:nth-child(15)::after, .ranking:not(.top) .list ul li:nth-child(16)::after, .ranking:not(.top) .list ul li:nth-child(17)::after, .ranking:not(.top) .list ul li:nth-child(18)::after, .ranking:not(.top) .list ul li:nth-child(19)::after, .ranking:not(.top) .list ul li:nth-child(20)::after {
    background-size: 20px;
  }
}
@media only screen and (min-width: 900px) {
  .ranking.top.boxn {
    margin-bottom: 24px;
  }
}
.ranking.top .headline-new {
  margin-bottom: 70px;
  overflow: visible;
}
@media only screen and (min-width: 1310px) {
  .ranking.top .headline-new {
    margin-bottom: 90px;
  }
}
.ranking.top .list ul li {
  margin-bottom: 18px;
}
.ranking.top .btn__more {
  margin-top: 32px;
  margin-bottom: 16px;
}
.ranking.top__list {
  display: none;
}
.ranking.top__list.active {
  display: block;
}

.teller p {
  margin-bottom: 25px;
  font-size: 1rem;
  font-weight: 500;
}
@media only screen and (max-width: 899px) {
  .teller p {
    width: 90%;
    margin: 0 auto 5% auto;
    font-size: 1rem;
  }
}

.footer {
  width: 100%;
}
.footer__nav {
  width: 100%;
  padding: 20px 0 20px 0;
  background: #F9F6E6;
}
.footer__nav__inner {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 30px;
}
.footer__nav__box {
  margin-bottom: 15px;
}
.footer__nav__box h3 {
  padding: 20px 0 20px 0;
  color: #001483;
  font-size: 1.125rem;
  font-weight: 700;
}
.footer__nav__box h4 {
  width: 120px;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  background: #241B71;
  line-height: 32px;
  margin-bottom: 16px;
  padding: 0 8px;
  margin-right: 16px;
  height: 32px;
}
.footer__nav__box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer__nav__box ul li {
  margin-right: 25px;
  margin-bottom: 10px;
  padding: 5px 0 0 0;
}
.footer__nav__box ul li a {
  color: #000;
  font-size: 0.75rem;
  font-weight: 400;
  text-decoration: none;
}
.footer__nav__box.footer__nav__category ul {
  margin-bottom: 16px;
}
.footer__nav__box.footer__nav__popular ul li {
  margin-right: 4px;
  margin-bottom: 12px;
  padding: 4px 10px;
  background: #D4D2FC;
  border-radius: 4px;
}
.footer__nav__box.footer__nav__popular ul li a {
  color: #241B71;
}
.footer__nav__box.footer__nav__teller ul li a {
  color: #000;
  font-size: 0.875rem;
}
.footer__nav__box__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding: 18px 30px;
  background: url(../images/footer_sns_bg.svg) center center;
}
.footer__sns h3 {
  margin-right: 20px;
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 500;
}
.footer__sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer__sns ul li {
  margin-right: 2px;
}
.footer__sns ul li a {
  display: block;
  padding: 20px 30px;
  background: #fff;
  color: #333333;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
}
.footer__sns ul li a:hover {
  opacity: 0.5;
}
.footer__sns ul li a span {
  display: inline-block;
  padding-left: 28px;
}
.footer__sns ul li:nth-child(1) a {
  border-radius: 6px 0 0 6px;
}
.footer__sns ul li:nth-child(1) a span {
  background: url(../images/icon_facebook.svg) no-repeat left center;
}
.footer__sns ul li:nth-child(2) a span {
  background: url(../images/icon_twitter.svg) no-repeat left center;
}
.footer__sns ul li:nth-child(3) {
  margin-right: 0;
}
.footer__sns ul li:nth-child(3) a {
  border-radius: 0 6px 6px 0;
}
.footer__sns ul li:nth-child(3) a span {
  background: url(../images/icon_instagram.svg) no-repeat left center;
}
.footer__main {
  width: 100%;
  padding: 40px 30px;
  background: url(../images/footer_bg2.jpg) no-repeat center top;
  background-size: cover;
  text-align: center;
}
.footer__main h3 {
  margin-top: 40px;
  margin-bottom: 30px;
}
.footer__main h3 a {
  display: inline-block;
  width: 376px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  text-decoration: none;
}
.footer__main__nav {
  margin-bottom: 30px;
}
.footer__main__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer__main__nav ul li {
  margin: 0 20px;
}
.footer__main__nav ul li a {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
}
.footer__main__btns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer__main__btns ul li {
  width: 140px;
  margin: 0 3px;
  text-align: center;
}
.footer__main__btns ul li a {
  display: block;
  width: 100%;
  padding: 13px 10px;
  border-radius: 8px;
  color: #333333;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
}
.footer__main__btns ul li.footer__btn__login a,
.footer__main__btns ul li.footer__btn__logout a,
.footer__main__btns ul li.footer__btn__entry a {
  background: url(../images/footer_btn_yellow.svg) center center no-repeat;
  background-size: cover;
}
.footer__main__btns ul li.footer__btn__faq a {
  background: url(../images/footer_btn_gray.svg) center center no-repeat;
  background-size: cover;
}
.footer__copy {
  width: 100%;
  padding: 20px 30px;
  background: #000;
  text-align: center;
}
.footer__copy p {
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 200;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 899px) {
  .footer__nav {
    display: none;
  }
  .footer__sns {
    padding: 5% 5%;
    background-size: cover;
  }
  .footer__sns h3 {
    margin-right: 0;
    margin-bottom: 5%;
    text-align: center;
  }
  .footer__sns ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  .footer__sns ul li {
    width: 33%;
    margin-right: 0;
  }
  .footer__sns ul li a {
    padding: 20px 10px;
    font-size: 0.75rem;
    text-align: center;
  }
  .footer__sns ul li a:hover {
    opacity: 1;
  }
  .footer__sns ul li a span {
    padding-left: 25px;
  }
  .footer__sns ul li:nth-child(1) a {
    border-radius: 6px 0 0 6px;
  }
  .footer__sns ul li:nth-child(1) a span {
    background: url(../images/icon_facebook.svg) no-repeat left center;
  }
  .footer__sns ul li:nth-child(2) a span {
    background: url(../images/icon_twitter.svg) no-repeat left center;
  }
  .footer__sns ul li:nth-child(3) {
    margin-right: 0;
  }
  .footer__sns ul li:nth-child(3) a {
    border-radius: 0 6px 6px 0;
  }
  .footer__sns ul li:nth-child(3) a span {
    background: url(../images/icon_instagram.svg) no-repeat left center;
  }
  .footer__main {
    padding: 5% 5%;
  }
  .footer__main h3 {
    margin-top: 20px;
    margin-bottom: 5%;
  }
  .footer__main h3 a {
    width: 280px;
    font-size: 1.25rem;
  }
  .footer__main__nav {
    margin-bottom: 2%;
  }
  .footer__main__nav ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer__main__nav ul li {
    margin: 0 5% 3% 5%;
  }
  .footer__main__nav ul li a {
    font-size: 0.75rem;
    font-weight: 400;
    text-decoration: underline;
  }
  .footer__main__btns ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer__main__btns ul li {
    width: 32%;
    margin: 0;
  }
  .footer__main__btns ul li a {
    padding: 13px 5px;
  }
  .footer__copy {
    padding: 5% 5%;
  }
  .footer__copy p {
    font-size: 0.75rem;
  }
}

.pager {
  padding-top: 30px;
  border-top: 2px solid #001483;
  text-align: center;
}
.pager a {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(../images/pager_bg.svg) no-repeat;
  color: #001483;
  font-size: 1rem;
  font-weight: 400;
  line-height: 40px;
  text-align: center;
  vertical-align: bottom;
}
.pager a:hover {
  opacity: 0.5;
}
.pager a.pager__prev {
  width: 80px;
  margin-right: 10px;
  padding-left: 10px;
  border: none;
  background: url(../images/pager_prev.svg) no-repeat;
  color: #fff;
  font-size: 0.875rem;
  text-decoration: none;
}
.pager a.pager__next {
  width: 80px;
  margin-left: 10px;
  padding-right: 10px;
  border: none;
  background: url(../images/pager_next.svg) no-repeat;
  color: #fff;
  font-size: 0.875rem;
  text-decoration: none;
}
.pager span {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #001483;
  font-size: 1rem;
  font-weight: 400;
  line-height: 40px;
  text-align: center;
}
.pager .current {
  background: url(../images/pager_current.svg) no-repeat;
  color: #fff;
  text-decoration: none;
}
.pager__nav {
  margin-bottom: 60px;
  padding-top: 30px;
  border-top: 2px solid #001483;
  text-align: center;
}
.pager__nav span.disable {
  cursor: default;
  opacity: 0.3;
}
.pager__nav a:hover {
  opacity: 0.5;
}
.pager__nav__prev a, .pager__nav__prev span.disable {
  width: 140px;
  margin-right: 10px;
  padding-left: 10px;
  background: url(../images/column_pager_prev.svg) no-repeat;
  display: inline-block;
  height: 40px;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 40px;
  text-decoration: none;
}
.pager__nav__back a {
  width: 200px;
  background: url(../images/column_pager_y.svg) no-repeat 86% center, url(../images/column_pager_back.svg) no-repeat;
  display: inline-block;
  height: 40px;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 40px;
  text-decoration: none;
}
.pager__nav__next a, .pager__nav__next span {
  width: 140px;
  margin-left: 10px;
  padding-right: 10px;
  background: url(../images/column_pager_next.svg) no-repeat right;
  display: inline-block;
  height: 40px;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 40px;
  text-decoration: none;
}
@media only screen and (max-width: 899px) {
  .pager {
    padding-top: 5%;
  }
  .pager a {
    width: 35px;
    height: 35px;
    background-size: 35px;
    line-height: 35px;
  }
  .pager a.pager__prev {
    width: 70px;
    margin-right: 2%;
    background-size: 70px 35px;
  }
  .pager a.pager__next {
    width: 70px;
    margin-left: 2%;
    background-size: 70px 35px;
  }
  .pager a:hover {
    opacity: 1;
  }
  .pager span {
    width: 2%;
    text-indent: -5000px;
  }
  .pager .current {
    background-size: 35px;
  }
  .pager__nav a.disable, .pager__nav a.disable:hover {
    opacity: 0.3;
  }
  .pager__nav a:hover {
    opacity: 1;
  }
  .pager__nav__prev a, .pager__nav__prev span.disable {
    width: 70px;
    height: 40px;
    margin-right: 10px;
    background: url(../images/column_pager_prev_sp.svg) no-repeat;
    background-size: 70px;
  }
  .pager__nav__back a {
    width: 120px;
    height: 40px;
    background: url(../images/column_pager_back_sp.svg) no-repeat;
    background-size: 120px;
  }
  .pager__nav__next a, .pager__nav__next span {
    width: 70px;
    height: 40px;
    margin-left: 10px;
    background: url(../images/column_pager_next_sp.svg) no-repeat right;
    background-size: 70px;
  }
}

.btn__txt__right {
  margin-bottom: 15px;
  text-align: right;
}
.btn__txt__right a {
  display: inline-block;
  padding-right: 20px;
  background: url(../images/link_mark_y.svg) no-repeat right center;
  color: #001483;
  font-size: 0.8125rem;
  font-weight: 400;
}
@media only screen and (max-width: 899px) {
  .btn__txt__right {
    width: 90%;
    margin: 0 auto 5% auto;
  }
}

.hover__fade {
  display: inline-block;
}
.hover__fade:hover {
  opacity: 0.5;
}
@media only screen and (max-width: 899px) {
  .hover__fade:hover {
    opacity: 1;
  }
}

.hover__bright {
  display: inline-block;
  -webkit-filter: brightness(1);
          filter: brightness(1);
}
.hover__bright:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}
@media only screen and (max-width: 899px) {
  .hover__bright {
    -webkit-filter: none;
            filter: none;
  }
  .hover__bright:hover {
    -webkit-filter: none;
            filter: none;
  }
}

.box {
  margin-bottom: 80px;
}
.box p {
  margin-bottom: 20px;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.9;
}
.box p.fix {
  width: 100%;
}
.box__free {
  margin-bottom: 20px;
}
.box__plain {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #DED6BF;
  background: #fff;
}
.box__plain__inner {
  width: 100%;
  max-width: 565px;
  margin: 0 auto;
  padding: 35px 30px;
}
.box__plain__inner__wide {
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
  padding: 35px 30px;
}
.box__plain p {
  margin-bottom: 30px;
  font-size: 0.9375rem;
  font-weight: 400;
  text-align: left;
}
.box__present {
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 2px solid #DED6BF;
  background: url(../images/present_bg.png);
  text-align: center;
}
@media only screen and (max-width: 899px) {
  .box {
    margin-bottom: 10%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .box p {
    width: 100%;
    margin: 0 auto 5% auto;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.9;
  }
  .box p.fix {
    width: 90%;
  }
  .box__plain {
    width: calc(100% - 20px);
    margin: 0 auto 5% auto;
  }
  .box__plain__inner {
    padding: 8% 5%;
  }
  .box__plain__inner__wide {
    padding: 5% 5%;
  }
  .box__plain p {
    margin-bottom: 5%;
    font-size: 0.9375rem;
    font-weight: 400;
    text-align: left;
  }
  .box__free {
    width: 90%;
    margin: 0 auto 5% auto;
  }
  .box__free img {
    width: 100%;
    height: auto;
  }
  .box__present {
    width: 90%;
    margin: 0 auto 5% auto;
  }
  .box__present__wide {
    width: 100%;
  }
}

.boxn {
  margin-bottom: 80px;
}
.boxn p {
  margin-bottom: 20px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.9;
}
.boxn p.fix {
  width: 100%;
}
@media only screen and (max-width: 899px) {
  .boxn {
    margin-bottom: 5%;
  }
  .boxn p {
    width: 100%;
    margin: 0 auto 5% auto;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.9;
  }
  .boxn p.fix {
    width: 90%;
  }
}
.boxn.sec-worry-category {
  margin-bottom: 35px;
}
@media only screen and (min-width: 900px) {
  .boxn.sec-worry-category {
    margin-bottom: 55px;
  }
}

.btn__more {
  display: block;
  margin: 15px auto 0;
  padding: 9px 0 9px;
  text-align: center;
  width: calc(100% - 48px);
  border-top: 1px solid #241B71;
  border-bottom: 1px solid #241B71;
}
@media only screen and (min-width: 900px) {
  .btn__more {
    max-width: 600px;
    margin-top: 30px;
    padding: 13px 0 13px;
  }
}
.btn__more a {
  display: block;
  width: calc(100% - 10px);
  margin: 0 auto;
  background: rgba(238, 213, 246, 0.58);
  color: #241B71;
  line-height: 1;
  font-size: 1.25rem;
  font-weight: 700;
  text-decoration: none;
  padding: 5px 0 4px;
}
.btn__more a:hover {
  opacity: 1;
}
@media only screen and (min-width: 1310px) {
  .btn__more a {
    font-size: 1.125rem;
  }
}
.totop .btn__more {
  margin: 35px auto;
  border-bottom: none;
}
@media only screen and (min-width: 900px) {
  .totop .btn__more {
    display: none;
  }
}
@media only screen and (max-width: 899px) {
  .btn__more a {
    max-width: 180px;
    padding: 9px 10px;
    border-radius: 10px;
    font-size: 1rem;
  }
  .btn__more a:hover {
    opacity: 1;
  }
}
.btn__wrap {
  text-align: center;
}
.btn__wrap ul li {
  margin-bottom: 20px;
}
.btn__base {
  display: inline-block;
  width: 100%;
  max-width: 300px;
  padding: 15px 10px;
  border-radius: 6px;
  background: url(../images/btn_base_bg.svg) no-repeat center center;
  background-size: cover;
  color: #001483;
  font-size: 1.125rem;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}
.btn__base:hover {
  color: #001483;
}
.btn__cancel {
  display: inline-block;
  width: 100%;
  max-width: 300px;
  padding: 15px 10px;
  border-radius: 6px;
  background: url(../images/btn_cancel_bg.svg) no-repeat center center;
  background-size: cover;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}
.btn__cancel:hover {
  color: #fff;
}
.btn__setting {
  margin-bottom: 5%;
  padding-top: 0;
  text-align: center;
}
.btn__setting a {
  display: inline-block;
  width: 100%;
  max-width: 280px;
  padding: 15px 10px;
  border-radius: 8px;
  background: url(../images/btn_bg.svg) no-repeat center center;
  background-size: cover;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
}

.box__credit p {
  margin-bottom: 25px;
  font-size: 0.9375rem;
  font-weight: 400;
}
@media only screen and (max-width: 899px) {
  .box__credit {
    width: 90%;
    margin: 0 auto;
  }
  .box__credit p {
    margin-bottom: 5%;
    font-size: 0.9375rem;
    font-weight: 400;
  }
}

.pgtitle {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 30px auto;
  padding: 15px 0 12px 0;
  border-top: 2px solid #241B71;
}
.pgtitle h1 {
  display: inline-block;
  margin: 0;
  padding: 0;
  padding-left: 35px;
  background: url(../images/pgtitle_mark.svg) left center no-repeat;
  color: #001483;
  font-size: 1.5rem;
  font-weight: 700;
  background-size: 20px auto;
}
.pgtitle__plain {
  width: 100%;
  margin: 0 auto 40px auto;
  text-align: center;
}
.pgtitle__plain h1 {
  display: inline-block;
  margin: 0 auto;
  padding: 0 30px 15px 30px;
  background: url(../images/pgtitle_plain.svg) center bottom no-repeat;
}
.pgtitle__plain h1 span {
  display: inline-block;
  padding: 0 50px 0 50px;
  background: url(../images/icon_moon.svg) no-repeat left 8px, url(../images/icon_star.svg) no-repeat right 6px;
  color: #001483;
  font-size: 1.75rem;
  font-weight: 600;
}
@media only screen and (max-width: 899px) {
  .pgtitle {
    margin: 0 auto 0 auto;
    padding: 15px 10px 15px 10px;
  }
  .pgtitle h1 {
    padding: 2px 0 0 0;
    padding-left: 30px;
    font-size: 1rem;
    font-weight: 600;
  }
  .pgtitle__plain {
    margin: 0 auto 5% auto;
  }
  .pgtitle__plain h1 {
    padding: 0 20px 15px 20px;
  }
  .pgtitle__plain h1 span {
    padding: 4px 40px 0 40px;
    font-size: 1.5rem;
  }
}

.headline {
  position: relative;
  width: 100%;
  margin-bottom: 25px;
  padding: 15px 0 15px 0;
  border-top: 2px solid #241B71;
}
.headline.free.box {
  margin-bottom: 0;
}
.headline .select__sort, .headline .headline__s .select__sort {
  top: 13px;
}
.headline h2 {
  display: inline-block;
  margin: 0;
  padding: 0;
  padding-left: 40px;
  background: url(../images/headline_mark.svg) left center no-repeat;
  background-size: 20px auto;
  color: #001483;
  font-size: 1.5rem;
  font-weight: 600;
}
.headline h2 span {
  display: inline-block;
  margin-left: 10px;
  padding: 7px 12px;
  background: #D76363;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
}
.headline__s {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  padding: 15px 0 10px 0;
  background: url(../images/headline_s.svg) right top no-repeat;
}
.headline__s h2 {
  display: inline-block;
  margin: 0;
  padding: 0;
  color: #001483;
  font-size: 1.3125rem;
  font-weight: 600;
}
.headline__plain {
  width: 100%;
  padding: 10px 15px;
  background: #D9EBFF;
}
.headline__plain h2 {
  padding-left: 28px;
  background: url(../images/icon_star_s.svg) no-repeat left center;
  color: #001483;
  font-size: 1.125rem;
  font-weight: 600;
}
.headline__s__plain {
  margin-bottom: 25px;
}
.headline__s__plain h3 {
  font-size: 1.125rem;
  font-weight: 600;
}
@media only screen and (max-width: 899px) {
  .headline {
    margin-bottom: 10px;
    padding: 13px 0 10px 0;
  }
  .headline .select__sort {
    top: 10px;
  }
  .headline h2 {
    padding-top: 2px;
    padding-left: 30px;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.3;
  }
  .headline h2 span {
    margin-left: 20px;
    font-size: 0.875rem;
  }
  .headline__s {
    width: 90%;
    margin: 0 auto 5% auto;
    padding: 15px 0 0 0;
  }
  .headline__s h2 {
    font-size: 1.25rem;
  }
  .headline__plain {
    padding: 10px 5%;
  }
  .headline__plain h2 {
    background: url(../images/icon_star_s.svg) no-repeat left 1px;
    font-size: 1.0625rem;
    line-height: 1.3;
  }
}

.select__sort__wrap {
  margin-bottom: 15px;
  overflow: hidden;
}
.select__sort__wrap .select__sort {
  position: static;
  float: right;
}

.select__sort {
  position: absolute;
  top: 5px;
  right: 0;
}
.select__sort ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.select__sort ul li.active a {
  background: #001483;
  color: #fff;
  text-decoration: none;
  cursor: default;
}
.select__sort ul li a {
  color: #001483;
  background: #fff;
  display: block;
  width: 64px;
  padding: 5px 5px;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.select__sort ul li a:hover {
  background: rgba(0, 20, 131, 0.2);
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  text-decoration: none;
}
@media only screen and (max-width: 899px) {
  .select__sort {
    top: -48px;
  }
  .select__sort ul li a {
    width: 60px;
    font-size: 0.875rem;
  }
  .select__sort ul li a:hover {
    border: 1px solid #DED6BF;
  }
}

.free__list, .free__list__box, .ranking__list {
  display: none;
}

.free__list.active, .free__list__box.active, .ranking__list.active {
  display: block;
}

.list__img {
  width: 80px;
  margin-right: 10px;
  overflow: hidden;
  border-radius: 9999px;
}
@media only screen and (min-width: 500px) {
  .list__img {
    width: 100px;
    margin-right: 15px;
  }
}
@media only screen and (min-width: 900px) {
  .list__img {
    width: 120px;
    margin-right: 20px;
  }
}
.list__img img {
  width: 100%;
  height: auto;
}
.list ul li {
  border: 2px solid #D3B1E2;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px;
  margin-bottom: 15px;
  background: #F9F6E6;
  -webkit-transition: -webkit-filter 0.5s ease, -webkit-transform 0.4s ease, -webkit-box-shadow 0.4s ease;
  transition: -webkit-filter 0.5s ease, -webkit-transform 0.4s ease, -webkit-box-shadow 0.4s ease;
  transition: filter 0.5s ease, transform 0.4s ease, box-shadow 0.4s ease;
  transition: filter 0.5s ease, transform 0.4s ease, box-shadow 0.4s ease, -webkit-filter 0.5s ease, -webkit-transform 0.4s ease, -webkit-box-shadow 0.4s ease; /* 滑らかに変化 */
  -webkit-transform-origin: center center;
          transform-origin: center center; /* 中央基準で拡大 */
}
.list ul li:has(a:hover) {
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
  z-index: 10;
}
@media only screen and (max-width: 899px) {
  .list ul li a:hover {
    text-decoration: none;
  }
}
@media only screen and (max-width: 899px) {
  .list ul li {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    border-radius: 10px;
    margin-bottom: 15px;
    padding: 16px 16px 0;
  }
}
@media only screen and (max-width: 499px) {
  .list ul li {
    border-radius: 7px;
    padding: 12px 5px 0 16px;
  }
}
@media only screen and (max-width: 380px) {
  .list ul li {
    padding-bottom: 0;
  }
}
.list ul li dl {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  row-gap: 10px;
}
@media only screen and (max-width: 899px) {
  .list ul li dl {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media only screen and (max-width: 499px) {
  .list ul li dl {
    row-gap: 5px;
  }
}
.list ul li dl dt {
  -ms-flex-item-align: end;
      align-self: flex-end;
  min-width: 100px;
}
@media only screen and (min-width: 460px) {
  .list ul li dl dt {
    min-width: 130px;
  }
}
@media only screen and (min-width: 900px) {
  .list ul li dl dt {
    min-width: 160px;
  }
}
.list ul li dl dd a {
  color: #261c72;
  font-weight: 500;
  font-weight: normal;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Meiryo", Meiryo, sans-serif;
  font-size: 1.625rem;
}
@media only screen and (max-width: 899px) {
  .list ul li dl dd a {
    font-size: clamp(1.063rem, -0.668rem + 7.69vw, 1.375rem);
  }
}
.list__slider {
  height: 230px;
  padding: 10px 10px 0 10px;
  background: #EBE6D3;
}
.list__slider a {
  color: #333333;
  text-decoration: none;
}
.list__slider ul li {
  width: 170px;
  height: 205px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}
.list__slider ul li dl dt {
  margin-bottom: 3px;
}
.list__slider ul li dl dt img {
  width: 100%;
  height: auto;
}
.list__slider ul li dl dd {
  padding: 0 10px;
  font-size: 0.8125rem;
  font-weight: 400;
  text-align: justify;
}
.list__slider ul li dl dd.date {
  color: #999;
}
.list__slider .btn__prev {
  z-index: 10;
  position: absolute;
  top: -10px;
  left: -10px;
  width: 50px;
  height: 100%;
  background: url(../images/btn_prev.svg) center center rgba(235, 230, 211, 0.9);
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.list__slider .btn__prev:hover {
  opacity: 0.5;
}
.list__slider .btn__next {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 50px;
  height: 100%;
  background: url(../images/btn_next.svg) center center rgba(235, 230, 211, 0.9);
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.list__slider .btn__next:hover {
  opacity: 0.5;
}
.list__slider__amule {
  height: 245px;
  padding: 10px 10px 0 10px;
  background: #EBE6D3;
}
.list__slider__amule a {
  color: #333333;
  text-decoration: none;
}
.list__slider__amule ul li {
  width: 175px;
  height: 225px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}
.list__slider__amule ul li dl dt {
  margin-bottom: 3px;
}
.list__slider__amule ul li dl dt img {
  width: 100%;
  height: auto;
}
.list__slider__amule ul li dl dd {
  padding: 0 10px;
  font-size: 0.8125rem;
  font-weight: 400;
  text-align: justify;
}
.list__slider__amule ul li dl dd.date {
  color: #999;
}
.list__slider__amule .btn__prev {
  z-index: 10;
  position: absolute;
  top: -10px;
  left: -10px;
  width: 50px;
  height: 100%;
  background: url(../images/btn_prev.svg) center center rgba(235, 230, 211, 0.9);
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.list__slider__amule .btn__prev:hover {
  opacity: 0.5;
}
.list__slider__amule .btn__next {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 50px;
  height: 100%;
  background: url(../images/btn_next.svg) center center rgba(235, 230, 211, 0.9);
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.list__slider__amule .btn__next:hover {
  opacity: 0.5;
}
.list__link__amule ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.list__link__amule ul::after {
  display: block;
  width: 31%;
  content: "";
}
.list__link__amule ul a {
  text-decoration: none;
}
.list__link__amule ul li {
  width: 31%;
  margin-bottom: 25px;
}
.list__link__amule ul li dl dt {
  margin-bottom: 7px;
}
.list__link__amule ul li dl dt img {
  width: 100%;
  height: auto;
}
.list__link__amule ul li dl dd {
  color: #000;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.6;
}
.list__faq {
  margin-bottom: 30px;
}
.list__faq ul {
  border-top: 1px solid #CCCCCC;
}
.list__faq ul li {
  border-bottom: 1px solid #CCCCCC;
}
.list__faq ul li dl dt {
  padding: 18px 0 15px 50px;
  background: url(../images/q.svg) no-repeat left center;
}
.list__faq ul li dl dt a {
  display: block;
  background: url(../images/list_mark.svg) 98% center no-repeat;
  color: #001483;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
}
.list__faq ul li dl dt a:hover {
  opacity: 0.5;
}
.list__faq ul li dl dd {
  display: none;
  padding-bottom: 15px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
}
.list__faq ul li dl dd span {
  color: #707070;
  font-size: 0.9375rem;
  font-weight: 400;
}
.list__faq ul li.active dl dt a {
  background: url(../images/list_mark_active.svg) 98% center no-repeat;
}
.list__recommend .list__img {
  width: 80px;
  margin-right: 15px;
}
.list__recommend .list__img img {
  width: 100%;
  height: auto;
}
.list__bnr ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.list__bnr ul::after {
  display: block;
  width: 31%;
  content: "";
}
.list__bnr ul a {
  text-decoration: none;
}
.list__bnr ul li {
  width: 31%;
  margin-bottom: 25px;
}
.list__bnr ul li dl dt {
  margin-bottom: 7px;
}
.list__bnr ul li dl dt img {
  width: 100%;
  height: auto;
}
.list__bnr ul li dl dd {
  color: #333333;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6;
}
.list__coupon ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
  padding: 20px 20px 20px 23px;
  border: 1px solid #DED6BF;
  background: #fff;
}
.list__coupon ul li .list__coupon__img {
  width: 35%;
}
.list__coupon ul li .list__coupon__img img {
  width: 100%;
  height: auto;
}
.list__coupon ul li dl {
  width: 63%;
}
.list__coupon ul li dl dt {
  font-size: 1.125rem;
  font-weight: 600;
}
.list__coupon ul li dl dd.date {
  margin-bottom: 6px;
  color: #666666;
  font-size: 0.9375rem;
  font-weight: 400;
}
.list__coupon ul li dl dd.txt {
  margin-bottom: 6px;
  font-size: 0.9375rem;
  font-weight: 400;
}
.list__coupon ul li dl dd.time {
  color: #AC0000;
  font-size: 1rem;
  font-weight: 500;
}
@media only screen and (max-width: 899px) {
  .list__img {
    width: 80px;
    margin-right: 10px;
  }
  .list ul li dl dt {
    margin-bottom: 10px;
    color: #707070;
    font-size: 0.875rem;
  }
  .list ul li dl dd a {
    font-size: clamp(1.063rem, -0.668rem + 7.69vw, 1.375rem);
  }
  .list__slider {
    padding: 12px 12px 0 12px;
  }
  .list__slider ul li {
    margin-bottom: 12px;
  }
  .list__slider ul li dl dt {
    margin-bottom: 8px;
  }
  .list__slider .btn__prev,
  .list__slider .btn__next {
    width: 0;
    height: 0;
  }
  .list__slider__amule {
    padding: 12px 12px 0 12px;
  }
  .list__slider__amule ul li {
    margin-bottom: 12px;
  }
  .list__slider__amule ul li dl dt {
    margin-bottom: 8px;
  }
  .list__slider__amule .btn__prev,
  .list__slider__amule .btn__next {
    width: 0;
    height: 0;
  }
  .list__link__amule ul::after {
    content: "";
    width: auto;
  }
  .list__link__amule ul li {
    width: 48.5%;
    margin-bottom: 15px;
  }
  .list__link__amule ul li dl dt {
    margin-bottom: 10px;
  }
  .list__link__amule ul li dl dd {
    font-size: 0.75rem;
    line-height: 1.4;
  }
  .list__faq {
    margin-bottom: 5%;
  }
  .list__faq ul {
    margin-bottom: 10%;
  }
  .list__faq ul li dl dt {
    padding: 18px 0 15px 50px;
    line-height: 1.4;
  }
  .list__faq ul li dl dt a {
    padding-right: 20px;
  }
  .list__bnr ul {
    padding: 0 0;
  }
  .list__bnr ul::after {
    width: 100%;
  }
  .list__bnr ul li {
    width: 100%;
    margin-bottom: 5%;
  }
  .list__bnr ul li dl dd {
    font-size: 1rem;
    line-height: 1.4;
  }
  .list__coupon ul li {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto 10px auto;
    padding: 5%;
  }
  .list__coupon ul li .list__coupon__img {
    width: 100%;
    margin-bottom: 5%;
  }
  .list__coupon ul li dl {
    width: 100%;
  }
}

.banner_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
@media only screen and (min-width: 500px) {
  .banner_container {
    row-gap: 30px;
  }
}
@media only screen and (min-width: 900px) {
  .banner_container {
    row-gap: 20px;
  }
}
.banner_container li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 400px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}
@media only screen and (min-width: 500px) {
  .banner_container li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 20px);
            flex: 1 1 calc(50% - 20px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-width: 0;
  }
}
@media only screen and (min-width: 900px) {
  .banner_container li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}
.banner_container a {
  width: 100%;
  text-decoration: none;
}
@media only screen and (max-width: 899px) {
  .banner_container a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.banner_container a span {
  display: block;
  font-size: 1rem;
  width: auto;
  max-width: 100%;
  text-align: left;
  min-height: 55px;
  line-height: 1.2;
  color: #000;
  text-decoration: none;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Meiryo", Meiryo, sans-serif;
  /* 通常ゴシック*/
}
@media only screen and (min-width: 900px) {
  .banner_container a span {
    font-size: 0.75rem;
    min-height: initial;
  }
}
@media only screen and (max-width: 899px) {
  .banner_container a span {
    min-height: auto;
  }
}
.banner_container img {
  width: auto;
  height: auto;
  max-width: 100%;
  margin-bottom: 5px;
  -webkit-transform: filter 0.6s ease;
          transform: filter 0.6s ease;
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
}
@media only screen and (min-width: 500px) {
  .banner_container img {
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 900px) {
  .banner_container img {
    margin-bottom: 3px;
  }
  .banner_container img:hover {
    -webkit-filter: brightness(120%);
            filter: brightness(120%);
  }
}
.banner_container span {
  font-size: 0.875rem;
  width: auto;
  height: auto;
  max-width: 100%;
  text-align: center;
}

.ctg__box {
  display: block;
  width: 100%;
  padding: 7px 3px;
  text-align: center;
  color: #fff;
  line-height: 1;
  font-size: clamp(0.75rem, 0.583rem + 0.74vw, 1rem);
}
@media only screen and (min-width: 900px) {
  .ctg__box {
    font-size: clamp(1rem, 0.314rem + 1.22vw, 1.313rem);
  }
}
.ctg__box.ctg__01, .ctg__box.ctg__02, .ctg__box.ctg__03, .ctg__box.ctg__06, .ctg__box.ctg__08, .ctg__box.ctg__09, .ctg__box.ctg__10, .ctg__box.ctg__14, .ctg__box.ctg__15 {
  background: #FFB7B3;
}
.ctg__box.ctg__04 {
  background: #D3B1E2;
}
.ctg__box.ctg__05 {
  background: #FF7A72;
}
.ctg__box.ctg__07 {
  background: #FF71B6;
}
.ctg__box.ctg__11, .ctg__box.ctg__13, .ctg__box.ctg__16, .ctg__box.ctg__17, .ctg__box.ctg__18, .ctg__box.ctg__19, .ctg__box.ctg__25 {
  background: #F6BE46;
}
.ctg__box.ctg__12 {
  background: #FF8B64;
}
.ctg__box.ctg__21, .ctg__box.ctg__23, .ctg__box.ctg__24 {
  background: #91E6AD;
}
.ctg__box.ctg__22 {
  background: #9BBBFF;
}
.ctg__box.ctg__25, .ctg__box.ctg__26, .ctg__box.ctg__27, .ctg__box.ctg__28, .ctg__box.ctg__29, .ctg__box.ctg__30, .ctg__box.ctg__31, .ctg__box.ctg__32, .ctg__box.ctg__33, .ctg__box.ctg__34, .ctg__box.ctg__35, .ctg__box.ctg__36, .ctg__box.ctg__37, .ctg__box.ctg__38, .ctg__box.ctg__39 {
  background: #50D4BE;
}

.pagetop {
  padding-top: 10px;
  text-align: center;
}
.pagetop a {
  display: inline-block;
  min-width: 300px;
  padding: 16px 30px;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#6260ce), to(#32288a));
  background: linear-gradient(#6260ce, #32288a);
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  text-decoration: none;
}
.pagetop a span {
  display: inline-block;
  padding-left: 30px;
  background: url(../images/pagetop_y_w.svg) no-repeat left center/auto;
}

.pagemore {
  margin-top: 12px;
  text-align: center;
}
.pagemore a {
  display: inline-block;
  width: 100%;
  max-width: 280px;
  padding: 20px 10px;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#6260CE), to(#32288A));
  background: linear-gradient(#6260CE, #32288A);
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
}
.pagemore a span {
  display: inline-block;
  padding-left: 26px;
  background: url(../images/pagemore_y_w.svg) no-repeat left center;
  background-size: 20px auto;
}
@media only screen and (max-width: 899px) {
  .pagemore {
    margin-top: 18px;
  }
  .pagemore a {
    width: 90%;
    max-width: 180px;
    padding: 9px 10px;
  }
  .pagemore a span {
    background-size: 20px auto;
  }
}

#topbutton {
  position: fixed;
  bottom: 18px;
  right: 100px;
  width: 7em;
  display: none;
  z-index: 5;
}
#topbutton a {
  display: block;
  width: 100%;
}
#topbutton a img {
  display: block;
  width: 100%;
  height: auto;
}

.sns__login {
  text-align: center;
}
.sns__login ul li {
  margin-bottom: 20px;
}
.sns__login ul li:last-child {
  margin-bottom: 0;
}
.sns__login ul li a {
  display: inline-block;
  width: 100%;
  max-width: 500px;
  padding: 15px;
  border-radius: 8px;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}
.sns__login ul li a.sns__google {
  background: #3378E5;
}
.sns__login ul li a.sns__twitter {
  background: #00ACEE;
}
@media only screen and (max-width: 899px) {
  .sns__login ul li {
    margin-bottom: 5%;
  }
  .sns__login ul li:last-child {
    margin-bottom: 0;
  }
  .sns__login ul li a {
    padding: 15px 5px;
    font-size: 0.9375rem;
  }
}

@media only screen and (max-width: 899px) {
  .mainlast {
    margin-bottom: 5%;
  }
}

.form__consent {
  margin-bottom: 5px;
  font-size: 0.75rem;
  font-weight: 500;
  text-align: center;
}
.form__lead {
  margin-bottom: 25px;
  color: #AC0000;
  font-size: 1.125rem;
  font-weight: 500;
}
.form__body dl {
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 1px solid #DED6BF;
}
.form__body dl:last-child {
  padding-bottom: 0;
  border: none;
}
.form__body dl dt {
  margin-bottom: 5px;
  color: #001483;
  font-size: 0.875rem;
  font-weight: 500;
}
.form__body dl dd {
  margin-bottom: 10px;
  font-size: 0.875rem;
  font-weight: 400;
}
.form__body dl dd ul {
  padding-left: 20px;
}
.form__body dl dd ul li {
  list-style: disc;
}
.form__body dl dd.howto {
  padding: 10px 0;
  text-align: center;
}
.form__body dl dd.howto img {
  width: 100%;
  max-width: 330px;
  height: auto;
}
.form__body dl dd.link a {
  color: #707070;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 2;
}
.form__linebox {
  width: 100%;
  margin-bottom: 25px;
  padding: 10px 20px;
  border: 2px solid #EBE6D3;
}
.form__linebox table th, .form__linebox table td {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 0.9375rem;
  vertical-align: top;
}
.form__linebox table th {
  color: #001483;
  font-weight: 500;
  text-align: right;
  white-space: nowrap;
}
.form__linebox table td {
  padding-left: 15px;
  font-weight: 400;
  text-align: left;
}
.form__txt {
  margin-bottom: 25px;
  font-size: 0.9375rem;
  font-weight: 400;
}
.form__txt a {
  color: #333333;
}
.form__txt dl {
  margin-bottom: 25px;
  line-height: 1.9;
}
.form__txt dl dt {
  margin-bottom: 5px;
  font-size: 1rem;
  font-weight: 600;
}
.form__txt dl dd {
  font-size: 0.9375rem;
  font-weight: 400;
}
.form__txt dl dd.note {
  color: #707070;
  font-size: 0.8125rem;
}
.form__read {
  width: 100%;
  height: 400px;
  margin-bottom: 25px;
  padding: 10px;
  overflow: auto;
  border: 1px solid #CCCCCC;
  color: #707070;
  font-size: 0.8125rem;
  font-weight: 500;
}
.form__notice {
  margin-bottom: 25px;
  color: #707070;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.7;
}
.form__policy {
  margin-bottom: 25px;
}
.form__policy dl dt {
  margin-bottom: 5px;
  font-size: 0.8125rem;
  font-weight: 400;
}
.form__policy dl dt a {
  color: #333333;
}
.form__policy dl dd {
  color: #707070;
  font-size: 0.8125rem;
  font-weight: 400;
}
.form__status {
  margin-bottom: 25px;
  padding: 7px 10px;
  border: 2px solid #001483;
  border-radius: 6px;
  color: #001483;
  font-size: 1.125rem;
  font-weight: 500;
  text-align: center;
}
.form__campaignlink {
  margin-bottom: 25px;
  text-align: center;
}
.form__campaignlink a {
  color: #E27A2D;
  font-size: 0.875rem;
  font-weight: 400;
}
.form__mailset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}
.form__mailset__icon {
  width: 40px;
  margin-right: 15px;
}
.form__mailset__icon img {
  width: 100%;
  height: auto;
}
.form__mailset__txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #001483;
  font-size: 0.9375rem;
  font-weight: 500;
}
.form__link {
  margin-bottom: 25px;
}
.form__link a {
  color: #707070;
  font-size: 0.8125rem;
  font-weight: 400;
}
.form__item {
  margin-bottom: 25px;
}
.form__item a {
  color: #333333;
}
.form__item input[type=text], .form__item input[type=email], .form__item input[type=password], .form__item input[type=number], .form__item input[type=tel], .form__item textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 15px;
  border: 2px solid #DED6BF;
  border-radius: 8px;
  background: #fff;
  color: #333333;
  font-size: 0.9375rem;
  font-weight: 500;
}
.form__item input[type=checkbox] {
  margin-right: 5px;
}
.form__item input.form__confirm {
  padding-right: 0;
  padding-left: 0;
  border: none;
}
.form__item .size__l {
  width: 100%;
}
.form__item .size__m {
  width: 55%;
}
.form__item .size__s {
  width: 30%;
}
.form__item dl {
  margin-bottom: 15px;
  padding-top: 10px;
}
.form__item dl dt {
  margin-bottom: 4px;
  color: #001483;
  font-size: 0.9375rem;
  font-weight: 500;
}
.form__item dl dt span {
  font-size: 0.8125rem;
}
.form__item dl dd {
  margin-bottom: 6px;
  font-size: 0.875rem;
  font-weight: 500;
}
.form__item dl dd.note {
  color: #707070;
  font-size: 0.8125rem;
}
.form__item ul {
  margin-bottom: 30px;
}
.form__item ul li {
  margin-bottom: 10px;
  font-size: 0.9375rem;
  font-weight: 400;
}
.form__option {
  margin-bottom: 25px;
  color: #707070;
  font-size: 0.8125rem;
  font-weight: 400;
}
.form__option ul li {
  margin-bottom: 4px;
  font-size: 0.8125rem;
}
.form__option input[type=checkbox] {
  margin-right: 5px;
}
.form__submit {
  margin-bottom: 5px;
  padding-top: 10px;
  text-align: center;
}
.form__submit input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  max-width: 300px;
  padding: 20px 10px;
  border: none;
  border-radius: 6px;
  background: url(../images/form_btn.svg);
  color: #001483;
  font-size: 1.125rem;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.form__submit input[type=submit]:hover {
  opacity: 0.5;
}
.form__entry {
  margin-bottom: 5px;
  padding-top: 10px;
  text-align: center;
}
.form__entry a {
  display: inline-block;
  width: 100%;
  max-width: 300px;
  padding: 15px 10px;
  border-radius: 6px;
  background: url(../images/form_btn.svg) no-repeat center center;
  background-size: cover;
  color: #001483;
  font-size: 1.125rem;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}
.form__entry a:hover {
  opacity: 0.5;
}
.form__back {
  margin-bottom: 5px;
  padding-top: 10px;
  text-align: center;
}
.form__back a {
  display: inline-block;
  width: 100%;
  max-width: 300px;
  padding: 15px 10px;
  border-radius: 6px;
  background: url(../images/btn_cancel_bg.svg) no-repeat center center;
  background-size: cover;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}
.form__back a:hover {
  opacity: 0.5;
}
.form__note {
  margin-bottom: 5px;
  padding-top: 10px;
  font-size: 0.8125rem;
  font-weight: 400;
  text-align: center;
}
.form__note a {
  color: #707070;
}
.form__credit {
  margin-bottom: 30px;
  padding: 15px;
  border: 2px solid #EEEEEE;
}
.form__credit dl {
  margin-bottom: 0;
}
.form__credit dl dt {
  margin-bottom: 8px;
  color: #333333;
  font-size: 0.875rem;
  font-weight: 400;
}
.form__credit dl dd {
  margin-bottom: 0;
}
.form__credit__w {
  border: none;
  background: #fff;
}
@media only screen and (max-width: 899px) {
  .form__consent {
    margin-bottom: 0;
  }
  .form__lead {
    margin-bottom: 5%;
    font-size: 1.125rem;
  }
  .form__lead__wide {
    width: 90%;
    margin: 0 auto 5% auto;
    font-size: 1.125rem;
    font-weight: 600;
  }
  .form__line {
    margin-bottom: 8%;
    text-align: center;
  }
  .form__line img {
    width: 100%;
    max-width: 220px;
    height: auto;
  }
  .form__body dl {
    margin-bottom: 20px;
  }
  .form__linebox {
    margin-bottom: 5%;
    padding: 5% 5% 0 5%;
  }
  .form__linebox table th, .form__linebox table td {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .form__linebox table th.th, .form__linebox table td.th {
    padding-top: 0;
    padding-bottom: 4px;
    text-align: left;
  }
  .form__linebox table th.td, .form__linebox table td.td {
    padding-top: 0;
    padding-bottom: 5%;
    padding-left: 0;
  }
  .form__txt {
    margin-bottom: 5%;
  }
  .form__status {
    margin-bottom: 5%;
    font-size: 1rem;
  }
  .form__campaignlink {
    margin-bottom: 5%;
  }
  .form__mailset {
    margin-bottom: 5%;
  }
  .form__item {
    margin-bottom: 5%;
  }
  .form__item .size__m, .form__item .size__s {
    width: 100%;
  }
  .form__item dl {
    margin-bottom: 55;
    padding-top: 0;
  }
  .form__item ul {
    margin-bottom: 5%;
  }
  .form__option {
    margin-bottom: 5%;
  }
  .form__submit, .form__entry, .form__back {
    margin-bottom: 2%;
    padding-top: 2%;
  }
  .form__submit input[type=submit], .form__entry a, .form__back a:hover {
    opacity: 1;
  }
  .form__notice {
    margin-bottom: 8px;
    font-size: 0.8125rem;
    text-align: left;
  }
  .form__credit {
    margin-bottom: 5%;
  }
}

.search__box {
  display: none;
}
@media only screen and (max-width: 899px) {
  .search__box {
    -webkit-overflow-scrolling: touch;
    display: block;
    z-index: 100000;
    position: fixed;
    top: 80px;
    left: 100vw;
    width: 100%;
    height: calc(100vh - 80px);
    overflow: auto;
    background: #fff;
  }
  .search__box__header {
    position: relative;
    position: fixed;
    width: 100%;
    height: 50px;
    background: url(../images/header_bg_sp.svg);
    background-size: cover;
    text-align: center;
  }
  .search__box__header h3 {
    color: #fff;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 50px;
  }
  .search__box__body {
    padding-top: 0;
  }
  .search__box__close {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
  }
  .search__box__close a {
    display: block;
    width: 50px;
    height: 50px;
    background: url(../images/btn_back_mark.svg) no-repeat center center;
    background-size: 12px;
    text-indent: -5000px;
  }
  .search__box__form_nav {
    padding: 23px 18px;
  }
  .search__box__form {
    width: 90%;
    margin: 0 auto 5% auto;
    padding-top: 7%;
  }
  .search__box__form input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    padding: 12px 10px 12px 45px;
    border: 2px solid #001483;
    border-radius: 10px;
    background: url(../images/form_icon_search.svg) no-repeat 10px center;
    background-size: 25px;
    font-size: 0.9375rem;
    font-weight: 500;
  }
  .search__box__popular {
    width: calc(100% - 20px);
    margin: 0 auto 23px auto;
    padding: 16px 15px;
    border: 1px solid #EADD9A;
    background: #fff;
  }
  .search__box__popular h4 {
    padding: 0 0 10px 0;
    color: #241B71;
    font-size: 1rem;
    font-weight: 500;
    text-align: left;
  }
  .search__box__popular h4 span {
    display: inline-block;
    padding-left: 5px;
    color: #666;
    font-size: 0.8125rem;
  }
  .search__box__popular ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 5px;
  }
  .search__box__popular ul li {
    margin-right: 4px;
    margin-bottom: 8px;
  }
  .search__box__popular ul li a {
    display: block;
    padding: 5px 10px;
    border-radius: 8px;
    background: #D4D2FC;
    color: #241B71;
    font-size: 0.75rem;
    font-weight: 400;
    text-decoration: none;
  }
  .search__box__category {
    width: calc(100% - 20px);
    margin: 0 auto 23px auto;
    padding: 16px 15px;
    border: 1px solid #EADD9A;
    background: #fff;
  }
  .search__box__category h4 {
    margin: 0 0;
    padding: 0 0 10px 0;
    color: #241B71;
    font-size: 1rem;
    font-weight: 500;
    text-align: left;
  }
  .search__box__category h4 span {
    display: inline-block;
    padding-left: 5px;
    color: #666;
    font-size: 0.8125rem;
  }
  .search__box__category h5 {
    margin-bottom: 15px;
    padding: 4px 10px;
    background: #F9F6E6;
    color: #000;
    font-size: 0.875rem;
    font-weight: 400;
  }
  .search__box__category ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0 9px 0;
  }
  .search__box__category ul li {
    width: 50%;
    margin-bottom: 6px;
  }
  .search__box__category ul li a {
    display: inline-block;
    padding-left: 15px;
    background: url(../images/link_mark.svg) no-repeat left center;
    background-size: 10px auto;
    color: #000;
    font-size: 0.75rem;
    font-weight: 400;
  }
  .search__box__teller {
    width: calc(100% - 20px);
    margin: 0 auto 23px auto;
    padding: 16px 15px;
    border: 1px solid #EADD9A;
    background: #fff;
  }
  .search__box__teller h4 {
    padding: 0 0 15px 0;
    color: #241B71;
    font-size: 1rem;
    font-weight: 500;
  }
  .search__box__teller h4 span {
    display: inline-block;
    padding-left: 5px;
    color: #666;
    font-size: 0.8125rem;
  }
  .search__box__teller ul li {
    margin-bottom: 10px;
  }
  .search__box__teller ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-decoration: none;
  }
  .search__box__teller ul li .img {
    width: 90px;
    padding-right: 10px;
  }
  .search__box__teller ul li .img img {
    width: 100%;
    height: auto;
  }
  .search__box__teller ul li dl {
    width: calc(100% - 90px);
  }
  .search__box__teller ul li dl dt {
    margin-bottom: 2px;
    color: #000;
    font-size: 1rem;
    font-weight: 600;
  }
  .search__box__teller ul li dl dd {
    color: #666;
    font-size: 0.75rem;
    font-weight: 400;
    text-align: justify;
  }
}

.astro picture, .astro img {
  width: 100%;
  height: auto;
}
.astro .astro_top {
  margin-bottom: 110px;
  padding: 0 38px;
}
@media only screen and (max-width: 899px) {
  .astro .astro_top {
    margin-bottom: 30px;
    padding: 0 10px;
  }
}
.astro .astro_heading {
  padding: 25px 0;
  border-top: 1px solid #927543;
  border-bottom: 1px solid #927543;
  text-align: center;
  margin-bottom: 100px;
}
@media only screen and (max-width: 899px) {
  .astro .astro_heading {
    margin-bottom: 30px;
  }
}
.astro .astro_heading h2 {
  color: #927543;
  font-weight: bold;
  font-size: 2.25rem;
}
@media only screen and (max-width: 899px) {
  .astro .astro_heading h2 {
    font-size: 1.5rem;
  }
}
.astro .astro_sub {
  padding: 50px 90px 90px;
  border-bottom: 1px solid #927543;
}
@media only screen and (max-width: 899px) {
  .astro .astro_sub {
    padding: 20px 20px 60px;
  }
}
.astro .astro_sub.nb {
  border-bottom: none;
}
.astro .astro_sub h3 {
  color: #927543;
  font-weight: normal;
  font-size: 2.25rem;
  text-align: center;
  margin: 0.5em 0;
}
@media only screen and (max-width: 899px) {
  .astro .astro_sub h3 {
    font-size: 1.5rem;
  }
}
.astro .astro_sub .as_text {
  color: #000;
  font-size: 1.25rem;
  text-align: left;
  font-family: "YuMincho", "Hiragino Mincho ProN", "Noto Serif JP", "MotoyaLMaru", "MS PMincho", serif;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 899px) {
  .astro .astro_sub .as_text {
    font-size: 0.9375rem;
    font-size: clamp(15px, 4vw, 20px);
  }
}
.astro .astro_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0;
}
.astro .astro_flex li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 25%;
          flex: 1 1 25%;
}
@media only screen and (max-width: 899px) {
  .astro .astro_flex li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 33.33%;
            flex: 1 1 33.33%;
  }
}
.astro .astro_flex li img {
  display: block;
  width: 100%;
  height: auto;
}
.astro .astro_flex li a img {
  -webkit-transition: -webkit-transform 0.4s ease, -webkit-box-shadow 0.4s ease, -webkit-filter 0.4s ease;
  transition: -webkit-transform 0.4s ease, -webkit-box-shadow 0.4s ease, -webkit-filter 0.4s ease;
  transition: transform 0.4s ease, box-shadow 0.4s ease, filter 0.4s ease;
  transition: transform 0.4s ease, box-shadow 0.4s ease, filter 0.4s ease, -webkit-transform 0.4s ease, -webkit-box-shadow 0.4s ease, -webkit-filter 0.4s ease;
}
.astro .astro_flex li a:hover img {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  -webkit-filter: brightness(1.1) drop-shadow(0 0 6px rgba(255, 245, 200, 0.7)) drop-shadow(0 0 12px rgba(255, 230, 150, 0.4));
          filter: brightness(1.1) drop-shadow(0 0 6px rgba(255, 245, 200, 0.7)) drop-shadow(0 0 12px rgba(255, 230, 150, 0.4));
}
.astro .astro_flex li a:active img {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  -webkit-box-shadow: 0 4px 12px rgba(255, 220, 160, 0.8);
          box-shadow: 0 4px 12px rgba(255, 220, 160, 0.8);
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
.astro .astro_pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 20px;
  list-style: none;
  padding: 0;
}
@media only screen and (max-width: 899px) {
  .astro .astro_pager {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.astro .astro_pager li {
  color: #927543;
  font-size: 2.25rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 30%;
          flex: 1 1 30%;
}
@media only screen and (max-width: 899px) {
  .astro .astro_pager li {
    font-size: 1.125rem;
  }
}
.astro .astro_pager li:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
}
.astro .astro_pager li:nth-child(3) {
  text-align: right;
}
.astro .astro_pager li a {
  color: #927543;
  font-size: 1.5rem;
  text-decoration: none;
}
@media only screen and (max-width: 899px) {
  .astro .astro_pager li a {
    font-size: 0.875rem;
  }
}
.astro .astro_pager .prev {
  margin-right: auto;
}
.astro .astro_pager .next {
  margin-left: auto;
}
@media only screen and (max-width: 899px) {
  .astro.detail {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.astro.detail .astro_top {
  margin-bottom: 50px;
  padding: 0 38px;
}
@media only screen and (max-width: 899px) {
  .astro.detail .astro_top {
    margin-bottom: 30px;
    padding: 0 10px;
  }
}
.astro.detail .astro_heading {
  margin-bottom: 0;
}
.astro.recom .list {
  background-color: #F9F6E6;
  padding: 50px 80px;
}
@media only screen and (max-width: 899px) {
  .astro.recom .list {
    padding: 20px;
  }
}
.astro.recom .list ul li {
  background-color: #fff;
}
@media only screen and (max-width: 899px) {
  .astro.recom .list ul li {
    margin-bottom: 20px;
  }
}
.astro.recom .list ul li:last-child {
  margin-bottom: 0;
}
.astro.recom .astro_heading {
  margin-bottom: 0;
}
.astro.another .astro_heading {
  margin-bottom: 20px;
}

.frame_nav {
  width: 100%;
  background: url(../images/header_bg_n.png) center top no-repeat;
  background-size: auto;
  background-size: cover;
  padding: 0 20px;
}
@media only screen and (max-width: 899px) {
  .frame_nav {
    background: url(../images/header_bg_ns.png) center top no-repeat;
    padding: 0 0 0 10px;
  }
}
.frame_nav li {
  display: inline-block;
  font-size: 1rem;
  padding-right: 15px;
  color: #fff;
  line-height: 39px;
}
@media only screen and (max-width: 899px) {
  .frame_nav li {
    font-size: 0.75rem;
    padding-right: 10px;
  }
}
.frame_nav li a {
  color: #fff;
}

.arrow-link {
  position: relative;
  display: inline-block;
  color: #927543;
  text-decoration: none;
}
.arrow-link:not(.next) {
  padding-left: 1em;
}
.arrow-link:not(.next)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.6em;
  height: 0.6em;
  background: currentColor;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
  pointer-events: none;
}
.arrow-link.next {
  padding-right: 0.5em;
}
.arrow-link.next::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.6em;
  height: 0.6em;
  background: currentColor;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  pointer-events: none;
}

.error,
.important {
  color: #FF0000;
}

.nomargin {
  margin-bottom: 0;
}

.center {
  text-align: center !important;
}

.required {
  display: inline-block;
  margin-left: 10px;
  padding: 0 8px;
  border-radius: 3px;
  background: #AC0000;
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 400;
}

.gray {
  color: #707070;
}

.gradient-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.3em 1.2em;
  border-radius: 9999px;
  background: linear-gradient(63deg, #FF6DCE, #F27D7F);
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  border: none;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-box-shadow: -2px 2px 3px -1px rgba(0, 0, 0, 0.4);
          box-shadow: -2px 2px 3px -1px rgba(0, 0, 0, 0.4);
}

.gradient-button--purple-border-thin {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.4em 2em;
  border-radius: 9999px;
  background: -webkit-gradient(linear, left bottom, left top, from(#4A317D), to(#230B4D));
  background: linear-gradient(0deg, #4A317D, #230B4D);
  color: #ffffff;
  font-size: 0.94rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  border: none;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-box-shadow: -2px 2px 3px -1px rgba(0, 0, 0, 0.4);
          box-shadow: -2px 2px 3px -1px rgba(0, 0, 0, 0.4);
  border: 1px solid #FFCC57;
  color: #FFEFCB;
  padding-right: 2.5em;
  padding-left: 1.3em;
  letter-spacing: 0.05em;
  cursor: pointer;
  text-decoration: none;
}
.gradient-button--purple-border-thin:hover {
  opacity: 0.95;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.8);
          box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.8);
}
.gradient-button--purple-border-thin:active {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
}
.gradient-button--purple-border-thin::after {
  content: "";
  position: absolute;
  width: 7%;
  height: 100%;
  background: url(../images/icon-chevron-right-double.svg) no-repeat right center;
  right: 10%;
}

@media (max-width: 899px) {
  .gradient-button {
    font-size: 0.9rem;
    padding: 0.3em 1.3em;
    letter-spacing: 0.05em;
  }
  .gradient-button--purple-border-thin {
    font-size: 0.75rem;
    line-height: 1.3;
    padding-right: 2.2em;
  }
  .gradient-button--purple-border-thin::after {
    right: 10%;
    background-size: auto 80%;
  }
}
.notice-bar {
  width: 100%;
  background-color: #eed4f7;
  color: #7970c9;
  min-height: 46px;
  padding: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none !important;
  font-size: 1rem;
}
@media only screen and (max-width: 899px) {
  .notice-bar {
    min-height: 37px;
    line-height: 1;
    font-size: clamp(0.75rem, 0.5rem + 1.11vw, 1.125rem);
  }
}
.notice-bar .notice-conts {
  font-family: "Inter Variable", "Zen Kaku Gothic Antique", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-weight: 700;
  text-decoration: none !important;
  color: #7970c9;
  max-width: 100%;
  padding: 0 15px;
  text-align: center;
  line-height: 1.3;
  white-space: normal;
}
@media only screen and (max-width: 500px) {
  .notice-bar .notice-conts {
    letter-spacing: -0.05em;
    padding: 0 5px;
  }
}
.notice-bar .highlight {
  color: #d43fd4;
  font-weight: 900;
  white-space: nowrap;
}

.daily-tarot-reading {
  overflow: hidden;
  max-width: 430px;
  margin: 0 auto;
}
@media only screen and (min-width: 900px) {
  .daily-tarot-reading {
    max-width: initial;
    padding-right: 35px;
    padding-left: 35px;
  }
}
@media only screen and (min-width: 900px) {
  .daily-tarot-reading {
    max-width: initial;
    padding-right: 10px;
  }
}
.daily-tarot-reading .daily-tarot-r-inr {
  display: block;
  aspect-ratio: 947/567;
  min-height: 230px;
  position: relative;
  width: calc(100% - 20px);
  height: 100%;
  margin: 5px auto 30px;
  padding: 22px 0;
  background-image: url(../images/daily_tarot_reading_bg_sp.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@supports ((background-image: -webkit-image-set(url() type("image/webp"))) or (background-image: image-set(url() type("image/webp")))) {
  .daily-tarot-reading .daily-tarot-r-inr {
    background-image: -webkit-image-set(url(../images/daily_tarot_reading_bg_sp.webp) type("image/webp"), url(../images/daily_tarot_reading_bg_sp.jpg) type("image/jpeg"));
    background-image: image-set(url(../images/daily_tarot_reading_bg_sp.webp) type("image/webp"), url(../images/daily_tarot_reading_bg_sp.jpg) type("image/jpeg"));
  }
}
@media only screen and (min-width: 900px) {
  .daily-tarot-reading .daily-tarot-r-inr {
    aspect-ratio: 2961/1400;
    max-width: 600px;
    background-image: url(../images/daily_tarot_reading_bg.jpg);
  }
  @supports ((background-image: -webkit-image-set(url() type("image/webp"))) or (background-image: image-set(url() type("image/webp")))) {
    .daily-tarot-reading .daily-tarot-r-inr {
      background-image: -webkit-image-set(url(../images/daily_tarot_reading_bg.webp) type("image/webp"), url(../images/daily_tarot_reading_bg.jpg) type("image/jpeg"));
      background-image: image-set(url(../images/daily_tarot_reading_bg.webp) type("image/webp"), url(../images/daily_tarot_reading_bg.jpg) type("image/jpeg"));
    }
  }
  .daily-tarot-reading .daily-tarot-r-inr {
    background-position: center;
    background-size: cover;
  }
}
@media only screen and (min-width: 1200px) {
  .daily-tarot-reading .daily-tarot-r-inr {
    max-width: initial;
    padding: 32px 0 0;
    aspect-ratio: 2961/1055;
  }
}
.daily-tarot-reading img,
.daily-tarot-reading picture {
  display: block;
  width: 100%;
  height: auto;
}
.daily-tarot-reading .corner {
  position: absolute;
  aspect-ratio: 1/1;
  width: 15%;
  background: url(../images/tarot-frame-corners.webp) center/contain no-repeat;
  pointer-events: none;
  z-index: 2;
}
@supports ((background-image: -webkit-image-set(url() type("image/webp"))) or (background-image: image-set(url() type("image/webp")))) {
  .daily-tarot-reading .corner {
    background-image: -webkit-image-set(url(../images/tarot-frame-corners.webp) type("image/webp"), url(../images/tarot-frame-corners.png) type("image/png"));
    background-image: image-set(url(../images/tarot-frame-corners.webp) type("image/webp"), url(../images/tarot-frame-corners.png) type("image/png"));
  }
}
@media only screen and (min-width: 900px) {
  .daily-tarot-reading .corner {
    width: 60px;
    height: 60px;
  }
}
.daily-tarot-reading .corner-tl {
  top: -5px;
  left: -5px;
}
.daily-tarot-reading .corner-tr {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: -5px;
  right: -5px;
}
.daily-tarot-reading .corner-bl {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  bottom: -10px;
  left: -5px;
}
.daily-tarot-reading .corner-br {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  bottom: -5px;
  right: -5px;
}
.daily-tarot-reading .dtru {
  width: calc(100% - 40px);
  margin: 0 auto;
}
.daily-tarot-reading .daily-tarot-title {
  display: block;
  margin: 0 auto;
  max-height: 21px;
}
@media only screen and (min-width: 900px) {
  .daily-tarot-reading .daily-tarot-title {
    max-height: 40px;
  }
}
.daily-tarot-reading .daily-tarot-day {
  letter-spacing: 0.05em;
  margin-top: 3px;
  font-weight: 700;
  color: #241b71;
  text-align: center;
  font-size: clamp(1rem, 4.44vw, 1.25rem);
}
@media only screen and (min-width: 900px) {
  .daily-tarot-reading .daily-tarot-day {
    margin-right: 0;
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .daily-tarot-reading .daily-tarot-day {
    font-size: 1.75rem;
  }
}
.daily-tarot-reading #dtr-day {
  display: inline-block;
  margin-right: 0.5em;
}
.daily-tarot-reading .dtrl {
  position: relative;
  margin-top: 4%;
  margin-left: 2%;
  width: 95%;
  background-color: #fff;
  border-radius: 10px;
  border: 2px solid #DAC593;
  padding: 10% 0 10% 25%;
  height: 160px;
}
@media only screen and (min-width: 900px) {
  .daily-tarot-reading .dtrl {
    height: auto;
    aspect-ratio: 1000/320;
    width: 96%;
    margin-top: 20px;
    margin-left: 2%;
    margin-right: initial;
    border-radius: 15px;
  }
}
@media only screen and (min-width: 1200px) {
  .daily-tarot-reading .dtrl {
    height: initial;
    min-height: initial;
    aspect-ratio: 1000/220;
    width: 89.5%;
    padding-bottom: 3px;
    margin-top: 25px;
    margin-left: 5.2%;
    border-radius: 20px;
  }
}
.daily-tarot-reading .dtrl .daily_txt {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Meiryo", Meiryo, sans-serif; /* 通常ゴシック*/
  position: absolute;
  overflow: hidden;
  font-weight: regular;
  font-weight: 700;
  left: 25%;
  top: 47%;
  height: 66%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding-right: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.4;
  color: #270A56;
  font-size: 1.125rem;
}
@media only screen and (min-width: 768px) {
  .daily-tarot-reading .dtrl .daily_txt {
    padding-right: 3em;
  }
}
@media only screen and (min-width: 900px) {
  .daily-tarot-reading .dtrl .daily_txt {
    font-size: 1.2rem;
    padding-right: 1em;
    left: 22%;
    top: 42%;
    font-size: 1.375rem;
    line-height: 1.6;
  }
}
@media only screen and (min-width: 1200px) {
  .daily-tarot-reading .dtrl .daily_txt {
    padding-right: 2.8em;
    left: 22%;
    font-size: 1.63rem;
    letter-spacing: -0.07em;
    font-weight: 400;
    line-height: 2;
    top: 50%;
    left: 21%;
  }
}
.daily-tarot-reading .dtrl .dt_card {
  position: absolute;
  height: auto;
  width: 15%;
  left: 5%;
  top: 25%;
}
@media only screen and (min-width: 900px) {
  .daily-tarot-reading .dtrl .dt_card {
    width: 66px;
    left: 5%;
    top: 19%;
  }
}
@media only screen and (min-width: 1200px) {
  .daily-tarot-reading .dtrl .dt_card {
    width: 70px;
    height: auto;
    left: 6.2%;
    top: 19%;
  }
}
.daily-tarot-reading .dtrl .shuffle_badge {
  position: absolute;
  right: 18px;
  bottom: 15px;
}
@media only screen and (max-width: 1200px) {
  .daily-tarot-reading .dtrl .shuffle_badge {
    right: 10px;
    bottom: 10px;
  }
}
@media only screen and (max-width: 899px) {
  .daily-tarot-reading .dtrl .shuffle_badge {
    right: 2.8%;
  }
}
.daily-tarot-reading .dtrl .free_badge {
  position: absolute;
  left: -3%;
  top: 0;
  z-index: 1;
  -webkit-transform: translateX(-2%) translateY(-40%);
          transform: translateX(-2%) translateY(-40%);
}
@media only screen and (max-width: 899px) {
  .daily-tarot-reading .dtrl .free_badge {
    left: 0;
    top: 0;
    -webkit-transform: translateX(-7%) translateY(-20%);
            transform: translateX(-7%) translateY(-20%);
  }
}

.pill-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border-radius: 9999px;
  padding: 5px 7px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  -ms-flex-wrap: nowap;
      flex-wrap: nowap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto 25px;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  width: calc(100% - 20px);
}
@media only screen and (min-width: 900px) {
  .pill-tabs {
    padding: 6px 10px;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    max-width: 790px;
    margin-bottom: 40px;
  }
}
.pill-tabs .ptab-btn {
  outline: none !important;
  -webkit-tap-highlight-color: transparent !important;
  -webkit-appearance: none;
  tap-highlight-color: transparent;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 9999px;
  font-weight: 700;
  color: #32288A;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-decoration: none;
  padding: 0.25em 0.75em;
  font-size: clamp(1rem, 0.308rem + 3.08vw, 1.125rem);
}
@media only screen and (max-width: 380px) {
  .pill-tabs .ptab-btn {
    font-size: 14px;
  }
}
@media only screen and (min-width: 900px) {
  .pill-tabs .ptab-btn {
    font-size: 1.4rem;
    padding: 0.25em 0.5em;
  }
}
.pill-tabs .ptab-btn.active {
  background: #EED5F6;
}
.pill-tabs .ptab-btn:hover:not(.active) {
  background: #f5e7fa;
}

.tab-contents .tab-content {
  display: none;
  -webkit-transition: opacity 0.3 ease;
  transition: opacity 0.3 ease;
}
.tab-contents .tab-content.active {
  display: block;
  opacity: 1;
}

.sec-worry-category .worry-category-container {
  max-width: 500px;
  margin: 0 auto;
  padding: 0 7px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px 5px;
}
@media only screen and (min-width: 900px) {
  .sec-worry-category .worry-category-container {
    max-width: initial;
    gap: 14px;
  }
}
@media only screen and (min-width: 1310px) {
  .sec-worry-category .worry-category-container {
    max-width: 848px;
    gap: 13px 10px;
    margin-left: 0;
  }
}
.sec-worry-category .worry-category {
  background: rgba(255, 251, 253, 0.56);
  border: 2px solid #D3B1E2;
  color: #32288A;
  border-radius: 8px;
  text-align: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
  display: block;
  text-decoration: none;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.03em;
  padding: 15px 0;
  font-size: clamp(0.813rem, 0.285rem + 2.22vw, 0.875rem);
}
@media (max-width: 380px) {
  .sec-worry-category .worry-category {
    padding: 15px 2px;
    font-size: 0.8125rem;
    letter-spacing: -0.08em;
  }
}
@media only screen and (min-width: 900px) {
  .sec-worry-category .worry-category {
    padding: 20px 14px;
    font-weight: 700;
    font-size: clamp(0.938rem, -0.023rem + 1.71vw, 1.375rem);
  }
}
@media only screen and (min-width: 1310px) {
  .sec-worry-category .worry-category {
    padding: 28px 0;
  }
}
.sec-worry-category .worry-category:hover {
  background: #e6d9ff;
  border-color: #9b7dd4;
  -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

.sec-new-tarot {
  overflow: hidden;
  padding-bottom: 40px;
}
.sec-new-tarot.box {
  margin-bottom: 0;
}
.sec-new-tarot .tarot-session {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sec-new-tarot .session-header {
  width: 100%;
  position: relative;
  aspect-ratio: 1010/714;
  overflow: hidden;
}
.sec-new-tarot .session-header-picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-new-tarot .session-conts {
  width: 100%;
  position: relative;
  padding: 60px 0 25px;
  overflow: hidden;
}
@media only screen and (min-width: 900px) {
  .sec-new-tarot .session-conts {
    padding-bottom: 2%;
  }
}
.sec-new-tarot .session-conts-picture {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sec-new-tarot .session-conts-picture img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-new-tarot .tarot-bar {
  position: absolute;
  display: block;
  width: 100%;
  top: 4%;
  position: absolute;
  text-align: center;
  left: 0;
  color: #ffffff;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.7), 0 0 4px rgba(0, 0, 0, 0.5);
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.03em;
  padding-left: 2%;
  font-size: clamp(1.188rem, 0.495rem + 3.08vw, 1.313rem);
}
@media only screen and (min-width: 1310px) {
  .sec-new-tarot .tarot-bar {
    font-size: 0.875rem;
  }
}
.sec-new-tarot .list.list--v2 {
  padding-left: 7%;
  padding-right: 5%;
}
@media only screen and (min-width: 900px) {
  .sec-new-tarot .list.list--v2 {
    padding-left: 0;
    padding-right: 0;
  }
}
.sec-new-tarot .list.list--v2 ul {
  padding-left: 0;
}
.sec-new-tarot .list.list--v2 ul li {
  width: 100%;
  padding: 4% 5% 3% 5%;
}
@media only screen and (min-width: 900px) {
  .sec-new-tarot .list.list--v2 ul li {
    width: calc(100% - 40px);
  }
}
@media only screen and (min-width: 600px) {
  .sec-new-tarot .list.list--v2 ul li dl dd a {
    font-size: clamp(1.25rem, 0.999rem + 0.67vw, 1.375rem);
  }
}
@media only screen and (min-width: 900px) {
  .sec-new-tarot .list.list--v2 ul li dl dd a {
    font-size: clamp(1.375rem, 0.825rem + 0.98vw, 1.625rem);
  }
}
@media only screen and (min-width: 1310px) {
  .sec-new-tarot .list.list--v2 ul li dl dd a {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 600px) {
  .sec-new-tarot .list.list--v2 .ctg__box {
    font-size: 0.75rem;
  }
}
@media only screen and (min-width: 1310px) {
  .sec-new-tarot .list.list--v2 .ctg__box {
    font-size: 0.625rem;
    padding: 5px 10px;
    min-width: 90px;
    right: 10px;
    bottom: 10px;
  }
}
.sec-new-tarot .swiper {
  overflow: visible;
  padding-left: 3%;
}
@media only screen and (min-width: 900px) {
  .sec-new-tarot .swiper {
    padding-left: 0;
  }
}
@media only screen and (min-width: 600px) {
  .sec-new-tarot .swiper .swiper-slide {
    width: 480px;
  }
}
@media only screen and (min-width: 1310px) {
  .sec-new-tarot .swiper .swiper-slide {
    width: auto;
  }
}
.sec-new-tarot .newSwiper {
  --swiper-pagination-color: #241B71;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-horizontal-gap: 3px;
  --swiper-pagination-bottom: -24px;
}
.sec-new-tarot .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:not(.swiper-pagination-bullet-active), .sec-new-tarot .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  background: transparent;
  opacity: 1;
  border: 1px solid #241B71;
}

.sec-recommended .recom_box {
  display: block;
  margin: 0 auto 30px;
  width: calc(100% - 20px);
  max-width: 500px;
  text-align: center;
}
.sec-recommended .recom_box a {
  display: block;
  width: 100%;
}
.sec-recommended .recom_box a + a {
  margin-top: 20px;
}
@media only screen and (min-width: 500px) {
  .sec-recommended .recom_box a + a {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 900px) {
  .sec-recommended .recom_box a + a {
    margin-top: 0px;
  }
}
.sec-recommended .recom_box img {
  display: block;
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 900px) {
  .sec-recommended .recom_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: initial;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
  .sec-recommended .recom_box a {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 10px);
            flex: 1 1 calc(50% - 10px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.free .headline-new {
  margin-bottom: 80px;
  overflow: visible;
}
@media only screen and (min-width: 1310px) {
  .free .headline-new {
    margin-bottom: 90px;
  }
}
.free .list ul li {
  margin-bottom: 18px;
}
.free .btn__more {
  margin-top: 32px;
  margin-bottom: 16px;
}
.free__tab.pill .free__tab__category {
  width: 100%;
}
.free__tab.pill .free__tab__category ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border-radius: 9999px;
  padding: 5px 7px;
  -webkit-box-shadow: 0 0 10px 5px rgba(238, 213, 246, 0.8);
          box-shadow: 0 0 10px 5px rgba(238, 213, 246, 0.8);
  -ms-flex-wrap: nowap;
      flex-wrap: nowap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto 20px;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  width: calc(100% - 20px);
  overflow: hidden;
}
.free__tab.pill .free__tab__category ul.smpl {
  -webkit-box-shadow: 0 3px 5px #eed5f6;
          box-shadow: 0 3px 5px #eed5f6;
}
@media only screen and (min-width: 900px) {
  .free__tab.pill .free__tab__category ul {
    padding: 6px 10px;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    max-width: 790px;
    margin-bottom: 40px;
  }
}
.free__tab.pill .free__tab__category ul li {
  outline: none !important;
  -webkit-tap-highlight-color: transparent !important;
  -webkit-appearance: none;
  tap-highlight-color: transparent;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 9999px;
  font-weight: 700;
  color: #32288A;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-decoration: none;
  padding: 0.25em 0.75em;
  font-size: clamp(1rem, 0.308rem + 3.08vw, 1.125rem);
}
@media only screen and (min-width: 900px) {
  .free__tab.pill .free__tab__category ul li {
    font-size: 1.4rem;
    padding: 0.25em 0.5em;
  }
}
.free__tab.pill .free__tab__category ul li.active {
  background: #EED5F6;
}
.free__tab.pill .free__tab__category ul li:hover:not(.active) {
  background: #f5e7fa;
}
.free__tab.pill .free__tab__category ul li a {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  color: #32288A;
}

.free__tab:not(.pill) {
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 899px) {
  .free__tab:not(.pill) {
    width: calc(100% - 20px);
    margin: 0 auto;
  }
}
.free__tab:not(.pill) .free__tab__category {
  width: 100%;
  border-bottom: 1px solid #241B71;
}
.free__tab:not(.pill) .free__tab__category ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 899px) {
  .free__tab:not(.pill) .free__tab__category ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 0;
  }
}
.free__tab:not(.pill) .free__tab__category ul li {
  min-width: 160px;
  margin-right: 3px;
}
@media only screen and (max-width: 899px) {
  .free__tab:not(.pill) .free__tab__category ul li {
    width: 32%;
    min-width: auto;
    margin-right: 0;
  }
}
.free__tab:not(.pill) .free__tab__category ul li.active a {
  background: #241B71;
  color: #ffffff;
  text-decoration: none;
  cursor: default;
}
.free__tab:not(.pill) .free__tab__category ul li a {
  display: block;
  width: 100%;
  height: 46px;
  padding: 0 20px;
  border-radius: 8px 8px 0 0;
  background: #ffffff;
  color: #241B71;
  font-size: 1rem;
  font-weight: 500;
  line-height: 46px;
  text-align: center;
  border-left: 1px solid #241B71;
  border-right: 1px solid #241B71;
  border-top: 1px solid #241B71;
  text-decoration: none;
}
@media only screen and (max-width: 899px) {
  .free__tab:not(.pill) .free__tab__category ul li a {
    padding: 0 5px;
    border-radius: 8px 8px 0 0;
    font-size: 0.875rem;
  }
}

.daily-horo.boxn {
  margin: 28px 0 20px;
}
@media only screen and (min-width: 900px) {
  .daily-horo.boxn {
    margin-bottom: 60px;
  }
}
.daily-horo h3 {
  color: #261C72;
  text-align: center;
  font-size: 4vw;
}
@media only screen and (min-width: 600px) {
  .daily-horo h3 {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 900px) {
  .daily-horo h3 {
    font-size: 1.2rem;
  }
}
.daily-horo .bnr-wrap {
  margin: 10px auto 0;
  width: calc(100% - 50px);
  max-width: 500px;
}
.daily-horo .bnr-wrap a {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-filter 0.2s ease, -webkit-transform 0.4s;
  transition: -webkit-filter 0.2s ease, -webkit-transform 0.4s;
  transition: filter 0.2s ease, transform 0.4s;
  transition: filter 0.2s ease, transform 0.4s, -webkit-filter 0.2s ease, -webkit-transform 0.4s;
}
.daily-horo .bnr-wrap a:hover {
  -webkit-filter: hue-rotate(-20deg) brightness(105%);
          filter: hue-rotate(-20deg) brightness(105%);
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}
.daily-horo .bnr-wrap img, .daily-horo .bnr-wrap picture {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-filter: drop-shadow(0 5px 3px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0 5px 3px rgba(0, 0, 0, 0.1));
}

.legendary.boxn {
  margin-bottom: 22px;
}

.sec-customer-review {
  overflow: hidden;
}
.sec-customer-review.boxn {
  margin: 20px 0 10px;
}
.sec-customer-review.boxn .reviewSwiper {
  margin-left: 15px;
}
@media only screen and (min-width: 900px) {
  .sec-customer-review.boxn .reviewSwiper {
    margin: 0 0 5px 5px;
    overflow: hidden;
  }
}
.sec-customer-review.boxn .reviewSwiper .swiper-slide {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(255, 251, 253, 0.56);
}
@media only screen and (min-width: 500px) {
  .sec-customer-review.boxn .reviewSwiper .swiper-slide {
    width: 280px;
  }
}
@media only screen and (min-width: 1310px) {
  .sec-customer-review.boxn .reviewSwiper .swiper-slide {
    width: auto;
  }
}
.sec-customer-review.boxn .reviewSwiper .tarot-review {
  border: 1px solid #32288A;
  border-radius: 5px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 8px 0 8px 8px;
  margin-bottom: 3px;
  max-height: 150px;
}
.sec-customer-review.boxn .reviewSwiper .review-title {
  color: #241B71;
  font-weight: 700;
  font-size: 0.875rem;
}
.sec-customer-review.boxn .reviewSwiper .review-stars {
  --percent:calc(var(--rating) / 5 * 100%);
  display: inline-block;
  position: relative;
  color: transparent;
  font-family: sans-serif;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 5px;
  font-size: clamp(0.781rem, 0.262rem + 2.31vw, 0.875rem);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.sec-customer-review.boxn .reviewSwiper .review-stars::before {
  content: "★★★★★";
  position: absolute;
  top: 0;
  left: 0;
  width: var(--percent);
  overflow: hidden;
  color: #FFF328;
  white-space: nowrap;
}
.sec-customer-review.boxn .reviewSwiper .review-stars::after {
  content: "★★★★★";
  color: #9C9C9C;
  -webkit-text-stroke: 1px #9C9C9C;
  paint-order: stroke fill;
  shape-rendering: crispEdges;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.sec-customer-review.boxn .reviewSwiper .review-conts {
  color: #8C5BDC;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.02em;
  overflow-y: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  font-size: clamp(0.781rem, 0.262rem + 2.31vw, 0.875rem);
  padding-right: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sec-customer-review.boxn .reviewSwiper .review-conts::-webkit-scrollbar {
  width: 6px;
}
.sec-customer-review.boxn .reviewSwiper .review-conts::-webkit-scrollbar-track {
  background: rgba(48, 26, 83, 0.08);
  border-radius: 8px;
}
.sec-customer-review.boxn .reviewSwiper .review-conts::-webkit-scrollbar-thumb {
  background: #8C5BDC;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.6);
}
.sec-customer-review.boxn .reviewSwiper .review-conts::-webkit-scrollbar-thumb:hover {
  background: #331462;
}
.sec-customer-review.boxn .reviewSwiper .review-conts {
  scrollbar-width: thin;
  scrollbar-color: #8C5BDC rgba(140, 91, 220, 0.1);
}
.sec-customer-review.boxn .review-note {
  color: #1A0141;
  margin: 1.5em auto 0;
  padding-left: 1.5em;
  text-indent: -1.5em;
  width: calc(100% - 20px);
  letter-spacing: -0.1em;
  font-size: clamp(0.625rem, 0.351rem + 0.49vw, 0.75rem);
}
@media only screen and (min-width: 900px) {
  .sec-customer-review.boxn .review-note {
    text-align: center;
    margin-top: 0;
  }
}

.sec-popular.boxn .headline-new.uline {
  margin-bottom: 18px;
}
.sec-popular .list__bnr ul {
  width: calc(100% - 20px);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 25px;
}
@media only screen and (min-width: 768px) {
  .sec-popular .list__bnr ul {
    max-width: initial;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px 20px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media only screen and (min-width: 900px) {
  .sec-popular .list__bnr ul {
    max-width: 850px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media only screen and (min-width: 768px) {
  .sec-popular .list__bnr ul li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 10px);
            flex: 1 1 calc(50% - 10px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-width: 0;
  }
}
@media only screen and (min-width: 900px) {
  .sec-popular .list__bnr ul li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(33.33% - 20px);
            flex: 1 1 calc(33.33% - 20px);
  }
}
.sec-popular .list__bnr ul li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 5px;
}
@media only screen and (min-width: 900px) {
  .sec-popular .list__bnr ul li dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.sec-popular .list__bnr ul li dl dt {
  width: 80%;
  text-align: center;
  color: #241B71;
  line-height: 1;
  font-size: 1rem;
}
.sec-popular .list__bnr ul li dl dd {
  width: 100%;
}
.sec-popular .list__bnr ul li dl dd a {
  display: block;
  width: 100%;
}
.sec-popular .list__bnr ul li dl dd a img {
  display: block;
  width: 100%;
  height: auto;
}

.headline-new {
  position: relative;
  width: 100%;
  margin-bottom: 25px;
  overflow: hidden;
  background-color: #EED5F6;
  padding: 18px 0;
}
@media only screen and (min-width: 900px) {
  .headline-new {
    padding: 16px 0;
    margin-bottom: 32px;
  }
}
.headline-new.free.box {
  margin-bottom: 0;
}
.headline-new h2 {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 5px;
  width: 100%;
  padding-left: 39px;
  padding-right: 10px;
  color: #001483;
  font-weight: 700;
  font-size: clamp(1rem, -0.385rem + 6.15vw, 1.25rem);
  line-height: 1;
}
@media only screen and (min-width: 900px) {
  .headline-new h2 {
    font-size: 1.4rem;
    padding-left: 65px;
  }
}
.headline-new h2::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  aspect-ratio: 1/1;
  width: 40px;
  background: url(../images/ico_star.png) center/25px auto no-repeat;
}
@media only screen and (min-width: 900px) {
  .headline-new h2::after {
    background-size: contain;
    left: 7px;
    width: 38px;
  }
}
.headline-new h2 span:not(.narrow) {
  display: inline-block;
  color: #8C5BDC;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
}
@media only screen and (min-width: 900px) {
  .headline-new h2 span:not(.narrow) {
    font-size: 1rem;
  }
}
.headline-new.low {
  padding: 7px 0;
  margin-bottom: 21px;
}
@media only screen and (min-width: 1310px) {
  .headline-new.low {
    padding: 20px 0;
  }
}
.headline-new.low h2 {
  font-size: clamp(0.938rem, 0.245rem + 3.08vw, 1.063rem);
}
@media only screen and (min-width: 900px) {
  .headline-new.low h2 {
    font-size: 1.4rem;
  }
}
.headline-new.uline {
  padding: 18px 0 18px;
}
.headline-new.uline::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #241B71;
  position: absolute;
  left: 0;
  bottom: 8px;
}

.select__sort.top {
  position: absolute;
  right: 8px;
  bottom: -55px;
  top: initial;
}
@media only screen and (min-width: 1310px) {
  .select__sort.top {
    right: 24px;
    bottom: -65px;
  }
}
.select__sort.top ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid #fff;
}
.select__sort.top ul li.active a {
  color: #fff;
  background-color: #8C5BDC;
  text-decoration: none;
}
.select__sort.top ul li a {
  display: block;
  width: 92px;
  padding: 5px 5px;
  color: #8C5BDC;
  background-color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.free__list__box.list:not(.list--v2) ul li {
  border-color: #241B71;
  border-width: 1px;
}
@media only screen and (max-width: 899px) {
  .free__list__box.list:not(.list--v2) ul li {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.free__list__box.list:not(.list--v2) ul span:first-of-type li:first-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.new.box ul li dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 10px;
}
.new.box ul li dt .new-date {
  font-size: 0.75rem;
}
@media only screen and (min-width: 900px) {
  .new.box ul li dt .new-date {
    font-size: 1rem;
  }
}
.new.box ul li dt .ctg__box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 8em;
}

.list__teller ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.list__teller ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 49%;
  margin-bottom: 20px;
  padding: 10px;
  border: 1px solid #DED6BF;
  background: #fff;
}
.list__teller__img {
  width: 160px;
  margin-right: 15px;
}
.list__teller__img img {
  width: 100%;
  height: auto;
}
.list__teller__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.list__teller__body dl dt {
  margin-bottom: 5px;
  font-size: 1.125rem;
  font-weight: 600;
}
.list__teller__body dl dt a {
  color: #333333;
  text-decoration: none;
}
.list__teller__body dl dd.lead {
  margin-bottom: 5px;
  color: #666666;
  font-size: 0.875rem;
  font-weight: 400;
}
.list__teller__body dl dd.exp {
  margin-bottom: 5px;
  font-size: 0.9375rem;
  font-weight: 400;
}
.list__teller__body .btn__favorite {
  text-align: right;
}
.list__teller__body .btn__favorite a {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url(../images/favorite.svg) no-repeat;
  background-size: 50px;
  text-align: left;
  text-indent: -5000px;
}
.list__teller__body .btn__favorite a:hover {
  background: url(../images/favorite_on.svg) no-repeat;
  background-size: 50px;
}
.list__teller__body .btn__favorite.active a {
  background: url(../images/favorite_on.svg) no-repeat;
  background-size: 50px;
}
.list__teller__body .btn__favorite.active a:hover {
  opacity: 0.5;
}

.list__teller__wide ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.list__teller__wide ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  padding: 10px;
  border: 1px solid #DED6BF;
  background: #fff;
}
.list__teller__wide__img {
  width: 80px;
  margin-right: 15px;
}
.list__teller__wide__img img {
  width: 100%;
  height: auto;
}
.list__teller__wide__body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 50px;
}
.list__teller__wide__body dl dt {
  font-size: 1.125rem;
  font-weight: 600;
}
.list__teller__wide__body dl dt a {
  color: #333333;
  text-decoration: none;
}
.list__teller__wide__body dl dd.lead {
  margin-bottom: 5px;
  color: #666666;
  font-size: 0.875rem;
  font-weight: 400;
}
.list__teller__wide__body dl dd.exp {
  margin-bottom: 5px;
  font-size: 0.9375rem;
  font-weight: 400;
}
.list__teller__wide__body .btn__favorite {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
}
.list__teller__wide__body .btn__favorite a {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url(../images/favorite.svg) no-repeat;
  background-size: 50px;
  text-align: left;
  text-indent: -5000px;
}
.list__teller__wide__body .btn__favorite a:hover {
  background: url(../images/favorite_on.svg) no-repeat;
  background-size: 50px;
}
.list__teller__wide__body .btn__favorite.active a {
  background: url(../images/favorite_on.svg) no-repeat;
  background-size: 50px;
}
.list__teller__wide__body .btn__favorite.active a:hover {
  opacity: 0.5;
}

@media only screen and (max-width: 899px) {
  .list__teller {
    width: 100%;
    margin: 0 auto;
  }
  .list__teller ul li {
    width: 100%;
    margin-bottom: 5%;
  }
  .list__teller__img {
    width: 130px;
  }
  .list__teller__body .favorite {
    text-align: right;
  }
  .list__teller__body .favorite a {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url(../images/favorite.svg) no-repeat;
    background-size: 50px;
    text-align: left;
    text-indent: -5000px;
  }
  .list__teller__body .favorite a:hover {
    background: url(../images/favorite.svg) no-repeat;
    background-size: 50px;
  }
  .list__teller__body .favorite.active a {
    background: url(../images/favorite_on.svg) no-repeat;
    background-size: 50px;
  }
}
.list.list--v2 .list__img {
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 9999px;
  margin-right: 15px;
  margin-top: 6px;
  width: clamp(5.625rem, 2.163rem + 15.38vw, 6.25rem);
}
@media only screen and (min-width: 425px) {
  .list.list--v2 .list__img {
    width: 100px;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 900px) {
  .list.list--v2 .list__img {
    width: 128px;
    margin-top: -15px;
  }
}
.list.list--v2 .list__img img {
  width: 100%;
  height: auto;
}
.list.list--v2 ul {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 900px) {
  .list.list--v2 ul {
    max-width: 837px;
    padding-left: 10px;
  }
}
.list.list--v2 ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #f9f6e6;
  border: 2px solid #D3B1e2;
  border-radius: 10px;
  width: calc(100% - 10px);
  margin: 0 auto 12px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 20px 15px 10px 5px;
  -webkit-transition: -webkit-filter 0.5s ease, -webkit-transform 0.4s ease, -webkit-box-shadow 0.4s ease;
  transition: -webkit-filter 0.5s ease, -webkit-transform 0.4s ease, -webkit-box-shadow 0.4s ease;
  transition: filter 0.5s ease, transform 0.4s ease, box-shadow 0.4s ease;
  transition: filter 0.5s ease, transform 0.4s ease, box-shadow 0.4s ease, -webkit-filter 0.5s ease, -webkit-transform 0.4s ease, -webkit-box-shadow 0.4s ease; /* 滑らかに変化 */
  -webkit-transform-origin: center center;
          transform-origin: center center; /* 中央基準で拡大 */
}
.list.list--v2 ul li:has(a:hover) {
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
  z-index: 10;
}
@media only screen and (max-width: 899px) {
  .list.list--v2 ul li a:hover {
    text-decoration: none;
  }
}
@media only screen and (max-width: 500px) {
  .list.list--v2 ul li {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 500px) {
  .list.list--v2 ul li {
    border-radius: 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (min-width: 900px) {
  .list.list--v2 ul li {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 30px 20px 15px 35px;
    margin-bottom: 15px;
    border-radius: 8px;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .list.list--v2 ul li {
    padding-bottom: 15px;
  }
}
.list.list--v2 ul li.badge::before {
  content: "";
  position: absolute;
  top: -8px;
  left: -5px;
  z-index: 11;
  white-space: nowrap;
  font-weight: 700;
  border-radius: 9999px;
}
@media only screen and (min-width: 900px) {
  .list.list--v2 ul li.badge::before {
    left: 2px;
  }
}
.list.list--v2 ul li.badge.is-new::before {
  content: "NEWおすすめ！";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 12px;
  border-radius: 9999px;
  background: linear-gradient(243deg, #FF6DCE, #F27D7F);
  color: #ffffff;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  border: none;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-box-shadow: -2px 2px 3px -1px rgba(0, 0, 0, 0.4);
          box-shadow: -2px 2px 3px -1px rgba(0, 0, 0, 0.4);
  padding-bottom: 9px;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media only screen and (min-width: 900px) {
  .list.list--v2 ul li.badge.is-new::before {
    font-size: 1rem;
    padding: 10px 14px 10px 14px;
  }
}
.list.list--v2 ul li.badge.is-allnew::before {
  content: "すべて無料";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 12px;
  border-radius: 9999px;
  background: linear-gradient(243deg, #FF6DCE, #F27D7F);
  color: #ffffff;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  border: none;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-box-shadow: -2px 2px 3px -1px rgba(0, 0, 0, 0.4);
          box-shadow: -2px 2px 3px -1px rgba(0, 0, 0, 0.4);
  padding-bottom: 9px;
  line-height: 1;
  letter-spacing: 0.02em;
  min-width: 100px; /*left: 0; top: -5px;*/
}
@media only screen and (min-width: 900px) {
  .list.list--v2 ul li.badge.is-allnew::before {
    font-size: 1rem;
    padding: 10px 14px 10px 14px;
  }
}
.list.list--v2 ul li.badge.is-legendary::before {
  content: "殿堂入り";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 12px;
  border-radius: 9999px;
  background: linear-gradient(243deg, #DE2807, #FFAF64);
  color: #ffffff;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  border: none;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-box-shadow: -2px 2px 3px -1px rgba(0, 0, 0, 0.4);
          box-shadow: -2px 2px 3px -1px rgba(0, 0, 0, 0.4);
  padding-bottom: 9px;
  line-height: 1;
  letter-spacing: 0.02em;
  min-width: 100px; /*left: 0; top: -5px;*/
}
@media only screen and (min-width: 900px) {
  .list.list--v2 ul li.badge.is-legendary::before {
    font-size: 1rem;
    padding: 10px 14px 10px 14px;
  }
}
.list.list--v2 ul li.badge.badge.is-number {
  position: relative;
}
.list.list--v2 ul li.badge.badge.is-number:nth-child(1)::before {
  content: "人気No.1";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 14px;
  border-radius: 9999px;
  background: linear-gradient(255deg, #FFF328, #D59400);
  color: #ffffff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  border: none;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-box-shadow: -2px 2px 3px -1px rgba(0, 0, 0, 0.4);
          box-shadow: -2px 2px 3px -1px rgba(0, 0, 0, 0.4);
  padding-bottom: 9px;
  line-height: 1;
}
@media only screen and (min-width: 900px) {
  .list.list--v2 ul li.badge.badge.is-number:nth-child(1)::before {
    padding: 7px 16px 7px 16px;
    left: -12px;
  }
}
.list.list--v2 ul li.badge.badge.is-number:nth-child(2)::before {
  content: "人気No.2";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 14px;
  border-radius: 9999px;
  background: linear-gradient(255deg, #FFF328, #D59400);
  color: #ffffff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  border: none;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-box-shadow: -2px 2px 3px -1px rgba(0, 0, 0, 0.4);
          box-shadow: -2px 2px 3px -1px rgba(0, 0, 0, 0.4);
  padding-bottom: 9px;
  line-height: 1;
}
@media only screen and (min-width: 900px) {
  .list.list--v2 ul li.badge.badge.is-number:nth-child(2)::before {
    padding: 7px 16px 7px 16px;
    left: -12px;
  }
}
.list.list--v2 ul li.badge.badge.is-number:nth-child(3)::before {
  content: "人気No.3";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 14px;
  border-radius: 9999px;
  background: linear-gradient(255deg, #FFF328, #D59400);
  color: #ffffff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  border: none;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-box-shadow: -2px 2px 3px -1px rgba(0, 0, 0, 0.4);
          box-shadow: -2px 2px 3px -1px rgba(0, 0, 0, 0.4);
  padding-bottom: 9px;
  line-height: 1;
}
@media only screen and (min-width: 900px) {
  .list.list--v2 ul li.badge.badge.is-number:nth-child(3)::before {
    padding: 7px 16px 7px 16px;
    left: -12px;
  }
}
.list.list--v2 ul li.badge.badge.is-number:nth-child(4)::before {
  content: "人気No.4";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 14px;
  border-radius: 9999px;
  background: linear-gradient(255deg, #FFF328, #D59400);
  color: #ffffff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  border: none;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-box-shadow: -2px 2px 3px -1px rgba(0, 0, 0, 0.4);
          box-shadow: -2px 2px 3px -1px rgba(0, 0, 0, 0.4);
  padding-bottom: 9px;
  line-height: 1;
}
@media only screen and (min-width: 900px) {
  .list.list--v2 ul li.badge.badge.is-number:nth-child(4)::before {
    padding: 7px 16px 7px 16px;
    left: -12px;
  }
}
.list.list--v2 ul li.badge.badge.is-number:nth-child(5)::before {
  content: "人気No.5";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 14px;
  border-radius: 9999px;
  background: linear-gradient(255deg, #FFF328, #D59400);
  color: #ffffff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  border: none;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-box-shadow: -2px 2px 3px -1px rgba(0, 0, 0, 0.4);
          box-shadow: -2px 2px 3px -1px rgba(0, 0, 0, 0.4);
  padding-bottom: 9px;
  line-height: 1;
}
@media only screen and (min-width: 900px) {
  .list.list--v2 ul li.badge.badge.is-number:nth-child(5)::before {
    padding: 7px 16px 7px 16px;
    left: -12px;
  }
}
.list.list--v2 ul li.badge.badge.is-number:nth-child(6)::before {
  content: "人気No.6";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 14px;
  border-radius: 9999px;
  background: linear-gradient(255deg, #DE9D07, #966B06);
  color: #ffffff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  border: none;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-box-shadow: -2px 2px 3px -1px rgba(0, 0, 0, 0.4);
          box-shadow: -2px 2px 3px -1px rgba(0, 0, 0, 0.4);
  padding-bottom: 9px;
  line-height: 1;
}
@media only screen and (min-width: 900px) {
  .list.list--v2 ul li.badge.badge.is-number:nth-child(6)::before {
    padding: 7px 16px 7px 16px;
    left: -12px;
  }
}
.list.list--v2 ul li.badge.badge.is-number:nth-child(7)::before {
  content: "人気No.7";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 14px;
  border-radius: 9999px;
  background: linear-gradient(255deg, #DE9D07, #966B06);
  color: #ffffff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  border: none;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-box-shadow: -2px 2px 3px -1px rgba(0, 0, 0, 0.4);
          box-shadow: -2px 2px 3px -1px rgba(0, 0, 0, 0.4);
  padding-bottom: 9px;
  line-height: 1;
}
@media only screen and (min-width: 900px) {
  .list.list--v2 ul li.badge.badge.is-number:nth-child(7)::before {
    padding: 7px 16px 7px 16px;
    left: -12px;
  }
}
.list.list--v2 ul li.badge.badge.is-number:nth-child(8)::before {
  content: "人気No.8";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 14px;
  border-radius: 9999px;
  background: linear-gradient(255deg, #DE9D07, #966B06);
  color: #ffffff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  border: none;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-box-shadow: -2px 2px 3px -1px rgba(0, 0, 0, 0.4);
          box-shadow: -2px 2px 3px -1px rgba(0, 0, 0, 0.4);
  padding-bottom: 9px;
  line-height: 1;
}
@media only screen and (min-width: 900px) {
  .list.list--v2 ul li.badge.badge.is-number:nth-child(8)::before {
    padding: 7px 16px 7px 16px;
    left: -12px;
  }
}
.list.list--v2 ul li.badge.badge.is-number:nth-child(9)::before {
  content: "人気No.9";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 14px;
  border-radius: 9999px;
  background: linear-gradient(255deg, #DE9D07, #966B06);
  color: #ffffff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  border: none;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-box-shadow: -2px 2px 3px -1px rgba(0, 0, 0, 0.4);
          box-shadow: -2px 2px 3px -1px rgba(0, 0, 0, 0.4);
  padding-bottom: 9px;
  line-height: 1;
}
@media only screen and (min-width: 900px) {
  .list.list--v2 ul li.badge.badge.is-number:nth-child(9)::before {
    padding: 7px 16px 7px 16px;
    left: -12px;
  }
}
.list.list--v2 ul li.badge.badge.is-number:nth-child(10)::before {
  content: "人気No.10";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 14px;
  border-radius: 9999px;
  background: linear-gradient(255deg, #DE9D07, #966B06);
  color: #ffffff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  border: none;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-box-shadow: -2px 2px 3px -1px rgba(0, 0, 0, 0.4);
          box-shadow: -2px 2px 3px -1px rgba(0, 0, 0, 0.4);
  padding-bottom: 9px;
  line-height: 1;
}
@media only screen and (min-width: 900px) {
  .list.list--v2 ul li.badge.badge.is-number:nth-child(10)::before {
    padding: 7px 16px 7px 16px;
    left: -12px;
  }
}
.list.list--v2 ul li dl {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.list.list--v2 ul li dl dt .new-date {
  line-height: 1;
  color: #8C5BDC;
  position: absolute;
  top: 7px;
  right: 10px;
  font-size: 0.8125rem;
  letter-spacing: 0.03em;
  font-weight: 500;
}
@media only screen and (min-width: 500px) {
  .list.list--v2 ul li dl dt .new-date {
    top: 15px;
    right: 15px;
  }
}
@media only screen and (min-width: 900px) {
  .list.list--v2 ul li dl dt .new-date {
    font-size: 1.125rem;
    top: 10px;
    right: 22px;
  }
}
.list.list--v2 ul li dl dd a {
  font-weight: 700;
  font-weight: bold;
  color: #261C72;
  letter-spacing: 0.01em;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Meiryo", Meiryo, sans-serif; /* 通常ゴシック*/
  font-size: clamp(1.063rem, -0.668rem + 7.69vw, 1.375rem);
}
@media only screen and (min-width: 900px) {
  .list.list--v2 ul li dl dd a {
    font-size: 1.75rem;
    font-weight: normal;
    font-weight: 500;
  }
}
.list.list--v2 .list__slider {
  height: 230px;
  padding: 10px 10px 0 10px;
  background: #ebe6d3;
}
.list.list--v2 .list__slider a {
  color: #333333;
  text-decoration: none;
}
.list.list--v2 .list__slider ul li {
  width: 170px;
  height: 205px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  background: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.list.list--v2 .list__slider ul li dl dt {
  margin-bottom: 3px;
}
.list.list--v2 .list__slider ul li dl dt img {
  width: 100%;
  height: auto;
}
.list.list--v2 .list__slider ul li dl dd {
  padding: 0 10px;
  font-size: 0.75rem;
  font-weight: 400;
  text-align: justify;
}
.list.list--v2 .list__slider ul li dl dd.date {
  color: #999;
}
.list.list--v2 .list__slider__prev {
  z-index: 10;
  position: absolute;
  top: -10px;
  left: -10px;
  width: 50px;
  height: 100%;
  background: url(../images/btn_prev.svg) center center rgba(235, 230, 211, 0.9);
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.list.list--v2 .list__slider__prev:hover {
  opacity: 0.5;
}
.list.list--v2 .list__slider__next {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 50px;
  height: 100%;
  background: url(../images/btn_next.svg) center center rgba(235, 230, 211, 0.9);
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.list.list--v2 .list__slider__next:hover {
  opacity: 0.5;
}
.list.list--v2 .list__slider__amule {
  height: 245px;
  padding: 10px 10px 0 10px;
  background: #ebe6d3;
}
.list.list--v2 .list__slider__amule a {
  color: #333333;
  text-decoration: none;
}
.list.list--v2 .list__slider__amule ul li {
  width: 175px;
  height: 225px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  background: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.list.list--v2 .list__slider__amule ul li dl dt {
  margin-bottom: 3px;
}
.list.list--v2 .list__slider__amule ul li dl dt img {
  width: 100%;
  height: auto;
}
.list.list--v2 .list__slider__amule ul li dl dd {
  padding: 0 10px;
  font-size: 0.75rem;
  font-weight: 400;
  text-align: justify;
}
.list.list--v2 .list__slider__amule ul li dl dd.date {
  color: #999;
}
.list.list--v2 .list__slider__amule__prev {
  z-index: 10;
  position: absolute;
  top: -10px;
  left: -10px;
  width: 50px;
  height: 100%;
  background: url(../images/btn_prev.svg) center center rgba(235, 230, 211, 0.9);
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.list.list--v2 .list__slider__amule__prev:hover {
  opacity: 0.5;
}
.list.list--v2 .list__slider__amule__next {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 50px;
  height: 100%;
  background: url(../images/btn_next.svg) center center rgba(235, 230, 211, 0.9);
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.list.list--v2 .list__slider__amule__next:hover {
  opacity: 0.5;
}
.list.list--v2 .list__link__amule ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.list.list--v2 .list__link__amule ul::after {
  display: block;
  width: 31%;
  content: "";
}
.list.list--v2 .list__link__amule ul a {
  text-decoration: none;
}
.list.list--v2 .list__link__amule ul li {
  width: 31%;
  margin-bottom: 25px;
}
.list.list--v2 .list__link__amule ul li dl dt {
  margin-bottom: 7px;
}
.list.list--v2 .list__link__amule ul li dl dt img {
  width: 100%;
  height: auto;
}
.list.list--v2 .list__link__amule ul li dl dd {
  color: #000;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.6;
}
.list.list--v2 .list__faq {
  margin-bottom: 30px;
}
.list.list--v2 .list__faq ul {
  border-top: 1px solid #cccccc;
}
.list.list--v2 .list__faq ul li {
  border-bottom: 1px solid #cccccc;
}
.list.list--v2 .list__faq ul li dl dt {
  padding: 18px 0 15px 50px;
  background: url(../images/q.svg) no-repeat left center;
}
.list.list--v2 .list__faq ul li dl dd {
  display: none;
  padding-bottom: 15px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
}
.list.list--v2 .list__faq ul li dl dd span {
  color: #707070;
  font-size: 0.9375rem;
  font-weight: 400;
}
.list.list--v2 .list__faq ul li.active dl dt a {
  background: url(../images/list_mark_active.svg) 98% center no-repeat;
}
.list.list--v2 .list__recommend .list__img {
  width: 80px;
  margin-right: 15px;
}
.list.list--v2 .list__recommend .list__img img {
  width: 100%;
  height: auto;
}
.list.list--v2 .list__teller ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.list.list--v2 .list__teller ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 49%;
  margin-bottom: 20px;
  padding: 10px;
  border: 1px solid #ded6bf;
  background: #fff;
}
.list.list--v2 .list__teller__img {
  width: 160px;
  margin-right: 15px;
}
.list.list--v2 .list__teller__img img {
  width: 100%;
  height: auto;
}
.list.list--v2 .list__teller__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.list.list--v2 .list__teller__body dl dt {
  margin-bottom: 5px;
  font-size: 1.125rem;
  font-weight: 600;
}
.list.list--v2 .list__teller__body dl dt a {
  color: #333333;
  text-decoration: none;
}
.list.list--v2 .list__teller__body dl dd.lead {
  margin-bottom: 5px;
  color: #666666;
  font-size: 0.875rem;
  font-weight: 400;
}
.list.list--v2 .list__teller__body dl dd.exp {
  margin-bottom: 5px;
  font-size: 0.9375rem;
  font-weight: 400;
}
.list.list--v2 .list__teller__body .list__favorite {
  text-align: right;
}
.list.list--v2 .list__teller__body .list__favorite a {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url(../images/favorite.svg) no-repeat;
  background-size: 50px;
  text-align: left;
  text-indent: -5000px;
}
.list.list--v2 .list__teller__body .list__favorite a:hover {
  background: url(../images/favorite_on.svg) no-repeat;
  background-size: 50px;
}
.list.list--v2 .list__teller__body .list__favorite.active a {
  background: url(../images/favorite_on.svg) no-repeat;
  background-size: 50px;
}
.list.list--v2 .list__teller__body .list__favorite.active a:hover {
  opacity: 0.5;
}
.list.list--v2 .list__teller__wide ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.list.list--v2 .list__teller__wide ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  padding: 10px;
  border: 1px solid #ded6bf;
  background: #fff;
}
.list.list--v2 .list__teller__wide__img {
  width: 80px;
  margin-right: 15px;
}
.list.list--v2 .list__teller__wide__img img {
  width: 100%;
  height: auto;
}
.list.list--v2 .list__teller__wide__body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 50px;
}
.list.list--v2 .list__teller__wide__body dl dt {
  font-size: 1.125rem;
  font-weight: 600;
}
.list.list--v2 .list__teller__wide__body dl dt a {
  color: #333333;
  text-decoration: none;
}
.list.list--v2 .list__teller__wide__body dl dd.lead {
  margin-bottom: 5px;
  color: #666666;
  font-size: 0.875rem;
  font-weight: 400;
}
.list.list--v2 .list__teller__wide__body dl dd.exp {
  margin-bottom: 5px;
  font-size: 0.9375rem;
  font-weight: 400;
}
.list.list--v2 .list__teller__wide__body__favorite {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
}
.list.list--v2 .list__teller__wide__body__favorite a {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url(../images/favorite.svg) no-repeat;
  background-size: 50px;
  text-align: left;
  text-indent: -5000px;
}
.list.list--v2 .list__teller__wide__body__favorite a:hover {
  background: url(../images/favorite_on.svg) no-repeat;
  background-size: 50px;
}
.list.list--v2 .list__teller__wide__body__favorite.active a {
  background: url(../images/favorite_on.svg) no-repeat;
  background-size: 50px;
}
.list.list--v2 .list__teller__wide__body__favorite.active a:hover {
  opacity: 0.5;
}
.list.list--v2 .list__coupon ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
  padding: 20px 20px 20px 23px;
  border: 1px solid #ded6bf;
  background: #fff;
}
.list.list--v2 .list__coupon ul li__img {
  width: 35%;
}
.list.list--v2 .list__coupon ul li__img img {
  width: 100%;
  height: auto;
}
.list.list--v2 .list__coupon ul li dl {
  width: 63%;
}
.list.list--v2 .list__coupon ul li dl dt {
  font-size: 1.125rem;
  font-weight: 600;
}
.list.list--v2 .list__coupon ul li dl dd.date {
  margin-bottom: 6px;
  color: #666666;
  font-size: 0.9375rem;
  font-weight: 400;
}
.list.list--v2 .list__coupon ul li dl dd.txt {
  margin-bottom: 6px;
  font-size: 0.9375rem;
  font-weight: 400;
}
.list.list--v2 .list__coupon ul li dl dd.time {
  color: #ac0000;
  font-size: 1rem;
  font-weight: 500;
}