@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}.l-header{min-width:100%;z-index:1;}@media screen and (min-width:48em){.l-header{width:100%;min-width:1020px}}@media screen and (max-width:767px){.l-header .c-kv__img{padding:1rem}}@media screen and (min-width:48em){.l-header .c-kv__img{padding-top:20px;width:1020px;margin:0 auto}}@media screen and (max-width:767px){.c-header-ornament{position:fixed;z-index:15;pointer-events:none;width:31vw;height:31vw}}@media screen and (max-width:767px){.c-header-ornament.is-active .c-sidenav__ornament--cat{-webkit-transform:translate(0,0);transform:translate(0,0)}}@media screen and (max-width:767px){.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)}}.c-kv.p-type-7{background-color:#fff;}@media screen and (max-width:767px){.c-kv.p-type-7 .c-kv__img{padding:3.125% 3.125% 0}}.c-kv.p-type-7 .c-kv__annotation{color:#666;}@media screen and (max-width:767px){.c-kv.p-type-7 .c-kv__annotation{font-size:11px;margin:3.125% 3.90625%;line-height:1.5}}@media screen and (min-width:48em){.c-kv.p-type-7 .c-kv__annotation{margin:25px auto 50px;font-size:12px}}.c-kv.p-type-7 .c-kv__img2 img{margin:auto}@media screen and (max-width:767px){.c-kv.p-type-7 .c-kv__img2{padding-bottom:6.510416666666667%}.c-kv.p-type-7 .c-kv__img2 img{width:67.83854166666666%}}@media screen and (min-width:48em){.c-kv.p-type-7 .c-kv__img2{padding-bottom:50px}}html{font-size:10px}body{height:100%;font-family:'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif}img{width:auto;max-width:100%}main{display:block}.l-bd-wrapper{width:100%;min-width:1020px;display:block;content:'';height:100%;position:fixed;z-index:-1;background-color:#e80000;}@media screen and (max-width:767px){.l-bd-wrapper{min-width:100%}}.l-bd-wrapper > img{height:100%}.l-wrapper{width:100%;min-width:1020px;}@media screen and (max-width:767px){.l-wrapper{min-width:100%}}.l-main{width:1020px;margin:0 auto;}@media screen and (max-width:767px){.l-main{width:100%;overflow:hidden}}@media screen and (max-width:767px){.l-main__inner{padding:0 3.125%}}.l-main__inner.p-type-end > .p-type-end__bnr{margin-top:3.90625%;}@media screen and (min-width:48em){.l-main__inner.p-type-end > .p-type-end__bnr{margin-top:45px}}.c-cv{position:relative;background:#fff;padding:7.042253521126761% 4.225352112676056% 4.225352112676056%;border-radius:3.52112676056338%;margin-top:20.052083333333336%;}@media screen and (min-width:48em){.c-cv{padding:30px 50px;border-radius:20px}}.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__top__icon{width:11.71875%;position:absolute;}@media screen and (min-width:48em){.c-cv__top__icon{width:88px;bottom:-15px}}.c-cv__top__icon.is-right{bottom:-1rem;right:2.604166666666667%;-webkit-transform:rotate(-5deg);transform:rotate(-5deg);}@media screen and (min-width:48em){.c-cv__top__icon.is-right{right:170px}}.c-cv__top__icon.is-left{width:12.630208333333334%;left:2.604166666666667%;bottom:-8px;-webkit-transform:rotate(8deg);transform:rotate(8deg);}@media screen and (min-width:48em){.c-cv__top__icon.is-left{width:11.067708333333332%;left:170px;bottom:-14px}}.c-cv__top__selif{position:absolute;width:20.480225988700564%;bottom:100%;}@media screen and (min-width:48em){.c-cv__top__selif{width:131px;-webkit-transform:translateY(25px);transform:translateY(25px)}}.c-cv__top__selif.is-right{right:9.635416666666668%;bottom:2rem;}@media screen and (min-width:48em){.c-cv__top__selif.is-right{right:0}}.c-cv__top__selif.is-left{left:13.671875%;bottom:2.5rem;}@media screen and (min-width:48em){.c-cv__top__selif.is-left{left:-10px;-webkit-transform:translateY(-.3rem);transform:translateY(-.3rem)}}.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%)}}.c-cv__btn__imgWrap{padding:0 3.614457831325301% 3.614457831325301% 0;background:url("/system/files/landing/ad/assets_230316/images/common/cv/shadow_sp.png") right bottom no-repeat;background-size:94%;}@media screen and (min-width:48em){.c-cv__btn__imgWrap{background-image:url("/system/files/landing/ad/assets_230316/images/common/cv/shadow_pc.png")}}.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:18.817204301075268%}}.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%}}.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}}.c-cv.is-first{margin-top:14.322916666666666%;}@media screen and (min-width:48em){.c-cv.is-first{margin-top:129px}}.c-cv.is-second{margin-top:21.484375%;}@media screen and (min-width:48em){.c-cv.is-second{margin-top:72px}}.c-cv.is-third{margin-top:23.4375%;}@media screen and (min-width:48em){.c-cv.is-third{margin-top:141px}}@media screen and (min-width:48em){.c-cv.is-fourth{margin-top:130px}}@media screen and (min-width:48em){.c-cv.is-fifth{margin-top:124px}}.c-cv.is-first .c-cv__top__heading{width:55.45454545454545%;}@media screen and (min-width:48em){.c-cv.is-first .c-cv__top__heading{width:34%}}.c-cv.is-second .c-cv__top__heading{width:57.42424242424242%;}@media screen and (max-width:767px){.c-cv.is-second .c-cv__top__heading{margin:0 auto}}@media screen and (min-width:48em){.c-cv.is-second .c-cv__top__heading{width:35%}}.c-cv.is-third .c-cv__top__heading{width:55.45454545454545%;}@media screen and (min-width:48em){.c-cv.is-third .c-cv__top__heading{width:35%}}.c-cv.is-fourth .c-cv__top__heading{width:55.45454545454545%;}@media screen and (max-width:767px){.c-cv.is-fourth .c-cv__top__heading{margin:0 auto}}@media screen and (min-width:48em){.c-cv.is-fourth .c-cv__top__heading{width:34%}}.c-cv.is-fifth .c-cv__top__heading{width:46.96969696969697%;}@media screen and (min-width:48em){.c-cv.is-fifth .c-cv__top__heading{width:26.400000000000002%}}.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/ad/assets_230316/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/ad/assets_230316/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.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__icon{-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__selif{-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-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:14.666666666666666% 4%}}.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;}.c-modal__close:before,.c-modal__close:after{content:"";position:absolute;display:inline-block;top:12px;left:24px;width:3px;height:25px;background-color:#fff}.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:#e90000;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{width:33.06666666666666%;bottom:-10.416666666666668vw}}.c-modal__close__bottom.is-show{opacity:1}.c-modal__wrap{position:relative;opacity:0;z-index:0;border:solid 2px #e90000;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{position:absolute;top:0;bottom:0;left:0;right:0;width:100%;height:100%}.c-toTop{position:relative;z-index:0;margin-top:10.416666666666668%;}.c-toTop > figure{width:31.71428571428571%;left:0;margin:auto;cursor:pointer;bottom:0;margin-bottom:0;margin-right:42%;}@media screen and (min-width:48em){.c-toTop > figure{width:155px;position:absolute;right:0;left:auto;margin-bottom:-37px;margin-right:0}}.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}.p-limiter{position:relative;padding-top:1.5vw;padding-bottom:2.8vw;}@media screen and (min-width:48em){.p-limiter{padding-top:14px;padding-bottom:20px}}.p-limiter__inner{width:100%;margin:5.633802816901409% auto 0;position:relative;}@media screen and (min-width:48em){.p-limiter__inner{margin-top:25px}}.p-limiter__bg{width:100%}.p-limiter__annotation{margin-top:3.2vw;}@media screen and (min-width:48em){.p-limiter__annotation{margin-top:15px}}.p-limiter__annotation p{color:#fff;line-height:1.5;}@media screen and (min-width:48em){.p-limiter__annotation p{font-size:12px;letter-spacing:-.02em}}.p-limiter__annotation p:not(:first-child){margin-top:-6px;}@media screen and (min-width:48em){.p-limiter__annotation p:not(:first-child){margin-top:6px}}.p-limiter__box{position:absolute;top:0;left:0;width:100%;}@media screen and (min-width:48em){.p-limiter__box{width:1020px;left:1px}}.p-limiter__num__digit{position:absolute;top:6vw;left:0;}@media screen and (min-width:48em){.p-limiter__num__digit{top:37px}}.p-limiter__num--days .p-limiter__num__digit:first-child{left:1.236979166666667%;}@media screen and (min-width:48em){.p-limiter__num--days .p-limiter__num__digit:first-child{left:272px}}.p-limiter__num--days .p-limiter__num__digit:nth-child(2){left:11.71875%;}@media screen and (min-width:48em){.p-limiter__num--days .p-limiter__num__digit:nth-child(2){left:351px}}.p-limiter__num--hours .p-limiter__num__digit:first-child{left:25.065104166666668%;}@media screen and (min-width:48em){.p-limiter__num--hours .p-limiter__num__digit:first-child{left:450px}}.p-limiter__num--hours .p-limiter__num__digit:nth-child(2){left:35.48177083333333%;}@media screen and (min-width:48em){.p-limiter__num--hours .p-limiter__num__digit:nth-child(2){left:529px}}.p-limiter__num--minutes .p-limiter__num__digit:first-child{left:51.692708333333336%;}@media screen and (min-width:48em){.p-limiter__num--minutes .p-limiter__num__digit:first-child{left:654px}}.p-limiter__num--minutes .p-limiter__num__digit:nth-child(2){left:62.174479166666664%;}@media screen and (min-width:48em){.p-limiter__num--minutes .p-limiter__num__digit:nth-child(2){left:734px}}.p-limiter__num--seconds .p-limiter__num__digit{left:75.52083333333334%;}@media screen and (min-width:48em){.p-limiter__num--seconds .p-limiter__num__digit:first-child{left:836px}}.p-limiter__num--seconds .p-limiter__num__digit:nth-child(2){left:86.00260416666666%;}@media screen and (min-width:48em){.p-limiter__num--seconds .p-limiter__num__digit:nth-child(2){left:915px}}.p-limiter__num__digit{background-position:center 0;background-image:url("/system/files/landing/ad/assets_230316/images/common/txt_num.png");background-size:100% 1000%;text-indent:-9999px;width:9.635416666666668%;height:11.7vw;}@media screen and (min-width:48em){.p-limiter__num__digit{width:73px;height:95px}}.carry-over-zone{padding:20px 0 0;}.carry-over-zone .carry-over-annotation{color:#fff;margin:0 auto 50px;font-size:12px;}@media screen and (max-width:767px){.carry-over-zone .carry-over-annotation{font-size:10px;margin-bottom:20px;line-height:1.5}}.carry-over-zone .carry-over__tit{max-width:620px;text-align:center;margin:0 auto 20px;}@media screen and (max-width:767px){.carry-over-zone .carry-over__tit{width:70%;margin-bottom:10px}}.carry-over-zone .carry-over__inner{position:relative;}.carry-over-zone .carry-over__inner .carryover-num{position:absolute;width:8%;height:100%;bottom:0;z-index:1;border-radius:10px;background-image:url("/system/files/landing/ad/assets_230316/images/common/txt_num.png");background-repeat:repeat-y;background-size:90% 1000%;background-position:center 0;}.carry-over-zone .carry-over__inner .carryover-num.num01{left:0}.carry-over-zone .carry-over__inner .carryover-num.num02{left:8.5%}.carry-over-zone .carry-over__inner .carryover-num.num03{left:22.2%}.carry-over-zone .carry-over__inner .carryover-num.num04{left:30.7%}.carry-over-zone .carry-over__inner .carryover-num.num05{left:39.2%}.carry-over-zone .carry-over__inner .carryover-num.num06{left:47.7%}.carry-over-zone .carry-over__inner .carryover-num.num07{left:61.5%}.carry-over-zone .carry-over__inner .carryover-num.num08{left:69.9%}.carry-over-zone .carry-over__inner .carryover-num.num09{left:78.5%}.carry-over-zone .carry-over__inner .carryover-num.num10{left:86.9%}.c-sidenav{position:fixed;bottom:0;right:0;padding:0;width:100%;-webkit-transform:translateY(21.6vw);transform:translateY(21.6vw);z-index:10;}@media screen and (max-width:767px){.c-sidenav{z-index:111}}@media screen and (min-width:48em){.c-sidenav{bottom:auto;width:87px;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transform:translateX(87px);transform:translateX(87px)}}.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;-webkit-transform:translate(0,0) scale(1.5);transform:translate(0,0) scale(1.5)}.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}}@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:83px;-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:89px;top:-84px;width:69px;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;width:48px;margin:0 auto;}@media screen and (min-width:48em){.c-sidenav__header{width:auto}}.c-sidenav__header img{width:auto;}@media screen and (min-width:48em){.c-sidenav__header img{max-width:none}}.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;overflow:hidden;}@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}}.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}}.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:#6cad2f}.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:auto;max-width:none;}@media screen and (max-width:767px){.c-sidenav__item img{max-width:100%}}.l-footer{width:100%;border-top:1px solid #656363;background-color:#fff;position:relative;}@media screen and (max-width:767px){.l-footer{padding-bottom:calc(16% + 18px)}}.c-footer__inner{margin:0 auto;width:81.46666666666667%;}@media screen and (min-width:48em){.c-footer__inner{max-width:1020px;width:92%}}.c-footer__list{font-size:0;margin:4.091653027823241% 13.333333333333334%;}@media screen and (min-width:48em){.c-footer__list{margin:32px 0;padding:0 18.137254901960784%}}.c-footer__list > li{display:inline-block;}.c-footer__list > li:first-child{width:68.18181818181817%}.c-footer__list > li:nth-child(2){width:31.818181818181817%}@media screen and (min-width:48em){.c-footer__list > li{-webkit-box-sizing:content-box;box-sizing:content-box}.c-footer__list > li:first-child{padding-right:3.846153846153846%;width:61.53846153846154%}.c-footer__list > li:nth-child(2){padding-left:3.076923076923077%;width:30.76923076923077%;border-left:1px solid #ccc}}.c-footer__about{border-top:1px solid #e6e6e6;text-align:center;}.c-footer__about > dl{font-size:1rem;padding:2.666666666666667% 0 3.2%;line-height:1.5rem;}@media screen and (min-width:48em){.c-footer__about > dl{margin:0 auto;padding:20px 0 24px;width:100%;line-height:1.8rem;overflow:hidden}}.c-footer__about > dl > dt{color:#c00;font-weight:bold}.c-footer__about > dl > dd{margin-top:8px;font-weight:bold}.c-footer__contact__tel{display:inline-block;text-decoration:underline;color:#000}.c-footer__coptyright{padding:15px 0;font-size:1rem;color:#000;background-color:#eee;text-align:center}.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:35px}}.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%;background:url("/system/files/landing/ad/assets_230316/images/feature-6/btn_more_shadow_sp.png") center center no-repeat;background-size:contain;z-index:-1;}@media screen and (min-width:48em){.p-more__contents__btn__figure:before{right:-6px;bottom:-6px;background:url("/system/files/landing/ad/assets_230316/images/feature-6/btn_more_shadow_pc.png") center center no-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%)}}.p-splash{position:fixed;top:0;left:0;width:100vw;height:100vh;background-size:100% 100%;z-index:9999;background-color:#e80000;}.p-splash > figure{width:100px;height:auto;position:absolute;display:block;top:50%;left:50%;-webkit-transform:translate(-50%,-70%);transform:translate(-50%,-70%);}.p-splash > figure.is-shake img{-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-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-name:shakeSplash;animation-name:shakeSplash;-webkit-animation-delay:.4s;animation-delay:.4s;}@-webkit-keyframes shakeSplash{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(20deg);transform:rotate(20deg)}}@keyframes shakeSplash{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(20deg);transform:rotate(20deg)}}.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}}.slick-slide{margin-right:20px}.slick-list{margin-right:-20px !important;padding-bottom:1rem !important}.prev-arrow{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);left:6%;z-index:2;cursor:pointer;display:block;}.prev-arrow img{width:40px;height:40px}.next-arrow{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);right:6%;z-index:2;cursor:pointer;}.next-arrow img{width:40px;height:40px}.slick-disabled{display:none !important}.c-slick-dots{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:3.255208333333333%;}.c-slick-dots > li{display:block;content:'';width:16px;height:16px;border:2px solid #fff;border-radius:50%;margin-left:2.213541666666667%;}@media screen and (max-width:767px){.c-slick-dots > li{width:8px;height:8px}}.c-slick-dots > li > li:first-child{margin-left:0}.c-slick-dots > li > button{display:none}.c-slick-dots .slick-active{background:#fff}.c-youtube-1{background:#fff;border-radius:16px;padding:20px;margin-top:10.807291666666668%;}@media screen and (min-width:48em){.c-youtube-1{width:887px;margin:0 auto;padding:36px;margin-top:60px;border-radius:20px}}.c-youtube-1__hdg{width:64.76510067114094%;margin:0 auto}.c-youtube-1__movie{position:relative;margin-top:3.90625%;padding-bottom:55%;margin:0 auto;}.c-youtube-1__movie::before{content:"";-webkit-box-shadow:0 0 0 1px #ccc;box-shadow:0 0 0 1px #ccc;z-index:2;pointer-events:none}@media screen and (min-width:48em){.c-youtube-1__movie{width:800px;margin-top:30px}}@media screen and (max-width:767px){.c-youtube-1__movie{width:100%;margin-top:4vw}}.c-youtube-1__movie iframe{z-index:1}.c-youtube-1__movie iframe,.c-youtube-1__movie::before{position:absolute;width:100%;height:100%;top:0;bottom:0;left:0;right:0}.c-youtube-1__under{text-align:right;margin:0 auto;margin-top:1.953125%;color:#fff;line-height:1.3;}@media screen and (min-width:48em){.c-youtube-1__under{max-width:887px;font-size:12px}}.c-youtube-1__under span{text-align:left !important;display:inline-block}.c-youtube-2{border-radius:20px;width:85.71428571428571%;margin:0 auto;margin-top:20.442708333333336%;}@media screen and (min-width:48em){.c-youtube-2{margin-top:150px}}.c-youtube-2__contents{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.c-youtube-2__inner{margin-left:3.90625%}.c-youtube-2__inner__btn{margin-top:43px;width:360px;}@media screen and (max-width:767px){.c-youtube-2__inner__btn{width:100%;margin:0 auto;margin-top:4.557291666666666%}}.c-youtube-2__inner__btn figure{position:relative;z-index:0;cursor:pointer}.c-youtube-2__inner__btn figure:before{content:'';display:block;position:absolute;right:-2%;bottom:-12%;width:100%;height:100%;background:url("/system/files/landing/ad/assets_230316/images/youtube/btn_shadow_sp.png") center center no-repeat;background-size:contain;z-index:-1;}@media screen and (min-width:48em){.c-youtube-2__inner__btn figure:before{right:-6px;bottom:-6px;background-image:url("/system/files/landing/ad/assets_230316/images/youtube/btn_shadow_pc.png")}}@media screen and (min-width:48em){.c-youtube-2__inner__btn:hover > figure img{-webkit-transform:translate(.75%,4.285714285714286%);transform:translate(.75%,4.285714285714286%)}}.c-youtube-2__movie{cursor:pointer;}@media screen and (min-width:48em){.c-youtube-2__movie{width:320px}}.c-youtube-2__under{text-align:right;margin:0 auto;margin-top:3.90625%;color:#fff;line-height:1.3;font-size:1rem;}@media screen and (min-width:48em){.c-youtube-2__under{max-width:887px;font-size:12px;margin-top:5.208333333333334%}}.c-youtube-2__under span{text-align:left !important;display:inline-block}.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;}@media screen and (min-width:48em){.c-hdg{margin-top:116px}}.c-hdg__inner{width:61.197916666666664%;margin:0 auto;margin-top:18.75%;position:relative;}@media screen and (min-width:48em){.c-hdg__inner{margin:0;width:auto}}.c-hdg__item__double{position:absolute;}@media screen and (min-width:48em){.c-hdg__item__double{width:40px;height:40px}}@media screen and (max-width:767px){.c-hdg__item__double{width:8vw;height:8vw}}@media screen and (min-width:48em){.c-hdg__item__double--top{width:26px;height:26px}}@media screen and (max-width:767px){.c-hdg__item__double--top{width:4.8vw;height:4.8vw}}.c-hdg__item__double--bottom{height:3.2vw}@media screen and (min-width:48em){.c-hdg__item__double--bottom{width:17px;height:17px}}@media screen and (max-width:767px){.c-hdg__item__double--bottom{width:3.2vw}}@media screen and (min-width:48em){.c-hdg__item__double.is-left{bottom:-10px;left:-40px}}@media screen and (max-width:767px){.c-hdg__item__double.is-left{bottom:2vw;left:-10vw}}.c-hdg__item__double.is-left .c-hdg__item__double--top{top:0;left:0}.c-hdg__item__double.is-left .c-hdg__item__double--bottom{bottom:0;right:0}@media screen and (min-width:48em){.c-hdg__item__double.is-right{bottom:-10px;right:-50px}}@media screen and (max-width:767px){.c-hdg__item__double.is-right{bottom:3vw;right:-7vw}}.c-hdg__item__double.is-right .c-hdg__item__double--top{top:0;right:0}.c-hdg__item__double.is-right .c-hdg__item__double--bottom{bottom:0;left:0}.c-hdg__item__single{position:absolute;}@media screen and (min-width:48em){.c-hdg__item__single{width:18px;height:18px}}@media screen and (max-width:767px){.c-hdg__item__single{width:3.7vw;height:3.7vw}}@media screen and (min-width:48em){.c-hdg__item__single.is-left{bottom:50px;left:-20px}}@media screen and (max-width:767px){.c-hdg__item__single.is-left{left:-4vw;bottom:22vw}}@media screen and (min-width:48em){.c-hdg__item__single.is-right{bottom:50px;right:-25px}}@media screen and (max-width:767px){.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-01 > .c-hdg__inner{width:67.6056338028169%}.is-hdg-02 > .c-hdg__inner{width:51.97183098591549%;}@media screen and (min-width:48em){.is-hdg-02 > .c-hdg__inner{width:464px}}@media screen and (max-width:767px){.is-hdg-03 > .c-hdg__inner{width:77.74647887323944%}}@media screen and (max-width:767px){.is-hdg-04 > .c-hdg__inner{width:55.35211267605634%}}@media screen and (max-width:767px){.is-hdg-05 > .c-hdg__inner{width:55.35211267605634%}}.is-hdg-01{margin-top:3.75%;}@media screen and (min-width:48em){.is-hdg-01{margin-top:129px}}@media screen and (max-width:767px){.is-hdg-01 .c-hdg__item__double.is-left{left:-4.9vw;bottom:3vw}}@media screen and (max-width:767px){.is-hdg-01 .c-hdg__item__single.is-right{bottom:9vw}}@media screen and (min-width:48em){.is-hdg-02{margin-top:147px}}@media screen and (max-width:767px){.is-hdg-02 .c-hdg__item__single.is-left{left:4vw;bottom:18vw}}@media screen and (max-width:767px){.is-hdg-02 .c-hdg__item__double.is-right{bottom:4vw;right:-3vw}}.is-hdg-03{margin-top:0;}@media screen and (min-width:48em){.is-hdg-03{margin-top:142px}}.is-hdg-04{margin-top:1.7%;}@media screen and (min-width:48em){.is-hdg-04{margin-top:152px}}.is-hdg-05{margin-top:3%;}@media screen and (min-width:48em){.is-hdg-05{margin-top:152px}}@media screen and (max-width:767px){.is-hdg-03 .c-hdg__item__double.is-left{bottom:-2vw}.is-hdg-03 .c-hdg__item__single.is-right{bottom:6vw}}.p-feature-1-tab{position:relative;padding-bottom:2px;margin-top:7.042253521126761%;}@media screen and (min-width:48em){.p-feature-1-tab{margin-top:50px}}.p-feature-1-tab:before,.p-feature-1-tab:after{content:'';display:block;position:absolute;bottom:0;width:3.943661971830986%;height:2px;background:#fff;}@media screen and (min-width:48em){.p-feature-1-tab:before,.p-feature-1-tab:after{width:27.450980392156865%}}.p-feature-1-tab:before{left:0}.p-feature-1-tab:after{right:0}.p-feature-1-tab.is-under{padding-top:2px;padding-bottom:0;margin-top:0;}.p-feature-1-tab.is-under:before,.p-feature-1-tab.is-under:after{top:0}.p-feature-1-tab.is-under .p-feature-1-tab-list{margin:-2px auto 0}.p-feature-1-tab.is-under .p-feature-1-tab-item{border-radius:0 0 10px 10px;}.p-feature-1-tab.is-under .p-feature-1-tab-item:nth-child(n+2):before{top:-2px}.p-feature-1-tab.is-under .p-feature-1-tab-item.is-active{border-top:solid 2px transparent;border-bottom:solid 2px #fff}.p-feature-1-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;width:92.95774647887323%;margin:0 auto -2px;}@media screen and (min-width:48em){.p-feature-1-tab-list{width:460px}}.p-feature-1-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 #fff;border-radius:10px 10px 0 0;background:#fff;-ms-flex-preferred-size:32.72727272727273%;flex-basis:32.72727272727273%;cursor:pointer;}@media screen and (min-width:48em){.p-feature-1-tab-item + .p-feature-1-tab-item{margin-left:5px}}@media screen and (min-width:48em){.p-feature-1-tab-item{margin-top:3px;-ms-flex-preferred-size:32.608695652173914%;flex-basis:32.608695652173914%}.p-feature-1-tab-item:hover{margin-top:0}}.p-feature-1-tab-item:nth-child(n+2):before{content:'';display:block;position:absolute;right:100%;bottom:-2px;width:6.481481481481481%;height:2px;background:#fff;}@media screen and (min-width:48em){.p-feature-1-tab-item:nth-child(n+2):before{width:6%}}.p-feature-1-tab-item.is-active{background:none;border-bottom:solid 2px transparent;}.p-feature-1-tab-item.is-active .p-feature-1-tab-item__figure{display:none;}.p-feature-1-tab-item.is-active .p-feature-1-tab-item__figure.is-active{display:block}.p-feature-1-tab-item .p-feature-1-tab-item__figure{display:block;}@media screen and (min-width:48em){.p-feature-1-tab-item .p-feature-1-tab-item__figure{width:146px}}.p-feature-1-tab-item .p-feature-1-tab-item__figure.is-active{display:none}.p-feature-1-contents{padding:7.042253521126761% 3.52112676056338%}.is-fade .p-feature-1-contents-item.is-active .p-feature-1-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;-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){.is-fade .p-feature-1-contents-item.is-active .p-feature-1-content-item{display:block}}@-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)}}.is-fade .is-active .p-feature-1-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-feature-1-content-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.p-feature-1-content-item{display:none;opacity:0;}.p-feature-1-content-item:nth-child(n+2){position:relative;margin-top:14.545454545454545%;}@media screen and (min-width:48em){.p-feature-1-content-item:nth-child(n+2){margin-top:0;margin-left:66px}}.p-feature-1-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/ad/assets_230316/images/feature-1/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-feature-1-content-item:nth-child(n+2):before{left:-33px;top:50%;width:20px;height:20px;background-image:url("/system/files/landing/ad/assets_230316/images/feature-1/arrow_pc.png");-webkit-transform:translate(-50%,-200%);transform:translate(-50%,-200%)}}.p-feature-1-content-item.is-1 .p-feature-1-content-item__text-number{width:13.939393939393941%}.p-feature-1-content-item.is-2 .p-feature-1-content-item__text-number{width:26.060606060606062%}@media screen and (min-width:48em){.p-feature-1-content-item.is-2 .p-feature-1-content-item__thumb:before{background-image:url("/system/files/landing/ad/assets_230316/images/feature-1/step_number_02_pc.png");-webkit-transition:all .3s 1s;transition:all .3s 1s}}.p-feature-1-content-item.is-3 .p-feature-1-content-item__text-number{width:23.03030303030303%}@media screen and (min-width:48em){.p-feature-1-content-item.is-3 .p-feature-1-content-item__thumb:before{background-image:url("/system/files/landing/ad/assets_230316/images/feature-1/step_number_03_pc.png");-webkit-transition:all .3s 1.2s;transition:all .3s 1.2s}}.p-feature-1-content-item.is-delay-1,.p-feature-1-content-item.is-delay-1 .p-feature-1-content-item__thumb,.p-feature-1-content-item.is-delay-1 .p-feature-1-content-item__thumb:before{-webkit-animation-delay:.4s;animation-delay:.4s}.p-feature-1-content-item.is-delay-2,.p-feature-1-content-item.is-delay-2 .p-feature-1-content-item__thumb,.p-feature-1-content-item.is-delay-2 .p-feature-1-content-item__thumb:before{-webkit-animation-delay:.8s;animation-delay:.8s}.p-feature-1-content-item.is-delay-3,.p-feature-1-content-item.is-delay-3 .p-feature-1-content-item__thumb,.p-feature-1-content-item.is-delay-3 .p-feature-1-content-item__thumb:before{-webkit-animation-delay:1.2s;animation-delay:1.2s}.p-feature-1-content-item.is-delay-4{-webkit-animation-delay:1.6s;animation-delay:1.6s}@media screen and (min-width:48em){.p-feature-1-content-item.is-delay-5{-webkit-animation-delay:2s;animation-delay:2s}}.p-feature-1-content-item__thumb{-ms-flex-preferred-size:50%;flex-basis:50%;}@media screen and (min-width:48em){.p-feature-1-content-item__thumb{position:relative}}@media screen and (min-width:48em){.p-feature-1-content-item__thumb:before{content:'';display:block;position:absolute;left:50%;top:0;width:55px;height:55px;background:url("/system/files/landing/ad/assets_230316/images/feature-1/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-feature-1-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;-ms-flex-preferred-size:50%;flex-basis:50%;padding-right:1.333333333333333%;}@media screen and (min-width:48em){.p-feature-1-content-item__text{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin-top:15px;padding-right:0}}.p-feature-1-content-item__text-image{margin-top:13.939393939393941%;}@media screen and (min-width:48em){.p-feature-1-content-item__text-image{margin-top:0;width:100%}}.p-feature-2{margin-top:21.09375%;}@media screen and (min-width:48em){.p-feature-2{margin-top:147px}}.p-feature-2-contents__inner{position:relative;text-align:center;}@media screen and (min-width:48em){.p-feature-2-contents__inner{margin:0 auto}}.p-feature-2-contents__img{z-index:3;}.p-feature-2-contents__img:nth-child(1){margin-bottom:60px;position:relative;z-index:2;}@media screen and (max-width:767px){.p-feature-2-contents__img:nth-child(1){margin-bottom:7.8125%}}.p-feature-2-contents__img:nth-child(2){position:absolute;right:-30px;top:-90px;z-index:0;}@media screen and (max-width:767px){.p-feature-2-contents__img:nth-child(2){width:24%;top:-23%;right:0}}.p-feature-2-contents__img:nth-child(3){margin-bottom:30px;}@media screen and (max-width:767px){.p-feature-2-contents__img:nth-child(3){margin-bottom:3.90625%}}.p-feature-2-contents__img img{width:auto;max-width:100%;margin-left:auto;margin-right:auto}.p-feature-2-contents__note{text-align:center;color:#fff;line-height:1.5;font-size:12px}.p-feature-2.is-fade .p-feature-2-contents__img{-webkit-animation-name:fadeInImages;animation-name:fadeInImages;-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;}.p-feature-2.is-fade .p-feature-2-contents__img.is-delay-1{-webkit-animation-delay:1s;animation-delay:1s}.p-feature-2.is-fade .p-feature-2-contents__img.is-delay-2{-webkit-animation-delay:1.4s;animation-delay:1.4s}.p-feature-2.is-fade .p-feature-2-contents__img.is-delay-3{-webkit-animation-delay:1.6s;animation-delay:1.6s}.p-feature-2.is-fade .p-feature-2-contents__img.is-delay-4{-webkit-animation-delay:1s;animation-delay:1s}.p-feature-2.is-fade .p-feature-2-contents__img.is-delay-8{-webkit-animation-delay:1.6s;animation-delay:1.6s}@-webkit-keyframes fadeInImages{0%{opacity:0;-webkit-transform:translateY(10px);transform:translateY(10px)}50%{opacity:.5}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInImages{0%{opacity:0;-webkit-transform:translateY(10px);transform:translateY(10px)}50%{opacity:.5}100%{opacity:1;-webkit-transform:none;transform:none}}.p-feature-2.is-fade .p-feature-2-contents__img.is-bound{-webkit-animation-name:boundImages;animation-name:boundImages;-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-feature-2.is-fade .p-feature-2-contents__img.is-bound.is-delay-2{-webkit-animation-delay:.6s;animation-delay:.6s}.p-feature-2.is-fade .p-feature-2-contents__img.is-bound.is-delay-5{-webkit-animation-delay:1.2s;animation-delay:1.2s}.p-feature-2.is-fade .p-feature-2-contents__img.is-bound.is-delay-6{-webkit-animation-delay:1.4s;animation-delay:1.4s}.p-feature-2.is-fade .p-feature-2-contents__img.is-bound.is-delay-7{-webkit-animation-delay:1.4s;animation-delay:1.4s;}@media screen and (min-width:48em){.p-feature-2.is-fade .p-feature-2-contents__img.is-bound.is-delay-7{display:block}}@-webkit-keyframes boundImages{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 boundImages{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)}}@media screen and (min-width:48em){.p-type-7 .p-feature-2{padding-bottom:50px}}.p-type-7 .p-feature-2-contents__inner{position:relative;height:89.71354166666666%;}@media screen and (min-width:48em){.p-type-7 .p-feature-2-contents__inner{height:693px;width:889px;margin:0 auto}}.p-type-7 .p-feature-2-contents__img{z-index:3;}@media screen and (max-width:767px){.p-type-7 .p-feature-2-contents__img{margin:0 auto}}@media screen and (min-width:48em){.p-type-7 .p-feature-2-contents__img{position:absolute}}@media screen and (max-width:767px){.p-type-7 .p-feature-2-contents__img:nth-child(1){width:15.885416666666666%;margin:inherit;margin-bottom:-5.859375%;margin-left:2.604166666666667%}}@media screen and (min-width:48em){.p-type-7 .p-feature-2-contents__img:nth-child(1){top:-54px;left:-54px}}@media screen and (max-width:767px){.p-type-7 .p-feature-2-contents__img:nth-child(2){position:relative;width:83.38028169014085%;margin:0 auto}}@media screen and (min-width:48em){.p-type-7 .p-feature-2-contents__img:nth-child(2){top:0;left:0;right:auto}}@media screen and (max-width:767px){.p-type-7 .p-feature-2-contents__img:nth-child(3){margin-top:5.989583333333334%;width:84.50704225352112%}}@media screen and (min-width:48em){.p-type-7 .p-feature-2-contents__img:nth-child(3){top:10px;right:-31px}}@media screen and (max-width:767px){.p-type-7 .p-feature-2-contents__img:nth-child(4){margin-top:5.989583333333334%;width:83.52112676056338%}}@media screen and (min-width:48em){.p-type-7 .p-feature-2-contents__img:nth-child(4){top:180px;left:0;right:0}}.p-type-7 .p-feature-2-contents__img:nth-child(5){z-index:2;}@media screen and (max-width:767px){.p-type-7 .p-feature-2-contents__img:nth-child(5){margin-top:7.552083333333333%;width:83.94366197183099%;position:relative}}@media screen and (min-width:48em){.p-type-7 .p-feature-2-contents__img:nth-child(5){bottom:146px;left:0;right:0}}.p-type-7 .p-feature-2-contents__img:nth-child(6){z-index:1;}@media screen and (max-width:767px){.p-type-7 .p-feature-2-contents__img:nth-child(6){width:23%;position:absolute;right:0;bottom:28%}}@media screen and (min-width:48em){.p-type-7 .p-feature-2-contents__img:nth-child(6){right:-16px;bottom:204px}}.p-type-7 .p-feature-2-contents__img:nth-child(7){z-index:0;}@media screen and (max-width:767px){.p-type-7 .p-feature-2-contents__img:nth-child(7){margin-top:5.989583333333334%}}@media screen and (min-width:48em){.p-type-7 .p-feature-2-contents__img:nth-child(7){bottom:0}}.p-type-7 .p-feature-2.is-fade .p-feature-2-contents__img.is-delay-1{-webkit-animation-delay:.4s;animation-delay:.4s}.p-type-7 .p-feature-2.is-fade .p-feature-2-contents__img.is-delay-3{-webkit-animation-delay:.8s;animation-delay:.8s}.p-type-7 .p-feature-2.is-fade .p-feature-2-contents__img.is-delay-4{-webkit-animation-delay:1s;animation-delay:1s}.p-type-7 .p-feature-2.is-fade .p-feature-2-contents__img.is-delay-7{-webkit-animation-delay:1.6s;animation-delay:1.6s}@media screen and (min-width:48em){.p-type-both .p-feature-2{padding-bottom:50px}}@media screen and (max-width:767px){.p-type-both .p-feature-2-contents__img:nth-child(6){right:12.1%;bottom:49.3%}}@media screen and (max-width:767px){.p-type-both .p-feature-2-contents__img:nth-child(7){right:8.5%;bottom:49.5%}}.p-feature-3{position:relative}.p-feature-3-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;margin-top:-18%;}@media screen and (min-width:48em){.p-feature-3-contents-wrapper{width:887px;margin:0 auto;margin-top:-127px}}.p-feature-3-contents-wrap{margin-top:26px;display:inherit;position:relative;cursor:pointer;}.p-feature-3-contents-wrap:nth-child(1),.p-feature-3-contents-wrap:nth-child(2){margin-top:0}.p-feature-3-contents{text-align:center;border:solid 2px #e80000;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:9.20138888888889% 0;z-index:1;}@media screen and (min-width:48em){.p-feature-3-contents{padding:35px 20px;position:relative}}@media screen and (min-width:48em){.p-feature-3-contents:hover{right:-3px;bottom:-3px}}@media screen and (min-width:48em){.p-feature-3-contents.p-ttl_balloon{padding-top:20px}}@media screen and (min-width:48em){.p-feature-3-contents.is-col-3{width:276px}}@media screen and (min-width:48em){.p-feature-3-contents.is-col-2{width:429px}}@media screen and (min-width:48em){.p-feature-3-contents figure.p-feature-3-contents__inner{text-align:center}.p-feature-3-contents figure.p-feature-3-contents__inner img.u-is-pc{display:inline-block !important}}@media screen and (min-width:48em){.p-feature-3-contents.is-1 figure.p-feature-3-contents__inner{width:193px}}@media screen and (min-width:48em){.p-feature-3-contents.is-2 figure.p-feature-3-contents__inner{width:193px}}@media screen and (min-width:48em){.p-feature-3-contents.is-3 figure.p-feature-3-contents__inner{width:193px}}@media screen and (min-width:48em){.p-feature-3-contents.is-6 figure.p-feature-3-contents__inner{width:193px}}@media screen and (min-width:48em){.p-feature-3-contents.is-7 figure.p-feature-3-contents__inner{width:193px}}@media screen and (min-width:48em){.p-feature-3-contents.is-8 figure.p-feature-3-contents__inner{width:193px}}.p-feature-3-contents__inner{margin:0 auto;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;width:80.90277777777779%}.p-feature-3-contents__btn{margin-top:5.46875%;}@media screen and (min-width:48em){.p-feature-3-contents__btn{margin-top:22px}}.p-feature-3-contents__btn > figure{width:12rem;margin:0 auto;cursor:pointer;}.p-feature-3-contents__btn > figure img{margin:0 auto}@media screen and (min-width:48em){.p-feature-3-contents__btn > figure{width:100px}}.p-feature-3-contents__btn > figure:hover .p-feature-3-contents{margin-right:-3px;margin-bottom:-3px}.p-feature-3__modalInner__bottom{-webkit-transition:all .7s ease;transition:all .7s ease;-webkit-transform:translate(0,50%);transform:translate(0,50%);opacity:0}.p-feature-3-animation__person{width:53%;margin-top:-13%;}@media screen and (min-width:48em){.p-feature-3-animation__person{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:-230px;margin-left:-30px}}@media screen and (max-width:767px){.p-feature-3-animation__person .is-show-2{width:15%;position:absolute;top:10.5%;left:3.7%}}@media screen and (min-width:48em){.p-feature-3-animation__person .is-show-2{width:75px;margin-right:-27px;margin-bottom:auto}}@media screen and (max-width:767px){.p-feature-3-animation__person .is-show-1{width:52.083333333333336%;margin-left:4%}}@media screen and (min-width:48em){.p-feature-3-animation__person .is-show-1{width:auto}}.c-modal__wrap.is-show .p-feature-3__modalInner__bottom.is-fade{-webkit-transform:translate(0,0);transform:translate(0,0);-webkit-transition-delay:.6s;transition-delay:.6s;opacity:1}.p-feature-3.is-fade .p-feature-3-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(100px);transform:translateY(100px)}100%{opacity:1;-webkit-transform:translateY(-40px);transform:translateY(-40px)}}@keyframes delayPerson{0%{opacity:0;-webkit-transform:translateY(100px);transform:translateY(100px)}100%{opacity:1;-webkit-transform:translateY(-40px);transform:translateY(-40px)}}.p-feature-3.is-fade .p-feature-3-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-feature-3.is-fade .p-feature-3-contents,.p-feature-3.is-fade .p-feature-3-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-feature-3.is-fade .p-feature-3-contents.is-delay-1,.p-feature-3.is-fade .p-feature-3-acdn__shadow.is-delay-1{-webkit-animation-delay:.8s;animation-delay:.8s}.p-feature-3.is-fade .p-feature-3-contents.is-delay-2,.p-feature-3.is-fade .p-feature-3-acdn__shadow.is-delay-2{-webkit-animation-delay:1s;animation-delay:1s}.p-feature-3.is-fade .p-feature-3-contents.is-delay-3,.p-feature-3.is-fade .p-feature-3-acdn__shadow.is-delay-3{-webkit-animation-delay:1.2s;animation-delay:1.2s}.p-feature-3.is-fade .p-feature-3-contents.is-delay-4,.p-feature-3.is-fade .p-feature-3-acdn__shadow.is-delay-4{-webkit-animation-delay:1.4s;animation-delay:1.4s}.p-feature-3.is-fade .p-feature-3-contents.is-delay-5,.p-feature-3.is-fade .p-feature-3-acdn__shadow.is-delay-5{-webkit-animation-delay:1.6s;animation-delay:1.6s}.p-feature-3.is-fade .p-feature-3-contents.is-delay-6,.p-feature-3.is-fade .p-feature-3-acdn__shadow.is-delay-6{-webkit-animation-delay:1.8s;animation-delay:1.8s}.p-feature-3.is-fade .p-feature-3-contents.is-delay-7,.p-feature-3.is-fade .p-feature-3-acdn__shadow.is-delay-7{-webkit-animation-delay:2s;animation-delay:2s}.p-feature-3.is-fade .p-feature-3-contents.is-delay-8,.p-feature-3.is-fade .p-feature-3-acdn__shadow.is-delay-8{-webkit-animation-delay:2.2s;animation-delay:2.2s}.p-feature-3.is-fade .p-feature-3-contents.is-delay-9,.p-feature-3.is-fade .p-feature-3-acdn__shadow.is-delay-9{-webkit-animation-delay:2.4s;animation-delay:2.4s}@media screen and (min-width:48em){.p-feature-3.is-fade .p-feature-3-contents,.p-feature-3.is-fade .p-feature-3-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)}}@media screen and (min-width:48em){.p-feature-4{width:887px;margin:0 auto}}.p-feature-4-content{text-align:center;margin:0 auto;margin-top:6.510416666666667%;}@media screen and (min-width:48em){.p-feature-4-content{margin-top:40px;padding-bottom:60px}}.p-feature-4-content__btn{width:87.97736916548797%;margin:0 auto;margin-top:3.90625%;}@media screen and (min-width:48em){.p-feature-4-content__btn{width:45.219347581552306%;margin:0 7rem 0 auto;margin-top:-135px}}.p-feature-4-content__btn > figure{position:relative;z-index:1;cursor:pointer}.p-feature-4-content__btn > figure:before{content:'';display:block;position:absolute;right:-2%;bottom:-12%;width:100%;height:100%;background:url("/system/files/landing/ad/assets_230316/images/feature-4/btn_shadow_sp.png") center center no-repeat;background-size:contain;z-index:-1;}@media screen and (min-width:48em){.p-feature-4-content__btn > figure:before{right:-6px;bottom:-6px;background-image:url("/system/files/landing/ad/assets_230316/images/feature-4/btn_shadow_pc.png")}}@media screen and (min-width:48em){.p-feature-4-content__btn:hover > figure img{-webkit-transform:translate(.4838709677419355%,4.285714285714286%);transform:translate(.4838709677419355%,4.285714285714286%)}}.p-feature-4-content__img{z-index:0}.p-feature-4-question__ttl{position:relative;display:block;border-bottom:solid 1px #e90000;}.p-feature-4-question__ttl__figure--person{position:absolute;right:-5.208333333333334%;bottom:0;width:37.333333333333336%;}@media screen and (min-width:48em){.p-feature-4-question__ttl__figure--person{right:0;width:198px}}.p-feature-4-question__item{position:relative;display:block;padding:8.333333333333332% 0;}.p-feature-4-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-feature-4-question__item{padding:50px 40px}}.p-feature-4-question__item:nth-child(n+2){border-top:solid 1px #e90000}.p-feature-4-question__item:last-child{padding-bottom:5%;}@media screen and (min-width:48em){.p-feature-4-question__item:last-child{padding-bottom:30px}}.p-feature-4-question__item.is-answered:before{visibility:visible}.p-feature-4-question__item.is-answered.is-correct:before{background:url("/system/files/landing/ad/assets_230316/images/feature-4/bonus_test/circle_mark_sp.png") center center no-repeat;background-size:70.83333333333334%;opacity:1;}@media screen and (min-width:48em){.p-feature-4-question__item.is-answered.is-correct:before{background-image:url("/system/files/landing/ad/assets_230316/images/feature-4/bonus_test/circle_mark_sp.png");background-size:280px}}.p-feature-4-question__item.is-answered.is-incorrect:before{background:url("/system/files/landing/ad/assets_230316/images/feature-4/bonus_test/cross_mark_sp.png") center center no-repeat;background-size:70.83333333333334%;opacity:1;}@media screen and (min-width:48em){.p-feature-4-question__item.is-answered.is-incorrect:before{background-image:url("/system/files/landing/ad/assets_230316/images/feature-4/bonus_test/cross_mark_sp.png");background-size:280px}}.p-feature-4-question__item.is-incorrect .p-feature-4-question__explanation{background:#eee}.p-feature-4-question__item.is-round .p-feature-4-question__choice__item.is-round{background:none;}.p-feature-4-question__item.is-round .p-feature-4-question__choice__item.is-round .p-feature-4-question__choice__item__figure{-webkit-transform:translate(2.068965517241379%,10%);transform:translate(2.068965517241379%,10%);}@media screen and (min-width:48em){.p-feature-4-question__item.is-round .p-feature-4-question__choice__item.is-round .p-feature-4-question__choice__item__figure{-webkit-transform:translate(6px,6px);transform:translate(6px,6px)}}.p-feature-4-question__item.is-round .p-feature-4-question__choice__item.is-bat .p-feature-4-question__choice__item__figure.is-inactive{display:block}.p-feature-4-question__item.is-round .p-feature-4-question__choice__item.is-bat .p-feature-4-question__choice__item__figure:not(.is-inactive){display:none}.p-feature-4-question__item.is-bat .p-feature-4-question__choice__item.is-bat{background:none;}.p-feature-4-question__item.is-bat .p-feature-4-question__choice__item.is-bat .p-feature-4-question__choice__item__figure{-webkit-transform:translate(2.068965517241379%,10%);transform:translate(2.068965517241379%,10%);}@media screen and (min-width:48em){.p-feature-4-question__item.is-bat .p-feature-4-question__choice__item.is-bat .p-feature-4-question__choice__item__figure{-webkit-transform:translate(6px,6px);transform:translate(6px,6px)}}.p-feature-4-question__item.is-bat .p-feature-4-question__choice__item.is-round .p-feature-4-question__choice__item__figure.is-inactive{display:block}.p-feature-4-question__item.is-bat .p-feature-4-question__choice__item.is-round .p-feature-4-question__choice__item__figure:not(.is-inactive){display:none}.p-feature-4-question__item:nth-child(1) .p-feature-4-question__problem{width:81.33333333333333%;}@media screen and (min-width:48em){.p-feature-4-question__item:nth-child(1) .p-feature-4-question__problem{width:100%}}.p-feature-4-question__item:nth-child(1) .p-feature-4-question__explanation--correct__text,.p-feature-4-question__item:nth-child(1) .p-feature-4-question__explanation--incorrect__text{width:96.15384615384616%;}@media screen and (min-width:48em){.p-feature-4-question__item:nth-child(1) .p-feature-4-question__explanation--correct__text,.p-feature-4-question__item:nth-child(1) .p-feature-4-question__explanation--incorrect__text{width:97.45454545454545%}}.p-feature-4-question__item:nth-child(2) .p-feature-4-question__problem{width:72.5%;}@media screen and (min-width:48em){.p-feature-4-question__item:nth-child(2) .p-feature-4-question__problem{width:55.40983606557377%}}.p-feature-4-question__item:nth-child(2) .p-feature-4-question__explanation--correct__text,.p-feature-4-question__item:nth-child(2) .p-feature-4-question__explanation--incorrect__text{width:97.6923076923077%;}@media screen and (min-width:48em){.p-feature-4-question__item:nth-child(2) .p-feature-4-question__explanation--correct__text,.p-feature-4-question__item:nth-child(2) .p-feature-4-question__explanation--incorrect__text{width:98.18181818181819%}}.p-feature-4-question__item:nth-child(3) .p-feature-4-question__problem{width:89%;}@media screen and (min-width:48em){.p-feature-4-question__item:nth-child(3) .p-feature-4-question__problem{width:83.27868852459017%}}.p-feature-4-question__item:nth-child(3) .p-feature-4-question__explanation--correct__text,.p-feature-4-question__item:nth-child(3) .p-feature-4-question__explanation--incorrect__text{width:96.92307692307692%;}@media screen and (min-width:48em){.p-feature-4-question__item:nth-child(3) .p-feature-4-question__explanation--correct__text,.p-feature-4-question__item:nth-child(3) .p-feature-4-question__explanation--incorrect__text{width:83.63636363636363%}}.p-feature-4-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-feature-4-question__choice{margin-top:20px}}.p-feature-4-question__choice__item{width:48.333333333333336%;padding:0 1% 1% 0;background:url("/system/files/landing/ad/assets_230316/images/feature-4/bonus_test/btn_shadow_sp.png") right bottom no-repeat;background-size:97.93103448275862%;cursor:pointer;}@media screen and (min-width:48em){.p-feature-4-question__choice__item{width:48.36065573770492%;padding:0 .9836065573770493% .9836065573770493% 0;background:url("/system/files/landing/ad/assets_230316/images/feature-4/bonus_test/btn_shadow_pc.png") right bottom no-repeat;background-size:97.96610169491525%}}@media screen and (min-width:48em){.p-feature-4-question__choice__item:hover .p-feature-4-question__choice__item__figure{-webkit-transform:translate(3px,3px);transform:translate(3px,3px)}}.p-feature-4-question__choice__item__figure.is-inactive{display:none}.p-feature-4-question__explanation{display:none;height:0;opacity:0;background:#fde5e5;border-radius:8px;}.p-feature-4-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-feature-4-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-feature-4-question__explanation--correct{color:#f00;}.p-feature-4-question__explanation--correct__heading{width:53.84615384615385%;}@media screen and (min-width:48em){.p-feature-4-question__explanation--correct__heading{width:226px}}.p-feature-4-question__explanation--correct__text{margin-top:5.769230769230769%;}@media screen and (min-width:48em){.p-feature-4-question__explanation--correct__text{margin-top:20px}}.p-feature-4-question__explanation--incorrect{color:#00f;}.p-feature-4-question__explanation--incorrect__heading{width:36.15384615384615%;}@media screen and (min-width:48em){.p-feature-4-question__explanation--incorrect__heading{width:156px}}.p-feature-4-question__explanation--incorrect__text{margin-top:5.769230769230769%;}@media screen and (min-width:48em){.p-feature-4-question__explanation--incorrect__text{margin-top:20px}}.p-feature-4-question__result{display:block;overflow:hidden;}.p-feature-4-question__result__content{opacity:0;height:0;}.p-feature-4-question__result__content.is-show{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-feature-4-question__result__retry{width:100%;margin:4.166666666666666% 0;padding:0 1% 1% 0;background:url("/system/files/landing/ad/assets_230316/images/feature-4/bonus_test/btn_shadow_big_sp.png") right bottom no-repeat;background-size:99%;cursor:pointer;}@media screen and (min-width:48em){.p-feature-4-question__result__retry{width:49.18032786885246%;margin:20px auto 0;padding:0 .9836065573770493% .9836065573770493% 0;background:url("/system/files/landing/ad/assets_230316/images/feature-4/bonus_test/btn_shadow_big_pc.png") right bottom no-repeat;background-size:98.23529411764706%}}@media screen and (min-width:48em){.p-feature-4-question__result__retry:hover .p-feature-4-question__result__retry__figure{-webkit-transform:translate(3px,3px);transform:translate(3px,3px)}}.p-feature-4-question__result__allclear{padding:20% 0 0;}@media screen and (min-width:48em){.p-feature-4-question__result__allclear{padding:100px 40px 30px}}.p-feature-4-question__result__allclear__ttl{position:relative;display:block;}.p-feature-4-question__result__allclear__ttl__figure--person{position:absolute;right:5%;bottom:0;width:36.666666666666664%;}@media screen and (min-width:48em){.p-feature-4-question__result__allclear__ttl__figure--person{right:40px;width:210px}}.p-feature-4-question__result__allclear__explanation{padding:8.333333333333332%;background:#fde5e5;border-radius:8px;position:relative;}@media screen and (min-width:48em){.p-feature-4-question__result__allclear__explanation{padding:8.19672131147541% 19.672131147540984%}}.p-feature-4-question__result__allclear__heading{width:80%;margin:0 auto;}@media screen and (min-width:48em){.p-feature-4-question__result__allclear__heading{width:100%}}.p-feature-4-question__result__allclear__wallpaper{margin:6% auto 0;}@media screen and (min-width:48em){.p-feature-4-question__result__allclear__wallpaper{margin:8.333333333333332% auto 0;width:97.22222222222221%}}.p-feature-4-question__result__allclear__annotation{width:81.2%;margin:5% auto 0;}@media screen and (min-width:48em){.p-feature-4-question__result__allclear__annotation{width:69.44444444444444%;margin-top:5.555555555555555%}}.p-feature-4.is-fade .p-feature-4-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-feature-4.is-fade .p-feature-4-content__btn.is-bound{-webkit-animation-delay:.5s;animation-delay:.5s}@media screen and (min-width:48em){.p-feature-4.is-fade .p-feature-4-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-feature-4-question__result__content.is-show .p-feature-4-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-feature-5-contents{margin-top:15%;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;}@media screen and (min-width:48em){.p-feature-5-contents{margin-top:34px}}@media screen and (min-width:48em){.p-feature-5-contents-wrap{width:900px;margin:0 auto}}.p-feature-5-contents__inner{position:relative;}@media screen and (min-width:48em){.p-feature-5-contents__inner{width:100%}}.p-feature-5-contents .p-feature-5-person{position:absolute;z-index:1;}@media screen and (max-width:767px){.p-feature-5-contents .p-feature-5-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-feature-5-contents .p-feature-5-person__img{width:49.668874172185426%;margin:0 0 0 auto}}@media screen and (min-width:48em){.p-feature-5-contents .p-feature-5-person__img{width:auto;left:0;top:0}}.p-feature-5-contents .p-feature-5-person__name{margin-bottom:-3rem;-webkit-backface-visibility:hidden;backface-visibility:hidden;}@media screen and (min-width:48em){.p-feature-5-contents .p-feature-5-person__name{margin:0 auto;margin-top:13px}}.p-feature-5-contents .p-feature-5-person__name.is-01{width:78px;}@media screen and (max-width:767px){.p-feature-5-contents .p-feature-5-person__name.is-01{-webkit-transform:translateX(-1rem);transform:translateX(-1rem)}}.p-feature-5-contents .p-feature-5-person__name.is-02{width:61px;}@media screen and (max-width:767px){.p-feature-5-contents .p-feature-5-person__name.is-02{-webkit-transform:translateX(1rem);transform:translateX(1rem)}}.p-feature-5-contents .p-feature-5-person__name.is-03{width:118px;}@media screen and (max-width:767px){.p-feature-5-contents .p-feature-5-person__name.is-03{-webkit-transform:translateX(-5rem);transform:translateX(-5rem)}}.p-feature-5-contents .p-feature-5-acdn__txt{line-height:1.8;font-size:1.5rem}@media screen and (min-width:48em){.p-feature-5-contents .p-feature-5-acdn__parts{display:block;content:'';height:30px;width:50px;background-image:url("/system/files/landing/ad/assets_230316/images/feature-5/hukidashi_parts_02.png");background-size:cover;position:absolute;top:65px;left:-32px;z-index:1}}@media screen and (max-width:767px){.p-feature-5-contents .p-feature-5-acdn__inner{border:solid 2px #e80000;border-radius:16px;background-color:#fff;padding:10%;padding-bottom:8%}}@media screen and (min-width:48em){.p-feature-5-contents .p-feature-5-acdn__inner{display:-webkit-box;display:-ms-flexbox;display:flex;border:solid 2px #e80000;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-feature-5-contents .p-feature-5-acdn__inner:hover{right:-3px;bottom:-3px}}@media screen and (min-width:48em){.p-feature-5-contents .p-feature-5-acdn__shadow{width:82%}}.p-feature-5-contents .p-feature-5-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-feature-5-contents .p-feature-5-acdn__summary{-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:distribute;justify-content:space-around}}.p-feature-5-contents .p-feature-5-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 #e80000;color:#e80000;}@media screen and (max-width:767px){.p-feature-5-contents .p-feature-5-acdn__summary__item{font-size:1.1rem;line-height:1.3;padding:6px 11px}}.p-feature-5-contents .p-feature-5-acdn__summary__item + .p-feature-5-acdn__summary__item{margin-left:10px;}@media screen and (max-width:767px){.p-feature-5-contents .p-feature-5-acdn__summary__item + .p-feature-5-acdn__summary__item{margin-left:0;margin-top:10px}}@media screen and (max-width:767px){.p-feature-5-contents .p-feature-5-acdn__summary__item:first-child{margin-top:10px}}.p-feature-5-contents .p-feature-5-acdn__target{border-bottom:2px solid #e80000;padding-bottom:2.604166666666667%;margin-bottom:7.8125%;}@media screen and (min-width:48em){.p-feature-5-contents .p-feature-5-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-feature-5-contents .p-feature-5-acdn__target__money{font-size:1.5rem;font-weight:bold;display:block;}@media screen and (max-width:767px){.p-feature-5-contents .p-feature-5-acdn__target__money{margin-top:7%;padding-bottom:4.6875%}}.p-feature-5-contents .p-feature-5-acdn__target__hdg{-webkit-backface-visibility:hidden;backface-visibility:hidden;}@media screen and (max-width:767px){.p-feature-5-contents .p-feature-5-acdn__target__hdg{padding-top:22%;position:relative}.p-feature-5-contents .p-feature-5-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-feature-5-contents .p-feature-5-acdn__target__hdg.is-01{width:80.17057569296375%}}@media screen and (max-width:767px){.p-feature-5-contents .p-feature-5-acdn__target__hdg.is-02{width:47.54797441364605%}}@media screen and (max-width:767px){.p-feature-5-contents .p-feature-5-acdn__target__hdg.is-03{width:72.92110874200426%}}.p-feature-5-contents .p-feature-5-acdn__target + .c-accordion__outer.is-height{height:85px !important;}@media screen and (min-width:48em){.p-feature-5-contents .p-feature-5-acdn__target + .c-accordion__outer.is-height{height:24px !important}}.p-feature-5-contents .p-feature-5-acdn-wrap{width:100%;position:relative}.p-feature-5-contents .p-feature-5-acdn-wrap + span{display:block;content:'';width:12rem;height:3.2rem;background-image:url("/system/files/landing/ad/assets_230316/images/feature-5/btn_more_sp.svg");background-repeat:no-repeat;background-size:cover;margin:0 auto;margin-top:1rem;}@media screen and (min-width:48em){.p-feature-5-contents .p-feature-5-acdn-wrap + span{width:2.4rem;height:2.4rem;background-image:url("/system/files/landing/ad/assets_230316/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-feature-5-contents.is-open .p-feature-5-acdn-wrap + span{-webkit-transform:rotate(180deg);transform:rotate(180deg)}}@media screen and (max-width:767px){.p-feature-5-contents.is-open .p-feature-5-acdn-wrap + span{background-image:url("/system/files/landing/ad/assets_230316/images/feature-5/btn_close_sp.svg")}}.p-feature-5.is-fade .p-feature-5-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-feature-5.is-fade .p-feature-5-contents.is-delay-1{-webkit-animation-delay:.4s;animation-delay:.4s}.p-feature-5.is-fade .p-feature-5-contents.is-delay-2{-webkit-animation-delay:.6s;animation-delay:.6s}.p-feature-5.is-fade .p-feature-5-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-feature-6-contents{margin-top:5.859375%;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;}@media screen and (min-width:48em){.p-feature-6-contents{display:block;margin-top:35px}}@media screen and (max-width:767px){.p-feature-6-contents:first-child{margin-top:0}}@media screen and (max-width:767px){.p-feature-6-contents-wrap{padding:0 10px}}@media screen and (min-width:48em){.p-feature-6-contents-wrap{width:886px;margin:0 auto}}.p-feature-6-contents__accordion{margin-top:4.6875%;}@media screen and (min-width:48em){.p-feature-6-contents__accordion{margin-top:36px}}.p-feature-6-contents.p-more__contents__item{visibility:hidden;height:0;margin-top:0;-webkit-transition:all .5s ease;transition:all .5s ease;opacity:0;}.p-feature-6-contents.p-more__contents__item.is-show{visibility:visible;height:auto;margin-top:7%;}@media screen and (min-width:48em){.p-feature-6-contents.p-more__contents__item.is-show{margin-top:35px}}.p-feature-6-contents.p-more__contents__item.is-show:first-of-type{margin-top:0}.p-feature-6-contents__outer{border-top:2px solid #e80000;margin:0 4.817708333333334%;margin-right:12.239583333333332%;}@media screen and (min-width:48em){.p-feature-6-contents__outer{margin-right:80px}}.p-feature-6-contents__inner{width:100%;z-index:1;}.p-feature-6-contents__inner > .c-accordion__trigger{border:solid 2px #e80000;border-radius:16px;background-color:#fff;}@media screen and (min-width:48em){.p-feature-6-contents__inner > .c-accordion__trigger:hover{right:-3px;bottom:-3px}}.p-feature-6-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-feature-6-contents__trigger{padding:32px 32px 25px 36px}}@media screen and (max-width:767px){.p-feature-6-contents__question.is-01{width:66%}}@media screen and (max-width:767px){.p-feature-6-contents__question.is-01-7{width:87.01517706576728%}}@media screen and (max-width:767px){.p-feature-6-contents__question.is-02{width:55.1433389544688%}}@media screen and (max-width:767px){.p-feature-6-contents__question.is-03{width:71%}}@media screen and (max-width:767px){.p-feature-6-contents__question.is-04{width:72%}}@media screen and (max-width:767px){.p-feature-6-contents__question.is-05{width:81%}}@media screen and (max-width:767px){.p-feature-6-contents__question.is-06{width:87%}}@media screen and (max-width:767px){.p-feature-6-contents__question.is-07{width:73%}}@media screen and (max-width:767px){.p-feature-6-contents__question.is-08{width:81%}}.p-feature-6-contents__question + span{display:block;content:'';width:2.4rem;height:2.4rem;background-image:url("/system/files/landing/ad/assets_230316/images/common/btn_more.svg");background-repeat:no-repeat;background-size:cover;-webkit-transition:.4s ease-out;transition:.4s ease-out}.p-feature-6-contents.is-open .p-feature-6-contents__question + span{-webkit-transform:rotate(180deg);transform:rotate(180deg)}@media screen and (max-width:767px){.p-feature-6-contents:first-child{margin-top:6.510416666666667% !important}}.p-feature-6-acdn__txt{font-size:1.5rem;margin-top:2.604166666666667%;line-height:1.8;}@media screen and (max-width:767px){.p-feature-6-acdn__txt{margin:0 auto;padding-left:24%}}@media screen and (min-width:48em){.p-feature-6-acdn__txt{margin:10px 0 0 auto;width:673px}}.p-feature-6-acdn__inner{padding-bottom:5.859375%;}@media screen and (min-width:48em){.p-feature-6-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-feature-6-acdn__point{margin-left:7.5%;margin-top:5.859375%;width:80%}}@media screen and (min-width:48em){.p-feature-6-acdn__point{margin-top:33px}}@media screen and (max-width:767px){.p-feature-6-acdn__point.is-01{width:79.81481481481481%;margin-left:8.5%}}@media screen and (max-width:767px){.p-feature-6-acdn__point.is-01-7{width:81.48148148148148%;margin-left:5.5%}}@media screen and (max-width:767px){.p-feature-6-acdn__point.is-02{width:92.5925925925926%;margin-left:5.5%}}@media screen and (max-width:767px){.p-feature-6-acdn__point.is-03{width:81.48148148148148%}}@media screen and (max-width:767px){.p-feature-6-acdn__point.is-04{width:64.81481481481481%;margin-left:23.5%}}@media screen and (max-width:767px){.p-feature-6-acdn__point.is-05{width:92.5925925925926%}}@media screen and (max-width:767px){.p-feature-6-acdn__point.is-06{width:81.48148148148148%}}@media screen and (max-width:767px){.p-feature-6-acdn__point.is-07{width:81.48148148148148%}}@media screen and (max-width:767px){.p-feature-6-acdn__point.is-08{width:81.48148148148148%}}@media screen and (max-width:767px){.p-feature-6-acdn__person{margin:0 -7% 0 auto;margin-top:-24%;width:28%}}@media screen and (min-width:48em){.p-feature-6-acdn__person{margin-left:2.083333333333333%;width:120px}}@media screen and (max-width:767px){.p-feature-6-acdn__person.is-02{margin-top:-15%}}@media screen and (max-width:767px){.p-feature-6-acdn__person.is-05{margin-top:-16%}}.p-feature-6-acdn__answer{margin-top:6%;margin-left:7%;}@media screen and (min-width:48em){.p-feature-6-acdn__answer{margin-left:22px;margin-top:27px}}@media screen and (max-width:767px){.p-feature-6-acdn__answer.is-01{width:63%}}@media screen and (max-width:767px){.p-feature-6-acdn__answer.is-01-7{width:58.070500927643785%;margin-bottom:3%}}@media screen and (min-width:48em){.p-feature-6-acdn__answer.is-01-7{margin-bottom:5px}}@media screen and (max-width:767px){.p-feature-6-acdn__answer.is-02{width:88.68274582560296%}}@media screen and (max-width:767px){.p-feature-6-acdn__answer.is-03{width:92.57884972170687%;margin-bottom:3%}}@media screen and (min-width:48em){.p-feature-6-acdn__answer.is-03{margin-bottom:5px}}@media screen and (max-width:767px){.p-feature-6-acdn__answer.is-04{width:73.65491651205936%}}@media screen and (max-width:767px){.p-feature-6-acdn__answer.is-05{width:80.70500927643785%}}@media screen and (max-width:767px){.p-feature-6-acdn__answer.is-06{width:43.042671614100186%}}@media screen and (max-width:767px){.p-feature-6-acdn__answer.is-07{width:77.36549165120594%;margin-bottom:3%}}@media screen and (max-width:767px){.p-feature-6-acdn__answer.is-08{width:83.48794063079778%;margin-bottom:3%}}.p-feature-6-acdn__link{color:#e80000;text-decoration:underline}.p-feature-6.is-fade .p-feature-6-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-feature-6.is-fade .p-feature-6-contents.is-show.is-delay-1{-webkit-animation-delay:.4s;animation-delay:.4s}.p-feature-6.is-fade .p-feature-6-contents.is-show.is-delay-2{-webkit-animation-delay:.6s;animation-delay:.6s}.p-feature-6.is-fade .p-feature-6-contents.is-show.is-delay-3{-webkit-animation-delay:.8s;animation-delay:.8s}.p-feature-6.is-fade .p-feature-6-contents.is-show.is-delay-4{-webkit-animation-delay:.4s;animation-delay:.4s}.p-feature-6.is-fade .p-feature-6-contents.is-show.is-delay-5{-webkit-animation-delay:.6s;animation-delay:.6s}.p-feature-6.is-fade .p-feature-6-contents.is-show.is-delay-6{-webkit-animation-delay:.8s;animation-delay:.8s}.p-feature-6.is-fade .p-feature-6-contents.is-show.is-delay-7{-webkit-animation-delay:1s;animation-delay:1s}.p-feature-6.is-fade .p-feature-6-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-feature-6.is-fade .p-feature-6-contents.is-open .p-feature-6-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-feature-6.is-fade .p-feature-6-contents.is-open .p-feature-6-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}}.p-feature-7-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:#fff;padding:7.042253521126761% 3.52112676056338% 5.915492957746479%;border-radius:3.52112676056338%;margin-top:19.53125%;}@media screen and (min-width:48em){.p-feature-7-contents{padding:33px 52px 35px;border-radius:20px;margin-top:149px}}.p-feature-7-contents__img{width:100%;margin-top:5.633802816901409%;}.p-feature-7-contents__img img{margin:0 auto;display:block}@media screen and (min-width:48em){.p-feature-7-contents__img{margin-top:30px}}.p-feature-7-contents__btn{width:92.3076923076923%;margin-top:4.545454545454546%;}@media screen and (min-width:48em){.p-feature-7-contents__btn{width:400px;margin-top:20px}}.p-feature-7-contents__btn__figure{position:relative;width:100%;height:100%;z-index:0;}.p-feature-7-contents__btn__figure:before{content:'';display:block;position:absolute;right:-2%;bottom:-12%;width:100%;height:100%;background:url("/system/files/landing/ad/assets_230316/images/feature-7/button_shadow_sp.png") center center no-repeat;background-size:contain;z-index:-1;}@media screen and (min-width:48em){.p-feature-7-contents__btn__figure:before{right:-6px;bottom:-6px;background-image:url("/system/files/landing/ad/assets_230316/images/feature-7/button_shadow_pc.png")}}@media screen and (min-width:48em){.p-feature-7-contents__anchor:hover .p-feature-7-contents__btn__image{-webkit-transform:translate(.75%,4.285714285714286%);transform:translate(.75%,4.285714285714286%)}}.p-feature-7-contents:nth-child(n+2){margin-top:5.88235294117647%;}@media screen and (min-width:48em){.p-feature-7-contents:nth-child(n+2){margin-top:50px}}@media screen and (max-width:767px){.p-feature-7-contents.is-campaign .p-feature-7-contents__heading{width:66.36363636363637%}}@media screen and (max-width:767px){.p-feature-7-contents.is-line .p-feature-7-contents__heading{width:82.72727272727273%}}@media screen and (max-width:767px){.p-feature-7-contents.is-sports .p-feature-7-contents__heading{width:86.96969696969697%}}@media screen and (min-width:48em){.p-feature-7-contents.is-btn-big .p-feature-7-contents__btn{width:580px}}.p-feature-7-contents.is-btn-big .p-feature-7-contents__btn__figure:before{bottom:-9.230769230769232%;background-image:url("/system/files/landing/ad/assets_230316/images/feature-7/button_shadow_big_sp.png");}@media screen and (min-width:48em){.p-feature-7-contents.is-btn-big .p-feature-7-contents__btn__figure:before{right:-6px;bottom:-6px;background-image:url("/system/files/landing/ad/assets_230316/images/feature-7/button_shadow_big_pc.png")}}@media screen and (min-width:48em){.p-feature-7-contents.is-btn-big .p-feature-7-contents__anchor:hover .p-feature-7-contents__btn__image{-webkit-transform:translate(.5172413793103449%,4.285714285714286%);transform:translate(.5172413793103449%,4.285714285714286%)}}.p-feature-7-contents__margin{margin-top:10.416666666666668%;}@media screen and (min-width:48em){.p-feature-7-contents__margin{margin-top:60px}}.p-feature-3__modalInner{overflow:hidden;}.p-feature-3__modalInner__hdg{padding-bottom:4.427083333333334%;border-bottom:1px solid #e80000}.p-feature-3__modalInner__txt{margin:0 auto;}.p-feature-3__modalInner__txt.is-01{width:64.92753623188405%}.p-feature-3__modalInner__txt.is-02{width:61.44927536231884%;}.p-feature-3__modalInner__txt.is-02.hdg-02{width:100%;margin-top:6.770833333333333%;padding-bottom:6.770833333333333%}.p-feature-3__modalInner__txt.is-03{width:56.231884057971016%;}.p-feature-3__modalInner__txt.is-03.hdg-02{width:100%;margin-top:8.723958333333332%;padding-bottom:6.770833333333333%}.p-feature-3__modalInner__txt.is-04{width:76.81159420289855%;}.p-feature-3__modalInner__txt.is-04.hdg-02{width:48.40579710144928%;}@media screen and (min-width:48em){.p-feature-3__modalInner__txt.is-04.hdg-02{width:34.125%}}@media screen and (max-width:767px){.p-feature-3__modalInner__txt.is-05{width:57.2463768115942%}}.p-feature-3__modalInner__txt.is-05 img{margin:auto}@media screen and (max-width:767px){.p-feature-3__modalInner__txt.is-05.hdg-02{width:53.62318840579711%;margin-top:8.723958333333332%;padding-bottom:9.114583333333332%}}@media screen and (min-width:48em){.p-feature-3__modalInner__txt.is-05.hdg-02{margin-top:40px;padding-bottom:40px}}.p-feature-3__modalInner__txt.is-06{width:59.130434782608695%;}.p-feature-3__modalInner__txt.is-06.hdg-02{width:41.73913043478261%;margin-top:8.723958333333332%;padding-bottom:6.770833333333333%;}@media screen and (min-width:48em){.p-feature-3__modalInner__txt.is-06.hdg-02{width:234px}}.p-feature-3__modalInner__txt.is-07 img{margin:0 auto}.p-feature-3__modalInner__txt.is-08{width:82.89855072463767%}.p-feature-3__modalInner__txt.is-09{width:76.37681159420289%}.p-feature-3__modalInner__top{margin-top:5.208333333333334%;}.p-feature-3__modalInner__top > p{text-align:center;margin-top:2.213541666666667%;padding-bottom:6.510416666666667%;}@media screen and (min-width:48em){.p-feature-3__modalInner__top > p{font-size:12px}}.p-feature-3__modalInner__top .p-feature-3__modalInner__txt.is-01{width:53.188405797101446%}.p-feature-3__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-feature-3__modalInner__item-wrapwidth > p{font-size:15px}}.p-feature-3__modalInner__item.is-01{width:93.5%;margin:0 auto}.p-feature-3__modalInner__item.is-02{margin:0 auto;width:93.5%;}.p-feature-3__modalInner__item.is-02.type-01{width:87%}.p-feature-3__modalInner__item.is-02.type-02{width:100%}.p-feature-3__modalInner__item.is-03{margin:0 auto;width:80.8695652173913%;}.p-feature-3__modalInner__item.is-03.type-01{width:84.19%}.p-feature-3__modalInner__item.is-03.type-02{width:100%}.p-feature-3__modalInner__item.is-03.type-03{width:100%}.p-feature-3__modalInner__item.is-04{margin:0 auto;-webkit-box-sizing:border-box;box-sizing:border-box;}.p-feature-3__modalInner__item.is-04 > a{color:#e80000;text-decoration:underline;line-height:1.636363636363636;text-align:center;margin-top:3.90625%;display:block;}@media screen and (min-width:48em){.p-feature-3__modalInner__item.is-04 > a{font-size:1.4rem}}@media screen and (max-width:767px){.p-feature-3__modalInner__item.is-04.type-01{width:56.36363636363636%}.p-feature-3__modalInner__item.is-04.type-02{width:61.212121212121204%}.p-feature-3__modalInner__item.is-04.type-03{width:61.212121212121204%}.p-feature-3__modalInner__item.is-04.type-04{width:66.36363636363637%}.p-feature-3__modalInner__item.is-04.type-05{width:54.54545454545454%}.p-feature-3__modalInner__item.is-04.type-06{width:56.36363636363636%}.p-feature-3__modalInner__item.is-04.type-07{width:56.36363636363636%}.p-feature-3__modalInner__item.is-04.type-08{width:74.54545454545455%}}.p-feature-3__modalInner__item.is-05{margin:0 auto;padding:10px 0;}@media screen and (max-width:767px){.p-feature-3__modalInner__item.is-05.type-01{width:90.32786885245902%}.p-feature-3__modalInner__item.is-05.type-02{width:65.08196721311475%}.p-feature-3__modalInner__item.is-05.type-03{width:95.57377049180327%}.p-feature-3__modalInner__item.is-05.type-04{width:75.90163934426229%}.p-feature-3__modalInner__item.is-05.type-05{width:74.75409836065575%}.p-feature-3__modalInner__item.is-05.type-06{width:79.67213114754098%}}.p-feature-3__modalInner__item.is-06{margin:0 auto;}.p-feature-3__modalInner__item.is-06.type-01{width:69.66666666666667%;}@media screen and (min-width:48em){.p-feature-3__modalInner__item.is-06.type-01{width:46.10778443113773%}}.p-feature-3__modalInner__item.is-06.type-02{width:56.333333333333336%;}@media screen and (min-width:48em){.p-feature-3__modalInner__item.is-06.type-02{width:41.61676646706587%}}.p-feature-3__modalInner__item.is-06.type-03{margin-top:3.90625%;padding-bottom:3.90625%;border-bottom:1px solid #e80000;}@media screen and (min-width:48em){.p-feature-3__modalInner__item.is-06.type-03{width:100%}}.p-feature-3__modalInner__item.is-06.type-03 > img{width:84.63768115942028%;margin:0 auto;}@media screen and (min-width:48em){.p-feature-3__modalInner__item.is-06.type-03 > img{width:auto}}.p-feature-3__modalInner__item.is-06.type-04{margin-top:3.90625%;padding-bottom:7.8125%;width:84.63768115942028%;}@media screen and (min-width:48em){.p-feature-3__modalInner__item.is-06.type-04{width:auto}}.p-feature-3__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-feature-3__modalInner__item.is-07{width:74.49856733524355%}}.p-feature-3__modalInner__item.is-08{margin:0 auto;width:84.05797101449275%;margin-top:5.208333333333334%;padding-bottom:5.208333333333334%;}@media screen and (min-width:48em){.p-feature-3__modalInner__item.is-08{width:67.90830945558739%}}.p-feature-3__modalInner__item.is-09{margin-top:5.208333333333334%;padding-bottom:5.208333333333334%}@media screen and (min-width:48em){.p-feature-3__modalInner__point{margin-top:5.989583333333334%}}.p-feature-3__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-feature-3__modalInner__point > p{font-size:12px}}.p-feature-3__modalInner__point.is-01{width:59.567387687188024%;}@media screen and (min-width:48em){.p-feature-3__modalInner__point.is-01{width:73.63896848137536%}}.p-feature-3__modalInner__point.is-02{width:61.23128119800333%;}@media screen and (min-width:48em){.p-feature-3__modalInner__point.is-02{width:75.07163323782235%}}.p-feature-3__modalInner__point.is-03{width:58.9018302828619%;}@media screen and (min-width:48em){.p-feature-3__modalInner__point.is-03{width:74.06876790830945%}}@media screen and (max-width:767px){.p-feature-3__modalInner__person{width:45.4242928452579%}}@media screen and (min-width:48em){.p-feature-3__modalInner__person{width:27.07736389684814%}}.p-feature-3__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-feature-3__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}}.p-feature-3__modalInner__table{width:100%;border-collapse:separate;border-radius:10px;border:1px solid #e80000;font-size:1.3rem;overflow:hidden;margin-top:6.770833333333333%;}@media screen and (min-width:48em){.p-feature-3__modalInner__table{font-size:15px}}.p-feature-3__modalInner__table__list:nth-child(1) td{border-bottom:1px solid #e80000}.p-feature-3__modalInner__table__list:nth-child(1) td:nth-child(1){border-right:1px solid #e80000;background:#fde5e5}.p-feature-3__modalInner__table__list:nth-child(2) td:nth-child(1){border-right:1px solid #e80000;background:#fde5e5;}@media screen and (min-width:48em){.p-feature-3__modalInner__table__list:nth-child(2) td:nth-child(1){white-space:nowrap}}.p-feature-3__modalInner__table__list td{padding:4.427083333333334%;vertical-align:middle;line-height:1.384615384615385}.p-feature-3__modalInner__btn__inner{position:relative;}.p-feature-3__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-feature-3__modalInner__btn__inner:before{right:-6px;bottom:-6px}}@media screen and (min-width:48em){.p-feature-3__modalInner__btn__inner.btn-02{width:48.78048780487805%;margin:0 auto}}.p-feature-3__modalInner__btn__inner.btn-01:before{background:url("/system/files/landing/ad/assets_230316/images/feature-3/modal-4/btn_shadow_sp.png") center center no-repeat;background-size:contain;}@media screen and (min-width:48em){.p-feature-3__modalInner__btn__inner.btn-01:before{background:url("/system/files/landing/ad/assets_230316/images/feature-3/modal-4/btn_shadow_pc.png") center center no-repeat;background-size:contain}}.p-feature-3__modalInner__btn__inner.btn-02:before{background:url("/system/files/landing/ad/assets_230316/images/feature-3/modal-6/btn_shadow_sp.png") center center no-repeat;background-size:contain;}@media screen and (min-width:48em){.p-feature-3__modalInner__btn__inner.btn-02:before{background:url("/system/files/landing/ad/assets_230316/images/feature-3/modal-6/btn_shadow_pc.png") center center no-repeat;background-size:contain}}@media screen and (min-width:48em){.p-feature-3__modalInner__btn:hover img{-webkit-transform:translate(.75%,4.285714285714286%);transform:translate(.75%,4.285714285714286%)}}.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%;}.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(even),.p-modal-5__item__inner:nth-child(even),.p-modal-6__item__inner:nth-child(even){border-left:1px solid #e80000}.p-modal-4__item__inner:after,.p-modal-5__item__inner:after,.p-modal-6__item__inner:after{display:block;content:'';height:1px;background:#e80000;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{width:90%;bottom:-13px}}@media screen and (max-width:767px){.p-modal-4__item__inner:after,.p-modal-5__item__inner:after,.p-modal-6__item__inner:after{width:100%}}@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%;line-height:1.5;}@media screen and (min-width:48em){.p-modal-4__btn > p{font-size:1.2rem}}.p-modal-5__item > p{line-height:1.666666666666667;text-align:center;width:100%;font-size:13px;}@media screen and (max-width:767px){.p-modal-5__item > p{font-size:11px}}.p-modal-5__item > p span{display:inline-block;text-align:left;}.p-modal-5__item > p 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;}@media screen and (max-width:767px){.p-modal-5__item > p span i{font-size:9px}}@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):after{display:none}@media screen and (max-width:767px){.p-modal-5__item__inner:nth-child(even){border-left:none}}.p-modal-7__item .note{font-size:12px;text-align:center;margin:0 auto;line-height:1.461538461538461;}@media screen and (max-width:767px){.p-modal-7__item .note{font-size:10px}}.p-modal-7__item .arrow{text-align:center;margin:30px auto 20px;}@media screen and (min-width:48em){.p-modal-7__item .arrow{max-width:20px}}@media screen and (max-width:767px){.p-modal-7__item .arrow{max-width:16px}}.p-modal-8__item > p{margin:0 auto;width:84.05797101449275%;line-height:1.461538461538461;}@media screen and (min-width:48em){.p-modal-8__item > p{font-size:1.5rem;width:60.74498567335244%;text-align:center}}.p-modal-9__txt{margin-top:5.072463768115942%;padding-bottom:5.072463768115942%;line-height:1.461538461538461;text-align:center;}@media screen and (min-width:48em){.p-modal-9__txt{font-size:1.5rem;line-height:1.8}}.p-modal-9__txt > a{color:#e80000;text-decoration:underline;display:block}@media screen and (min-width:48em){.p-modal-9__txt p > span{font-size:12px}}.p-feature-3__modalInner__item.is-09:nth-child(3){width:80%;margin:0 auto}@media screen and (min-width:48em){.p-feature-3__modalInner__item img{margin-left:auto;margin-right:auto}}.p-modal-4__item__inner{text-align:center}.p-modal-4__item__inner a{color:#e80000;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}}.p-modal-4__item__inner .img__txt{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 .img__txt{font-size:1.5rem}}.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-image:url("/system/files/landing/ad/assets_230316/images/common/shadow_sp.png");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/ad/assets_230316/images/common/shadow_pc.png")}}