@charset 'UTF-8';
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;list-style:none;-webkit-box-sizing:border-box;box-sizing:border-box}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;text-decoration:none}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}img,video{line-height:0;font-size:0}figure{font-size:0;line-height:0}html{font-size:10px}body{height:100%;font-family:'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;background-color:#f4e7d4}img{width:100%}main{display:block}.l-bg{width:100%;display:block;content:'';height:100%;position:fixed;z-index:-1;background-repeat:no-repeat;background-position:center;background-size:cover}.l-wrapper{width:100%;min-width:1020px;}@media screen and (max-width:767px){.l-wrapper{min-width:100%}}.l-header{min-width:100%;z-index:1;}@media screen and (min-width:48em){.l-header{width:100%;min-width:1020px}}.l-main{overflow:hidden;width:100%}.l-footer--ad3{position:relative;z-index:1;background-color:#fff;}@media screen and (min-width:48em){.l-footer--ad3{padding-top:32px}}@media screen and (max-width:767px){.l-footer--ad3{padding-top:11px;padding-top:2.933333333333333vw}}.l-footer--ad3 .l-footer__inner{margin:0 auto;}@media screen and (min-width:48em){.l-footer--ad3 .l-footer__inner{max-width:1080px;width:92%}}@media screen and (max-width:767px){.l-footer--ad3 .l-footer__inner{width:100%}}.l-footer--ad3 .l-footer__list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:0;}@media screen and (min-width:48em){.l-footer--ad3 .l-footer__list{width:100%;padding-bottom:50px}}@media screen and (max-width:767px){.l-footer--ad3 .l-footer__list{width:339px;width:90.4vw;margin:0 auto;padding-bottom:10.5px;padding-bottom:2.8vw}}.l-footer--ad3 .l-footer__list.is-official{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}@media screen and (min-width:48em){.l-footer--ad3 .l-footer__list.is-official .l-footer__list__itm{width:32%;max-width:340px}}@media screen and (max-width:767px){.l-footer--ad3 .l-footer__list.is-official .l-footer__list__itm{width:105px;width:28vw;height:27px;height:7.2vw}}.l-footer--ad3 .l-footer__list__itm{-webkit-box-sizing:border-box;box-sizing:border-box;}.l-footer--ad3 .l-footer__list__itm.is-age-limit{border-right:1px solid #dcdcdc;}@media screen and (min-width:48em){.l-footer--ad3 .l-footer__list__itm.is-age-limit{width:454px;height:57px}}@media screen and (max-width:767px){.l-footer--ad3 .l-footer__list__itm.is-age-limit{width:140.5px;width:37.46666666666667vw;height:19px;height:5.066666666666666vw}}@media screen and (min-width:48em){.l-footer--ad3 .l-footer__list__itm.is-age-limit .l-footer__list__itm__img{width:429px}}@media screen and (max-width:767px){.l-footer--ad3 .l-footer__list__itm.is-age-limit .l-footer__list__itm__img{width:132.5px;width:35.333333333333336vw;height:25px;height:6.666666666666667vw}}@media screen and (min-width:48em){.l-footer--ad3 .l-footer__list__itm.is-japan-sport{width:175px;margin-left:18px}}@media screen and (max-width:767px){.l-footer--ad3 .l-footer__list__itm.is-japan-sport{width:59.5px;width:15.866666666666667vw;height:11px;height:2.933333333333333vw;margin-top:4px;margin-top:1.066666666666667vw;margin-left:7px;margin-left:1.866666666666667vw}}.l-footer--ad3 .l-footer__about{text-align:center;line-height:1.8;}@media screen and (min-width:48em){.l-footer--ad3 .l-footer__about{font-size:12px}}@media screen and (max-width:767px){.l-footer--ad3 .l-footer__about{font-size:6px;font-size:1.6vw;border-top:1px solid #e6e6e6}}@media screen and (min-width:48em){.l-footer--ad3 .l-footer__about .l-footer__about__dl{border-top:1px solid #e6e6e6;padding:19px 0 22px}}@media screen and (max-width:767px){.l-footer--ad3 .l-footer__about .l-footer__about__dl{padding:12/2px 0/2px;padding:1.6vw 0}}.l-footer--ad3 .l-footer__about .l-footer__about__dl .l-footer__about__dl__dt{color:#c00;font-weight:bold}.l-footer--ad3 .l-footer__copyright{text-align:center;line-height:1;background-color:#eee;}@media screen and (min-width:48em){.l-footer--ad3 .l-footer__copyright{padding:18px 0 15px;font-size:12px}}@media screen and (max-width:767px){.l-footer--ad3 .l-footer__copyright{padding:15/2px 0/2px;padding:2vw 0;font-size:6px;font-size:1.6vw}}@media screen and (min-width:48em){.l-frame{width:1020px;margin:0 auto}}@media screen and (max-width:767px){.l-frame{padding:0/2px 20/2px;padding:0 2.666666666666667vw}}@media screen and (min-width:48em){.l-frame_is_lpo,.l-frame_is_lpotext{overflow:hidden;width:100%;margin:0 auto}}@media screen and (max-width:767px){.l-frame_is_lpotext{padding:0/2px 20/2px;padding:0 2.666666666666667vw}}@media screen and (min-width:48em){.l-frame--pc{width:1020px;margin:0 auto}}@media screen and (max-width:767px){.l-frame--sp{padding:0/2px 20/2px;padding:0 2.666666666666667vw}}@media screen and (min-width:48em){.c-fixed-ornament{display:none}}@media screen and (max-width:767px){.c-fixed-ornament{position:fixed;z-index:15;pointer-events:none;width:46px;width:12.266666666666666vw;height:162.5px;height:43.333333333333336vw;margin-top:27.5px;margin-top:7.333333333333333vw}}@media screen and (min-width:48em){.c-fixed-ornament__balloon{display:none}}@media screen and (max-width:767px){.c-fixed-ornament__balloon{-webkit-backface-visibility:hidden;backface-visibility:hidden;position:absolute;opacity:0;-webkit-transform:translate(0,0) scale(0);transform:translate(0,0) scale(0);top:0;left:21px;left:5.6vw;width:75.5px;width:20.133333333333333vw;height:81px;height:21.6vw;-webkit-transition:all .7s ease;transition:all .7s ease;z-index:20;-webkit-transition:opacity .4s ease-out,-webkit-transform .6s ease .1s;transition:opacity .4s ease-out,-webkit-transform .6s ease .1s;transition:transform .6s ease .1s,opacity .4s ease-out;transition:transform .6s ease .1s,opacity .4s ease-out,-webkit-transform .6s ease .1s}}@media screen and (min-width:48em){.c-fixed-ornament__cat{display:none}}@media screen and (max-width:767px){.c-fixed-ornament__cat{position:absolute;left:0;bottom:0;left:0;width:52.5px;width:14vw;height:96px;height:25.6vw;-webkit-transform:translate(-100%,0);transform:translate(-100%,0);-webkit-transition:all .7s ease;transition:all .7s ease;z-index:20}}@media screen and (max-width:767px){.c-fixed-ornament.is-active .c-fixed-ornament__cat{-webkit-transform:translate(0,0);transform:translate(0,0)}}@media screen and (max-width:767px){.c-fixed-ornament.is-active .c-fixed-ornament__balloon{opacity:1;-webkit-transform:translate(0,0) scale(1);transform:translate(0,0) scale(1)}}.c-cv{position:relative;}@media screen and (min-width:48em){.c-cv{margin-top:285px}}@media screen and (max-width:767px){.c-cv{margin-top:175px;margin-top:46.666666666666664vw}}@media screen and (max-width:767px){.c-cv .c-cv__top__heading img{width:351px;width:93.6vw}}.c-cv .c-cv__btn__imgWrap{padding:0 3.614457831325301% 3.614457831325301% 0;background:url("/system/files/landing/ad3/assets_20230904/images/conversion/shadow_sp.png") right bottom no-repeat;background-size:94%;}@media screen and (min-width:48em){.c-cv .c-cv__btn__imgWrap{background-image:url("/system/files/landing/ad3/assets_20230904/images/conversion/shadow_pc.png");margin-right:-7.5px}}.c-cv .c-cv__top__character{position:absolute;}.c-cv .c-cv__top__character.is-right{z-index:2;}@media screen and (min-width:48em){.c-cv .c-cv__top__character.is-right{top:-68px;right:140px;width:82px;height:144px}}@media screen and (max-width:767px){.c-cv .c-cv__top__character.is-right{top:-15px;top:-4vw;right:20.5px;right:5.466666666666667vw;width:50.5px;width:13.466666666666667vw;height:89px;height:23.733333333333334vw}}.c-cv .c-cv__top__character.is-left{z-index:2;}@media screen and (min-width:48em){.c-cv .c-cv__top__character.is-left{top:-68px;left:157px;width:94px;height:146px}}@media screen and (max-width:767px){.c-cv .c-cv__top__character.is-left{top:-22px;top:-5.866666666666666vw;left:17px;left:4.533333333333333vw;width:60px;width:16vw;height:93px;height:24.8vw}}.c-cv .c-cv__top__character.is-yuriko,.c-cv .c-cv__top__character.is-guest{left:0;z-index:0;opacity:0}.c-cv .c-cv__top__character .c-cv__top__character__serif{top:0;right:0}@media screen and (min-width:48em){.c-cv__cat > img{width:auto}}.c-cv .c-cv__inner{position:relative;background:#fff;z-index:1;}@media screen and (min-width:48em){.c-cv .c-cv__inner{padding:31px 56px 27px;border-radius:20px;border:solid 4px #c09b0f}}@media screen and (max-width:767px){.c-cv .c-cv__inner{padding-top:18px;padding-top:4.8vw;padding-right:14.5px;padding-right:3.866666666666667vw;padding-bottom:22.5px;padding-bottom:6vw;padding-left:14.5px;padding-left:3.866666666666667vw;border-radius:15px;border-radius:4vw;border:solid 2px #c09b0f}}.c-cv .c-cv__top{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;z-index:1;position:relative}.c-cv__btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;overflow:hidden;z-index:1;margin-top:5.88235294117647%;}@media screen and (max-width:767px){.c-cv__btn{-ms-flex-wrap:wrap;flex-wrap:wrap}}@media screen and (min-width:48em){.c-cv__btn{margin-top:30px}}@media screen and (min-width:48em){.c-cv__btn__anchor:hover .c-cv__btn__img{-webkit-transform:translate(1.764705882352941%,3.333333333333333%);transform:translate(1.764705882352941%,3.333333333333333%)}}@media screen and (min-width:48em){.c-cv__btn__img{width:auto}}.c-cv__btn__list{width:48.59154929577465%;margin-left:10px;}@media screen and (max-width:767px){.c-cv__btn__list{margin-left:0}}@media screen and (min-width:48em){.c-cv__btn__list{width:168px}}.c-cv__btn__list:nth-child(n+3){margin-top:2.941176470588235%;}@media screen and (min-width:48em){.c-cv__btn__list:nth-child(n+3){margin-top:0}}.c-cv__btn__list:first-child{margin-left:0}@media screen and (max-width:767px){.c-cv__btn__list:last-child{margin:auto;margin-top:2.941176470588235%}}@media screen and (min-width:48em){.c-cv__btn__list:last-child{margin-right:7.1px}}.c-cv__btn__list > figure{width:100px}.c-cv__person{position:relative;z-index:0;width:24.507042253521128%;margin:0 auto;margin-bottom:-49%;margin-top:7.552083333333333%;opacity:0;-webkit-transition:opacity .5s ease-out;transition:opacity .5s ease-out;}@media screen and (min-width:48em){.c-cv__person{width:175px;margin-bottom:-338px;margin-top:40px}}@media screen and (min-width:48em){.c-cv__top__heading > img{width:auto;margin:0 auto}}.c-official-link{width:85.71428571428571%;margin:0 auto;margin-top:12.630208333333334%;z-index:0;}@media screen and (min-width:48em){.c-official-link{width:390px;margin-top:81px}}.c-official-link{position:relative}.c-official-link > a:before{content:'';display:block;position:absolute;right:-2%;bottom:-12%;width:100%;height:100%;background:url("/system/files/landing/ad3/assets_20230904/images/common/btn_toBIG_shadow_sp.png") center center no-repeat;background-size:contain;z-index:-1;}@media screen and (min-width:48em){.c-official-link > a:before{right:-6px;bottom:-6px;background-image:url("/system/files/landing/ad3/assets_20230904/images/common/btn_toBIG_shadow_pc.png")}}@media screen and (min-width:48em){.c-official-link:hover > a img{-webkit-transform:translate(.75%,4.285714285714286%);transform:translate(.75%,4.285714285714286%)}}.c-cv__top__character__serif{opacity:0;position:absolute}.c-cv__top__character.is-yuriko .c-cv__top__character__serif{-webkit-transition:.3s 1.1s opacity ease;transition:.3s 1.1s opacity ease}.c-cv__top__character.is-guest .c-cv__top__character__serif{-webkit-transition:.3s .7s opacity ease;transition:.3s .7s opacity ease}.c-cv.is-fade .c-cv__btn__list{-webkit-animation-name:fadeInConversuin;animation-name:fadeInConversuin;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:0;}.c-cv.is-fade .c-cv__btn__list.is-delay-1{-webkit-animation-delay:.4s;animation-delay:.4s}.c-cv.is-fade .c-cv__btn__list.is-delay-2{-webkit-animation-delay:.6s;animation-delay:.6s}.c-cv.is-fade .c-cv__btn__list.is-delay-3{-webkit-animation-delay:.8s;animation-delay:.8s}.c-cv.is-fade .c-cv__btn__list.is-delay-4{-webkit-animation-delay:1s;animation-delay:1s}.c-cv.is-fade .c-cv__btn__list.is-delay-5{-webkit-animation-delay:1.2s;animation-delay:1.2s}@media screen and (min-width:48em){.c-cv.is-fade .c-cv__btn__list{display:block}}@-webkit-keyframes fadeInConversuin{0%{opacity:0;-webkit-transform:scale(1);transform:scale(1)}50%{opacity:.8;-webkit-transform:scale(.8);transform:scale(.8)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes fadeInConversuin{0%{opacity:0;-webkit-transform:scale(1);transform:scale(1)}50%{opacity:.8;-webkit-transform:scale(.8);transform:scale(.8)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.c-cv.is-fade .c-cv__top__character.is-right.is-shake,.c-cv.is-fade .c-cv__top__character.is-left.is-shake,.c-cv.is-fade .c-cv__top__character.is-yuriko.is-shake{-webkit-animation-name:shakeCat;animation-name:shakeCat;-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-direction:alternate;animation-direction:alternate;}@-webkit-keyframes shakeCat{0%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}100%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}}@keyframes shakeCat{0%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}100%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}}.c-cv.is-fade .c-cv__top__character.is-yuriko.is-w,.c-cv.is-fade .c-cv__top__character.is-guest{-webkit-animation-name:delayPerson3;animation-name:delayPerson3;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;}.c-cv.is-fade .c-cv__top__character.is-yuriko.is-w .c-cv__top__character__serif,.c-cv.is-fade .c-cv__top__character.is-guest .c-cv__top__character__serif{opacity:1}@-webkit-keyframes delayPerson3{0%{opacity:0}100%{opacity:1;-webkit-transform:translateY(-100%);transform:translateY(-100%)}}@keyframes delayPerson3{0%{opacity:0}100%{opacity:1;-webkit-transform:translateY(-100%);transform:translateY(-100%)}}.c-cv.is-fade .c-cv__top__character.is-yuriko{-webkit-animation-delay:.4s;animation-delay:.4s;-webkit-animation-duration:.6s;animation-duration:.6s}.c-cv.is-fade .c-cv__top__character.is-guest{-webkit-animation-delay:0s;animation-delay:0s;-webkit-animation-duration:.6s;animation-duration:.6s}.c-cv.is-fade .p-lecture-animation__person > .is,.c-cv.is-fade .is-shake .c-cv__top__character__inr{-webkit-animation-name:showBound;animation-name:showBound;-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:0;-webkit-animation-delay:.5s;animation-delay:.5s;}@-webkit-keyframes showBound{0%{opacity:0;-webkit-transform:scale(1);transform:scale(1)}50%{opacity:.8;-webkit-transform:scale(.8);transform:scale(.8)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes showBound{0%{opacity:0;-webkit-transform:scale(1);transform:scale(1)}50%{opacity:.8;-webkit-transform:scale(.8);transform:scale(.8)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.c-cv__person{-webkit-animation-name:shakePerson;animation-name:shakePerson;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-direction:alternate;animation-direction:alternate;}.c-cv__person.is-shike{-webkit-animation-delay:.4s;animation-delay:.4s;}@-webkit-keyframes shakePerson{0%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}100%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}}@keyframes shakePerson{0%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}100%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}}.c-accordion{margin:0;padding:0;}.c-accordion__trigger{position:relative;cursor:pointer}.c-accordion__outer{overflow:hidden;-webkit-transition:.4s ease-out;transition:.4s ease-out;cursor:pointer}[data-module="InViewAction"]{opacity:0;-webkit-transition:.4s ease-out;transition:.4s ease-out;-webkit-transform:translateY(50px);transform:translateY(50px)}.is-fade{opacity:1;-webkit-transform:none;transform:none}.c-modal__overlay{position:fixed;opacity:0;z-index:0;top:-10%;bottom:-10%;left:-10%;right:-10%;background-color:#666;visibility:hidden;cursor:pointer;-webkit-transition:ease .25s opacity,ease .25s visibility;transition:ease .25s opacity,ease .25s visibility;}.c-modal__overlay.is-show{z-index:10;opacity:.8;visibility:visible}.c-modal__content{position:fixed;opacity:0;z-index:0;}.c-modal__content.is-show{overflow:auto;top:0;bottom:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);z-index:11;opacity:1;padding:70px 0;width:100%;}@media screen and (max-width:767px){.c-modal__content.is-show{padding-top:54px;padding-top:14.4vw;padding-right:15px;padding-right:4vw;padding-bottom:169px;padding-bottom:45.06666666666666vw;padding-left:15px;padding-left:4vw}}.c-modal__close{position:absolute;opacity:0;z-index:0;width:50px;height:50px;-webkit-transition:ease .25s opacity;transition:ease .25s opacity;cursor:pointer;}@media screen and (min-width:48em){.c-modal__close{border:2px solid #fff}}.c-modal__close:before,.c-modal__close:after{content:"";position:absolute;display:inline-block;width:3px;height:25px;background-color:#fff;}@media screen and (min-width:48em){.c-modal__close:before,.c-modal__close:after{top:10px;left:22px}}@media screen and (max-width:767px){.c-modal__close:before,.c-modal__close:after{top:12px;left:24px}}.c-modal__close:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.c-modal__close:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.c-modal__close.is-show{top:-60px;right:0;z-index:12;opacity:1;background-color:#c09b0f;border-radius:25px;}@media screen and (max-width:767px){.c-modal__close.is-show{top:-25px;right:-10px}}.c-modal__close__bottom{position:absolute;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);cursor:pointer;opacity:0;-webkit-transition:ease .25s opacity;transition:ease .25s opacity;}@media screen and (min-width:48em){.c-modal__close__bottom{width:104px;bottom:-50px}}@media screen and (max-width:767px){.c-modal__close__bottom{bottom:-51px;bottom:-13.6vw;width:124px;width:33.06666666666666vw;height:36px;height:9.6vw}}.c-modal__close__bottom.is-show{opacity:1}.c-modal__wrap{position:relative;opacity:0;z-index:0;border:solid 2px #c09b0f;border-radius:20px;background-color:#fff;width:820px;margin:0 auto;-webkit-transition:ease .25s opacity,ease .25s max-width,ease .25s margin;transition:ease .25s opacity,ease .25s max-width,ease .25s margin;}.c-modal__wrap.is-show{margin:20px auto;z-index:12;opacity:1;width:800px;}@media screen and (max-width:767px){.c-modal__wrap.is-show{margin:0 auto;width:100%}}.c-modal__wrap.is-close{opacity:0;width:780px;margin:4 0 auto}.c-modal__inner{padding:50px;}@media screen and (max-width:767px){.c-modal__inner{padding:7.246376811594203% 5.797101449275362%}}.c-modal__movie{padding-bottom:56.25%;position:relative;}.c-modal__movie iframe{width:100%;height:100%;position:absolute;top:0;bottom:0;left:0;right:0}.c-toTop{position:relative;z-index:0;}@media screen and (min-width:48em){.c-toTop{margin-top:200px}}@media screen and (max-width:767px){.c-toTop{margin-top:39px;margin-top:10.4vw}}.c-toTop figure{left:0;margin:auto;cursor:pointer;bottom:0;margin-bottom:0;margin-right:42%;}@media screen and (min-width:48em){.c-toTop figure{width:158px;position:absolute;right:0;left:auto;margin-bottom:-18px;margin-right:0}}@media screen and (max-width:767px){.c-toTop figure{width:111px;width:29.599999999999998vw;height:101px;height:26.933333333333334vw}}.c-toTop.is-fade{-webkit-animation-name:animateIn;animation-name:animateIn;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;}.c-toTop.is-fade.is-animate{-webkit-animation-delay:.4s;animation-delay:.4s;}@-webkit-keyframes animateIn{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{-webkit-transform:none;transform:none}}@keyframes animateIn{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{-webkit-transform:none;transform:none}}.c-toTop figure{-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:margin .15s ease-in-out;transition:margin .15s ease-in-out}.c-toTop figure:hover{margin-bottom:-25px;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:margin .15s ease-in-out;transition:margin .15s ease-in-out}.c-sidenav{position:fixed;padding:0;z-index:10;opacity:0;-webkit-transition:.3s all ease-in-out .1s;transition:.3s all ease-in-out .1s;}@media screen and (max-width:767px){.c-sidenav{width:100%;bottom:0;z-index:111;height:79.5px;height:21.2vw;-webkit-transform:translate(0,50%);transform:translate(0,50%)}}@media screen and (min-width:48em){.c-sidenav{right:0;top:50%;width:87px;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transform:translate(87px,-50%);transform:translate(87px,-50%)}}.c-sidenav.on-show{opacity:1;}@media screen and (min-width:48em){.c-sidenav.on-show{-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}}@media screen and (max-width:767px){.c-sidenav.on-show{-webkit-transform:translate(0,0%);transform:translate(0,0%)}}.c-sidenav.is-active .c-sidenav__ornament--cat{-webkit-transform:translate(0,0);transform:translate(0,0);}@media screen and (min-width:48em){.c-sidenav.is-active .c-sidenav__ornament--cat{-webkit-transform:translate(-50%,0);transform:translate(-50%,0)}}.c-sidenav.is-active .c-sidenav__ornament--selif{opacity:1;}@media screen and (max-width:767px){.c-sidenav.is-active .c-sidenav__ornament--selif{-webkit-transform:translate(0,0) scale(1.5);transform:translate(0,0) scale(1.5)}}@media screen and (min-width:48em){.c-sidenav.is-active .c-sidenav__ornament--selif{-webkit-transform:translate(100%,100%) scale(1);transform:translate(100%,100%) scale(1)}}.c-sidenav__inner{position:relative;width:100%;height:100%;background-color:#000;}@media screen and (min-width:48em){.c-sidenav__inner{padding:3px 0 3px 3px;border-radius:7px 0 0 7px}}.c-header-ornament{position:fixed;z-index:15;pointer-events:none;}@media screen and (min-width:48em){.c-header-ornament{width:161px;height:288px}}@media screen and (max-width:767px){.c-header-ornament{width:31vw;height:31vw}}.c-header-ornament.is-active .c-sidenav__ornament--cat{-webkit-transform:translate(0,0);transform:translate(0,0)}.c-header-ornament.is-active .c-sidenav__ornament--selif{opacity:1;-webkit-transform:translate(0,0) scale(1.15);transform:translate(0,0) scale(1.15)}@media screen and (max-width:767px){.c-sidenav__ornament--cat{position:absolute;left:0;top:10px;width:46.95652173913044%;-webkit-transform:translate(-100%,0);transform:translate(-100%,0);-webkit-transition:all .7s ease;transition:all .7s ease;z-index:20}}@media screen and (min-width:48em){.c-sidenav__ornament--cat{position:absolute;left:50%;bottom:100%;width:87px;height:86px;-webkit-transform:translate(-50%,100%);transform:translate(-50%,100%);-webkit-transition:all .5s ease;transition:all .5s ease;z-index:-1}}@media screen and (max-width:767px){.c-sidenav__ornament--selif{-webkit-backface-visibility:hidden;backface-visibility:hidden;position:absolute;right:-2.604166666666667%;top:15px;width:52.17391304347826%;-webkit-transition:all .7s ease;transition:all .7s ease;z-index:20;opacity:0;-webkit-transform:translate(-100%,0) scale(0);transform:translate(-100%,0) scale(0);-webkit-transition:opacity .4s ease-out,-webkit-transform .6s ease .1s;transition:opacity .4s ease-out,-webkit-transform .6s ease .1s;transition:transform .6s ease .1s,opacity .4s ease-out;transition:transform .6s ease .1s,opacity .4s ease-out,-webkit-transform .6s ease .1s}}@media screen and (min-width:48em){.c-sidenav__ornament--selif{-webkit-backface-visibility:hidden;backface-visibility:hidden;position:absolute;right:174px;top:-203px;width:103px;height:100px;opacity:0;-webkit-transform:translate(100%,100%) scale(0);transform:translate(100%,100%) scale(0);-webkit-transition:opacity .3s ease-out,-webkit-transform .4s ease .1s;transition:opacity .3s ease-out,-webkit-transform .4s ease .1s;transition:transform .4s ease .1s,opacity .3s ease-out;transition:transform .4s ease .1s,opacity .3s ease-out,-webkit-transform .4s ease .1s}}.c-sidenav__header{font-size:0;margin:0 auto;}@media screen and (min-width:48em){.c-sidenav__header{width:auto}}@media screen and (max-width:767px){.c-sidenav__header{height:24px;height:6.4vw;padding-top:5px;padding-top:1.333333333333333vw;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}@media screen and (min-width:48em){.c-sidenav__header img{width:100%;max-width:none}}@media screen and (max-width:767px){.c-sidenav__header img{display:block;width:56.5px;width:15.066666666666666vw;height:13.5px;height:3.6vw;margin:0 auto}}.c-sidenav__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;}@media screen and (min-width:48em){.c-sidenav__list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border-radius:0 0 0 3.5px;overflow:hidden}}@media screen and (max-width:767px){.c-sidenav__list{position:fixed;width:100%;left:0;bottom:0;-webkit-box-sizing:border-box;box-sizing:border-box}}.c-sidenav__item{background-color:transparent;margin-top:0;padding:0 1px;-webkit-box-sizing:border-box;box-sizing:border-box;width:20%;height:21.09375vw;}@media screen and (min-width:48em){.c-sidenav__item{background-color:#fff;margin-top:3px;padding:0;width:auto;height:auto}}@media screen and (max-width:767px){.c-sidenav__item{height:14.9333vw !important}}.c-sidenav__item:first-child{padding-left:0}.c-sidenav__item.is-member{padding-right:0}.c-sidenav__item__inner{background-color:#fff;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;width:100%;height:100%;overflow:hidden;}@media screen and (min-width:48em){.c-sidenav__item__inner{height:auto;border-radius:0 0 0 3.5px}}.c-sidenav__item.is-member .c-sidenav__item__inner{background-color:#6cad3f}.c-sidenav__item a{-webkit-transition:opacity .2s ease;transition:opacity .2s ease;}.c-sidenav__item a:hover{opacity:.8}.c-sidenav__item img{width:100%;}@media screen and (min-width:48em){.c-sidenav__item img{height:auto;width:auto}}.p-more__contents{-webkit-backface-visibility:hidden;backface-visibility:hidden}.p-more__contents__btn{margin-top:6.510416666666667%;}@media screen and (min-width:48em){.p-more__contents__btn{margin-top:40px}}.p-more__contents__btn__figure{position:relative;width:85.71428571428571%;margin:0 auto;z-index:0;cursor:pointer;}@media screen and (min-width:48em){.p-more__contents__btn__figure{width:360px}}.p-more__contents__btn__figure:before{content:'';display:block;position:absolute;right:-2%;bottom:-12%;width:100%;height:100%;border-radius:300px;background:url("/system/files/landing/ad3/assets_20230904/images/common/shadow_sp.png") center center repeat;background-size:4px auto;z-index:-1;}@media screen and (min-width:48em){.p-more__contents__btn__figure:before{right:-6px;bottom:-6px;background-size:4px auto;background:url("/system/files/landing/ad3/assets_20230904/images/common/shadow_pc.png") center center repeat}}@media screen and (min-width:48em){.p-more__contents__btn__figure:hover img{-webkit-transform:translate(.5172413793103449%,4.285714285714286%);transform:translate(.5172413793103449%,4.285714285714286%)}}@media screen and (max-width:767px){.slick-slide{margin-right:20px}}@media screen and (max-width:767px){.slick-list{margin-right:-20px !important;padding-bottom:1rem !important}}@media screen and (max-width:767px){.c-slick-dots{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;margin-top:17.5px;margin-top:4.666666666666667vw}}@media screen and (max-width:767px){.c-slick-dots > li{display:block;content:'';width:8px;height:8px;border:2px solid #c09b0f;border-radius:50%;margin-left:2.213541666666667%}}@media screen and (max-width:767px){.c-slick-dots > li > li:first-child{margin-left:0}}@media screen and (max-width:767px){.c-slick-dots > li > button{display:none}}@media screen and (max-width:767px){.c-slick-dots .slick-active{background:#c09b0f}}.c-youtube{margin-right:auto;margin-left:auto;}@media screen and (min-width:48em){.c-youtube{width:890px;margin-top:150px}}@media screen and (max-width:767px){.c-youtube{margin-top:75px;margin-top:20vw}}.c-youtube .c-youtube__inner{background:#fff;}@media screen and (min-width:48em){.c-youtube .c-youtube__inner{padding:34px 0 37px;border-radius:20px}}@media screen and (max-width:767px){.c-youtube .c-youtube__inner{padding:42/2px 33/2px;padding:5.6vw 4.4vw;border-radius:10px;border-radius:2.666666666666667vw}}.c-youtube .c-youtube__hdg{margin:0 auto;}@media screen and (min-width:48em){.c-youtube .c-youtube__hdg{width:536px;height:39px}}@media screen and (max-width:767px){.c-youtube .c-youtube__hdg{width:292.5px;width:78vw;height:22px;height:5.866666666666666vw}}.c-youtube .c-youtube__movie{margin-right:auto;margin-left:auto;border:1px solid #ccc;}@media screen and (min-width:48em){.c-youtube .c-youtube__movie{width:800px;margin-top:30px}}@media screen and (max-width:767px){.c-youtube .c-youtube__movie{width:100%;margin-top:14px;margin-top:3.733333333333333vw}}.c-youtube .c-youtube__movie .c-youtube__movie__inner{position:relative;width:100%;height:0;padding-top:56.25%;-webkit-box-sizing:border-box;box-sizing:border-box}.c-youtube .c-youtube__movie iframe{position:absolute;width:100%;height:100%;top:0;bottom:0;left:0;right:0}.c-youtube .c-youtube__txt{color:#000;text-align:right;}@media screen and (min-width:48em){.c-youtube .c-youtube__txt{margin-top:13px;line-height:1.6;font-size:13px}}@media screen and (max-width:767px){.c-youtube .c-youtube__txt{margin-top:8px;margin-top:2.133333333333333vw;line-height:1.55;font-size:10px;font-size:2.666666666666667vw;-webkit-transform:scale(.9);transform:scale(.9);-webkit-transform-origin:top right;transform-origin:top right}}.c-youtube-1{border-radius:20px;width:85.71428571428571%;margin:0 auto;margin-top:20.442708333333336%;}@media screen and (min-width:48em){.c-youtube-1{margin-top:150px}}.c-youtube-1__contents{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}@media screen and (min-width:48em){.c-youtube-1__inner{margin-left:30px}}@media screen and (max-width:767px){.c-youtube-1__inner{margin-left:3.90625%}}@media screen and (min-width:48em){.c-youtube-1__inner__txt{margin-top:19px;margin-left:18px}.c-youtube-1__inner__txt img{width:auto}}.c-youtube-1__inner__btn{margin-top:24px;width:360px;}@media screen and (max-width:767px){.c-youtube-1__inner__btn{width:100%;margin:0 auto;margin-top:4.557291666666666%}}.c-youtube-1__inner__btn figure{position:relative;z-index:0;cursor:pointer}.c-youtube-1__inner__btn figure:before{content:'';display:block;position:absolute;right:-2%;bottom:-12%;width:100%;height:100%;background:url("/system/files/landing/ad3/assets_20230904/images/youtube/btn_shadow_sp.png") center center no-repeat;background-size:contain;z-index:-1;}@media screen and (min-width:48em){.c-youtube-1__inner__btn figure:before{right:-6px;bottom:-6px;background-image:url("/system/files/landing/ad3/assets_20230904/images/youtube/btn_shadow_pc.png")}}@media screen and (min-width:48em){.c-youtube-1__inner__btn:hover > figure img{-webkit-transform:translate(.75%,4.285714285714286%);transform:translate(.75%,4.285714285714286%)}}.c-youtube-1__movie{cursor:pointer;}@media screen and (min-width:48em){.c-youtube-1__movie{width:350px}}.c-youtube-1__bottom__txt{font-size:1rem;color:#000;text-align:right;margin-top:3.90625%;}@media screen and (min-width:48em){.c-youtube-1__bottom__txt{font-size:12px}}.c-hdg{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}.c-hdg.is-three-steps{opacity:0;-webkit-transform:scale(1.15);transform:scale(1.15);-webkit-transform-origin:center;transform-origin:center;-webkit-transition:opacity .6s ease .4s,-webkit-transform 1s cubic-bezier(1,0,0,1);transition:opacity .6s ease .4s,-webkit-transform 1s cubic-bezier(1,0,0,1);transition:opacity .6s ease .4s,transform 1s cubic-bezier(1,0,0,1);transition:opacity .6s ease .4s,transform 1s cubic-bezier(1,0,0,1),-webkit-transform 1s cubic-bezier(1,0,0,1);}.c-hdg.is-three-steps.is-scale-in{opacity:1;-webkit-transform:scale(1);transform:scale(1)}@media screen and (min-width:48em){.c-hdg.is-three-steps .c-hdg__inner{width:661px;height:102px}}@media screen and (max-width:767px){.c-hdg.is-three-steps .c-hdg__inner{width:231px;width:61.6vw;height:95.5px;height:25.466666666666665vw}}.c-hdg.is-lecture{opacity:0;-webkit-transform:scale(1.15);transform:scale(1.15);-webkit-transform-origin:center;transform-origin:center;-webkit-transition:opacity .6s ease .4s,-webkit-transform 1s cubic-bezier(1,0,0,1);transition:opacity .6s ease .4s,-webkit-transform 1s cubic-bezier(1,0,0,1);transition:opacity .6s ease .4s,transform 1s cubic-bezier(1,0,0,1);transition:opacity .6s ease .4s,transform 1s cubic-bezier(1,0,0,1),-webkit-transform 1s cubic-bezier(1,0,0,1);}.c-hdg.is-lecture.is-scale-in{opacity:1;-webkit-transform:scale(1);transform:scale(1)}.c-hdg.is-lecture .c-hdg__inner{width:59.859154929577464%;position:relative;z-index:2;}@media screen and (min-width:48em){.c-hdg.is-lecture .c-hdg__inner{width:364px;height:213px;margin-left:-3px}}@media screen and (max-width:767px){.c-hdg.is-lecture .c-hdg__inner{width:212.5px;width:56.666666666666664vw;height:131.5px;height:35.06666666666666vw}}.c-hdg.is-bonus_test{opacity:0;-webkit-transform:scale(1.15);transform:scale(1.15);-webkit-transform-origin:center;transform-origin:center;-webkit-transition:opacity .6s ease .4s,-webkit-transform 1s cubic-bezier(1,0,0,1);transition:opacity .6s ease .4s,-webkit-transform 1s cubic-bezier(1,0,0,1);transition:opacity .6s ease .4s,transform 1s cubic-bezier(1,0,0,1);transition:opacity .6s ease .4s,transform 1s cubic-bezier(1,0,0,1),-webkit-transform 1s cubic-bezier(1,0,0,1);}.c-hdg.is-bonus_test.is-scale-in{opacity:1;-webkit-transform:scale(1);transform:scale(1)}.c-hdg.is-bonus_test .c-hdg__inner{width:59.859154929577464%;position:relative;z-index:2;}@media screen and (min-width:48em){.c-hdg.is-bonus_test .c-hdg__inner{width:709px;height:100px;margin-left:17px}}@media screen and (max-width:767px){.c-hdg.is-bonus_test .c-hdg__inner{width:212.5px;width:56.666666666666664vw;height:94.5px;height:25.2vw;margin-top:60px;margin-top:16vw}}@media screen and (min-width:48em){.c-hdg .c-hdg__img{width:auto;margin:0 auto}}.c-hdg .c-hdg__item__double{position:absolute;}@media screen and (min-width:48em){.c-hdg .c-hdg__item__double{width:40px;height:40px}}@media screen and (max-width:767px){.c-hdg .c-hdg__item__double{width:8vw;height:8vw}}@media screen and (min-width:48em){.c-hdg .c-hdg__item__double--top{width:26px;height:26px}}@media screen and (max-width:767px){.c-hdg .c-hdg__item__double--top{width:4.8vw;height:4.8vw}}.c-hdg .c-hdg__item__double--bottom{height:3.2vw}@media screen and (min-width:48em){.c-hdg .c-hdg__item__double--bottom{width:17px;height:17px}}@media screen and (max-width:767px){.c-hdg .c-hdg__item__double--bottom{width:3.2vw}}@media screen and (min-width:48em){.c-hdg .c-hdg__item__double.is-left{bottom:-10px;left:-40px}}@media screen and (max-width:767px){.c-hdg .c-hdg__item__double.is-left{bottom:2vw;left:-10vw}}.c-hdg .c-hdg__item__double.is-left .c-hdg__item__double--top{top:0;left:0}.c-hdg .c-hdg__item__double.is-left .c-hdg__item__double--bottom{bottom:0;right:0}@media screen and (min-width:48em){.c-hdg .c-hdg__item__double.is-right{bottom:-10px;right:-50px}}@media screen and (max-width:767px){.c-hdg .c-hdg__item__double.is-right{bottom:3vw;right:-7vw}}.c-hdg .c-hdg__item__double.is-right .c-hdg__item__double--top{top:0;right:0}.c-hdg .c-hdg__item__double.is-right .c-hdg__item__double--bottom{bottom:0;left:0}.c-hdg .c-hdg__item__single{position:absolute;}@media screen and (min-width:48em){.c-hdg .c-hdg__item__single{width:18px;height:18px}}@media screen and (max-width:767px){.c-hdg .c-hdg__item__single{width:3.7vw;height:3.7vw}}@media screen and (min-width:48em){.c-hdg .c-hdg__item__single.is-left{bottom:50px;left:-20px}}@media screen and (max-width:767px){.c-hdg .c-hdg__item__single.is-left{left:-4vw;bottom:22vw}}@media screen and (min-width:48em){.c-hdg .c-hdg__item__single.is-right{bottom:50px;right:-25px}}@media screen and (max-width:767px){.c-hdg .c-hdg__item__single.is-right{right:-5vw;bottom:16vw}}.is-fade .c-hdg__item__double--top,.is-fade .c-hdg__item__double--bottom{-webkit-backface-visibility:hidden;backface-visibility:hidden;position:absolute;-webkit-animation-duration:1.6s;animation-duration:1.6s;-webkit-animation-fill-mode:none;animation-fill-mode:none;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.is-fade .c-hdg__item__double--top{-webkit-animation-delay:.2s;animation-delay:.2s;-webkit-animation-name:shineAnimations;animation-name:shineAnimations}.is-fade .c-hdg__item__double--bottom{-webkit-animation-delay:.4s;animation-delay:.4s;-webkit-animation-name:shineAnimations;animation-name:shineAnimations}.is-fade .c-hdg__item__single{-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-animation-duration:1.6s;animation-duration:1.6s;-webkit-animation-fill-mode:none;animation-fill-mode:none;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-delay:.6s;animation-delay:.6s;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-name:shineAnimations;animation-name:shineAnimations;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}@-webkit-keyframes shineAnimations{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);opacity:1}50%{-webkit-transform:scale3d(.95,.95,.95);transform:scale3d(.95,.95,.95);opacity:0}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);opacity:1}}@keyframes shineAnimations{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);opacity:1}50%{-webkit-transform:scale3d(.95,.95,.95);transform:scale3d(.95,.95,.95);opacity:0}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);opacity:1}}.is-hdg-04 > .c-hdg__inner{position:relative;}@media screen and (max-width:767px){.is-hdg-04 > .c-hdg__inner{width:55.07042253521127%}}@media screen and (max-width:767px){.is-hdg-05 > .c-hdg__inner{width:69.71830985915493%}}@media screen and (min-width:48em){.is-hdg-04{margin-top:64px}}@media screen and (max-width:767px){.is-hdg-04{margin-top:45px;margin-top:12vw}}@media screen and (min-width:48em){.is-hdg-05{margin-top:180px}}@media screen and (max-width:767px){.is-hdg-05{margin-top:100px;margin-top:26.666666666666668vw}}.c-band{overflow:hidden;position:relative;width:100%;}@media screen and (min-width:48em){.c-band{height:163px;margin-right:auto;margin-left:auto}}@media screen and (max-width:767px){.c-band{height:89.5px;height:23.866666666666667vw}}@media screen and (min-width:48em){.c-band.is-01{margin-top:76px}}@media screen and (max-width:767px){.c-band.is-01{margin-top:16.5px;margin-top:4.4vw}}@media screen and (min-width:48em){.c-band.is-02{margin-top:106px}}@media screen and (max-width:767px){.c-band.is-02{margin-top:46px;margin-top:12.266666666666666vw}}@media screen and (min-width:48em){.c-band.is-03{margin-top:113px}}@media screen and (max-width:767px){.c-band.is-03{margin-top:48px;margin-top:12.8vw}}@media screen and (min-width:48em){.c-band.is-new_release_01,.c-band.is-carry_over_01{margin-top:36px}}@media screen and (max-width:767px){.c-band.is-new_release_01,.c-band.is-carry_over_01{height:85.5px;height:22.8vw}}.c-band.is-new_release_01{display:none}.c-band.is-carry_over_01{display:none}.c-band .c-band__cnt{position:absolute;top:0;left:50%;z-index:1;-webkit-transform:translateX(-50%);transform:translateX(-50%);text-align:center;}@media screen and (min-width:48em){.c-band .c-band__cnt{width:1964px}}@media screen and (max-width:767px){.c-band .c-band__cnt{width:100%}}.c-band .c-band__cnt__img{width:100%}.c-cv.is-lpo_section{margin-top:40px;}@media screen and (min-width:48em){.c-cv.is-lpo_section .c-cv__btn__list .c-cv__btn__imgWrap{background-image:url("/system/files/landing/ad3/assets_20230904/images/conversion/shadow_pc.png")}}@media screen and (max-width:767px){.c-cv.is-lpo_section .c-cv__btn__list .c-cv__btn__imgWrap{background-image:url("/system/files/landing/ad3/assets_20230904/images/conversion/shadow_sp.png")}}.c-cv.is-lpo_section .c-cv__top__character__new__inr{position:relative;}.c-cv.is-lpo_section .c-cv__top__character__new__inr .c-cv__top__character__new__tit{position:absolute;top:0;left:0;width:100%}.c-cv__contents{-webkit-box-sizing:border-box;box-sizing:border-box;}@media screen and (min-width:48em){.c-cv__contents{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}@media screen and (max-width:767px){.c-cv__contents{display:block}}@media screen and (min-width:48em){.c-cv__contents .c-cv__contents__left,.c-cv__contents .c-cv__contents__right{border:solid 4px #c09b0f}}@media screen and (max-width:767px){.c-cv__contents .c-cv__contents__left,.c-cv__contents .c-cv__contents__right{border:solid 2px #c09b0f}}.c-cv__contents .c-cv__contents__left{background-color:#fff;-webkit-box-sizing:border-box;box-sizing:border-box;}@media screen and (min-width:48em){.c-cv__contents .c-cv__contents__left{width:382px;height:210px;border-radius:20px;padding-top:30px;position:relative}}@media screen and (max-width:767px){.c-cv__contents .c-cv__contents__left{border-radius:12.5px;border-radius:3.333333333333333vw;padding-top:21.5px;padding-top:5.733333333333333vw;padding-bottom:25px;padding-bottom:6.666666666666667vw;padding-left:17.5px;padding-left:4.666666666666667vw;padding-right:17.5px;padding-right:4.666666666666667vw;margin-bottom:19px;margin-bottom:5.066666666666666vw}}@media screen and (min-width:48em){.c-cv__contents .c-cv__contents__left .login_area_title{margin-bottom:26px}}@media screen and (max-width:767px){.c-cv__contents .c-cv__contents__left .login_area_title{margin:0 auto;margin-bottom:13px;margin-bottom:3.466666666666667vw;width:163px;width:43.46666666666667vw}}@media screen and (min-width:48em){.c-cv__contents .c-cv__contents__left .login_area_title.is-type-c{margin-bottom:10px;margin-top:-12px}}@media screen and (max-width:767px){.c-cv__contents .c-cv__contents__left .login_area_title.is-type-c{width:185.5px;width:49.46666666666667vw;margin-bottom:17px;margin-bottom:4.533333333333333vw}}@media screen and (min-width:48em){.c-cv__contents .c-cv__contents__left .login_area_title.is-type-f{margin-bottom:10px;margin-top:-12px}}@media screen and (max-width:767px){.c-cv__contents .c-cv__contents__left .login_area_title.is-type-f{width:180px;width:48vw;margin-bottom:17px;margin-bottom:4.533333333333333vw}}.c-cv__contents .c-cv__contents__left .login_area_title img{width:auto;margin:0 auto;max-width:100%}.c-cv__contents .c-cv__contents__left .login_area_btn{margin:0 auto;}@media screen and (min-width:48em){.c-cv__contents .c-cv__contents__left .login_area_btn{max-width:256px}}@media screen and (max-width:767px){.c-cv__contents .c-cv__contents__left .login_area_btn{max-width:100%;width:325px;width:86.66666666666667vw;position:relative}}.c-cv__contents .c-cv__contents__left .login_area_btn .c-cv__balloon{position:absolute;z-index:1;}@media screen and (min-width:48em){.c-cv__contents .c-cv__contents__left .login_area_btn .c-cv__balloon{left:-67px;top:-60px;width:124px}}@media screen and (max-width:767px){.c-cv__contents .c-cv__contents__left .login_area_btn .c-cv__balloon{width:62.5px;width:16.666666666666668vw;z-index:3;top:-42px;top:-11.2vw;left:-10px;left:-2.666666666666667vw}}.c-cv__contents .c-cv__contents__left .login_area_btn a{display:block;position:relative;z-index:2;}.c-cv__contents .c-cv__contents__left .login_area_btn a:before{z-index:-1;width:100%;height:100%;content:"";position:absolute;}@media screen and (min-width:48em){.c-cv__contents .c-cv__contents__left .login_area_btn a:before{border-radius:15px;left:9px;top:6px;background-image:url("/system/files/landing/ad3/assets_20230904/images/aside/button_shadow_pc.png");background-size:4px auto}}@media screen and (max-width:767px){.c-cv__contents .c-cv__contents__left .login_area_btn a:before{background-image:url("/system/files/landing/ad3/assets_20230904/images/aside/button_shadow_sp.png");border-radius:7.5px;border-radius:2vw;left:7.5px;left:2vw;top:6px;top:1.6vw;background-size:4px auto;background-size:1.066666666666667vw auto}}@media screen and (min-width:48em){.c-cv__contents .c-cv__contents__left .login_area_btn a:hover img{-webkit-transform:translate(6px,3px);transform:translate(6px,3px)}}.c-cv__contents .c-cv__contents__right{-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#fff;}@media screen and (min-width:48em){.c-cv__contents .c-cv__contents__right{height:210px;width:616px;border-radius:20px;padding-top:30px}}@media screen and (max-width:767px){.c-cv__contents .c-cv__contents__right{border-radius:12.5px;border-radius:3.333333333333333vw;padding-top:20px;padding-top:5.333333333333333vw;padding-bottom:20px;padding-bottom:5.333333333333333vw}}.c-cv__contents .c-cv__contents__right .btn_area_title{margin:0 auto;}@media screen and (min-width:48em){.c-cv__contents .c-cv__contents__right .btn_area_title{max-width:312px;margin-bottom:25px}}@media screen and (max-width:767px){.c-cv__contents .c-cv__contents__right .btn_area_title{max-width:100%;width:225.5px;width:60.13333333333333vw;margin-bottom:17.5px;margin-bottom:4.666666666666667vw}}.c-cv__contents .c-cv__contents__right .c-cv__new__btn{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 auto;}@media screen and (min-width:48em){.c-cv__contents .c-cv__contents__right .c-cv__new__btn{max-width:540px}}@media screen and (max-width:767px){.c-cv__contents .c-cv__contents__right .c-cv__new__btn{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}@media screen and (max-width:767px){.c-cv__contents .c-cv__contents__right .c-cv__new__btn .c-cv__btn__list{width:160px;width:42.666666666666664vw;margin-right:5px;margin-right:1.333333333333333vw;margin-left:5px;margin-left:1.333333333333333vw}}@media screen and (min-width:48em){.c-cv.is-type-a{margin-top:260px}}@media screen and (max-width:767px){.c-cv.is-type-a{margin-top:130px;margin-top:34.666666666666664vw}}@media screen and (max-width:767px){.c-cv.is-type-a .c-cv__top__character.is-reiji{margin-left:-72px;margin-left:-19.2vw}}@media screen and (max-width:767px){.c-cv.is-type-a .c-cv__top__character.is-reiji .c-cv__top__character__serif{width:51px;width:13.6vw;top:17.5px;top:4.666666666666667vw;left:-18.5px;left:-4.933333333333334vw}}@media screen and (min-width:48em){.c-cv.is-type-d{margin-top:260px}}@media screen and (max-width:767px){.c-cv.is-type-d{margin-top:130px;margin-top:34.666666666666664vw}}@media screen and (max-width:767px){.c-cv.is-type-d .c-cv__top__heading{width:250px;width:66.66666666666667vw}}.c-cv.is-type-d .c-cv__inner{background-color:#e95513}@media screen and (min-width:48em){.c-cv.is-type-d .c-cv__btn__imgWrap{background-image:url("/system/files/landing/ad3/assets_20230904/images/lpo/conversion/shadow_white_pc.png")}}@media screen and (max-width:767px){.c-cv.is-type-d .c-cv__btn__imgWrap{background-image:url("/system/files/landing/ad3/assets_20230904/images/lpo/conversion/shadow_white_sp.png")}}@media screen and (min-width:48em){.c-cv.is-type-e{margin-top:260px}}@media screen and (max-width:767px){.c-cv.is-type-e{margin-top:130px;margin-top:34.666666666666664vw}}@media screen and (min-width:48em){.c-cv.is-type-e .c-cv__btn__list:not(.club_toto) .c-cv__btn__imgWrap{background-image:url("/system/files/landing/ad3/assets_20230904/images/lpo/conversion/shadow_red_pc.png")}}@media screen and (max-width:767px){.c-cv.is-type-e .c-cv__btn__list:not(.club_toto) .c-cv__btn__imgWrap{background-image:url("/system/files/landing/ad3/assets_20230904/images/lpo/conversion/shadow_red_sp.png")}}@media screen and (min-width:48em){.c-cv.is-fade.is-type-a .c-cv__top__character .c-cv__top__character__serif,.c-cv.is-fade.is-type-e .c-cv__top__character .c-cv__top__character__serif{top:35px;left:-13px}}.c-cv.is-fade .c-cv__balloon,.c-cv.is-fade a{-webkit-animation-name:fadeInConversuin;animation-name:fadeInConversuin;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:0}.c-cv.is-fade .c-cv__balloon{-webkit-animation-delay:.2s;animation-delay:.2s}.c-cv.is-fade a{-webkit-animation-delay:.4s;animation-delay:.4s}@-webkit-keyframes fadeInConversuin{0%{opacity:0;-webkit-transform:scale(1);transform:scale(1)}50%{opacity:.8;-webkit-transform:scale(.8);transform:scale(.8)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes fadeInConversuin{0%{opacity:0;-webkit-transform:scale(1);transform:scale(1)}50%{opacity:.8;-webkit-transform:scale(.8);transform:scale(.8)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.lpo_sidenav .c-sidenav__ornament--ballon{position:absolute;left:-100px;top:-5px;opacity:0;-webkit-transform:translate(100%,40%) scale(0);transform:translate(100%,40%) scale(0);-webkit-transition:opacity .3s ease-out,-webkit-transform .4s ease .1s;transition:opacity .3s ease-out,-webkit-transform .4s ease .1s;transition:transform .4s ease .1s,opacity .3s ease-out;transition:transform .4s ease .1s,opacity .3s ease-out,-webkit-transform .4s ease .1s;z-index:-1}@media screen and (min-width:48em){.lpo_sidenav .c-sidenav__list{display:block}}@media screen and (min-width:48em){.lpo_sidenav .c-sidenav__item__inner{border-radius:0}}@media screen and (max-width:767px){.lpo_sidenav .c-sidenav__item{width:25%;position:relative}.lpo_sidenav .c-sidenav__item:not(.is-member):last-child:after{width:2px;height:100%;right:0;top:0;content:"";position:absolute;background-color:#fff}}.lpo_sidenav .c-sidenav__item.is-member .c-sidenav__item__inner{background-color:#6cad3f}@media screen and (max-width:767px){.lpo_sidenav .c-sidenav__list.clm4 .c-sidenav__item__inner{padding:0 10%}}@media screen and (max-width:767px){.lpo_sidenav .c-sidenav__header{height:24px;height:6.4vw;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex}}@media screen and (max-width:767px){.lpo_sidenav .c-sidenav__header span{display:-webkit-box;display:-ms-flexbox;display:flex;text-align:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;line-height:0}}@media screen and (max-width:767px){.lpo_sidenav .c-sidenav__header span img{width:auto;max-width:100%;height:13px;height:3.466666666666667vw;display:inline-block}}@media screen and (max-width:767px){.lpo_sidenav .c-sidenav__header span.span_left{width:25%;background:#da5e2d;display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;height:100%}}@media screen and (max-width:767px){.lpo_sidenav .c-sidenav__header span.span_right{height:100%;width:75%;background:#000;display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}}.c-sidenav.lpo_sidenav.is-active .c-sidenav__ornament--ballon{opacity:1;-webkit-transform:translate(0,0) scale(1);transform:translate(0,0) scale(1)}#p-lpo__modal__btn{display:none}.p-lpo__modal{border:none;border-radius:0;background:none}.is-crossbuy{opacity:0;-webkit-transform:scale(1.15);transform:scale(1.15);-webkit-transform-origin:center;transform-origin:center;-webkit-transition:opacity .6s ease .4s,-webkit-transform 1s cubic-bezier(1,0,0,1);transition:opacity .6s ease .4s,-webkit-transform 1s cubic-bezier(1,0,0,1);transition:opacity .6s ease .4s,transform 1s cubic-bezier(1,0,0,1);transition:opacity .6s ease .4s,transform 1s cubic-bezier(1,0,0,1),-webkit-transform 1s cubic-bezier(1,0,0,1);}.is-crossbuy.is-scale-in{opacity:1;-webkit-transform:scale(1);transform:scale(1)}@media screen and (min-width:48em){.is-crossbuy .c-hdg__inner{width:599px}}@media screen and (max-width:767px){.is-crossbuy .c-hdg__inner{width:62.30769230769231%}}.c-crossbuy{position:relative;}@media screen and (min-width:48em){.c-crossbuy{margin-top:150px}}@media screen and (max-width:767px){.c-crossbuy{margin-top:75px;margin-top:20vw}}@media screen and (min-width:48em){.c-crossbuy__inner{width:890px;margin:64px auto 0}}@media screen and (max-width:767px){.c-crossbuy__inner{margin-top:43px}}@media screen and (min-width:48em){.c-crossbuy__wrapper{display:grid;grid-template-rows:305px 1fr;grid-template-columns:280px 280px 280px;gap:30px 25px}}.c-crossbuy__wrapper.is-fade .c-crossbuy__wrap{-webkit-animation-name:fadeInCards;animation-name:fadeInCards;-webkit-animation-duration:.4s;animation-duration:.4s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;opacity:0;}.c-crossbuy__wrapper.is-fade .c-crossbuy__wrap.is-delay-1{-webkit-animation-delay:.8s;animation-delay:.8s}.c-crossbuy__wrapper.is-fade .c-crossbuy__wrap.is-delay-2{-webkit-animation-delay:1s;animation-delay:1s}.c-crossbuy__wrapper.is-fade .c-crossbuy__wrap.is-delay-3{-webkit-animation-delay:1.2s;animation-delay:1.2s}.c-crossbuy__wrapper.is-fade .c-crossbuy__wrap.is-delay-4{-webkit-animation-delay:1.4s;animation-delay:1.4s}@-webkit-keyframes fadeInCards{0%{opacity:0;-webkit-transform:scale(.9);transform:scale(.9)}50%{opacity:.8;-webkit-transform:scale(1.1);transform:scale(1.1)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes fadeInCards{0%{opacity:0;-webkit-transform:scale(.9);transform:scale(.9)}50%{opacity:.8;-webkit-transform:scale(1.1);transform:scale(1.1)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.c-crossbuy__lottery{position:relative}@media screen and (min-width:48em){.c-crossbuy__big{grid-row:1/2;grid-column:1/4}}.c-crossbuy__btn{position:absolute;}.c-crossbuy__btn:before{content:'';display:block;position:absolute;z-index:-1;-webkit-transform:translate(-50%,50%);transform:translate(-50%,50%)}@media screen and (min-width:48em){.c-crossbuy__btn{width:220px;left:50%;bottom:33px;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.c-crossbuy__btn:before{width:220px;height:45px;left:calc(50% + 4px);bottom:calc(30px - 11px);background:url("/system/files/landing/ad3/assets_20230904/images/crossbuy/other_button_shadow_pc.svg");background-size:cover}}@media screen and (max-width:767px){.c-crossbuy__btn{width:243px;left:50%;bottom:30px;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.c-crossbuy__btn:before{width:243px;height:50px;left:calc(50% + 4px);bottom:calc(30px - 10px);background:url("/system/files/landing/ad3/assets_20230904/images/crossbuy/other_button_shadow_sp.svg");background-size:cover}}@media screen and (min-width:48em){.c-crossbuy__btn:hover img{-webkit-transform:translate(2px,2px);transform:translate(2px,2px)}}@media screen and (min-width:48em){.c-crossbuy__btn--right{left:610px;bottom:52px;-webkit-transform:translate(0,0);transform:translate(0,0)}.c-crossbuy__btn--right:before{bottom:calc(52px - 11px);-webkit-transform:translate(-50%,100%);transform:translate(-50%,100%)}}.c-crossbuy__txt{margin:41px auto 0;}@media screen and (min-width:48em){.c-crossbuy__txt{width:874px}}@media screen and (max-width:767px){.c-crossbuy__txt{width:94.87179487179486%}}@media screen and (min-width:48em){.c-crossbuy__more{margin-top:67px}}@media screen and (max-width:767px){.c-crossbuy__more{margin-top:44px}}.p-splash{position:fixed;top:0;left:0;z-index:9999;width:100vw;height:100vh;background-color:#f4e7d4;}.p-splash .p-splash__cnt{position:absolute;top:50%;left:50%;z-index:1;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);}@media screen and (min-width:48em){.p-splash .p-splash__cnt{width:354px;height:220px}}@media screen and (max-width:767px){.p-splash .p-splash__cnt{width:252.5px;width:67.33333333333333vw;height:157px;height:41.86666666666667vw}}.p-splash .p-splash__cnt__txt{position:absolute;top:0;left:0;z-index:1;}@media screen and (min-width:48em){.p-splash .p-splash__cnt__txt{width:301px;height:43px}}@media screen and (max-width:767px){.p-splash .p-splash__cnt__txt{width:214px;width:57.06666666666666vw;height:30.5px;height:8.133333333333333vw}}.p-splash [class*='p-splash__cnt__dot--']{position:absolute;z-index:1;opacity:0;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;}@media screen and (min-width:48em){.p-splash [class*='p-splash__cnt__dot--']{top:32px;width:11px;height:11px}}@media screen and (max-width:767px){.p-splash [class*='p-splash__cnt__dot--']{top:22.5px;top:6vw;width:8px;width:2.133333333333333vw;height:8px;height:2.133333333333333vw}}.p-splash .p-splash__cnt__dot--first{-webkit-animation-name:dotBlink1st;animation-name:dotBlink1st;}@media screen and (min-width:48em){.p-splash .p-splash__cnt__dot--first{left:305px}}@media screen and (max-width:767px){.p-splash .p-splash__cnt__dot--first{left:217.5px;left:58vw}}.p-splash .p-splash__cnt__dot--second{-webkit-animation-name:dotBlink2nd;animation-name:dotBlink2nd;}@media screen and (min-width:48em){.p-splash .p-splash__cnt__dot--second{left:324px}}@media screen and (max-width:767px){.p-splash .p-splash__cnt__dot--second{left:231px;left:61.6vw}}.p-splash .p-splash__cnt__dot--third{-webkit-animation-name:dotBlink3rd;animation-name:dotBlink3rd;}@media screen and (min-width:48em){.p-splash .p-splash__cnt__dot--third{left:343px}}@media screen and (max-width:767px){.p-splash .p-splash__cnt__dot--third{left:244.5px;left:65.2vw}}.p-splash .p-splash__cnt__cat{position:absolute;bottom:0;}@media screen and (min-width:48em){.p-splash .p-splash__cnt__cat{left:121px;width:85px;height:148px}}@media screen and (max-width:767px){.p-splash .p-splash__cnt__cat{left:86px;left:22.933333333333334vw;width:61.5px;width:16.4vw;height:106px;height:28.266666666666666vw}}.p-splash.is-hide{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-animation-name:hideSplash;animation-name:hideSplash;}@-webkit-keyframes hideSplash{0%{opacity:1}100%{opacity:0;visibility:hidden}}@keyframes hideSplash{0%{opacity:1}100%{opacity:0;visibility:hidden}}@media screen and (max-width:767px){.p-splash-outer{padding-bottom:79.5px;padding-bottom:21.2vw}}@-webkit-keyframes dotBlink1st{0%{opacity:0}25%{opacity:1}75%{opacity:1}76%{opacity:0}100%{opacity:0}}@keyframes dotBlink1st{0%{opacity:0}25%{opacity:1}75%{opacity:1}76%{opacity:0}100%{opacity:0}}@-webkit-keyframes dotBlink2nd{0%{opacity:0}25%{opacity:0}50%{opacity:1}75%{opacity:1}76%{opacity:0}100%{opacity:0}}@keyframes dotBlink2nd{0%{opacity:0}25%{opacity:0}50%{opacity:1}75%{opacity:1}76%{opacity:0}100%{opacity:0}}@-webkit-keyframes dotBlink3rd{0%{opacity:0}50%{opacity:0}75%{opacity:1}76%{opacity:0}100%{opacity:0}}@keyframes dotBlink3rd{0%{opacity:0}50%{opacity:0}75%{opacity:1}76%{opacity:0}100%{opacity:0}}.p-splash-outer .p-splash-outer__inner{opacity:0;}.p-splash-outer .p-splash-outer__inner.is-active{opacity:1}.p-kv{opacity:0;-webkit-transform:scale(1.15);transform:scale(1.15);-webkit-transform-origin:center;transform-origin:center;-webkit-transition:opacity .6s ease .4s,-webkit-transform 1s cubic-bezier(1,0,0,1);transition:opacity .6s ease .4s,-webkit-transform 1s cubic-bezier(1,0,0,1);transition:opacity .6s ease .4s,transform 1s cubic-bezier(1,0,0,1);transition:opacity .6s ease .4s,transform 1s cubic-bezier(1,0,0,1),-webkit-transform 1s cubic-bezier(1,0,0,1);}.p-kv.is-scale-in{opacity:1;-webkit-transform:scale(1);transform:scale(1)}.p-kv .p-kv__figure{margin:0 auto;}@media screen and (min-width:48em){.p-kv .p-kv__figure{width:1019px;padding-top:17px}}@media screen and (max-width:767px){.p-kv .p-kv__figure{width:356px;width:94.93333333333334vw;padding-top:13.5px;padding-top:3.6vw}}@media screen and (min-width:48em){.p-kv .p-kv__figure__img{width:auto}}@media screen and (min-width:48em){.p-kv .p-kv__annotation{margin-top:17px}}@media screen and (max-width:767px){.p-kv .p-kv__annotation{margin-top:6.5px;margin-top:1.733333333333333vw;padding:0/2px 20/2px;padding:0 2.666666666666667vw}}.p-kv .p-kv__annotation__txt{color:#444;}@media screen and (min-width:48em){.p-kv .p-kv__annotation__txt{line-height:1.4;font-size:15px}}@media screen and (max-width:767px){.p-kv .p-kv__annotation__txt{line-height:1.72;font-size:9px;font-size:2.4vw}}.p-kv .p-kv__box{position:absolute;top:0;left:0;width:100%;}@media screen and (min-width:48em){.p-kv .p-kv__box{width:1020px;left:1px}}@media screen and (min-width:48em){.p-kv .p-kv__figure_lpo_wrap{max-width:1020px;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-top:55px;padding-bottom:55px}}.p-kv .p-kv__figure_lpo_wrap img{max-width:100%}.p-kv .p-kv__figure_lpo_wrap .p-kv__figure_lpo{line-height:0;}@media screen and (min-width:48em){.p-kv .p-kv__figure_lpo_wrap .p-kv__figure_lpo{width:73.62745098039215%;margin-right:1.764705882352941%}}@media screen and (min-width:48em){.p-kv .p-kv__figure_lpo_wrap .p-kv__list_lpo{width:21.862745098039216%}}@media screen and (max-width:767px){.p-kv .p-kv__figure_lpo_wrap .p-kv__list_lpo{width:330px;width:88vw;margin:10px auto;margin:2.666666666666667vw auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}}.p-kv .p-kv__figure_lpo_wrap .p-kv__list_lpo li:last-child{margin-bottom:0}@media screen and (min-width:48em){.p-kv .p-kv__figure_lpo_wrap .p-kv__list_lpo li{margin-bottom:11.659192825112108%}}@media screen and (max-width:767px){.p-kv .p-kv__figure_lpo_wrap .p-kv__list_lpo li{margin-bottom:15px;margin-bottom:4vw;width:160px;width:42.666666666666664vw}.p-kv .p-kv__figure_lpo_wrap .p-kv__list_lpo li:first-child{width:100%}}.p-kv .p-kv__figure_lpo_wrap .p-kv__list_lpo li a{display:block;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;line-height:0;position:relative;z-index:1;}.p-kv .p-kv__figure_lpo_wrap .p-kv__list_lpo li a img{-webkit-transition:0s all ease-in-out;transition:0s all ease-in-out}@media screen and (min-width:48em){.p-kv .p-kv__figure_lpo_wrap .p-kv__list_lpo li a:hover img{-webkit-transform:translate(2%,5%);transform:translate(2%,5%)}}.p-kv .p-kv__figure_lpo_wrap .p-kv__list_lpo li a:before{border-radius:10px;z-index:-1;width:100%;height:100%;content:"";position:absolute;left:4%;top:11%;background-image:url("/system/files/landing/ad3/assets_20230904/images/aside/button_shadow_pc.png");background-size:4px auto;}@media screen and (max-width:767px){.p-kv .p-kv__figure_lpo_wrap .p-kv__list_lpo li a:before{left:5px;left:1.333333333333333vw;top:5px;top:1.333333333333333vw}}@media screen and (min-width:48em){.p-kv .p-kv__figure_lpo_wrap .p-kv__annotation__txt_lpo{font-size:13px;line-height:1.2}}@media screen and (max-width:767px){.p-kv .p-kv__figure_lpo_wrap .p-kv__annotation__txt_lpo{line-height:1.72;font-size:9px;font-size:2.4vw}}@media screen and (max-width:767px){body.is-new_release .p-kv{margin-bottom:-2.5px;margin-bottom:-.6666666666666666vw}}@media screen and (min-width:48em){.p-main-copy{margin-top:112px}}@media screen and (max-width:767px){.p-main-copy{margin-top:50px;margin-top:13.333333333333334vw}}.p-main-copy__contents__inner.is-copy{position:relative;}@media screen and (min-width:48em){.p-main-copy__contents__inner.is-copy{width:1045px;height:518px}}@media screen and (max-width:767px){.p-main-copy__contents__inner.is-copy{width:355px;width:94.66666666666667vw;height:422.5px;height:112.66666666666667vw}}.p-main-copy__contents__img{position:absolute;z-index:3;}@media screen and (min-width:48em){.p-main-copy__contents__img:nth-child(1){top:15px;left:0;width:214px;height:216px}}@media screen and (max-width:767px){.p-main-copy__contents__img:nth-child(1){top:2.5px;top:.6666666666666666vw;left:0;width:115px;width:30.666666666666668vw;height:116.5px;height:31.066666666666666vw}}@media screen and (min-width:48em){.p-main-copy__contents__img:nth-child(2){top:15px;left:208px;width:218px;height:214px}}@media screen and (max-width:767px){.p-main-copy__contents__img:nth-child(2){top:0;left:111.5px;left:29.733333333333334vw;width:117.5px;width:31.333333333333332vw;height:117.5px;height:31.333333333333332vw}}@media screen and (min-width:48em){.p-main-copy__contents__img:nth-child(3){top:25px;left:434px;width:84px;height:98px}}@media screen and (max-width:767px){.p-main-copy__contents__img:nth-child(3){top:124px;top:33.06666666666666vw;left:.5px;left:.13333333333333333vw;width:40.5px;width:10.8vw;height:47px;height:12.533333333333333vw}}@media screen and (min-width:48em){.p-main-copy__contents__img:nth-child(4){top:29px;left:522px;width:95px;height:89px}}@media screen and (max-width:767px){.p-main-copy__contents__img:nth-child(4){top:125.5px;top:33.46666666666667vw;left:41.5px;left:11.066666666666666vw;width:46px;width:12.266666666666666vw;height:43px;height:11.466666666666667vw}}@media screen and (min-width:48em){.p-main-copy__contents__img:nth-child(5){top:28px;left:609px;width:96px;height:93px}}@media screen and (max-width:767px){.p-main-copy__contents__img:nth-child(5){top:125px;top:33.333333333333336vw;left:84.5px;left:22.53333333333333vw;width:46px;width:12.266666666666666vw;height:45px;height:12vw}}@media screen and (min-width:48em){.p-main-copy__contents__img:nth-child(6){top:41px;left:709px;width:86px;height:78px}}@media screen and (max-width:767px){.p-main-copy__contents__img:nth-child(6){top:131px;top:34.93333333333333vw;left:133px;left:35.46666666666667vw;width:42px;width:11.2vw;height:38px;height:10.133333333333333vw}}@media screen and (min-width:48em){.p-main-copy__contents__img:nth-child(7){top:132px;left:433px;width:87px;height:91px}}@media screen and (max-width:767px){.p-main-copy__contents__img:nth-child(7){top:125.5px;top:33.46666666666667vw;left:179px;left:47.733333333333334vw;width:41.5px;width:11.066666666666666vw;height:44px;height:11.733333333333333vw}}@media screen and (min-width:48em){.p-main-copy__contents__img:nth-child(8){top:150px;left:522px;width:79px;height:77px}}@media screen and (max-width:767px){.p-main-copy__contents__img:nth-child(8){top:134px;top:35.733333333333334vw;left:222.5px;left:59.333333333333336vw;width:38.5px;width:10.266666666666666vw;height:37px;height:9.866666666666667vw}}@media screen and (min-width:48em){.p-main-copy__contents__img:nth-child(9){top:141px;left:598px;width:88px;height:80px}}@media screen and (max-width:767px){.p-main-copy__contents__img:nth-child(9){top:130px;top:34.666666666666664vw;left:260.5px;left:69.46666666666667vw;width:42.5px;width:11.333333333333334vw;height:38.5px;height:10.266666666666666vw}}@media screen and (min-width:48em){.p-main-copy__contents__img:nth-child(10){top:141px;left:676px;width:90px;height:79px}}@media screen and (max-width:767px){.p-main-copy__contents__img:nth-child(10){top:130px;top:34.666666666666664vw;left:299.5px;left:79.86666666666666vw;width:43px;width:11.466666666666667vw;height:38px;height:10.133333333333333vw}}@media screen and (min-width:48em){.p-main-copy__contents__img:nth-child(11){top:139px;left:770px;width:19px;height:78px}}@media screen and (max-width:767px){.p-main-copy__contents__img:nth-child(11){top:129px;top:34.4vw;left:344.5px;left:91.86666666666666vw;width:9px;width:2.4vw;height:37.5px;height:10vw}}@media screen and (min-width:48em){.p-main-copy__contents__img:nth-child(12){top:256px;left:3px;width:65px;height:116px}}@media screen and (max-width:767px){.p-main-copy__contents__img:nth-child(12){top:201px;top:53.6vw;left:0;width:31px;width:8.266666666666666vw;height:55.5px;height:14.799999999999999vw}}@media screen and (min-width:48em){.p-main-copy__contents__img:nth-child(13){top:261px;left:86px;width:84px;height:107px}}@media screen and (max-width:767px){.p-main-copy__contents__img:nth-child(13){top:204px;top:54.4vw;left:35.5px;left:9.466666666666667vw;width:40.5px;width:10.8vw;height:51px;height:13.6vw}}@media screen and (min-width:48em){.p-main-copy__contents__img:nth-child(14){top:256px;left:170px;width:121px;height:117px}}@media screen and (max-width:767px){.p-main-copy__contents__img:nth-child(14){top:201.5px;top:53.733333333333334vw;left:74.5px;left:19.866666666666667vw;width:57.5px;width:15.333333333333334vw;height:55.5px;height:14.799999999999999vw}}@media screen and (min-width:48em){.p-main-copy__contents__img:nth-child(15){top:258px;left:295px;width:114px;height:108px}}@media screen and (max-width:767px){.p-main-copy__contents__img:nth-child(15){top:202px;top:53.86666666666667vw;left:132px;left:35.2vw;width:54.5px;width:14.533333333333333vw;height:52px;height:13.866666666666667vw}}@media screen and (min-width:48em){.p-main-copy__contents__img:nth-child(16){top:385px;left:0;width:139px;height:133px}}@media screen and (max-width:767px){.p-main-copy__contents__img:nth-child(16){top:202.5px;top:54vw;left:187px;left:49.86666666666667vw;width:56.5px;width:15.066666666666666vw;height:54px;height:14.4vw}}@media screen and (min-width:48em){.p-main-copy__contents__img:nth-child(17){top:381px;left:137px;width:131px;height:136px}}@media screen and (max-width:767px){.p-main-copy__contents__img:nth-child(17){top:201px;top:53.6vw;left:242.5px;left:64.66666666666667vw;width:53.5px;width:14.266666666666666vw;height:55.5px;height:14.799999999999999vw}}@media screen and (min-width:48em){.p-main-copy__contents__img:nth-child(18){top:377px;left:270px;width:145px;height:141px}}@media screen and (max-width:767px){.p-main-copy__contents__img:nth-child(18){top:196px;top:52.266666666666666vw;left:296.5px;left:79.06666666666666vw;width:58.5px;width:15.6vw;height:61px;height:16.266666666666666vw}}@media screen and (min-width:48em){.p-main-copy__contents__img:nth-child(19){top:257px;left:426px;width:290px;height:261px}}@media screen and (max-width:767px){.p-main-copy__contents__img:nth-child(19){bottom:0;left:.5px;left:.13333333333333333vw;width:173.5px;width:46.266666666666666vw;height:156px;height:41.6vw}}@media screen and (min-width:48em){.p-main-copy__contents__img:nth-child(20){top:251px;left:719px;width:277px;height:267px}}@media screen and (max-width:767px){.p-main-copy__contents__img:nth-child(20){bottom:0;left:175.5px;left:46.8vw;width:166px;width:44.266666666666666vw;height:159.5px;height:42.53333333333333vw}}@media screen and (min-width:48em){.p-main-copy__contents__img:nth-child(21){top:311px;left:425px;width:39px;height:156px}}@media screen and (max-width:767px){.p-main-copy__contents__img:nth-child(21){top:299px;top:79.73333333333333vw;left:0;width:23px;width:6.133333333333333vw;height:93px;height:24.8vw}}@media screen and (min-width:48em){.p-main-copy__contents__img:nth-child(22){top:376px;left:1000px;width:16px;height:141px}}@media screen and (max-width:767px){.p-main-copy__contents__img:nth-child(22){right:0;bottom:1px;bottom:.26666666666666666vw;width:10px;width:2.666666666666667vw;height:84.5px;height:22.53333333333333vw}}@media screen and (min-width:48em){.p-main-copy__contents__img:nth-child(23){top:0;right:0;width:237px;height:237px}}@media screen and (max-width:767px){.p-main-copy__contents__img:nth-child(23){top:3.5px;top:.9333333333333333vw;right:2.5px;right:.6666666666666666vw;width:116px;width:30.933333333333334vw;height:115.5px;height:30.8vw}}@media screen and (min-width:48em){.p-main-copy__contents__bnr{margin-top:30px}}@media screen and (max-width:767px){.p-main-copy__contents__bnr{margin-top:33px;margin-top:8.8vw;margin-right:-10px;margin-right:-2.666666666666667vw;margin-left:-10px;margin-left:-2.666666666666667vw}}.p-main-copy__contents__bnr__text{background-position:center;background-repeat:no-repeat;background-size:100% 100%;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;}@media screen and (min-width:48em){.p-main-copy__contents__bnr__text{margin-top:30px;height:110px;background-image:url("/system/files/landing/ad3/assets_20230904/images/main-copy/bnr_01_pc_bg.png")}}@media screen and (max-width:767px){.p-main-copy__contents__bnr__text{margin-top:33px;margin-top:8.8vw;margin-right:-10px;margin-right:-2.666666666666667vw;margin-left:-10px;margin-left:-2.666666666666667vw;height:127.5px;height:34vw;background-image:url("/system/files/landing/ad3/assets_20230904/images/main-copy/bnr_01_sp_bg.png")}}.p-main-copy__contents__bnr__text p{display:inline-block;text-align:center;color:#fff;font-weight:bold;}@media screen and (min-width:48em){.p-main-copy__contents__bnr__text p{line-height:1.4;font-size:24px;letter-spacing:-.03em}}@media screen and (max-width:767px){.p-main-copy__contents__bnr__text p{font-size:20px;font-size:5.333333333333333vw;line-height:1.4}}@media screen and (max-width:767px){.p-main-copy__contents__bnr__text p span{font-size:13.5px;font-size:3.6vw;margin-top:10px;margin-top:2.666666666666667vw;line-height:1.2;display:inline-block}}.p-main-copy__contents__note{line-height:1.5;}@media screen and (min-width:48em){.p-main-copy__contents__note{margin-top:7px;font-size:12px}}@media screen and (max-width:767px){.p-main-copy__contents__note{width:110%;margin-top:9px;margin-top:2.4vw;letter-spacing:.03em;font-size:10px;font-size:2.666666666666667vw;-webkit-transform:scale(.9);transform:scale(.9);-webkit-transform-origin:top left;transform-origin:top left}}.p-main-copy.is-fade .p-main-copy__contents__img{opacity:0;}.p-main-copy.is-fade .p-main-copy__contents__img.is-delay-1{-webkit-animation-delay:.2s;animation-delay:.2s}.p-main-copy.is-fade .p-main-copy__contents__img.is-delay-2{-webkit-animation-delay:.6s;animation-delay:.6s}.p-main-copy.is-fade .p-main-copy__contents__img.is-delay-3{-webkit-animation-delay:1.5s;animation-delay:1.5s}.p-main-copy.is-fade .p-main-copy__contents__img.is-delay-4{-webkit-animation-delay:1.57s;animation-delay:1.57s}.p-main-copy.is-fade .p-main-copy__contents__img.is-delay-5{-webkit-animation-delay:1.64s;animation-delay:1.64s}.p-main-copy.is-fade .p-main-copy__contents__img.is-delay-6{-webkit-animation-delay:1.71s;animation-delay:1.71s}.p-main-copy.is-fade .p-main-copy__contents__img.is-delay-7{-webkit-animation-delay:1.78s;animation-delay:1.78s}.p-main-copy.is-fade .p-main-copy__contents__img.is-delay-8{-webkit-animation-delay:1.85s;animation-delay:1.85s}.p-main-copy.is-fade .p-main-copy__contents__img.is-delay-9{-webkit-animation-delay:1.92s;animation-delay:1.92s}.p-main-copy.is-fade .p-main-copy__contents__img.is-delay-10{-webkit-animation-delay:1.99s;animation-delay:1.99s}.p-main-copy.is-fade .p-main-copy__contents__img.is-delay-11{-webkit-animation-delay:2.06s;animation-delay:2.06s}.p-main-copy.is-fade .p-main-copy__contents__img.is-delay-12{-webkit-animation-delay:2.43s;animation-delay:2.43s}.p-main-copy.is-fade .p-main-copy__contents__img.is-delay-13{-webkit-animation-delay:2.5s;animation-delay:2.5s}.p-main-copy.is-fade .p-main-copy__contents__img.is-delay-14{-webkit-animation-delay:2.57s;animation-delay:2.57s}.p-main-copy.is-fade .p-main-copy__contents__img.is-delay-15{-webkit-animation-delay:2.64s;animation-delay:2.64s}.p-main-copy.is-fade .p-main-copy__contents__img.is-delay-16{-webkit-animation-delay:2.71s;animation-delay:2.71s}.p-main-copy.is-fade .p-main-copy__contents__img.is-delay-17{-webkit-animation-delay:2.78s;animation-delay:2.78s}.p-main-copy.is-fade .p-main-copy__contents__img.is-delay-18{-webkit-animation-delay:2.85s;animation-delay:2.85s}.p-main-copy.is-fade .p-main-copy__contents__img.is-delay-19{-webkit-animation-delay:3.25s;animation-delay:3.25s}.p-main-copy.is-fade .p-main-copy__contents__img.is-delay-20{-webkit-animation-delay:3.649999999999999s;animation-delay:3.649999999999999s}.p-main-copy.is-fade .p-main-copy__contents__img.is-delay-21{-webkit-animation-delay:4.52s;animation-delay:4.52s}.p-main-copy.is-fade .p-main-copy__contents__img.is-delay-22{-webkit-animation-delay:4.52s;animation-delay:4.52s}.p-main-copy.is-fade .p-main-copy__contents__img.is-delay-23{-webkit-animation-delay:5.12s;animation-delay:5.12s}.p-main-copy.is-fade .p-main-copy__contents__img.is-scale-in{-webkit-transform:scale(0);transform:scale(0);-webkit-animation-name:scaleInImages;animation-name:scaleInImages;-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-timing-function:cubic-bezier(1,0,0,1);animation-timing-function:cubic-bezier(1,0,0,1);}.p-main-copy.is-fade .p-main-copy__contents__img.is-scale-in.is-slow{-webkit-animation-duration:.8s;animation-duration:.8s}@-webkit-keyframes scaleInImages{0%{opacity:0;-webkit-transform:scale(3);transform:scale(3)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes scaleInImages{0%{opacity:0;-webkit-transform:scale(3);transform:scale(3)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.p-main-copy.is-fade .p-main-copy__contents__img.is-in{-webkit-animation-name:inImages;animation-name:inImages;-webkit-animation-duration:.1s;animation-duration:.1s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-timing-function:linear;animation-timing-function:linear;}@-webkit-keyframes inImages{0%{opacity:0}100%{opacity:1}}@keyframes inImages{0%{opacity:0}100%{opacity:1}}.p-main-copy.is-fade .p-main-copy__contents__img.is-bounce{-webkit-animation-name:bounceImages;animation-name:bounceImages;-webkit-animation-duration:.4s;animation-duration:.4s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1.275);animation-timing-function:cubic-bezier(.175,.885,.32,1.275);}@-webkit-keyframes bounceImages{0%{opacity:0;-webkit-transform:scale(0);transform:scale(0)}50%{opacity:.8;-webkit-transform:scale(1.1);transform:scale(1.1)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes bounceImages{0%{opacity:0;-webkit-transform:scale(0);transform:scale(0)}50%{opacity:.8;-webkit-transform:scale(1.1);transform:scale(1.1)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@media screen and (min-width:48em){.p-carryover + .p-main-copy{margin-top:100px}}@media screen and (min-width:48em){.p-three-steps{margin-top:180px}}@media screen and (max-width:767px){.p-three-steps{margin-top:100px;margin-top:26.666666666666668vw}}.p-three-steps .p-three-steps__tab{position:relative;}@media screen and (min-width:48em){.p-three-steps .p-three-steps__tab{margin-top:36px}}@media screen and (max-width:767px){.p-three-steps .p-three-steps__tab{margin-top:21px;margin-top:5.6vw}}.p-three-steps .p-three-steps__tab:before,.p-three-steps .p-three-steps__tab:after{content:'';display:block;position:absolute;bottom:0;height:2px;background-size:cover;}@media screen and (min-width:48em){.p-three-steps .p-three-steps__tab:before,.p-three-steps .p-three-steps__tab:after{width:280px}}@media screen and (max-width:767px){.p-three-steps .p-three-steps__tab:before,.p-three-steps .p-three-steps__tab:after{width:12.5px;width:3.333333333333333vw;background-color:#000}}.p-three-steps .p-three-steps__tab:before{left:0;}@media screen and (min-width:48em){.p-three-steps .p-three-steps__tab:before{background:url("/system/files/landing/ad3/assets_20230904/images/three-steps/step_hdg_bg_before_01_pc.png") no-repeat center}}.p-three-steps .p-three-steps__tab:after{right:0;}@media screen and (min-width:48em){.p-three-steps .p-three-steps__tab:after{background:url("/system/files/landing/ad3/assets_20230904/images/three-steps/step_hdg_bg_after_01_pc.png") no-repeat center}}.p-three-steps .p-three-steps__tab.is-under{padding-bottom:0;}@media screen and (min-width:48em){.p-three-steps .p-three-steps__tab.is-under{margin-top:0}}@media screen and (max-width:767px){.p-three-steps .p-three-steps__tab.is-under{margin-top:26px;margin-top:6.933333333333334vw}}.p-three-steps .p-three-steps__tab.is-under:before,.p-three-steps .p-three-steps__tab.is-under:after{top:0}.p-three-steps .p-three-steps__tab.is-under .p-three-steps__tab-list{margin:0 auto}@media screen and (min-width:48em){.p-three-steps .p-three-steps__tab.is-under .p-three-steps__tab-item{border-radius:0 0 10px 10px}}@media screen and (max-width:767px){.p-three-steps .p-three-steps__tab.is-under .p-three-steps__tab-item{border-top-left-radius:0 !important;border-top-right-radius:0 !important;border-bottom-left-radius:10px;border-bottom-left-radius:2.666666666666667vw;border-bottom-right-radius:10px;border-bottom-right-radius:2.666666666666667vw}.p-three-steps .p-three-steps__tab.is-under .p-three-steps__tab-item::before{top:-2px}}.p-three-steps .p-three-steps__tab.is-under .p-three-steps__tab-item.is-active{border-top:solid 2px transparent;border-bottom:solid 2px #000}.p-three-steps .p-three-steps__tab-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:0 auto;}@media screen and (min-width:48em){.p-three-steps .p-three-steps__tab-list{width:460px}}@media screen and (max-width:767px){.p-three-steps .p-three-steps__tab-list{width:330px;width:88vw;height:45px;height:12vw}}.p-three-steps .p-three-steps__tab-item{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;position:relative;border:solid 2px #000;background:#000;-webkit-box-sizing:border-box;box-sizing:border-box;}@media screen and (min-width:48em){.p-three-steps .p-three-steps__tab-item{width:150px;margin-top:3px;cursor:pointer;border-radius:10px 10px 0 0}.p-three-steps .p-three-steps__tab-item:hover{margin-top:0}}@media screen and (max-width:767px){.p-three-steps .p-three-steps__tab-item{width:109px;width:29.066666666666666vw;border-top-left-radius:10px;border-top-left-radius:2.666666666666667vw;border-top-right-radius:10px;border-top-right-radius:2.666666666666667vw}}.p-three-steps .p-three-steps__tab-item:before{content:'';display:block;position:absolute;right:100%;bottom:-2px;z-index:1;height:2px;background:#000;}@media screen and (min-width:48em){.p-three-steps .p-three-steps__tab-item:before{width:9px}}@media screen and (max-width:767px){.p-three-steps .p-three-steps__tab-item:before{width:3.5px;width:.9333333333333333vw}}.p-three-steps .p-three-steps__tab-item.is-active{background:none;border-bottom:solid 2px transparent;}.p-three-steps .p-three-steps__tab-item.is-active .p-three-steps__tab-item__figure{display:none;}.p-three-steps .p-three-steps__tab-item.is-active .p-three-steps__tab-item__figure.is-active{display:block}.p-three-steps .p-three-steps__tab-item .p-three-steps__tab-item__figure{display:block;}@media screen and (min-width:48em){.p-three-steps .p-three-steps__tab-item .p-three-steps__tab-item__figure{width:146px}}@media screen and (max-width:767px){.p-three-steps .p-three-steps__tab-item .p-three-steps__tab-item__figure{width:105px;width:28vw}}.p-three-steps .p-three-steps__tab-item .p-three-steps__tab-item__figure.is-active{display:none}@media screen and (min-width:48em){.p-three-steps .p-three-steps__contents{padding-top:84px}}.p-three-steps .p-three-steps__contents.is-fade .p-three-steps__contents-item{height:0;}@media screen and (max-width:767px){.p-three-steps .p-three-steps__contents.is-fade .p-three-steps__contents-item{overflow:hidden}}.p-three-steps .p-three-steps__contents.is-fade .p-three-steps__contents-item.is-active{height:auto;}.p-three-steps .p-three-steps__contents.is-fade .p-three-steps__contents-item.is-active .p-three-steps-content-item{-webkit-animation-duration:.4s;animation-duration:.4s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-name:thumbFadeUp;animation-name:thumbFadeUp;}@media screen and (min-width:48em){.p-three-steps .p-three-steps__contents.is-fade .p-three-steps__contents-item.is-active .p-three-steps-content-item{display:block}}@media screen and (max-width:767px){.p-three-steps .p-three-steps__contents.is-fade .p-three-steps__contents-item.is-active .p-three-steps-content-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;padding:0/2px 23/2px;padding:0 3.066666666666666vw}}@-webkit-keyframes thumbFadeUp{0%{opacity:0;-webkit-transform:scale(.9);transform:scale(.9)}50%{opacity:.8;-webkit-transform:scale(1.1);transform:scale(1.1)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes thumbFadeUp{0%{opacity:0;-webkit-transform:scale(.9);transform:scale(.9)}50%{opacity:.8;-webkit-transform:scale(1.1);transform:scale(1.1)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.p-three-steps .is-active .p-three-steps-content-item__thumb:before{-webkit-animation-duration:.4s;animation-duration:.4s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-name:thumbNunFadeUp;animation-name:thumbNunFadeUp;}@-webkit-keyframes thumbNunFadeUp{0%{opacity:0;-webkit-transform:translate(-50%,10px);transform:translate(-50%,10px)}100%{opacity:1;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}}@keyframes thumbNunFadeUp{0%{opacity:0;-webkit-transform:translate(-50%,10px);transform:translate(-50%,10px)}100%{opacity:1;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}}@media screen and (min-width:48em){.p-three-steps .p-three-steps-content-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}@media screen and (max-width:767px){.p-three-steps .p-three-steps-content-list{margin-top:27.5px;margin-top:7.333333333333333vw}}.p-three-steps .p-three-steps-content-item{display:none;opacity:0;}.p-three-steps .p-three-steps-content-item:nth-child(n+2){position:relative;margin-top:14.545454545454545%;}@media screen and (min-width:48em){.p-three-steps .p-three-steps-content-item:nth-child(n+2){margin-top:0;margin-left:66px}}.p-three-steps .p-three-steps-content-item:nth-child(n+2):before{content:'';display:block;position:absolute;left:50%;top:-14.545454545454545%;width:6.060606060606061%;height:6.060606060606061%;background:url("/system/files/landing/ad3/assets_20230904/images/three-steps/arrow_sp.png") center center no-repeat;background-size:contain;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);}@media screen and (min-width:48em){.p-three-steps .p-three-steps-content-item:nth-child(n+2):before{left:-33px;top:50%;width:20px;height:20px;background-image:url("/system/files/landing/ad3/assets_20230904/images/three-steps/arrow_pc.png");-webkit-transform:translate(-50%,-200%);transform:translate(-50%,-200%)}}@media screen and (max-width:767px){.p-three-steps .p-three-steps-content-item.is-1 .p-three-steps-content-item__text-number{width:38px;width:10.133333333333333vw;height:42px;height:11.2vw}}@media screen and (max-width:767px){.p-three-steps .p-three-steps-content-item.is-2 .p-three-steps-content-item__text-number{width:47.5px;width:12.666666666666666vw;height:43px;height:11.466666666666667vw}}@media screen and (min-width:48em){.p-three-steps .p-three-steps-content-item.is-2 .p-three-steps-content-item__thumb:before{background-image:url("/system/files/landing/ad3/assets_20230904/images/three-steps/step_number_02_pc.png");-webkit-transition:all .3s 1s;transition:all .3s 1s}}@media screen and (max-width:767px){.p-three-steps .p-three-steps-content-item.is-3 .p-three-steps-content-item__text-number{width:47px;width:12.533333333333333vw;height:43px;height:11.466666666666667vw}}@media screen and (min-width:48em){.p-three-steps .p-three-steps-content-item.is-3 .p-three-steps-content-item__thumb:before{background-image:url("/system/files/landing/ad3/assets_20230904/images/three-steps/step_number_03_pc.png");-webkit-transition:all .3s 1.2s;transition:all .3s 1.2s}}.p-three-steps .p-three-steps-content-item.is-delay-1,.p-three-steps .p-three-steps-content-item.is-delay-1 .p-three-steps-content-item__thumb,.p-three-steps .p-three-steps-content-item.is-delay-1 .p-three-steps-content-item__thumb:before{-webkit-animation-delay:.4s;animation-delay:.4s}.p-three-steps .p-three-steps-content-item.is-delay-2,.p-three-steps .p-three-steps-content-item.is-delay-2 .p-three-steps-content-item__thumb,.p-three-steps .p-three-steps-content-item.is-delay-2 .p-three-steps-content-item__thumb:before{-webkit-animation-delay:.8s;animation-delay:.8s}.p-three-steps .p-three-steps-content-item.is-delay-3,.p-three-steps .p-three-steps-content-item.is-delay-3 .p-three-steps-content-item__thumb,.p-three-steps .p-three-steps-content-item.is-delay-3 .p-three-steps-content-item__thumb:before{-webkit-animation-delay:1.2s;animation-delay:1.2s}.p-three-steps .p-three-steps-content-item.is-delay-4{-webkit-animation-delay:1.6s;animation-delay:1.6s}@media screen and (min-width:48em){.p-three-steps .p-three-steps-content-item.is-delay-5{-webkit-animation-delay:2s;animation-delay:2s}}@media screen and (min-width:48em){.p-three-steps .p-three-steps-content-item__thumb{position:relative}}@media screen and (max-width:767px){.p-three-steps .p-three-steps-content-item__thumb{width:165.5px;width:44.13333333333333vw;hegiht:165.5px;hegiht:44.13333333333333vw}}@media screen and (min-width:48em){.p-three-steps .p-three-steps-content-item__thumb:before{content:'';display:block;position:absolute;left:calc(50% + 10px);top:0;width:55px;height:55px;background:url("/system/files/landing/ad3/assets_20230904/images/three-steps/step_number_01_pc.png") center center no-repeat;background-size:contain;opacity:0;-webkit-transform:translate(-50%,10px);transform:translate(-50%,10px);-webkit-transition:all .3s .6s;transition:all .3s .6s}}.p-three-steps .p-three-steps-content-item__text{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;}@media screen and (min-width:48em){.p-three-steps .p-three-steps-content-item__text{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin-top:17px;padding-right:0}}@media screen and (max-width:767px){.p-three-steps .p-three-steps-content-item__text{width:163px;width:43.46666666666667vw;padding-right:14.5px;padding-right:3.866666666666667vw;-webkit-box-sizing:border-box;box-sizing:border-box}}@media screen and (min-width:48em){.p-three-steps .p-three-steps-content-item__text-image{margin-top:0;width:100%}}@media screen and (max-width:767px){.p-three-steps .p-three-steps-content-item__text-image{width:139.5px;width:37.2vw;height:41.5px;height:11.066666666666666vw;margin-top:23.5px;margin-top:6.266666666666667vw}}.p-lecture{position:relative;}@media screen and (min-width:48em){.p-lecture{margin-top:150px}}@media screen and (max-width:767px){.p-lecture{margin-top:75px;margin-top:20vw}}@media screen and (max-width:767px){.p-lecture__inner{margin-top:-105px;margin-top:-28vw}}.p-lecture-contents-wrapper{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;}@media screen and (min-width:48em){.p-lecture-contents-wrapper{width:886px;margin:-162px auto 0}}@media screen and (max-width:767px){.p-lecture-contents-wrapper{margin-top:-70px;margin-top:-18.666666666666668vw}}.p-lecture-contents-wrap{margin-top:26px;display:inherit;position:relative;cursor:pointer;}@media screen and (min-width:48em){.p-lecture-contents-wrap:nth-child(1),.p-lecture-contents-wrap:nth-child(4),.p-lecture-contents-wrap:nth-child(7){margin-left:0}}.p-lecture-contents-wrap:nth-child(1),.p-lecture-contents-wrap:nth-child(2),.p-lecture-contents-wrap:nth-child(3){margin-top:0}@media screen and (max-width:767px){.p-lecture-contents-wrap:nth-child(odd){margin-left:0}}.p-lecture-contents{text-align:center;border:solid 2px #c09b0f;border-radius:16px;background-color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:6.901041666666667% 0;position:relative;z-index:1;}@media screen and (min-width:48em){.p-lecture-contents{padding:20px;padding-bottom:70px;padding-top:35px;position:relative}}@media screen and (min-width:48em){.p-lecture-contents:hover{right:-3px;bottom:-3px}}@media screen and (min-width:48em){.p-lecture-contents.is-col-3{width:278px}}@media screen and (min-width:48em){.p-lecture-contents.is-col-2{width:429px}}.p-lecture-contents__inner{margin:0 auto;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;width:80.90277777777779%;}@media screen and (min-width:48em){.p-lecture-contents__inner{width:100%;text-align:center}.p-lecture-contents__inner img{width:auto;max-width:100%;margin:0 auto}}.p-lecture-contents__btn{margin-top:2rem;}@media screen and (min-width:48em){.p-lecture-contents__btn{margin-top:0;position:absolute;bottom:25px;left:0;width:100%}}.p-lecture-contents__btn > figure{width:12rem;margin:0 auto;cursor:pointer;}@media screen and (min-width:48em){.p-lecture-contents__btn > figure{width:100px}}.p-lecture-contents__btn > figure:hover .p-lecture-contents{margin-right:-3px;margin-bottom:-3px}.p-lecture__modalInner__bottom{-webkit-transition:all .7s ease;transition:all .7s ease;-webkit-transform:translate(0,50%);transform:translate(0,50%);}.p-lecture__modalInner__bottom.is-not-fade{-webkit-transform:translate(0,0);transform:translate(0,0)}@media screen and (max-width:767px){.p-lecture__modalInner__bottom.modal-4{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin:3.333333333333333% auto 8.333333333333332%}}@media screen and (min-width:48em){.p-lecture__modalInner__bottom.modal-4{max-width:600px;margin:20px auto 30px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}@media screen and (max-width:767px){.p-lecture__modalInner__bottom.modal-4 .p-lecture__modalInner__point{width:75%;margin-right:-3.333333333333333%;margin-top:7.5%}}@media screen and (min-width:48em){.p-lecture__modalInner__bottom.modal-4 .p-lecture__modalInner__point{margin-top:-34px;margin-right:-20px}}@media screen and (max-width:767px){.p-lecture__modalInner__bottom.modal-4 .p-lecture__modalInner__person{width:49.666666666666664%}}@media screen and (min-width:48em){.p-lecture__modalInner__bottom.modal-4 .p-lecture__modalInner__person{width:auto}}@media screen and (max-width:767px){.p-lecture__modalInner__bottom.modal-5{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin:0 auto 8.333333333333332%}}@media screen and (min-width:48em){.p-lecture__modalInner__bottom.modal-5{max-width:600px;margin:0 auto 40px}}@media screen and (max-width:767px){.p-lecture__modalInner__bottom.modal-5 .p-lecture__modalInner__person{width:33.33333333333333%}}@media screen and (max-width:767px){.p-lecture__modalInner__bottom.modal-5 .p-lecture__modalInner__point{margin-top:5%}}.p-lecture-animation__person{position:relative;z-index:0;}@media screen and (min-width:48em){.p-lecture-animation__person{left:-391px;display:-webkit-box;display:-ms-flexbox;display:flex;width:286px;height:373px;margin-top:-169px;margin-right:auto;margin-left:auto}}@media screen and (max-width:767px){.p-lecture-animation__person{top:0;left:-22.5px;left:-6vw;width:104.5px;width:27.866666666666667vw;height:195.5px;height:52.13333333333333vw}}@media screen and (max-width:767px){.p-lecture-animation__person .is-show-2,.p-lecture-animation__person .is-show-1{display:block;position:absolute;z-index:1}}@media screen and (min-width:48em){.p-lecture-animation__person .is-show-2{width:82px;height:77px;margin-top:35px;margin-left:-2px}}@media screen and (max-width:767px){.p-lecture-animation__person .is-show-2{top:0;left:33px;left:8.8vw}}@media screen and (min-width:48em){.p-lecture-animation__person .is-show-1{width:237px;height:373px;margin-left:-33px}}@media screen and (max-width:767px){.p-lecture-animation__person .is-show-1{bottom:0;left:0;width:100%}}.c-modal__wrap.is-show .p-lecture__modalInner__bottom.is-fade{-webkit-transform:translate(0,0);transform:translate(0,0);-webkit-transition-delay:.6s;transition-delay:.6s}.p-lecture__inner.is-fade .p-lecture-animation__person > .is-show-1{-webkit-animation-name:delayPerson;animation-name:delayPerson;-webkit-animation-duration:.4s;animation-duration:.4s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:0;-webkit-animation-delay:.8s;animation-delay:.8s;}@-webkit-keyframes delayPerson{0%{opacity:0;-webkit-transform:translateY(140px);transform:translateY(140px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes delayPerson{0%{opacity:0;-webkit-transform:translateY(140px);transform:translateY(140px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}.p-lecture__inner.is-fade .p-lecture-animation__person > .is-show-2{-webkit-animation-name:delayPoint;animation-name:delayPoint;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:0;-webkit-animation-delay:1s;animation-delay:1s;}@-webkit-keyframes delayPoint{0%{opacity:0;-webkit-transform:scale(0);transform:scale(0)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes delayPoint{0%{opacity:0;-webkit-transform:scale(0);transform:scale(0)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.p-lecture__inner.is-fade .p-lecture-contents,.p-lecture__inner.is-fade .p-lecture-acdn__shadow{-webkit-animation-name:fadeInCards;animation-name:fadeInCards;-webkit-animation-duration:.4s;animation-duration:.4s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;opacity:0;}.p-lecture__inner.is-fade .p-lecture-contents.is-delay-1,.p-lecture__inner.is-fade .p-lecture-acdn__shadow.is-delay-1{-webkit-animation-delay:.8s;animation-delay:.8s}.p-lecture__inner.is-fade .p-lecture-contents.is-delay-2,.p-lecture__inner.is-fade .p-lecture-acdn__shadow.is-delay-2{-webkit-animation-delay:1s;animation-delay:1s}.p-lecture__inner.is-fade .p-lecture-contents.is-delay-3,.p-lecture__inner.is-fade .p-lecture-acdn__shadow.is-delay-3{-webkit-animation-delay:1.2s;animation-delay:1.2s}.p-lecture__inner.is-fade .p-lecture-contents.is-delay-4,.p-lecture__inner.is-fade .p-lecture-acdn__shadow.is-delay-4{-webkit-animation-delay:1.4s;animation-delay:1.4s}.p-lecture__inner.is-fade .p-lecture-contents.is-delay-5,.p-lecture__inner.is-fade .p-lecture-acdn__shadow.is-delay-5{-webkit-animation-delay:1.6s;animation-delay:1.6s}.p-lecture__inner.is-fade .p-lecture-contents.is-delay-6,.p-lecture__inner.is-fade .p-lecture-acdn__shadow.is-delay-6{-webkit-animation-delay:1.8s;animation-delay:1.8s}.p-lecture__inner.is-fade .p-lecture-contents.is-delay-7,.p-lecture__inner.is-fade .p-lecture-acdn__shadow.is-delay-7{-webkit-animation-delay:2s;animation-delay:2s}.p-lecture__inner.is-fade .p-lecture-contents.is-delay-8,.p-lecture__inner.is-fade .p-lecture-acdn__shadow.is-delay-8{-webkit-animation-delay:2.2s;animation-delay:2.2s}.p-lecture__inner.is-fade .p-lecture-contents.is-delay-9,.p-lecture__inner.is-fade .p-lecture-acdn__shadow.is-delay-9{-webkit-animation-delay:2.4s;animation-delay:2.4s}@media screen and (min-width:48em){.p-lecture__inner.is-fade .p-lecture-contents,.p-lecture__inner.is-fade .p-lecture-acdn__shadow{display:block}}@-webkit-keyframes fadeInCards{0%{opacity:0;-webkit-transform:scale(.9);transform:scale(.9)}50%{opacity:.8;-webkit-transform:scale(1.1);transform:scale(1.1)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes fadeInCards{0%{opacity:0;-webkit-transform:scale(.9);transform:scale(.9)}50%{opacity:.8;-webkit-transform:scale(1.1);transform:scale(1.1)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.prev-arrow{margin-top:-40px;position:absolute;top:50%;left:6%;z-index:2;cursor:pointer;display:block;}.prev-arrow img{width:40px;height:40px}.next-arrow{margin-top:-40px;position:absolute;top:50%;right:6%;z-index:2;cursor:pointer;}.next-arrow img{width:40px;height:40px}.slick-disabled{display:none !important}.p-lecture__modalInner{overflow:hidden;}.p-lecture__modalInner__hdg{padding-bottom:4.427083333333334%;border-bottom:1px solid #c09b0f}.p-lecture__modalInner__txt{margin:0 auto;}@media screen and (min-width:48em){.p-lecture__modalInner__txt img{width:auto;margin:0 auto}}.p-lecture__modalInner__txt.is-01{width:74.7927031509121%}.p-lecture__modalInner__txt.is-02{width:61.44927536231884%;}.p-lecture__modalInner__txt.is-02.hdg-02{width:100%;margin-top:6.770833333333333%;padding-bottom:6.770833333333333%;}@media screen and (max-width:767px){.p-lecture__modalInner__txt.is-02.hdg-02{margin-top:11.71875%}}.p-lecture__modalInner__txt.is-03{width:56.231884057971016%;}.p-lecture__modalInner__txt.is-03.hdg-02{width:100%;margin-top:8.723958333333332%;padding-bottom:6.770833333333333%;}@media screen and (max-width:767px){.p-lecture__modalInner__txt.is-03.hdg-02{margin-top:13.802083333333334%}}.p-lecture__modalInner__txt.is-04{width:88.03986710963456%;}@media screen and (max-width:767px){.p-lecture__modalInner__txt.is-04.hdg-02{width:59.966777408637874%;margin-top:8.723958333333332%}}@media screen and (min-width:48em){.p-lecture__modalInner__txt.is-04.hdg-02{margin-top:35px}}.p-lecture__modalInner__txt.is-05{width:59.710144927536234%;}.p-lecture__modalInner__txt.is-05.hdg-02{width:90%;margin-top:8.723958333333332%;padding-bottom:6.770833333333333%;}@media screen and (min-width:48em){.p-lecture__modalInner__txt.is-05.hdg-02{width:52.87500000000001%;margin-top:30px;padding-bottom:40px}}.p-lecture__modalInner__txt.is-06{width:59.130434782608695%;}.p-lecture__modalInner__txt.is-06.hdg-02{width:48%;margin-top:8.723958333333332%;padding-bottom:6.770833333333333%;}.p-lecture__modalInner__txt.is-06.hdg-02.second-hdg{width:56.666666666666664%}@media screen and (min-width:48em){.p-lecture__modalInner__txt.is-06.hdg-02{width:100% !important;text-align:center}}@media screen and (max-width:767px){.p-lecture__modalInner__txt.is-07{width:63.33333333333333%}}@media screen and (max-width:767px){.p-lecture__modalInner__txt.is-08{width:76.37681159420289%}}@media screen and (max-width:767px){.p-lecture__modalInner__txt.is-09.hdg-02{margin-bottom:6.521739130434782%;width:61.16666666666667%}.p-lecture__modalInner__txt.is-09.hdg-02.second-hdg{width:63.66666666666667%}}@media screen and (min-width:48em){.p-lecture__modalInner__txt.is-09.hdg-02{margin-bottom:30px}}.p-lecture__modalInner__top{margin-top:5.208333333333334%;}.p-lecture__modalInner__top > p{text-align:center;margin-top:2.213541666666667%;padding-bottom:2.213541666666667%;}@media screen and (min-width:48em){.p-lecture__modalInner__top > p{font-size:12px}}.p-lecture__modalInner__item-wrapwidth > p{font-size:1.2rem;text-align:center;margin-top:4.166666666666666%;padding-bottom:2.213541666666667%;}@media screen and (min-width:48em){.p-lecture__modalInner__item-wrapwidth > p{font-size:15px}}@media screen and (min-width:48em){.p-lecture__modalInner__item img{width:auto;margin:0 auto}}.p-lecture__modalInner__item.is-01{width:93.5108153078203%;margin:0 auto;margin-top:4.817708333333334%;}@media screen and (min-width:48em){.p-lecture__modalInner__item.is-01{width:422px;margin-top:22px}}.p-lecture__modalInner__item.is-02{margin:0 auto;}.p-lecture__modalInner__item.is-02.type-01{width:87.0216306156406%;}@media screen and (min-width:48em){.p-lecture__modalInner__item.is-02.type-01{width:535px}}.p-lecture__modalInner__item.is-02.type-02{width:100%}.p-lecture__modalInner__item.is-03{margin:0 auto;}.p-lecture__modalInner__item.is-03.type-01{width:84.19301164725458%;}@media screen and (min-width:48em){.p-lecture__modalInner__item.is-03.type-01{width:498px}}.p-lecture__modalInner__item.is-03.type-02{width:100%}.p-lecture__modalInner__item.is-03.type-03{width:100%}.p-lecture__modalInner__item.is-04{margin:0 auto;margin-top:25px;text-align:center;}@media screen and (max-width:767px){.p-lecture__modalInner__item.is-04.type-01{width:77.88778877887789%;margin-top:0%}.p-lecture__modalInner__item.is-04.type-02{width:76.56765676567657%;margin-top:0%}.p-lecture__modalInner__item.is-04.type-03{width:76.56765676567657%;margin-top:3%}.p-lecture__modalInner__item.is-04.type-04{width:76.56765676567657%;margin-top:3%}.p-lecture__modalInner__item.is-04.type-05{width:76.56765676567657%;margin-top:3%}.p-lecture__modalInner__item.is-04.type-06{width:76.56765676567657%;margin-top:3%}.p-lecture__modalInner__item.is-04.type-07{width:76.56765676567657%;margin-top:3%}.p-lecture__modalInner__item.is-04.type-08{width:76.56765676567657%;margin-top:3%}}.p-lecture__modalInner__item.is-05{margin:0 auto;}@media screen and (max-width:767px){.p-lecture__modalInner__item.is-05.type-01{width:91.83333333333333%}}@media screen and (max-width:767px){.p-lecture__modalInner__item.is-05.type-02{width:70.66666666666667%}}@media screen and (max-width:767px){.p-lecture__modalInner__item.is-05.type-03{width:97.5%}}@media screen and (max-width:767px){.p-lecture__modalInner__item.is-05.type-04{width:78.83333333333333%}}@media screen and (max-width:767px){.p-lecture__modalInner__item.is-05.type-05{width:75.16666666666667%}}@media screen and (max-width:767px){.p-lecture__modalInner__item.is-05.type-06{width:81%}}.p-lecture__modalInner__item.is-06{margin:0 auto;}.p-lecture__modalInner__item.is-06.type-01{width:69.66666666666667%;}@media screen and (min-width:48em){.p-lecture__modalInner__item.is-06.type-01{width:157px}}.p-lecture__modalInner__item.is-06.type-02{width:56.333333333333336%;}@media screen and (min-width:48em){.p-lecture__modalInner__item.is-06.type-02{width:130px}}.p-lecture__modalInner__item.is-06.type-04{margin-top:3.90625%;padding-bottom:7.8125%;border-bottom:1px solid #c09b0f;}@media screen and (min-width:48em){.p-lecture__modalInner__item.is-06.type-04{width:100%}}.p-lecture__modalInner__item.is-06.type-04 > img{width:96.5%;margin:0 auto;}@media screen and (min-width:48em){.p-lecture__modalInner__item.is-06.type-04 > img{width:auto}}.p-lecture__modalInner__item.is-06.type-05{margin:0 auto 3.333333333333333%;}@media screen and (min-width:48em){.p-lecture__modalInner__item.is-06.type-05{margin:0 auto 20px}}.p-lecture__modalInner__item.is-07{margin:0 auto;width:84.05797101449275%;margin-top:5.208333333333334%;padding-bottom:5.208333333333334%;}@media screen and (min-width:48em){.p-lecture__modalInner__item.is-07{width:473px}}.p-lecture__modalInner__item.is-08{margin-top:5.208333333333334%;padding-bottom:5.208333333333334%;}.p-lecture__modalInner__item.is-08.type-01{width:80%;margin:0 auto;}@media screen and (min-width:48em){.p-lecture__modalInner__item.is-08.type-01{width:100%}}.p-lecture__modalInner__item.is-08.type-02{width:100%;margin:0 auto;}@media screen and (min-width:48em){.p-lecture__modalInner__item.is-08.type-02{width:542px}}.p-lecture__modalInner__item.is-09{margin:3.333333333333333% auto;}@media screen and (min-width:48em){.p-lecture__modalInner__item.is-09{margin:30px auto}}@media screen and (min-width:48em){.p-lecture__modalInner__point{margin-top:5.989583333333334%}}.p-lecture__modalInner__point > p{line-height:1.666666666666667;width:91.62011173184358%;margin-top:2.604166666666667%;padding-bottom:7.8125%;}@media screen and (min-width:48em){.p-lecture__modalInner__point > p{font-size:12px;width:100%}}.p-lecture__modalInner__point.is-01{width:59.567387687188024%;}@media screen and (min-width:48em){.p-lecture__modalInner__point.is-01{width:73.63896848137536%}}.p-lecture__modalInner__point.is-02{width:61.23128119800333%;}@media screen and (min-width:48em){.p-lecture__modalInner__point.is-02{width:75.07163323782235%}}.p-lecture__modalInner__point.is-03{width:58.9018302828619%;}@media screen and (min-width:48em){.p-lecture__modalInner__point.is-03{width:74.06876790830945%}}.p-lecture__modalInner__point.is-05{width:59.567387687188024%;}@media screen and (min-width:48em){.p-lecture__modalInner__point.is-05{width:73.63896848137536%;margin-top:-8%}}@media screen and (min-width:48em){.p-lecture__modalInner__point img{width:auto}}.p-lecture__modalInner__person{width:45.4242928452579%;}@media screen and (min-width:48em){.p-lecture__modalInner__person{width:27.07736389684814%}}@media screen and (min-width:48em){.p-lecture__modalInner__person img{width:auto}}.p-lecture__modalInner__bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;margin-top:6.510416666666667%;margin-bottom:-9.710144927536232%;}@media screen and (min-width:48em){.p-lecture__modalInner__bottom{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:-2rem}}@media screen and (max-width:767px){.p-lecture__modalInner__bottom.is-7-ver{-ms-flex-wrap:wrap;flex-wrap:wrap}}@media screen and (max-width:767px){.p-lecture__modalInner__bottom.is-7-ver .lecture__modalInner__notice{margin-bottom:1.449275362318841%;width:100%;line-height:1.461538461538461}}@media screen and (max-width:767px){.p-lecture__modalInner__bottom.is-7-ver .lecture__modalInner__point.is-05{width:62.31884057971014%;padding-bottom:4.347826086956522%}}@media screen and (max-width:767px){.p-lecture__modalInner__bottom.is-7-ver .lecture__modalInner__person{width:37.68115942028986%}}.p-lecture__modalInner__table{width:100%;border-collapse:separate;border-radius:10px;border:1px solid #c09b0f;font-size:1.3rem;overflow:hidden;margin-top:6.770833333333333%;}@media screen and (min-width:48em){.p-lecture__modalInner__table{font-size:15px}}.p-lecture__modalInner__table__list:nth-child(1) td{border-bottom:1px solid #c09b0f}.p-lecture__modalInner__table__list:nth-child(1) td:nth-child(1){border-right:1px solid #c09b0f;background:rgba(192,143,30,0.2)}.p-lecture__modalInner__table__list:nth-child(2) td:nth-child(1){border-right:1px solid #c09b0f;background:rgba(192,143,30,0.2);}@media screen and (min-width:48em){.p-lecture__modalInner__table__list:nth-child(2) td:nth-child(1){white-space:nowrap}}.p-lecture__modalInner__table__list td{padding:4.427083333333334%;vertical-align:middle;line-height:1.384615384615385}.p-lecture__modalInner__btn__inner{position:relative;}.p-lecture__modalInner__btn__inner:before{content:'';display:block;position:absolute;right:-2%;bottom:-12%;width:100%;height:100%;z-index:-1;}@media screen and (min-width:48em){.p-lecture__modalInner__btn__inner:before{right:-6px;bottom:-6px}}@media screen and (min-width:48em){.p-lecture__modalInner__btn__inner.btn-02{width:48.78048780487805%;margin:0 auto}}.p-lecture__modalInner__btn__inner.btn-01:before{background:url("/system/files/landing/ad3/assets_20230904/images/lecture/modal-4/btn_shadow_sp.png") center center no-repeat;background-size:contain;}@media screen and (min-width:48em){.p-lecture__modalInner__btn__inner.btn-01:before{background:url("/system/files/landing/ad3/assets_20230904/images/lecture/modal-4/btn_shadow_pc.png") center center no-repeat;background-size:contain}}.p-lecture__modalInner__btn__inner.btn-02:before{background:url("/system/files/landing/ad3/assets_20230904/images/lecture/modal-6/btn_shadow_sp.png") center center no-repeat;background-size:contain;}@media screen and (min-width:48em){.p-lecture__modalInner__btn__inner.btn-02:before{background:url("/system/files/landing/ad3/assets_20230904/images/lecture/modal-6/btn_shadow_pc.png") center center no-repeat;background-size:contain}}@media screen and (min-width:48em){.p-lecture__modalInner__btn:hover img{-webkit-transform:translate(.75%,4.285714285714286%);transform:translate(.75%,4.285714285714286%)}}.p-lecture__linknote{text-align:center;margin-top:.6510416666666667%;padding-bottom:2.213541666666667%;}@media screen and (min-width:48em){.p-lecture__linknote{font-size:12px}}@media screen and (max-width:767px){.p-lecture__linknote.sp-left{text-align:left}}.p-modal-4__item,.p-modal-5__item,.p-modal-6__item{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}.p-modal-4__item__inner,.p-modal-5__item__inner,.p-modal-6__item__inner{width:50%;position:relative;margin-bottom:11%;text-align:center;}@media screen and (min-width:48em){.p-modal-4__item__inner,.p-modal-5__item__inner,.p-modal-6__item__inner{margin-bottom:60px}}.p-modal-4__item__inner:nth-child(1),.p-modal-5__item__inner:nth-child(1),.p-modal-6__item__inner:nth-child(1),.p-modal-4__item__inner:nth-child(2),.p-modal-5__item__inner:nth-child(2),.p-modal-6__item__inner:nth-child(2){margin-top:0}.p-modal-4__item__inner:nth-child(odd),.p-modal-5__item__inner:nth-child(odd),.p-modal-6__item__inner:nth-child(odd){border-right:1px solid #c09b0f}.p-modal-4__item__inner:after,.p-modal-5__item__inner:after,.p-modal-6__item__inner:after{display:block;content:'';width:90%;height:1px;background:#c09b0f;position:absolute;bottom:0;right:0;left:0;margin:auto;-webkit-transform:translateY(1.7rem);transform:translateY(1.7rem);}@media screen and (min-width:48em){.p-modal-4__item__inner:after,.p-modal-5__item__inner:after,.p-modal-6__item__inner:after{bottom:-30px;-webkit-transform:translateY(0);transform:translateY(0)}}@media screen and (min-width:48em){.p-modal-4__btn{width:69.53125%;margin:0 auto}}.p-modal-4__btn > p{text-align:center;margin-top:5.208333333333334%;}@media screen and (min-width:48em){.p-modal-4__btn > p{font-size:1.2rem}}.p-modal-4__item__inner > a{color:#c09b0f;text-decoration:underline;line-height:1.636363636363636;text-align:center;margin-top:3.90625%;display:block;position:relative;display:inline-block;}@media screen and (min-width:48em){.p-modal-4__item__inner > a{font-size:1.5rem}}@media screen and (max-width:767px){.p-modal-5__item{margin-bottom:20.833333333333336%}}@media screen and (min-width:48em){.p-modal-5__item{margin-bottom:80px}}.p-modal-5__item > p{line-height:1.666666666666667}@media screen and (max-width:767px){.p-modal-5__item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media screen and (max-width:767px){.p-modal-5__item__inner{width:100%}}@media screen and (min-width:48em){.p-modal-5__item__inner:nth-child(5):after,.p-modal-5__item__inner:nth-child(6):after{display:none}}.p-modal-5__item__inner:nth-child(6){margin-bottom:0;}.p-modal-5__item__inner:nth-child(6):after{display:none}@media screen and (max-width:767px){.p-modal-5__item__inner:nth-child(odd){border-right:none}}@media screen and (max-width:767px){.p-modal-5__item__inner:after{width:100%}}.p-modal-6__btn{padding-bottom:3.255208333333333%;}@media screen and (min-width:48em){.p-modal-6__btn{padding-bottom:25px}}.p-modal-7__item > p{margin:0 auto;width:84.05797101449275%;line-height:1.461538461538461;}@media screen and (min-width:48em){.p-modal-7__item > p{font-size:1.5rem;width:100%;max-width:500px;text-align:center}}.p-modal-8__txt{margin-top:5.072463768115942%;padding-bottom:5.072463768115942%;line-height:1.461538461538461;}@media screen and (min-width:48em){.p-modal-8__txt{font-size:1.5rem;text-align:center;line-height:1.8}}.p-modal-8__txt > a{color:#c09b0f;text-decoration:underline;display:block}.p-modal-9__item{margin-top:6.666666666666667%;}@media screen and (min-width:48em){.p-modal-9__item{margin-top:28px}}.point_sub{position:absolute;}@media screen and (max-width:767px){.point_sub{width:50.83333333333333%;right:15.666666666666668%;bottom:-28.774928774928775%}}@media screen and (min-width:48em){.point_sub{right:35px;bottom:-40px}}.bottom-note{line-height:1.7;font-size:11px;color:#666;}@media screen and (min-width:48em){.bottom-note{font-size:12px;text-align:center}}.bottom-note.modal-5 > span{display:inline-block;text-align:left;}.bottom-note.modal-5 > span > i{font-style:normal;-webkit-box-sizing:border-box;box-sizing:border-box;padding-left:1em;text-indent:-1em;display:block;font-size:10px;margin-top:1em}.bottom-note.modal-6{margin:0 auto 50px;}@media screen and (max-width:767px){.bottom-note.modal-6{margin:0 auto 5%;text-align:center}}@media screen and (max-width:767px){.icon-arrow-item{max-width:4.333333333333334%;margin:8.333333333333332% auto}}@media screen and (min-width:48em){.icon-arrow-item{max-width:26px;margin:50px auto}}@media screen and (min-width:48em){.p-bonus_test{margin-top:155px}}.p-bonus_test-content{position:relative;text-align:center;margin:0 auto;margin-top:6.510416666666667%;}@media screen and (min-width:48em){.p-bonus_test-content{margin-top:20px}}.p-bonus_test-content__btn{position:absolute;z-index:1;width:87.97736916548797%;margin:0 auto;margin-top:3.90625%;cursor:pointer;}@media screen and (min-width:48em){.p-bonus_test-content__btn{width:400px;height:70px;right:131px;bottom:47px}}.p-bonus_test-content__btn > figure{position:relative;z-index:1}.p-bonus_test-content__btn > figure:before{content:'';display:block;position:absolute;right:-2%;bottom:-12%;width:100%;height:100%;background:url("/system/files/landing/ad3/assets_20230904/images/bonus_test/btn_shadow_sp.png") center center;background-repeat:repeat;background-size:4px auto;z-index:-1;border-radius:300px;}@media screen and (min-width:48em){.p-bonus_test-content__btn > figure:before{right:-6px;bottom:-6px;background-image:url("/system/files/landing/ad3/assets_20230904/images/bonus_test/btn_shadow_pc.png");background-size:4px auto}}@media screen and (max-width:767px){.p-bonus_test-content__btn{position:static;width:310.5px;width:82.8vw;height:60.5px;height:16.133333333333333vw;margin-top:20px;margin-top:5.333333333333333vw;margin-right:auto;margin-left:auto}}@media screen and (min-width:48em){.p-bonus_test-content__btn:hover > figure img{-webkit-transform:translate(.4838709677419355%,4.285714285714286%);transform:translate(.4838709677419355%,4.285714285714286%)}}.p-bonus_test-content__img{z-index:0}.p-bonus_test-question__ttl{position:relative;display:block;border-bottom:solid 1px #c09b0f;}.p-bonus_test-question__ttl__figure--person{position:absolute;bottom:0;}@media screen and (min-width:48em){.p-bonus_test-question__ttl__figure--person{right:0;width:224px;height:213px}}@media screen and (max-width:767px){.p-bonus_test-question__ttl__figure--person{right:-13.5px;right:-3.6vw;width:128px;width:34.13333333333333vw;height:121.5px;height:32.4vw}}.p-bonus_test-question__item{position:relative;display:block;}.p-bonus_test-question__item:before{content:'';display:block;position:absolute;left:0;top:0;width:100%;height:100%;z-index:1;-webkit-transition:opacity ease .5s;transition:opacity ease .5s;opacity:0;visibility:hidden}@media screen and (min-width:48em){.p-bonus_test-question__item{padding:50px 40px}}@media screen and (max-width:767px){.p-bonus_test-question__item{padding:48/2px 0/2px;padding:6.4vw 0}}.p-bonus_test-question__item:nth-child(n+2){border-top:solid 1px #c09b0f}.p-bonus_test-question__item:last-child{padding-bottom:5%;}@media screen and (min-width:48em){.p-bonus_test-question__item:last-child{padding-bottom:30px}}.p-bonus_test-question__item.is-answered:before{visibility:visible}.p-bonus_test-question__item.is-answered.is-correct:before{background:url("/system/files/landing/ad3/assets_20230904/images/bonus_test/modal/circle_mark_sp.png") center center no-repeat;background-size:70.83333333333334%;opacity:1;}@media screen and (min-width:48em){.p-bonus_test-question__item.is-answered.is-correct:before{background-image:url("/system/files/landing/ad3/assets_20230904/images/bonus_test/modal/circle_mark_sp.png");background-size:280px}}.p-bonus_test-question__item.is-answered.is-incorrect:before{background:url("/system/files/landing/ad3/assets_20230904/images/bonus_test/modal/cross_mark_sp.png") center center no-repeat;background-size:70.83333333333334%;opacity:1;}@media screen and (min-width:48em){.p-bonus_test-question__item.is-answered.is-incorrect:before{background-image:url("/system/files/landing/ad3/assets_20230904/images/bonus_test/modal/cross_mark_sp.png");background-size:280px}}@media screen and (min-width:48em){.p-bonus_test-question__item:first-child.is-answered{padding-bottom:92px}}@media screen and (max-width:767px){.p-bonus_test-question__item:first-child.is-answered{padding-bottom:72px;padding-bottom:19.2vw}}.p-bonus_test-question__item.is-incorrect .p-bonus_test-question__explanation{background:#eee}.p-bonus_test-question__item.is-round .p-bonus_test-question__choice__item.is-round{background:none;}.p-bonus_test-question__item.is-round .p-bonus_test-question__choice__item.is-round .p-bonus_test-question__choice__item__figure{-webkit-transform:translate(2.068965517241379%,10%);transform:translate(2.068965517241379%,10%);}@media screen and (min-width:48em){.p-bonus_test-question__item.is-round .p-bonus_test-question__choice__item.is-round .p-bonus_test-question__choice__item__figure{-webkit-transform:translate(6px,6px);transform:translate(6px,6px)}}.p-bonus_test-question__item.is-round .p-bonus_test-question__choice__item.is-bat .p-bonus_test-question__choice__item__figure.is-inactive{display:block}.p-bonus_test-question__item.is-round .p-bonus_test-question__choice__item.is-bat .p-bonus_test-question__choice__item__figure:not(.is-inactive){display:none}.p-bonus_test-question__item.is-bat .p-bonus_test-question__choice__item.is-bat{background:none;}.p-bonus_test-question__item.is-bat .p-bonus_test-question__choice__item.is-bat .p-bonus_test-question__choice__item__figure{-webkit-transform:translate(2.068965517241379%,10%);transform:translate(2.068965517241379%,10%);}@media screen and (min-width:48em){.p-bonus_test-question__item.is-bat .p-bonus_test-question__choice__item.is-bat .p-bonus_test-question__choice__item__figure{-webkit-transform:translate(6px,6px);transform:translate(6px,6px)}}.p-bonus_test-question__item.is-bat .p-bonus_test-question__choice__item.is-round .p-bonus_test-question__choice__item__figure.is-inactive{display:block}.p-bonus_test-question__item.is-bat .p-bonus_test-question__choice__item.is-round .p-bonus_test-question__choice__item__figure:not(.is-inactive){display:none}.p-bonus_test-question__item:nth-child(1) .p-bonus_test-question__problem{width:300.5px;width:80.13333333333333vw;}@media screen and (min-width:48em){.p-bonus_test-question__item:nth-child(1) .p-bonus_test-question__problem{width:100%}}.p-bonus_test-question__item:nth-child(1) .p-bonus_test-question__explanation--correct__text,.p-bonus_test-question__item:nth-child(1) .p-bonus_test-question__explanation--incorrect__text{width:211px;width:56.266666666666666vw;}@media screen and (min-width:48em){.p-bonus_test-question__item:nth-child(1) .p-bonus_test-question__explanation--correct__text,.p-bonus_test-question__item:nth-child(1) .p-bonus_test-question__explanation--incorrect__text{width:44.72727272727273%}}.p-bonus_test-question__item:nth-child(2) .p-bonus_test-question__problem{width:96.66666666666667%;}@media screen and (min-width:48em){.p-bonus_test-question__item:nth-child(2) .p-bonus_test-question__problem{width:78.36065573770492%}}.p-bonus_test-question__item:nth-child(2) .p-bonus_test-question__explanation--correct__text,.p-bonus_test-question__item:nth-child(2) .p-bonus_test-question__explanation--incorrect__text{width:97.6923076923077%;}@media screen and (min-width:48em){.p-bonus_test-question__item:nth-child(2) .p-bonus_test-question__explanation--correct__text,.p-bonus_test-question__item:nth-child(2) .p-bonus_test-question__explanation--incorrect__text{width:98%}}.p-bonus_test-question__item:nth-child(3) .p-bonus_test-question__problem{width:99.83333333333333%;}@media screen and (min-width:48em){.p-bonus_test-question__item:nth-child(3) .p-bonus_test-question__problem{width:83.27868852459017%}}.p-bonus_test-question__item:nth-child(3) .p-bonus_test-question__explanation--correct__text,.p-bonus_test-question__item:nth-child(3) .p-bonus_test-question__explanation--incorrect__text{width:96.92307692307692%;}@media screen and (min-width:48em){.p-bonus_test-question__item:nth-child(3) .p-bonus_test-question__explanation--correct__text,.p-bonus_test-question__item:nth-child(3) .p-bonus_test-question__explanation--incorrect__text{width:97.45454545454545%}}.p-bonus_test-question__choice{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:5%;}@media screen and (min-width:48em){.p-bonus_test-question__choice{margin-top:20px}}.p-bonus_test-question__choice__item{width:48.333333333333336%;padding:0 1% 1% 0;background:url("/system/files/landing/ad3/assets_20230904/images/bonus_test/modal/btn_shadow_sp.png") right bottom no-repeat;background-size:97.93103448275862%;cursor:pointer;}@media screen and (min-width:48em){.p-bonus_test-question__choice__item{width:48.36065573770492%;padding:0 .9836065573770493% .9836065573770493% 0;background:url("/system/files/landing/ad3/assets_20230904/images/bonus_test/modal/btn_shadow_pc.png") right bottom no-repeat;background-size:97.96610169491525%}}@media screen and (min-width:48em){.p-bonus_test-question__choice__item:hover .p-bonus_test-question__choice__item__figure{-webkit-transform:translate(3px,3px);transform:translate(3px,3px)}}.p-bonus_test-question__choice__item__figure.is-inactive{display:none}.p-bonus_test-question__explanation{display:none;height:0;opacity:0;background:#fbf4e4;border-radius:8px;}.p-bonus_test-question__explanation.is-show{display:block;height:auto;margin:6.666666666666667% 0 0;padding:6.666666666666667%;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-delay:.25s;animation-delay:.25s;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-name:explanationShow;animation-name:explanationShow;}@media screen and (min-width:48em){.p-bonus_test-question__explanation.is-show{margin:40px 0 0;padding:30px}}@-webkit-keyframes explanationShow{0%{opacity:0}100%{opacity:1}}@keyframes explanationShow{0%{opacity:0}100%{opacity:1}}.p-bonus_test-question__explanation--correct{color:#f00;}.p-bonus_test-question__explanation--correct__heading{width:53.84615384615385%;}@media screen and (min-width:48em){.p-bonus_test-question__explanation--correct__heading{width:226px}}.p-bonus_test-question__explanation--correct__text{margin-top:5.769230769230769%;}@media screen and (min-width:48em){.p-bonus_test-question__explanation--correct__text{margin-top:20px}}.p-bonus_test-question__explanation--incorrect{color:#00f;}.p-bonus_test-question__explanation--incorrect__heading{width:36.15384615384615%;}@media screen and (min-width:48em){.p-bonus_test-question__explanation--incorrect__heading{width:156px}}.p-bonus_test-question__explanation--incorrect__text{margin-top:5.769230769230769%;}@media screen and (min-width:48em){.p-bonus_test-question__explanation--incorrect__text{margin-top:20px}}.p-bonus_test-question__result{display:block;}.p-bonus_test-question__result__content{opacity:0;display:none;}.p-bonus_test-question__result__content.is-show{display:block;height:auto;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-delay:.75s;animation-delay:.75s;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-name:testResultShow;animation-name:testResultShow;}@-webkit-keyframes testResultShow{0%{opacity:0}100%{opacity:1}}@keyframes testResultShow{0%{opacity:0}100%{opacity:1}}.p-bonus_test-question__result__retry{width:100%;cursor:pointer;}@media screen and (min-width:48em){.p-bonus_test-question__result__retry{width:340px;margin:20px auto 0}}@media screen and (max-width:767px){.p-bonus_test-question__result__retry{margin:4.166666666666666% 0}}@media screen and (min-width:48em){.p-bonus_test-question__result__retry:hover .p-bonus_test-question__result__retry__figure{-webkit-transform:translate(3px,3px);transform:translate(3px,3px)}}.p-bonus_test-question__result__retry__figure{position:relative;}.p-bonus_test-question__result__retry__figure:before{content:'';display:block;position:absolute;right:-2%;bottom:-12%;width:100%;height:100%;border-radius:300px;background:url("/system/files/landing/ad3/assets_20230904/images/common/shadow_sp.png") center center repeat;background-size:4px auto;z-index:-1;}@media screen and (min-width:48em){.p-bonus_test-question__result__retry__figure:before{right:-6px;bottom:-6px;background-size:4px auto;background:url("/system/files/landing/ad3/assets_20230904/images/common/shadow_pc.png") center center repeat}}.p-bonus_test-question__result__allclear{padding:20% 0 0;}@media screen and (min-width:48em){.p-bonus_test-question__result__allclear{padding:100px 40px 30px}}.p-bonus_test-question__result__allclear__ttl{position:relative;display:block;}.p-bonus_test-question__result__allclear__ttl__figure--person{position:absolute;bottom:0;}@media screen and (min-width:48em){.p-bonus_test-question__result__allclear__ttl__figure--person{right:8px;width:231px;height:229px}}@media screen and (max-width:767px){.p-bonus_test-question__result__allclear__ttl__figure--person{right:0;width:123px;width:32.8vw;height:118px;height:31.466666666666665vw}}.p-bonus_test-question__result__allclear__explanation{padding:8.333333333333332%;background:#fbf4e4;border-radius:8px;position:relative;}@media screen and (min-width:48em){.p-bonus_test-question__result__allclear__explanation{padding:8.19672131147541% 19.672131147540984%}}.p-bonus_test-question__result__allclear__heading{margin:0 auto;}@media screen and (min-width:48em){.p-bonus_test-question__result__allclear__heading{width:357px;height:59px}}@media screen and (max-width:767px){.p-bonus_test-question__result__allclear__heading{width:243.5px;width:64.93333333333334vw;height:39px;height:10.4vw}}.p-bonus_test-question__result__allclear__wallpaper{margin-right:auto;margin-left:auto;}@media screen and (min-width:48em){.p-bonus_test-question__result__allclear__wallpaper{width:357px;margin-top:20px}}@media screen and (max-width:767px){.p-bonus_test-question__result__allclear__wallpaper{width:250px;width:66.66666666666667vw;margin-top:10px;margin-top:2.666666666666667vw}}@media screen and (min-width:48em){.p-bonus_test-question__result__allclear__annotation{width:238px;margin:20px auto 0}}@media screen and (max-width:767px){.p-bonus_test-question__result__allclear__annotation{width:247.5px;width:66vw;margin-top:12.5px;margin-top:3.333333333333333vw;margin-right:auto;margin-left:auto}}@media screen and (min-width:48em){.p-bonus_test-question__problem__image,.p-bonus_test-question__choice__item__image,.p-bonus_test-question__result__allclear__ttl__image,.p-bonus_test-question__ttl__image,.p-bonus_test-question__result__retry__image{width:auto}}@media screen and (min-width:48em){.p-bonus_test-question__choice__item__figure{width:285px}}@media screen and (min-width:48em){.p-bonus_test-question__result__retry__image{margin:0 auto}}@media screen and (min-width:48em){.p-bonus_test-question__ttl__image{margin:0 0 37px 173px}}@media screen and (max-width:767px){.p-bonus_test-question__ttl__image{margin-bottom:21px;margin-bottom:5.6vw;margin-left:16.5px;margin-left:4.4vw;width:167.5px;width:44.666666666666664vw}}.p-bonus_test-question__result__content.is-show .p-bonus_test-question__result__allclear__ttl__image--person{-webkit-animation-name:delayContents;animation-name:delayContents;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:0;-webkit-animation-delay:1.2s;animation-delay:1.2s;}@-webkit-keyframes delayContents{0%{opacity:0;-webkit-transform:translateY(100px);transform:translateY(100px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes delayContents{0%{opacity:0;-webkit-transform:translateY(100px);transform:translateY(100px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}.p-bonus_test-question__explanation{position:relative;}.p-bonus_test-question__explanation .p-bonus_test-question__explanation__note{position:absolute;}@media screen and (min-width:48em){.p-bonus_test-question__explanation .p-bonus_test-question__explanation__note{right:0;bottom:-45px;line-height:1.5;font-size:12px}}@media screen and (max-width:767px){.p-bonus_test-question__explanation .p-bonus_test-question__explanation__note{bottom:-46.5px;bottom:-12.4vw;left:0;width:100%;color:#666;line-height:1.6;font-size:9px;font-size:2.4vw}}.p-bonus_test.is-fade .p-bonus_test-content__btn{-webkit-animation-name:boundBtn;animation-name:boundBtn;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:0;}.p-bonus_test.is-fade .p-bonus_test-content__btn.is-bound{-webkit-animation-delay:.5s;animation-delay:.5s}@media screen and (min-width:48em){.p-bonus_test.is-fade .p-bonus_test-content__btn{display:block}}@-webkit-keyframes boundBtn{0%{opacity:0;-webkit-transform:scale(.9);transform:scale(.9)}50%{opacity:.8;-webkit-transform:scale(1.1);transform:scale(1.1)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes boundBtn{0%{opacity:0;-webkit-transform:scale(.9);transform:scale(.9)}50%{opacity:.8;-webkit-transform:scale(1.1);transform:scale(1.1)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.p-winningstory__cv{margin:auto;}@media screen and (min-width:48em){.p-winningstory__cv{margin-top:90px}.p-winningstory__cv img{margin:auto;width:auto}}@media screen and (max-width:767px){.p-winningstory__cv{margin-top:45px;margin-top:12vw;width:338.5px;width:90.26666666666667vw}}.p-winningstory-contents{margin-top:18%;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;}@media screen and (min-width:48em){.p-winningstory-contents{margin-top:34px}}@media screen and (min-width:48em){.p-winningstory-contents-wrap{width:900px;margin:0 auto}}.p-winningstory-contents__inner{position:relative;}@media screen and (min-width:48em){.p-winningstory-contents__inner{width:100%}}.p-winningstory-contents .p-winningstory-person{position:absolute;z-index:1;}@media screen and (max-width:767px){.p-winningstory-contents .p-winningstory-person{top:-2.3rem;right:-1.8rem;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}}@media screen and (max-width:767px){.p-winningstory-contents .p-winningstory-person__img{width:49.668874172185426%;margin:0 0 0 auto}}@media screen and (min-width:48em){.p-winningstory-contents .p-winningstory-person__img{width:auto;left:0;top:0}}.p-winningstory-contents .p-winningstory-person__name{margin-bottom:-3rem;-webkit-backface-visibility:hidden;backface-visibility:hidden;text-align:center;font-weight:bold;}@media screen and (min-width:48em){.p-winningstory-contents .p-winningstory-person__name{font-size:1.5rem;margin-top:13px}}@media screen and (max-width:767px){.p-winningstory-contents .p-winningstory-person__name{font-size:1.2rem;-webkit-transform:translateX(-4rem);transform:translateX(-4rem)}}.p-winningstory-contents .p-winningstory-acdn__txt{line-height:1.8;font-size:1.5rem}@media screen and (min-width:48em){.p-winningstory-contents .p-winningstory-acdn__parts{display:block;content:'';height:30px;width:50px;background-image:url("/system/files/landing/ad3/assets_20230904/images/winningstory/hukidashi_parts_02.png");background-size:cover;position:absolute;top:65px;left:-32px;z-index:1}}@media screen and (max-width:767px){.p-winningstory-contents .p-winningstory-acdn__inner{border:solid 2px #c09b0f;border-radius:16px;background-color:#fff;padding:10%;padding-bottom:8%}}@media screen and (min-width:48em){.p-winningstory-contents .p-winningstory-acdn__inner{display:-webkit-box;display:-ms-flexbox;display:flex;border:solid 2px #c09b0f;border-radius:16px;background-color:#fff;margin-left:18.229166666666664%;padding:3.90625%;padding-right:9%;position:relative}}@media screen and (min-width:48em){.p-winningstory-contents .p-winningstory-acdn__inner:hover{right:-3px;bottom:-3px}}@media screen and (min-width:48em){.p-winningstory-contents .p-winningstory-acdn__shadow{width:82%}}.p-winningstory-contents .p-winningstory-acdn__summary{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin:10px auto 0;}@media screen and (max-width:767px){.p-winningstory-contents .p-winningstory-acdn__summary{-ms-flex-wrap:wrap;flex-wrap:wrap}}.p-winningstory-contents .p-winningstory-acdn__summary__item{font-size:13px;line-height:1;padding:8px 11px;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:15px;border:1px solid #c09b0f;color:#c09b0f;}@media screen and (max-width:767px){.p-winningstory-contents .p-winningstory-acdn__summary__item{font-size:1.1rem;line-height:1.3;padding:6px 11px;margin-right:10px}}@media screen and (min-width:48em){.p-winningstory-contents .p-winningstory-acdn__summary__item + .p-winningstory-acdn__summary__item{margin-left:10px}}@media screen and (max-width:767px){.p-winningstory-contents .p-winningstory-acdn__summary__item + .p-winningstory-acdn__summary__item{margin-top:10px}}@media screen and (max-width:767px){.p-winningstory-contents .p-winningstory-acdn__summary__item:first-child{margin-top:10px}}.p-winningstory-contents .p-winningstory-acdn__target{border-bottom:2px solid #c09b0f;padding-bottom:2.604166666666667%;margin-bottom:7.8125%;}@media screen and (min-width:48em){.p-winningstory-contents .p-winningstory-acdn__target{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:20px}}.p-winningstory-contents .p-winningstory-acdn__target__money{font-size:1.5rem;font-weight:bold;display:block;}@media screen and (max-width:767px){.p-winningstory-contents .p-winningstory-acdn__target__money{margin-top:7%;padding-bottom:4.6875%;text-align:right}}.p-winningstory-contents .p-winningstory-acdn__target__hdg{-webkit-backface-visibility:hidden;backface-visibility:hidden;}@media screen and (max-width:767px){.p-winningstory-contents .p-winningstory-acdn__target__hdg{padding-top:35%;position:relative}.p-winningstory-contents .p-winningstory-acdn__target__hdg img{position:absolute;left:0;top:50%;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}}@media screen and (max-width:767px){.p-winningstory-contents .p-winningstory-acdn__target__hdg.is-01{width:94.02985074626866%}}@media screen and (max-width:767px){.p-winningstory-contents .p-winningstory-acdn__target__hdg.is-02{width:96.80170575692964%}}@media screen and (max-width:767px){.p-winningstory-contents .p-winningstory-acdn__target__hdg.is-03{width:69.5095948827292%}}.p-winningstory-contents .p-winningstory-acdn__target + .c-accordion__outer.is-height{height:85px !important;}@media screen and (min-width:48em){.p-winningstory-contents .p-winningstory-acdn__target + .c-accordion__outer.is-height{height:24px !important}}.p-winningstory-contents .p-winningstory-acdn-wrap{width:100%;position:relative}.p-winningstory-contents .p-winningstory-acdn-wrap + span{display:block;content:'';width:12rem;height:3.2rem;background-image:url("/system/files/landing/ad3/assets_20230904/images/winningstory/btn_more_sp.png");background-repeat:no-repeat;background-size:cover;margin:0 auto;margin-top:1rem;}@media screen and (min-width:48em){.p-winningstory-contents .p-winningstory-acdn-wrap + span{width:2.4rem;height:2.4rem;background-image:url("/system/files/landing/ad3/assets_20230904/images/common/btn_more.svg");background-repeat:no-repeat;background-size:cover;-webkit-transition:.4s ease-out;transition:.4s ease-out;position:absolute;right:4.166666666666666%}}@media screen and (min-width:48em){.p-winningstory-contents.is-open .p-winningstory-acdn-wrap + span{-webkit-transform:rotate(180deg);transform:rotate(180deg)}}@media screen and (max-width:767px){.p-winningstory-contents.is-open .p-winningstory-acdn-wrap + span{background-image:url("/system/files/landing/ad3/assets_20230904/images/winningstory/btn_close_sp.png")}}.p-winningstory.is-fade .p-winningstory-contents{-webkit-animation-name:fadeIn;animation-name:fadeIn;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:0;}.p-winningstory.is-fade .p-winningstory-contents.is-delay-1{-webkit-animation-delay:.4s;animation-delay:.4s}.p-winningstory.is-fade .p-winningstory-contents.is-delay-2{-webkit-animation-delay:.6s;animation-delay:.6s}.p-winningstory.is-fade .p-winningstory-contents.is-delay-3{-webkit-animation-delay:.8s;animation-delay:.8s}@-webkit-keyframes fadeIn{0%{opacity:0;-webkit-transform:translateY(10px);transform:translateY(10px)}50%{opacity:.5}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeIn{0%{opacity:0;-webkit-transform:translateY(10px);transform:translateY(10px)}50%{opacity:.5}100%{opacity:1;-webkit-transform:none;transform:none}}.p-more-lecture-contents{margin-top:5.859375%;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;}@media screen and (min-width:48em){.p-more-lecture-contents{display:block;margin-top:35px}}@media screen and (max-width:767px){.p-more-lecture-contents:first-child{margin-top:0}}@media screen and (max-width:767px){.p-more-lecture-contents-wrap{padding:0 10px}}@media screen and (min-width:48em){.p-more-lecture-contents-wrap{width:888px;margin:0 auto}}.p-more-lecture-contents__accordion{margin-top:4.6875%;overflow:visible !important;}@media screen and (min-width:48em){.p-more-lecture-contents__accordion{margin-top:38px}}.p-more-lecture-contents.p-more__contents__item{visibility:hidden;height:0;margin-top:0;-webkit-transition:all .5s ease;transition:all .5s ease;opacity:0;}.p-more-lecture-contents.p-more__contents__item.is-show{visibility:visible;height:auto;margin-top:7%;}@media screen and (min-width:48em){.p-more-lecture-contents.p-more__contents__item.is-show{margin-top:38px}}.p-more-lecture-contents.p-more__contents__item.is-show:first-of-type{margin-top:0}.p-more-lecture-contents__outer{border-top:2px solid #c09b0f;margin:0 4.817708333333334%;margin-right:12.239583333333332%;}@media screen and (min-width:48em){.p-more-lecture-contents__outer{margin-right:80px}}.p-more-lecture-contents__inner{width:100%;z-index:1;}.p-more-lecture-contents__inner > .c-accordion__trigger{border:solid 2px #c09b0f;border-radius:16px;background-color:#fff;}@media screen and (min-width:48em){.p-more-lecture-contents__inner > .c-accordion__trigger:hover{right:-3px;bottom:-3px}}.p-more-lecture-contents__trigger{padding:7% 4%;padding-bottom:6%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}@media screen and (min-width:48em){.p-more-lecture-contents__trigger{padding:32px 32px 25px 36px}}@media screen and (max-width:767px){.p-more-lecture-contents__question.is-01{width:75.76271186440678%}}@media screen and (max-width:767px){.p-more-lecture-contents__question.is-02{width:88.30508474576271%}}@media screen and (max-width:767px){.p-more-lecture-contents__question.is-03{width:73.22033898305085%}}@media screen and (max-width:767px){.p-more-lecture-contents__question.is-04{width:75.42372881355932%}}@media screen and (max-width:767px){.p-more-lecture-contents__question.is-05{width:89.15254237288136%}}@media screen and (max-width:767px){.p-more-lecture-contents__question.is-06{width:85.42372881355932%}}@media screen and (max-width:767px){.p-more-lecture-contents__question.is-07{width:85.08474576271186%}}.p-more-lecture-contents__question + span{display:block;content:'';width:2.4rem;height:2.4rem;background-image:url("/system/files/landing/ad3/assets_20230904/images/common/btn_more.svg");background-repeat:no-repeat;background-size:cover;-webkit-transition:.4s ease-out;transition:.4s ease-out}.p-more-lecture-contents.is-open .p-more-lecture-contents__question + span{-webkit-transform:rotate(180deg);transform:rotate(180deg)}@media screen and (max-width:767px){.p-more-lecture-contents:first-child{margin-top:6.510416666666667% !important}}.p-more-lecture-acdn__txt{font-size:1.5rem;margin-top:2.604166666666667%;line-height:1.8;}.p-more-lecture-acdn__txt sup{font-size:10px}@media screen and (max-width:767px){.p-more-lecture-acdn__txt{margin:0 auto;padding-left:24%}}@media screen and (min-width:48em){.p-more-lecture-acdn__txt{margin:10px 0 0 auto;width:673px}}.p-more-lecture-acdn__inner{padding-bottom:5.859375%;}@media screen and (min-width:48em){.p-more-lecture-acdn__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding-bottom:5.078125%;margin-top:-10px}}@media screen and (max-width:767px){.p-more-lecture-acdn__point{margin-left:6.5%;margin-top:5.859375%;width:81.78438661710037%}}@media screen and (min-width:48em){.p-more-lecture-acdn__point{margin-top:33px}}@media screen and (max-width:767px){.p-more-lecture-acdn__person{margin:0 -7% 0 auto;margin-top:-24%;width:28%}}@media screen and (min-width:48em){.p-more-lecture-acdn__person{margin-left:2.083333333333333%;width:120px}}@media screen and (max-width:767px){.p-more-lecture-acdn__person.is-02{margin-top:-28%}}@media screen and (max-width:767px){.p-more-lecture-acdn__person.is-03{margin-top:-20%}}@media screen and (max-width:767px){.p-more-lecture-acdn__person.is-04{margin-top:-21%}}@media screen and (max-width:767px){.p-more-lecture-acdn__person.is-05{margin-top:-19%}}@media screen and (max-width:767px){.p-more-lecture-acdn__person.is-06{margin-top:-16%}}@media screen and (max-width:767px){.p-more-lecture-acdn__person.is-07{margin-top:-17%}}@media screen and (max-width:767px){.p-more-lecture-acdn__person.is-08{margin-top:-17%}}.p-more-lecture-acdn__answer{margin-top:6%;margin-left:7%;}@media screen and (min-width:48em){.p-more-lecture-acdn__answer{margin-left:22px;margin-top:27px}}.p-more-lecture-acdn__answer.is-01{width:60.48237476808905%;}@media screen and (min-width:48em){.p-more-lecture-acdn__answer.is-01{width:auto}}.p-more-lecture-acdn__answer.is-02{width:79.0352504638219%;}@media screen and (min-width:48em){.p-more-lecture-acdn__answer.is-02{width:auto}}.p-more-lecture-acdn__answer.is-03{width:87.01298701298701%;}@media screen and (max-width:767px){.p-more-lecture-acdn__answer.is-03{padding-bottom:3%}}@media screen and (min-width:48em){.p-more-lecture-acdn__answer.is-03{width:auto}}.p-more-lecture-acdn__answer.is-04{width:76.62337662337663%;}@media screen and (max-width:767px){.p-more-lecture-acdn__answer.is-04{padding-bottom:3%}}@media screen and (min-width:48em){.p-more-lecture-acdn__answer.is-04{width:auto}}.p-more-lecture-acdn__answer.is-05{width:47.30983302411874%;}@media screen and (min-width:48em){.p-more-lecture-acdn__answer.is-05{width:auto}}.p-more-lecture-acdn__answer.is-06{width:41.74397031539889%;}@media screen and (min-width:48em){.p-more-lecture-acdn__answer.is-06{width:auto}}.p-more-lecture-acdn__answer.is-07{width:85.71428571428571%;}@media screen and (max-width:767px){.p-more-lecture-acdn__answer.is-07{padding-bottom:3%}}@media screen and (min-width:48em){.p-more-lecture-acdn__answer.is-07{width:auto}}@media screen and (min-width:48em){.p-more-lecture-acdn__answer img{width:auto}}.p-more-lecture-acdn__link{color:#c09b0f;text-decoration:underline}.p-more-lecture.is-fade .p-more-lecture-contents.is-show{-webkit-animation-name:fadeIn;animation-name:fadeIn;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:0;}.p-more-lecture.is-fade .p-more-lecture-contents.is-show.is-delay-1{-webkit-animation-delay:.4s;animation-delay:.4s}.p-more-lecture.is-fade .p-more-lecture-contents.is-show.is-delay-2{-webkit-animation-delay:.6s;animation-delay:.6s}.p-more-lecture.is-fade .p-more-lecture-contents.is-show.is-delay-3{-webkit-animation-delay:.8s;animation-delay:.8s}.p-more-lecture.is-fade .p-more-lecture-contents.is-show.is-delay-4{-webkit-animation-delay:.4s;animation-delay:.4s}.p-more-lecture.is-fade .p-more-lecture-contents.is-show.is-delay-5{-webkit-animation-delay:.6s;animation-delay:.6s}.p-more-lecture.is-fade .p-more-lecture-contents.is-show.is-delay-6{-webkit-animation-delay:.8s;animation-delay:.8s}.p-more-lecture.is-fade .p-more-lecture-contents.is-show.is-delay-7{-webkit-animation-delay:1s;animation-delay:1s}.p-more-lecture.is-fade .p-more-lecture-contents.is-show.is-delay-8{-webkit-animation-delay:1.2s;animation-delay:1.2s}@-webkit-keyframes fadeIn{0%{opacity:0;-webkit-transform:translateY(10px);transform:translateY(10px)}50%{opacity:.5}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeIn{0%{opacity:0;-webkit-transform:translateY(10px);transform:translateY(10px)}50%{opacity:.5}100%{opacity:1;-webkit-transform:none;transform:none}}.p-more-lecture.is-fade .p-more-lecture-contents.is-open .p-more-lecture-acdn__inner{-webkit-animation-name:delay;animation-name:delay;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:0;}.p-more-lecture.is-fade .p-more-lecture-contents.is-open .p-more-lecture-acdn__inner.is-delay{-webkit-animation-delay:.4s;animation-delay:.4s}@-webkit-keyframes delay{0%{opacity:0;-webkit-transform:translateY(10px);transform:translateY(10px)}50%{opacity:.5}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes delay{0%{opacity:0;-webkit-transform:translateY(10px);transform:translateY(10px)}50%{opacity:.5}100%{opacity:1;-webkit-transform:none;transform:none}}@media screen and (min-width:48em){.p-aside{padding-top:101px}}@media screen and (max-width:767px){.p-aside{padding-top:70px;padding-top:18.666666666666668vw}}.p-aside-contents{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:rgba(255,255,255,0.7);}@media screen and (min-width:48em){.p-aside-contents{border-radius:20px;margin-top:49px;padding:34px 50px 37px}}@media screen and (max-width:767px){.p-aside-contents{border-radius:15px;border-radius:4vw;margin-top:20px;margin-top:5.333333333333333vw;padding:40/2px 25/2px;padding:5.333333333333333vw 3.333333333333333vw}}@media screen and (min-width:48em){.p-aside-contents .p-aside-contents__heading{width:auto}}@media screen and (min-width:48em){.p-aside-contents .p-aside-contents__img{margin-top:26px}}@media screen and (min-width:48em){.p-aside-contents .p-aside-contents__btn{margin-top:22px}}@media screen and (max-width:767px){.p-aside-contents .p-aside-contents__btn{width:300px;width:80vw;margin-top:15px;margin-top:4vw}}@media screen and (max-width:767px){.p-aside-contents.is-now777 .p-aside-contents__heading{width:215.5px;width:57.46666666666667vw}}@media screen and (max-width:767px){.p-aside-contents.is-campaign .p-aside-contents__heading{width:294.5px;width:78.53333333333333vw}}@media screen and (max-width:767px){.p-aside-contents.is-line .p-aside-contents__heading{width:253.5px;width:67.6vw}}@media screen and (max-width:767px){.p-aside-contents.is-winner .p-aside-contents__heading{width:267.5px;width:71.33333333333333vw}}@media screen and (max-width:767px){.p-aside-contents.is-sports .p-aside-contents__heading{width:225px;width:60vw}}.p-aside-contents__img{width:100%;margin-top:5.633802816901409%}.p-aside-contents__btn__figure{position:relative;width:100%;height:100%;z-index:0;display:block;}.p-aside-contents__btn__figure:before{content:'';display:block;position:absolute;right:-2%;bottom:-12%;width:100%;height:100%;border-radius:300px;background:url("/system/files/landing/ad3/assets_20230904/images/aside/button_shadow_sp.png") center center repeat;background-size:4px auto;z-index:-1;}@media screen and (min-width:48em){.p-aside-contents__btn__figure:before{right:-6px;bottom:-6px;background-image:url("/system/files/landing/ad3/assets_20230904/images/aside/button_shadow_pc.png");background-size:4px auto}}@media screen and (min-width:48em){.p-aside-contents__anchor:hover .p-aside-contents__btn__image{-webkit-transform:translate(.75%,4.285714285714286%);transform:translate(.75%,4.285714285714286%)}}.p-aside-contents:nth-child(n+2){margin-top:5.88235294117647%;}@media screen and (min-width:48em){.p-aside-contents:nth-child(n+2){margin-top:50px}}.p-aside-contents.is-btn-big .p-aside-contents__btn__figure:before{bottom:-9.230769230769232%;}@media screen and (min-width:48em){.p-aside-contents.is-btn-big .p-aside-contents__btn__figure:before{right:-6px;bottom:-6px}}@media screen and (min-width:48em){.p-aside-contents.is-btn-big .p-aside-contents__anchor:hover .p-aside-contents__btn__image{-webkit-transform:translate(.5172413793103449%,4.285714285714286%);transform:translate(.5172413793103449%,4.285714285714286%)}}.p-aside-contents__margin{margin-top:10.416666666666668%;}@media screen and (min-width:48em){.p-aside-contents__margin{margin-top:60px}}.p-carryover{display:none;}@media screen and (min-width:48em){.p-carryover{margin-top:80px}}@media screen and (max-width:767px){.p-carryover{margin-top:25px;margin-top:6.666666666666667vw}}.p-carryover .p-carryover__content{display:block !important;}@media screen and (min-width:48em){.p-carryover .p-carryover__content{width:1012px;margin:0 auto}}.p-carryover .p-carryover__content__title{margin:0 auto;}@media screen and (min-width:48em){.p-carryover .p-carryover__content__title{width:627px;height:61px}}@media screen and (max-width:767px){.p-carryover .p-carryover__content__title{width:285.5px;width:76.13333333333333vw;height:28px;height:7.466666666666667vw}}.p-carryover .p-carryover__content__inner{position:relative;}@media screen and (min-width:48em){.p-carryover .p-carryover__content__inner{margin-top:20px}}@media screen and (max-width:767px){.p-carryover .p-carryover__content__inner{margin-top:7.5px;margin-top:2vw}}@media screen and (min-width:48em){.p-carryover .p-carryover__content__inner .p-carryover__content__inner{width:1012px;margin-left:3px}}@media screen and (max-width:767px){.p-carryover .p-carryover__content__inner .p-carryover__content__inner{width:100%}}.p-carryover .p-carryover__content__inner .p-carryover__content__inner__num{position:absolute;height:100%;bottom:0;z-index:1;border-radius:10px;background-repeat:repeat-y;background-size:100% 1000%;background-position:center 0;}@media screen and (min-width:48em){.p-carryover .p-carryover__content__inner .p-carryover__content__inner__num{width:80px;height:96px;background-image:url("/system/files/landing/ad3/assets_20230904/images/common/txt_num_pc.png")}}@media screen and (max-width:767px){.p-carryover .p-carryover__content__inner .p-carryover__content__inner__num{width:30px;width:8vw;height:39px;height:10.4vw;background-image:url("/system/files/landing/ad3/assets_20230904/images/common/txt_num_sp.png")}}.p-carryover .p-carryover__content__inner .p-carryover__content__inner__num.num01{left:0}@media screen and (min-width:48em){.p-carryover .p-carryover__content__inner .p-carryover__content__inner__num.num02{left:86px}}@media screen and (max-width:767px){.p-carryover .p-carryover__content__inner .p-carryover__content__inner__num.num02{left:32.5px;left:8.666666666666666vw}}@media screen and (min-width:48em){.p-carryover .p-carryover__content__inner .p-carryover__content__inner__num.num03{left:225px}}@media screen and (max-width:767px){.p-carryover .p-carryover__content__inner .p-carryover__content__inner__num.num03{left:76px;left:20.266666666666666vw}}@media screen and (min-width:48em){.p-carryover .p-carryover__content__inner .p-carryover__content__inner__num.num04{left:311px}}@media screen and (max-width:767px){.p-carryover .p-carryover__content__inner .p-carryover__content__inner__num.num04{left:108.5px;left:28.933333333333334vw}}@media screen and (min-width:48em){.p-carryover .p-carryover__content__inner .p-carryover__content__inner__num.num05{left:397px}}@media screen and (max-width:767px){.p-carryover .p-carryover__content__inner .p-carryover__content__inner__num.num05{left:141px;left:37.6vw}}@media screen and (min-width:48em){.p-carryover .p-carryover__content__inner .p-carryover__content__inner__num.num06{left:484px}}@media screen and (max-width:767px){.p-carryover .p-carryover__content__inner .p-carryover__content__inner__num.num06{left:173.5px;left:46.266666666666666vw}}@media screen and (min-width:48em){.p-carryover .p-carryover__content__inner .p-carryover__content__inner__num.num07{left:625px}}@media screen and (max-width:767px){.p-carryover .p-carryover__content__inner .p-carryover__content__inner__num.num07{left:217px;left:57.86666666666667vw}}@media screen and (min-width:48em){.p-carryover .p-carryover__content__inner .p-carryover__content__inner__num.num08{left:710px}}@media screen and (max-width:767px){.p-carryover .p-carryover__content__inner .p-carryover__content__inner__num.num08{left:249.5px;left:66.53333333333333vw}}@media screen and (min-width:48em){.p-carryover .p-carryover__content__inner .p-carryover__content__inner__num.num09{left:796px}}@media screen and (max-width:767px){.p-carryover .p-carryover__content__inner .p-carryover__content__inner__num.num09{left:282px;left:75.2vw}}@media screen and (min-width:48em){.p-carryover .p-carryover__content__inner .p-carryover__content__inner__num.num10{left:883px}}@media screen and (max-width:767px){.p-carryover .p-carryover__content__inner .p-carryover__content__inner__num.num10{left:314.5px;left:83.86666666666666vw}}@media screen and (min-width:48em){.p-carryover_big{margin-top:80px}}@media screen and (max-width:767px){.p-carryover_big{margin-top:25px;margin-top:6.666666666666667vw}}.p-carryover_big .p-carryover_big__box{position:relative;width:100%;border-radius:20px;background:#fff;}@media screen and (min-width:48em){.p-carryover_big .p-carryover_big__box{border:solid 4px #e90000;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;height:248px}}@media screen and (max-width:767px){.p-carryover_big .p-carryover_big__box{border:solid 2px #e90000;padding-bottom:21px;padding-bottom:5.6vw;padding-left:10px;padding-left:2.666666666666667vw}}.p-carryover_big .p-carryover_big__box__inner{height:100%;background-repeat:no-repeat;}@media screen and (min-width:48em){.p-carryover_big .p-carryover_big__box__inner{width:663px;background-image:url("/system/files/landing/ad3/assets_20230904/images/carryover_big/woman_pc.png");background-position:right bottom}}@media screen and (max-width:767px){.p-carryover_big .p-carryover_big__box__inner{background-image:url("/system/files/landing/ad3/assets_20230904/images/carryover_big/woman_sp.png");background-size:20.266666666666666vw auto;background-position:right 5.2vw top 3.2vw}}.p-carryover_big .p-carryover_big__content{overflow:hidden;display:block !important;}@media screen and (min-width:48em){.p-carryover_big .p-carryover_big__content{width:496px}}@media screen and (min-width:48em){.p-carryover_big .p-carryover_big__content__balloon{margin-top:43px}}@media screen and (max-width:767px){.p-carryover_big .p-carryover_big__content__balloon{width:243.5px;width:64.93333333333334vw;margin-top:37px;margin-top:9.866666666666667vw}}@media screen and (min-width:48em){.p-carryover_big .p-carryover_big__content__title{margin-top:23px}.p-carryover_big .p-carryover_big__content__title img{margin:0 auto;width:auto}}@media screen and (max-width:767px){.p-carryover_big .p-carryover_big__content__title{margin:8.266666666666666vw auto 0;width:195px;width:52vw}}.p-carryover_big .p-carryover_big__content__inner{position:relative;}@media screen and (min-width:48em){.p-carryover_big .p-carryover_big__content__inner{margin-top:10px}}@media screen and (max-width:767px){.p-carryover_big .p-carryover_big__content__inner{margin-top:7px;margin-top:1.866666666666667vw;width:330px;width:88vw}}.p-carryover_big .p-carryover_big__content__inner .p-carryover_big__content__inner__num{position:absolute;height:100%;bottom:0;z-index:1;border-radius:10px;background-repeat:repeat-y;background-size:100% 1000%;background-position:center 0;background-image:url("/system/files/landing/ad3/assets_20230904/images/common/txt_num_big.png");}@media screen and (min-width:48em){.p-carryover_big .p-carryover_big__content__inner .p-carryover_big__content__inner__num{width:39px;height:47px}}@media screen and (max-width:767px){.p-carryover_big .p-carryover_big__content__inner .p-carryover_big__content__inner__num{width:26px;width:6.933333333333334vw;height:31.5px;height:8.4vw}}.p-carryover_big .p-carryover_big__content__inner .p-carryover_big__content__inner__num.num01{left:0}@media screen and (min-width:48em){.p-carryover_big .p-carryover_big__content__inner .p-carryover_big__content__inner__num.num02{left:42px}}@media screen and (max-width:767px){.p-carryover_big .p-carryover_big__content__inner .p-carryover_big__content__inner__num.num02{left:28.5px;left:7.6vw}}@media screen and (min-width:48em){.p-carryover_big .p-carryover_big__content__inner .p-carryover_big__content__inner__num.num03{left:111px}}@media screen and (max-width:767px){.p-carryover_big .p-carryover_big__content__inner .p-carryover_big__content__inner__num.num03{left:74.5px;left:19.866666666666667vw}}@media screen and (min-width:48em){.p-carryover_big .p-carryover_big__content__inner .p-carryover_big__content__inner__num.num04{left:153px}}@media screen and (max-width:767px){.p-carryover_big .p-carryover_big__content__inner .p-carryover_big__content__inner__num.num04{left:102.5px;left:27.333333333333332vw}}@media screen and (min-width:48em){.p-carryover_big .p-carryover_big__content__inner .p-carryover_big__content__inner__num.num05{left:195px}}@media screen and (max-width:767px){.p-carryover_big .p-carryover_big__content__inner .p-carryover_big__content__inner__num.num05{left:130.5px;left:34.8vw}}@media screen and (min-width:48em){.p-carryover_big .p-carryover_big__content__inner .p-carryover_big__content__inner__num.num06{left:237px}}@media screen and (max-width:767px){.p-carryover_big .p-carryover_big__content__inner .p-carryover_big__content__inner__num.num06{left:158.5px;left:42.266666666666666vw}}@media screen and (min-width:48em){.p-carryover_big .p-carryover_big__content__inner .p-carryover_big__content__inner__num.num07{left:306px}}@media screen and (max-width:767px){.p-carryover_big .p-carryover_big__content__inner .p-carryover_big__content__inner__num.num07{left:204.5px;left:54.53333333333333vw}}@media screen and (min-width:48em){.p-carryover_big .p-carryover_big__content__inner .p-carryover_big__content__inner__num.num08{left:348px}}@media screen and (max-width:767px){.p-carryover_big .p-carryover_big__content__inner .p-carryover_big__content__inner__num.num08{left:232.5px;left:62vw}}@media screen and (min-width:48em){.p-carryover_big .p-carryover_big__content__inner .p-carryover_big__content__inner__num.num09{left:390px}}@media screen and (max-width:767px){.p-carryover_big .p-carryover_big__content__inner .p-carryover_big__content__inner__num.num09{left:260.5px;left:69.46666666666667vw}}@media screen and (min-width:48em){.p-carryover_big .p-carryover_big__content__inner .p-carryover_big__content__inner__num.num10{left:433px}}@media screen and (max-width:767px){.p-carryover_big .p-carryover_big__content__inner .p-carryover_big__content__inner__num.num10{left:289px;left:77.06666666666666vw}}@media screen and (min-width:48em){.p-carryover_big .p-carryover_big__btnwrap{margin-left:30px}}@media screen and (max-width:767px){.p-carryover_big .p-carryover_big__btnwrap{margin-top:18px;margin-top:4.8vw;margin-right:15px;margin-right:4vw;margin-bottom:5px;margin-bottom:1.333333333333333vw}}.p-carryover_big .p-carryover_big__btnwrap .p-carryover_big__btn{display:block;position:relative;z-index:2;}.p-carryover_big .p-carryover_big__btnwrap .p-carryover_big__btn:before{z-index:-1;width:100%;height:100%;content:"";position:absolute;}@media screen and (min-width:48em){.p-carryover_big .p-carryover_big__btnwrap .p-carryover_big__btn:before{border-radius:10px;left:9px;top:6px;background-image:url("/system/files/landing/ad3/assets_20230904/images/aside/button_shadow_pc.png");background-size:4px auto}}@media screen and (max-width:767px){.p-carryover_big .p-carryover_big__btnwrap .p-carryover_big__btn:before{background-image:url("/system/files/landing/ad3/assets_20230904/images/aside/button_shadow_sp.png");border-radius:7.5px;border-radius:2vw;left:7.5px;left:2vw;top:6px;top:1.6vw;background-size:4px auto;background-size:1.066666666666667vw auto}}@media screen and (min-width:48em){.p-carryover_big .p-carryover_big__btnwrap .p-carryover_big__btn:hover img{-webkit-transform:translate(6px,3px);transform:translate(6px,3px)}}@media screen and (min-width:48em){.p-carryover_big .p-carryover_big__btnwrap .p-carryover_big__btn img{width:auto}}@media screen and (min-width:48em){.p-carryover_big .p-carryover_big__btnwrap .p-carryover_big__btn:not(:first-child){margin-top:20px}}@media screen and (max-width:767px){.p-carryover_big .p-carryover_big__btnwrap .p-carryover_big__btn:not(:first-child){margin-top:12.5px;margin-top:3.333333333333333vw}}.c-hdg.is-toto_merit{margin:0 auto;}@media screen and (min-width:48em){.c-hdg.is-toto_merit{max-width:705px;margin-bottom:60px}}@media screen and (max-width:767px){.c-hdg.is-toto_merit{width:259.5px;width:69.2vw;margin-bottom:25px;margin-bottom:6.666666666666667vw}}@media screen and (min-width:48em){.p-toto_merit{margin-top:260px;margin-bottom:260px}}@media screen and (max-width:767px){.p-toto_merit{margin-top:75px;margin-top:20vw;margin-bottom:75px;margin-bottom:20vw}}.p-toto_merit .p-toto_merit_inr{max-width:1200px;margin:0 auto;-webkit-box-sizing:border-box;box-sizing:border-box;}@media screen and (min-width:48em){.p-toto_merit .p-toto_merit_inr{padding:0 10px}}@media screen and (max-width:767px){.p-toto_merit .p-toto_merit_inr{width:335px;width:89.33333333333333vw}}.p-toto_merit__list__lpo{max-width:920px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 auto;}@media screen and (min-width:48em){.p-toto_merit__list__lpo li{width:33.33%;max-width:267px;margin-bottom:35px}}@media screen and (max-width:767px){.p-toto_merit__list__lpo li{width:165px;width:44vw;margin-bottom:20px;margin-bottom:5.333333333333333vw}}.p-toto_merit__annotation__lpo{max-width:880px;margin:0 auto;line-height:1.2;}@media screen and (min-width:48em){.p-toto_merit__annotation__lpo{font-size:12px;margin-top:25px}}@media screen and (max-width:767px){.p-toto_merit__annotation__lpo{font-size:11px;margin-top:0}}#splash_luckyday{position:fixed;top:0;left:0;z-index:9998;width:100vw;height:100vh;background-color:#f4e7d4;}#splash_luckyday.is-hide{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-animation-name:hideSplash;animation-name:hideSplash}#splash_luckyday__lucky,#splash_luckyday__super{opacity:0;position:absolute;top:50%;left:50%;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);}#splash_luckyday__lucky.is-visible,#splash_luckyday__super.is-visible{opacity:1}@media screen and (max-width:767px){#splash_luckyday__lucky{width:287.5px;width:76.66666666666667vw}}@media screen and (max-width:767px){#splash_luckyday__super{width:325px;width:86.66666666666667vw}}.u-is-pc{display:block !important;}@media screen and (max-width:767px){.u-is-pc{display:none !important}}.u-is-sp{display:none !important;}@media screen and (max-width:767px){.u-is-sp{display:block !important}}@media screen and (max-width:767px){.u-width-sp{padding:0 10px}}.u-contents__shadow{background-repeat:repeat;background-position:top left;background-size:4px 4px;width:100%;height:100%;position:absolute;top:6px;right:-6px;border-radius:20px;overflow:hidden;-webkit-transition:-webkit-transform .2s cubic-bezier(.215,.61,.355,1);transition:-webkit-transform .2s cubic-bezier(.215,.61,.355,1);transition:transform .2s cubic-bezier(.215,.61,.355,1);transition:transform .2s cubic-bezier(.215,.61,.355,1), -webkit-transform .2s cubic-bezier(.215,.61,.355,1);}@media screen and (min-width:48em){.u-contents__shadow{background-image:url("/system/files/landing/ad3/assets_20230904/images/common/shadow_pc.png")}}@media screen and (max-width:767px){.u-contents__shadow{background-image:url("/system/files/landing/ad3/assets_20230904/images/common/shadow_sp.png")}}.u-initial-loading{display:none}.u-pos-r{position:relative !important;}@media screen and (min-width:48em){.u-pos-r--pc{position:relative !important}}@media screen and (max-width:767px){.u-pos-r--sp{position:relative !important}}