@charset "UTF-8";
/* ==========================================================================
	計測タグの余白をリセット
========================================================================== */
iframe[name="google_conversion_frame"] {
  position: absolute;
  height: 0;
}

/* sanitize overwrite */
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dd,
dt {
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ol,
ul,
li {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
  outline: none;
}

a:focus {
  outline: none;
}

main {
  display: block;
}

button {
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
}

nav li:before {
  content: "";
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../../resources/fonts/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: 'slick';
  src: url("fonts/slick.eot");
  src: url("fonts/slick.eot?#iefix") format("embedded-opentype"), url("../resources/fonts/slick.woff") format("woff"), url("../resources/fonts/slick.ttf") format("truetype"), url("fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 32px;
  width: 32px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 1;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  display: none !important;
}

.slick-prev {
  background: url("../../resources/images/common/btn_l.svg") center center no-repeat;
  left: -16px;
}

[dir='rtl'] .slick-prev {
  left: auto;
  right: -16px;
}

.slick-next {
  background: url("../../resources/images/common/btn_r.svg") center center no-repeat;
  right: -16px;
}

[dir='rtl'] .slick-next {
  left: -16px;
  right: auto;
}

/* Dots */
.slick-dots {
  position: absolute;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 8px;
  width: 8px;
  margin: 0 7px;
  padding: 0;
  top: -6px;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 8px;
  width: 8px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.slick-dots li button:before {
  background: #666666;
  border-radius: 9999px;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  text-align: center;
  color: #666666;
  opacity: 0.25;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: #666666;
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  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;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[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;
}

/* ==========================================================================
	BASE
========================================================================== */
/* // base.cssを上書きする
#content * {
    font-family: YakuHanJP, 'Noto Sans JP', sans-serif;
    -webkit-text-size-adjust: 100%;
    // text-align: justify;
    @include font-smoothing('on');

    //IEでのsvgfix（サイズが固定値になってしまう）
    img[src$='.svg'] {
        width: 100%;
    }

    img {
        max-width: 100%;
    }

    //タップ時のハイライトOFF
    a {
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }
}

#content {
    color: #4d4d4d;
} */
html,
body {
  width: 100%;
  margin: 0;
}

body {
  font-size: 16px;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'YakuHanJP_Noto', 'Noto Sans JP', 'Hiragino Kaku Gothic Pro W3', 'ヒラギノ角ゴ Pro W3', 'メイリオ', sans-serif;
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  line-height: 1.7;
  -webkit-text-size-adjust: 100%;
}

body img {
  pointer-events: none;
  touch-callout: none;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

body a img {
  pointer-events: all;
  touch-callout: none;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

img {
  max-width: 100%;
}

button {
  cursor: pointer;
  display: block;
  outline: none;
}

iframe[name='google_conversion_frame'] {
  position: absolute;
  height: 0;
}

.l-main {
  position: relative;
}

.l-content {
  overflow: hidden;
  width: 100%;
}

.footer-org {
  color: #6c6c6c;
  background-color: #ffffff;
  border-top: 1px solid #ccc;
}

.footer-org__inner {
  padding: 15px;
}

.footer-org__l .logo img {
  width: 105px;
  height: 24px;
}

.footer-org__l .copy {
  font-size: 10px;
  font-size: 0.625rem;
  margin: 10px auto auto 30px;
}

.footer-org__r .about {
  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;
  margin-top: 2.66667vw;
}

.footer-org__r .about li {
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 1.33333vw;
}

.footer-org__r .about li:first-of-type {
  margin-top: 1.33333vw;
}

.footer-org__r .about li:nth-of-type(2) {
  position: relative;
}

.footer-org__r .copy {
  font-size: 10px;
  font-size: 0.625rem;
  margin-top: 4vw;
}

#benesse-header .benesse-header-inner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header-nav {
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 8888;
}

.header-nav__inner {
  padding: 0 0 0 15px;
}

.header-nav a {
  display: block;
}

.header-nav .header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-nav .logo-bene img {
  width: 18.13333vw;
}

.header-nav .logo-studycast {
  width: 24vw;
}

.header-nav .logo-wicca {
  width: 16.53333vw;
  margin-left: 20px;
}

.c-acc {
  margin-top: 4px;
  font-size: 12px;
  font-size: 0.75rem;
}

.c-acc__ttl {
  cursor: pointer;
  padding-left: 16px;
  position: relative;
}

.c-acc__ttl:before {
  background: url(../../resources/images/common/ico_plus.svg) no-repeat center/contain;
  content: '';
  display: block;
  height: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  position: absolute;
  top: 50%;
  left: 0;
}

.c-acc__ttl.-active:before {
  background-image: url(../../resources/images/common/ico_minus.svg);
}

.c-acc__txt {
  margin-top: 4px;
  padding-left: 16px;
  display: none;
}

.c-sec {
  margin: 32px auto 0;
}

.c-sec__ttl {
  background: #64be73;
  border-radius: 20px 20px 0 0;
  color: #ffffff;
  font-weight: bold;
  line-height: 1;
  padding: 24px 0 24px;
  position: relative;
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
}

.c-sec__ttl:after {
  background: url(../../resources/images/common/parts_secttl.svg) no-repeat top center/contain;
  content: '';
  display: block;
  height: 19px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 28px;
  z-index: -1;
  position: absolute;
  left: 50%;
  bottom: -12px;
}

.c-sec__ttl .txt {
  display: inline-block;
  padding-left: 40px;
  position: relative;
}

.c-sec__ttl .ico {
  position: absolute;
  top: 0;
  left: 0;
}

.about .c-sec__ttl .ico {
  height: 40px;
  width: 36px;
  position: absolute;
  top: -6px;
  left: 0;
}

.introduction .c-sec__ttl .ico {
  height: 37px;
  width: 39px;
  position: absolute;
  top: -6px;
  left: -4px;
}

.program .c-sec__ttl .ico {
  height: 34px;
  width: 47px;
  position: absolute;
  top: -6px;
  left: -20px;
}

.howto .c-sec__ttl .ico {
  height: 30px;
  width: 59px;
  position: absolute;
  top: -3px;
  left: -30px;
}

.c-sec__cont {
  padding: 26px 5.33333vw 0;
}

.c-sec__read {
  font-weight: bold;
  line-height: calc(46 / 28);
  font-size: 14px;
  font-size: 0.875rem;
}

.c-br_nrw {
  display: none;
}

.c-br_wide {
  display: none;
}

.c-hidetxt {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

html.in_modal,
body.in_modal {
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
}

.c-share__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-share__txt {
  width: 138px;
}

.c-share__twitter img {
  height: 13px;
}

.c-share__line {
  margin-left: 10px;
  margin-top: 2px;
}

.c-share__line img {
  height: 15px;
}

#content * .c-yugo {
  font-family: YakuHanJP, 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体', 'Noto Sans JP', sans-serif;
}

.c-txtlink {
  color: #F7C319;
  text-decoration: underline;
}

.c-txtlink:hover {
  text-decoration: none;
}

.c-visible_nrw {
  display: block;
}

.c-visible_wide {
  display: block;
}

/* ==========================================================================
    utility:guide
========================================================================== */
.u-guide {
  z-index: 9999;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: url(/assets/img/common/util/guide.png) repeat-y top center;
  position: fixed;
  top: 0;
  left: 0;
}

.attention {
  padding: 35px;
}

.attention__ttl {
  width: 74px;
}

.attention__txt {
  font-size: 11px;
  font-size: 0.6875rem;
  text-align: justify;
  color: #949494;
}

.attention__bottom {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 34px;
}

.scroll-top__btn {
  position: relative;
  width: 55px;
  height: 55px;
}

.scroll-top__btn:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #164584;
}

.scroll-top__btn:after {
  position: absolute;
  left: 50%;
  bottom: 22px;
  content: '';
  background: url(../images/scene/btn_arrow.svg) no-repeat top center/contain;
  width: 23px;
  height: 13px;
  -webkit-transform: translateX(-50%) rotate(1deg);
          transform: translateX(-50%) rotate(1deg);
}

.scene__check {
  padding: 4vw;
}

.scene__check__icon {
  text-align: center;
}

.scene__check__icon img {
  width: 111px;
}

.scene__check__ttl {
  font-size: 19px;
  font-size: 1.1875rem;
  color: #f191a0;
  font-weight: bold;
  margin-top: -13px;
  text-align: center;
  padding-bottom: 6px;
}

.-scene02 .scene__check__ttl {
  color: #2865a5;
}

.scene__check__cont {
  padding: 10px 15px;
}

.scene__check__cont__ttl {
  font-size: 17px;
  font-size: 1.0625rem;
  color: #000;
  font-weight: bold;
  list-style: 1.5em;
}

.scene__check__cont__txt {
  font-size: 14px;
  font-size: 0.875rem;
  list-style: 1.8em;
  margin-top: 10px;
}

.scene__check__cont__view {
  margin: 28px auto 0;
  width: 107px;
  position: relative;
  display: block;
}

.scene__check__cont__view:after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #e9546b;
}

.scene__check__cont__offer {
  font-size: 10px;
  font-size: 0.625rem;
  margin-top: 15px;
}

.scene__check__ph {
  position: relative;
}

.scene__keyword {
  background-image: url(../images/scene/scene_bg.png);
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: auto 142px;
  border-radius: 0 0 10px 10px;
  padding-bottom: 0;
  height: 143px;
  /*  margin-top: 85px;
    padding-bottom: 29px; */
}

.scene__keyword__ttl {
  margin: 0 auto;
  padding-top: 16px;
  width: 189px;
}

.scene__keyword__word {
  margin: 0 auto;
  width: 186px;
}

.scene__keyword__txt {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #fff;
  font-weight: bold;
  line-height: 1.4em;
  text-align: center;
}

.scene__keyword__txt .span_yellow {
  color: #ffda33;
}

@-webkit-keyframes bgiLoop-nrw {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -100vw -124.4vw;
  }
}

@keyframes bgiLoop-nrw {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -100vw -124.4vw;
  }
}

@-webkit-keyframes bgiLoop-wid {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1920px -1080px;
  }
}

@keyframes bgiLoop-wid {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1920px -1080px;
  }
}

.scene__wrapper {
  background: url(../images/common/mainv_bg.png);
  background-color: #fdf3f5;
  background-repeat: repeat;
  background-size: 100vw;
  padding: 90px 5.33333vw 40px;
  margin-top: -38px;
  -webkit-animation: bgiLoop-nrw 110s linear infinite;
          animation: bgiLoop-nrw 110s linear infinite;
}

.scene__open__content {
  margin-top: 0;
}

.scene__content {
  position: relative;
}

.scene__content.-scene02 {
  margin-top: 67px;
}

.scene__content.-scene03 {
  margin-top: 67px;
}

.scene__matomepoint__content {
  padding: 4vw;
  margin-top: 30px;
}

.scene__matomepoint__top {
  font-size: 17px;
  font-size: 1.0625rem;
  background-color: #fbdee2;
  border-radius: 10px;
  font-weight: bold;
  text-align: center;
  padding: 10px 0;
  position: relative;
}

.-scene02 .scene__matomepoint__top {
  background-color: #dfe8f1;
}

.scene__matomepoint__top .span_pink {
  color: #e9546b;
}

.scene__matomepoint__ttl {
  display: inline-block;
  position: relative;
}

.scene__matomepoint__ttl:before {
  position: absolute;
  top: 2px;
  left: -24px;
  content: '';
  background: url(../images/scene/deco_point_1.png) no-repeat top center/contain;
  height: 14px;
  width: 18px;
}

.scene__matomepoint__ttl:after {
  position: absolute;
  top: 2px;
  right: -22px;
  content: '';
  background: url(../images/scene/deco_point_2.png) no-repeat top center/contain;
  height: 14px;
  width: 18px;
}

.scene__matomepoint__line {
  border-bottom: 4px dotted #fff;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 73.86667vw;
  z-index: 100;
}

.scene__matomepoint__txt {
  font-size: 13px;
  font-size: 0.8125rem;
  background-color: #fbdee2;
  border-radius: 10px;
  padding: 19px;
}

.-scene02 .scene__matomepoint__txt {
  background-color: #dfe8f1;
  position: relative;
}

.scene__menu {
  background-image: url(../images/scene/01/ph_scene_close.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 89.33333vw;
  background-color: #fff;
  border-radius: 10px;
  color: #4d4d4d;
  padding-top: 5.33333vw;
  padding-bottom: 6.66667vw;
  position: relative;
  /* transition: 1s; */
}

.-scene02 .scene__menu {
  background-image: url(../images/scene/02/ph_scene_close.jpg);
}

.-scene03 .scene__menu {
  background-image: url(../images/scene/03/ph_scene_close.jpg);
}

.scene__menu__name {
  margin-top: 40.53333vw;
  padding: 0 30px;
}

.scene__menu__ttl {
  font-size: 19px;
  font-size: 1.1875rem;
  color: #fff;
  background: url(../images/scene/ttl_bg.png) no-repeat top center/contain;
  height: 35px;
  line-height: 1.8em;
  margin-top: 15px;
  text-align: center;
  font-weight: bold;
}

.-active .scene__menu__ttl {
  margin-top: 0px;
}

.scene__menu__sub {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.8em;
  margin-top: 14px;
  text-align: center;
}

.-active .scene__menu {
  display: none;
}

/* .scene__content {
    background-image: url(../images/scene/01/ph_scene_close.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: getVW(670);
    background-color: #fff;
    border-radius: 10px;
    color: #4d4d4d;

    &.-scene02 {
        background-image: url(../images/scene/02/ph_scene_close.jpg);
        margin-top: 67px;
    }

    &.-scene03 {
        background-image: url(../images/scene/03/ph_scene_close.jpg);
        margin-top: 67px;
    }

    @include MQ_WIDE {
        background-image: url(../images/scene/01/ph_scene_close_wid.jpg);
        background-position: top left;
        background-size: 430px;
        border-radius: 30px;
        margin: 60px auto 0;
        padding-top: 0;
        padding-bottom: 0;
        height: 240px;
        width: 1080px;

        &.-scene02 {
            background-image: url(../images/scene/02/ph_scene_close_wid.jpg);
        }

        &.-scene03 {
            background-image: url(../images/scene/03/ph_scene_close_wid.jpg);
        }
    }

    &.-active {
        background-image: url(../images/scene/scene_bg.png);
        background-repeat: no-repeat;
        background-position: bottom center;
        background-size: auto 142px;
        padding-bottom: 0;

        @include MQ_WIDE {
            background-size: 1080px;
            height: auto;

            &.-scene02 {
                background-image: url(../images/scene/scene_bg.png);
            }

            &.-scene03 {
                background-image: url(../images/scene/scene_bg.png);
            }
        }
    }
} */
.modal {
  display: none;
  background-color: rgba(0, 0, 0, 0.35);
  height: 100vh;
  width: 100vw;
}

.modal.-active {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  overflow: scroll;
  z-index: 9999;
}

.modal__wrapper {
  background-color: #fff;
  border-radius: 6px;
  margin: 0 auto;
  /* height: 95vh; */
  width: 86vw;
  position: relative;
}

.modal__inner {
  padding: 80px 35px;
}

.modal__cont {
  margin: 0 auto;
}

.modal__ttl {
  margin: 0 auto;
  width: 100%;
}

.modal__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 15px;
}

.modal__logo__studycast {
  width: 116px;
}

.modal__logo__wicca {
  margin-left: 25px;
  width: 84px;
}

.modal__txt__pre {
  margin: 0 auto;
  width: 70px;
}

.modal__txt__gan {
  margin: -9px auto 0;
  width: 221px;
}

.modal__txt__main {
  font-size: 16px;
  font-size: 1rem;
  border-bottom: 1px dashed #426295;
  font-weight: bold;
  color: #426295;
  margin-top: 35px;
  padding-bottom: 7px;
}

.modal__txt__sub {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #4d4d4d;
  padding-top: 7px;
}

.modal__btn {
  position: absolute;
  top: 9px;
  right: 14px;
  width: 30px;
}

.c-modal {
  border-radius: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  margin: 0;
}

.js-modal-close {
  cursor: pointer;
}

.header__nav {
  background-color: #f5b2bc;
  box-sizing: border-box;
  cursor: pointer;
  width: 13.33333vw;
  height: 13.33333vw;
  padding: 4.5vw 4vw;
  position: relative;
  z-index: 9999;
  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;
}

.header__nav.-active {
  cursor: pointer;
  z-index: 9999;
}

.header__nav button {
  padding: 0;
  position: relative;
  height: 100%;
  width: 100%;
}

.header__nav button,
.header__nav .btn-line {
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  box-sizing: border-box;
}

.header__nav .btn-line {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
}

.header__nav .btn-line.-line1 {
  top: 0;
}

.-active .header__nav .btn-line.-line1 {
  -webkit-transform: translateY(2vw) rotate(45deg);
          transform: translateY(2vw) rotate(45deg);
}

.header__nav .btn-line.-line2 {
  top: 2vw;
}

.-active .header__nav .btn-line.-line2 {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.header__nav .btn-line.-line3 {
  bottom: 0;
}

.-active .header__nav .btn-line.-line3 {
  -webkit-transform: translateY(-2vw) rotate(-45deg);
          transform: translateY(-2vw) rotate(-45deg);
}

.l-pagenavs__trigger {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  box-sizing: border-box;
  padding: 4.5vw 4vw;
  width: 13.33333vw;
  height: 13.33333vw;
  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;
}

.l-pagenavs {
  position: absolute;
  top: 0;
  right: 0;
  min-height: 100vh;
  z-index: -1;
  width: 100%;
  display: none;
  overflow: hidden;
}

.l-pagenavs.-active {
  display: block;
  z-index: 9000;
}

.pagenav__inner {
  height: 100vh;
  background-color: #f5b2bc;
  padding: 13.33333vw 16vw;
}

.pagenav__txt {
  box-sizing: border-box;
  display: inline-block;
  padding: 18px 0 18px 18px;
  border-top: 0.5px solid #595959;
  width: 100%;
}

.pagenav__txt:nth-child(7) {
  border-bottom: 0.5px solid #595959;
}

.pagenav__txt.-en img {
  height: 9px;
}

.pagenav__txt.-scene img {
  height: 13px;
}

.pagenav__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}

.pagenav__logo .logo-studycast {
  width: 100px;
}

.pagenav__logo .logo-wicca {
  margin-left: 10px;
  width: 64px;
}

.l-pagenavs .c-share {
  margin-top: 25px;
}

.scene__open__wrapper {
  background-color: #fff;
  border-radius: 10px 10px 0 0;
  color: #4d4d4d;
}

.scene__open {
  display: none;
}

.-active .scene__open {
  display: block;
}

.scene__open__btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.-active .scene__open__btn {
  top: auto;
  bottom: 0;
  left: 45%;
  width: 40px;
  height: 40px;
}

.scene__btn {
  position: absolute;
  left: 50%;
  bottom: -10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 40px;
  height: 40px;
  z-index: 1;
}

.scene__btn:hover {
  cursor: pointer;
}

.scene__btn:hover::affter {
  color: #164584;
  bottom: 5px;
  -webkit-transform: translateX(-50%) rotate(-180deg);
          transform: translateX(-50%) rotate(-180deg);
}

.scene__btn:before {
  position: absolute;
  left: 50%;
  bottom: -10px;
  content: '';
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #164584;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.scene__btn:after {
  position: absolute;
  left: 50%;
  bottom: 3px;
  content: '';
  background: url(../images/scene/btn_arrow.svg) no-repeat top center/contain;
  width: 20px;
  height: 11px;
  -webkit-transform: translateX(-50%) rotate(180deg);
          transform: translateX(-50%) rotate(180deg);
}

.-active .scene__btn:after {
  bottom: 5px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.scene__points {
  padding: 0 8vw;
}

.scene__points__content {
  border-bottom: 2px dashed #f8c8cf;
}

.scene__points__content:last-child {
  border-bottom: none;
}

.scene__points__content.-points03 {
  position: relative;
}

.-scene01 .scene__points__content.-points03:after {
  position: absolute;
  top: -60px;
  right: -1px;
  content: '';
  background: url(../images/scene/01/ph_scene1.png) no-repeat top center/contain;
  width: 92.5px;
  height: 85px;
}

.-scene02 .scene__points__content.-points03:after {
  position: absolute;
  top: -60px;
  right: -9px;
  content: '';
  background: url(../images/scene/02/ph_scene2.png) no-repeat top center/contain;
  width: 105px;
  height: 90px;
}

.-scene03 .scene__points__content.-points03:after {
  position: absolute;
  top: -65px;
  right: -9px;
  content: '';
  background: url(../images/scene/03/ph_scene3.png) no-repeat top center/contain;
  width: 92.5px;
  height: 88.5px;
}

.scene__points__number {
  margin-top: 20px;
}

.scene__points__number img {
  height: 15px;
}

.scene__points__ttl {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: bold;
  color: #000;
}

.scene__points__txt {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.8em;
  margin-top: 5px;
  text-align: justify;
}

.scene__points__txt.-noph {
  padding-bottom: 25px;
}

.scene__points__txt.-ill {
  padding-bottom: 45px;
}

.scene__points__ph {
  margin-top: 8px;
  margin-bottom: 30px;
  width: 100%;
}

.-points03 .scene__points__ph {
  margin-bottom: 0;
}

.scene__points__ill.-s1-p2 {
  text-align: right;
  margin-right: -20px;
}

.scene__points__ill.-s3-p1 {
  position: absolute;
  top: 400px;
  left: 35px;
}

.scene__points__right {
  text-align: right;
  margin-right: 30px;
  margin-top: 6px;
}

.scene__points__copy {
  font-size: 10px;
  font-size: 0.625rem;
  color: #999999;
  border: 1px solid #999999;
  display: inline-block;
  padding: 0px 2px;
}

.scene__points__offer {
  font-size: 10px;
  font-size: 0.625rem;
  padding: 10px 30px 0;
}

.-scene01 .scene__points__offer {
  padding: 4px 30px 0;
}

.point__acd__ttl {
  font-size: 14px;
  font-size: 0.875rem;
  background-color: #fff9e0;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 500;
  margin-top: 13px;
  padding: 16px 60px 16px 16px;
  position: relative;
}

.point__acd__ttl:after {
  position: absolute;
  top: 50%;
  right: 20px;
  content: '';
  background: url(../images/scene/icon_plus.png);
  background-color: #ffe985;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  border-radius: 9999px;
  margin-top: -15px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  width: 30px;
  height: 30px;
}

.point__acd__ttl.-active {
  border-radius: 8px 8px 0 0;
}

.point__acd__ttl.-active:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.point__acd__cont {
  font-size: 14px;
  font-size: 0.875rem;
  display: none;
  background-color: #fff9e0;
  border-radius: 0 0 8px 8px;
  border-top: 1px solid #f5e6ad;
  padding: 16px;
}

.point__acd__cont.-active {
  display: block;
}

.present {
  background: url(../images/present/bg_present.png);
  background-color: #fdf3f5;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  overflow: hidden;
  padding: 30px 0 40px;
  /* padding: 40px getVW(40); */
}

.present__ttl {
  margin: 0 auto;
  width: 330px;
}

.present__txt {
  text-align: center;
  color: #fff;
  padding: 0 20px;
}

.present__txt__main {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
  padding-bottom: 8px;
}

.present__txt__sub {
  font-size: 12px;
  font-size: 0.75rem;
  border-top: 2px dashed #fff;
  display: inline-block;
  padding-top: 8px;
}

.present__txt__sub .span_yellow {
  color: #ffda33;
}

.present__txt__key {
  margin: 16px auto 10px;
  position: relative;
  width: 187px;
}

.present__txt__key:before {
  position: absolute;
  top: -5px;
  left: -53px;
  background: url(../images/present/keyword_present_deco1.png) no-repeat top center/contain;
  content: '';
  height: 45px;
  width: 45px;
}

.present__txt__key:after {
  position: absolute;
  top: 12px;
  right: -17px;
  background: url(../images/present/keyword_present_deco2.png) no-repeat top center/contain;
  content: '';
  height: 18px;
  width: 13px;
}

.present__shime {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #2865a5;
  margin: 20px auto 0;
  width: 100%;
}

.present__shime__ttl {
  font-size: 13px;
  font-size: 0.8125rem;
  background-color: #ffda33;
  border-radius: 7px 0 0 7px;
  display: inline-block;
  letter-spacing: 0.05em;
  vertical-align: middle;
  padding: 12px 15px 11px;
}

.present__shime__date {
  font-size: 16px;
  font-size: 1rem;
  background-color: #fff8d6;
  border-radius: 0 7px 7px 0;
  display: inline-block;
  vertical-align: middle;
  padding: 9px 20px 5px;
}

.present__shime__date span {
  font-size: 13px;
  font-size: 0.8125rem;
}

.present__ph {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -10px;
}

.present__ph__watch {
  margin-top: 10px;
  width: 56vw;
}

.present__ph__watch.-watch1 {
  margin-top: 7.73333vw;
  margin-left: -2.66667vw;
}

.present__ph__watch.-watch2 {
  margin-right: -2.66667vw;
  margin-left: -6.66667vw;
  position: relative;
}

.present__ph__watch.-watch2:after {
  position: absolute;
  bottom: -2vw;
  right: -4.66667vw;
  content: '';
  background: url(../images/present/txt_lottery5.png) no-repeat top center/contain;
  width: 23.73333vw;
  height: 23.73333vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.present__btn {
  display: block;
  height: 53px;
  background: url(../images/present/btn_application.svg) no-repeat 50% 50%/305px auto;
  margin-top: 40px;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}

.scene__review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 15px 27px;
}

.scene__review__ph {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 65px;
}

.scene__review__cont {
  background: #ffeea3;
  border-radius: 10px;
  margin-left: 15px;
  padding: 15px;
  position: relative;
}

.scene__review__cont:before {
  position: absolute;
  top: 65px;
  left: -20px;
  content: '';
  background: url(../images/scene/deco_fuki.png) no-repeat top center/contain;
  height: 14px;
  width: 23px;
}

.scene__review__name {
  font-size: 12px;
  font-size: 0.75rem;
  color: #000;
}

.scene__review__txt {
  font-size: 11px;
  font-size: 0.6875rem;
}

.studycast {
  background-color: #fdf3f5;
  padding: 30px 0;
  position: relative;
  /* padding: 40px getVW(40); */
}

.studycast__ttl {
  margin: 0 auto;
  width: 230px;
}

.studycast__logo {
  margin: 0 auto;
  width: 313px;
}

.studycast__ph {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="4" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.3)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.3));
  margin: 18px auto 0;
  position: relative;
  width: 89.33333vw;
}

.studycast__ph:after {
  position: absolute;
  top: -20px;
  right: -56px;
  content: '';
  background: url(../images/studycast/txt_yarukiup.png) no-repeat top center/contain;
  width: 22.4vw;
  height: 22.4vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.studycast__btn {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="4" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.3)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.3));
  margin: 20px auto 0;
  width: 275px;
}

.studycast__right {
  margin-left: 55px;
}

.studycast__dl {
  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;
  margin-top: 30px;
}

.studycast__dltxt {
  width: 369px;
}

.studycast__dlqr {
  margin-left: 15px;
  width: 137px;
}

.studycast__shokai {
  margin: 45px auto 0;
  width: 216px;
  position: relative;
  display: block;
}

.studycast__shokai:after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #ff0201;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.studycast__shokai:hover:after {
  -webkit-animation: lineHover 0.5s;
          animation: lineHover 0.5s;
}

@-webkit-keyframes lineHover {
  0% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@keyframes lineHover {
  0% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

.scene__open__wrapper {
  background-color: #fff;
  border-radius: 10px 10px 0 0;
  color: #4d4d4d;
}

.scene__top__name {
  padding-top: 6.66667vw;
}

.scene__top__right {
  margin-top: 10px;
}

.scene__top__scene {
  margin: 0 auto;
  width: 68px;
}

.scene__top__number {
  margin: -13px auto 0;
  width: 150px;
}

.scene__top__ttl {
  font-size: 19px;
  font-size: 1.1875rem;
  color: #fff;
  background: url(../images/scene/ttl_bg.png) no-repeat top center/contain;
  height: 35px;
  line-height: 1.8em;
  margin-top: 0px;
  text-align: center;
  font-weight: bold;
}

.scene__top__sub {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.8em;
  margin-top: 9px;
  text-align: center;
}

.scene__top__ph {
  margin: 22px auto 0;
  text-align: center;
  width: 100%;
}

@-webkit-keyframes photoSwitchingfollow {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  7% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  43% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  50% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

@keyframes photoSwitchingfollow {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  7% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  43% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  50% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

.follow {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 8000;
}

.follow__btn {
  width: 100%;
}

.follow__btn img {
  vertical-align: bottom;
  pointer-events: none;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.follow__ph {
  position: fixed;
  left: 0;
  bottom: 0;
  -webkit-animation: photoSwitchingfollow 12s infinite;
          animation: photoSwitchingfollow 12s infinite;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.follow__ph.-ph1 {
  -webkit-animation: none;
          animation: none;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.follow__ph.-ph2 {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}

@-webkit-keyframes photoSwitching-mask {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: 'alpha( opacity=0 )';
  }
  50% {
    opacity: 0.4;
    filter: alpha(opacity=40);
    -ms-filter: 'alpha( opacity=40 )';
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: 'alpha( opacity=0 )';
  }
}

@keyframes photoSwitching-mask {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: 'alpha( opacity=0 )';
  }
  50% {
    opacity: 0.4;
    filter: alpha(opacity=40);
    -ms-filter: 'alpha( opacity=40 )';
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: 'alpha( opacity=0 )';
  }
}

.mainvisual {
  background: url(../images/common/mainv_bg.png);
  background-repeat: repeat;
  background-size: 100vw;
  background-color: #fff2b8;
  box-sizing: border-box;
  padding: 32.66667vw 150px 20px 150px;
  position: relative;
  -webkit-animation: bgiLoop-nrw 110s linear infinite;
          animation: bgiLoop-nrw 110s linear infinite;
  border-bottom-right-radius: 100vw 24vw;
  border-bottom-left-radius: 100vw 24vw;
  margin-left: -150px;
  margin-right: -150px;
}

.mainvisual__cont {
  position: relative;
  margin: 0 auto;
  z-index: 100;
}

.mainvisual__subttl {
  margin-bottom: -9.33333vw;
  margin-left: 1.06667vw;
  width: 47.86667vw;
}

.mainvisual__ttl {
  margin: 0 auto;
  text-align: center;
  width: 87.6vw;
}

.mainvisual__ttl__kanri {
  position: absolute;
  top: 23.33333vw;
  left: 48vw;
  width: 47.73333vw;
}

.mainvisual__txts {
  margin: -36vw auto 0;
  position: relative;
  z-index: 100;
}

.mainvisual__txt1 {
  margin: 0 auto;
  width: 54.93333vw;
}

.mainvisual__txt__b {
  margin: -2px auto 0;
  text-align: center;
}

.mainvisual__txt2 {
  margin: 0 auto;
  width: 85.46667vw;
}

.mainvisual__txt3 {
  width: 65.06667vw;
}

.mainvisual__txt4 {
  width: 69.06667vw;
}

.mainvisual__txt5 {
  width: 79.06667vw;
}

.mainvisual__txt6 {
  width: 41.6vw;
}

.mainvisual__txt7 {
  width: 89.73333vw;
}

.mainvisual__btn {
  margin: 6vw auto 10.66667vw;
  width: 29.6vw;
  z-index: 100;
}

.mainvisual__btn a {
  display: block;
  height: 34px;
  background: url(../images/mainvisual/btn_aboutus.svg) no-repeat 50% 50%/contain;
  margin-top: 20px;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}

.bgclock-s {
  position: absolute;
  top: 14.66667vw;
  left: 165px;
}

.bgclock-s__inner {
  border-radius: 9999px;
  position: relative;
  overflow: hidden;
  height: 31.73333vw;
  width: 31.73333vw;
}

.bgclock-s__ph {
  display: block;
  height: 31.73333vw;
  width: 31.73333vw;
}

.bgclock-s__frame {
  position: absolute;
  top: 0;
  left: 0;
  height: 31.73333vw;
  width: 31.73333vw;
  z-index: 20;
}

.bgclock-s__mask {
  width: 89.86667vw;
}

.bgclock-s__hand {
  position: relative;
  height: 31.73333vw;
  width: 31.73333vw;
}

.bgclock-s__hand__ph {
  display: block;
  width: 100%;
  height: 100%;
}

.bgclock-b {
  position: absolute;
  top: 26.66667vw;
  right: 93px;
}

.bgclock-b__inner {
  margin-right: 50px;
  border-radius: 9999px;
  position: relative;
  height: 37.33333vw;
  width: 37.33333vw;
  overflow: hidden;
}

.bgclock-b__ph {
  display: block;
  height: 37.33333vw;
  width: 37.33333vw;
}

.bgclock-b__frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 37.33333vw;
  z-index: 20;
}

.bgclock-b__mask {
  width: 89.86667vw;
}

.bgclock-b__hand {
  position: relative;
  height: 37.33333vw;
  width: 37.33333vw;
}

.bgclock-b__hand__ph {
  display: block;
  width: 100%;
  height: 100%;
}

.bgclock-main {
  margin-top: 45.33333vw;
  margin-left: -3.6vw;
}

.bgclock-main__inner {
  margin-right: 50px;
  border-radius: 9999px;
  position: relative;
  width: 89.86667vw;
  height: 89.86667vw;
  overflow: hidden;
}

.bgclock-main__ph {
  display: block;
  height: 89.86667vw;
  width: 89.86667vw;
}

.bgclock-main__frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 89.86667vw;
  z-index: 20;
}

.bgclock-main__mask {
  width: 89.86667vw;
}

.bgclock-main__hand {
  position: relative;
  height: 89.86667vw;
  width: 89.86667vw;
  /* img {
            @include absPosition(0, 0);
        } */
}

.bgclock-main__hand__ph {
  display: block;
  width: 100%;
  height: 100%;
}

.sliders__item {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: 'alpha( opacity=0 )';
  -webkit-transition: opacity 3.5s ease-out;
  transition: opacity 3.5s ease-out;
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
}

.sliders__item.-current {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: 'alpha( opacity=100 )';
  z-index: 10;
}

.sliders__item__hand {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: 'alpha( opacity=0 )';
  -webkit-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
  height: 100%;
  width: 100%;
  z-index: 30;
  zoom: 1;
}

.sliders__item__hand.-current {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: 'alpha( opacity=100 )';
}

.sliders__item__mask {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: 'alpha( opacity=0 )';
  z-index: 20;
}

.sliders__item__mask.-current {
  -webkit-animation: photoSwitching-mask 5s;
          animation: photoSwitching-mask 5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@media (min-width: 769px){
  body{
    min-width: 1274px;
  }
  .l-content{
    min-width: 1274px;
  }
  .footer-org__inner{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
    max-width: 1250px;
    padding: 20px 15px 15px;
  }
  .footer-org__l{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer-org__l .logo img{
    width: 113px;
    height: 26px;
  }
  .footer-org__r .about{
    margin-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: unset;
            flex-direction: unset;
  }
  .footer-org__r .about li{
    margin: 0;
  }
  .footer-org__r .about li:first-of-type{
    margin: 0;
  }
  .footer-org__r .about li:nth-of-type(2){
    padding-left: 25px;
  }
  .footer-org__r .about li:nth-of-type(2):before{
    position: absolute;
    top: 50%;
    left: 12px;
    background: #ccc;
    content: '';
    height: 12px;
    margin-top: -6px;
    width: 1px;
  }
  .header-nav.-active{
    position: fixed;
    height: 80px;
    width: 100%;
  }
  .header-nav__inner{
    max-width: 1920px;
    padding: 20px 15px 15px;
  }
  .header-nav .logo-bene img{
    width: auto;
  }
  .header-nav .logo-studycast{
    margin-left: 22px;
    width: 180px;
  }
  .header-nav .logo-wicca{
    margin-left: 27px;
    width: 124px;
  }
  .c-acc{
    font-size: 0.8125rem;
  }
  .c-sec{
    margin: 120px auto 0;
    max-width: 960px;
  }
  .c-sec__ttl{
    border-radius: 24px 24px 0 0;
    padding: 26px 0 24px;
    font-size: 2rem;
  }
  .c-sec__ttl:after{
    height: 40px;
    width: 60px;
  }
  .c-sec__ttl .txt{
    padding-left: 60px;
  }
  .about .c-sec__ttl .ico{
    height: 61px;
    width: 55px;
    position: absolute;
    top: -13px;
    left: 0;
  }
  .introduction .c-sec__ttl .ico{
    height: 54px;
    width: 57px;
    position: absolute;
    top: -12px;
    left: -4px;
  }
  .program .c-sec__ttl .ico{
    height: 51px;
    width: 70px;
    position: absolute;
    top: -12px;
    left: -24px;
  }
  .howto .c-sec__ttl .ico{
    height: 45px;
    width: 90px;
    position: absolute;
    top: -7px;
    left: -44px;
  }
  .c-sec__cont{
    padding: 48px 25px 0;
  }
  .c-sec__read{
    line-height: calc(32 / 18);
    text-align: center;
    font-size: 1.125rem;
  }
  .c-br_wide{
    display: block;
  }
  .c-share__link{
    margin-top: 10px;
  }
  .c-share__txt{
    width: 166px;
  }
  .c-share__twitter img{
    height: 26px;
  }
  .c-share__line{
    margin-left: 30px;
    margin-top: 0px;
  }
  .c-share__line img{
    height: 30px;
  }
  .c-visible_nrw{
    display: none;
  }
  .attention__inner{
    margin: 0 auto;
    width: 960px;
  }
  .attention__ttl{
    width: 91px;
  }
  .attention__txt{
    font-size: 0.875rem;
  }
  .scroll-top__btn{
    height: 60px;
    width: 60px;
  }
  .scroll-top__btn:before{
    height: 60px;
    width: 60px;
  }
  .scroll-top__btn:after{
    left: 30px;
    bottom: 23px;
    height: 13px;
    width: 25px;
  }
  .scene__check{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 60px;
    padding: 0 90px;
  }
  .scene__check__top{
    margin-top: 20px;
    position: relative;
  }
  .scene__check__icon{
    position: absolute;
    top: -26px;
    left: -20px;
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  .scene__check__ttl{
    font-size: 1.5rem;
  }
  .scene__check__cont{
    margin-left: 30px;
  }
  .scene__check__cont__ttl{
    font-size: 1.25rem;
    margin-top: 15px;
  }
  .scene__check__cont__txt{
    font-size: 1rem;
    text-align: justify;
  }
  .scene__check__cont__view{
    margin: 28px 0 0 auto;
  }
  .scene__check__cont__view:after{
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .scene__check__cont__view:hover:after{
    -webkit-animation: lineHover 0.5s;
            animation: lineHover 0.5s;
  }
  .scene__check__cont__offer{
    font-size: 0.75rem;
    margin-top: 22px;
  }
  .scene__check__ph{
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 450px;
  }
  .scene__keyword{
    background-size: 1080px;
    border-radius: 0 0 30px 30px;
    margin: 0px auto 0;
    padding-top: 0;
    height: 210px;
    width: 1080px;
    /* margin-top: 120px;
        padding-bottom: 45px; */
  }
  .scene__keyword__cont{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
    margin-top: 20px;
    padding: 0 140px 0px;
  }
  .scene__keyword__ttl{
    padding-top: 45px;
    width: 377px;
  }
  .scene__keyword__word{
    width: 326px;
  }
  .scene__keyword__txt{
    font-size: 1.25rem;
    text-align: left;
  }
  .scene__wrapper{
    background: url(../images/common/mainv_bg_wid.png);
    background-color: #fdf3f5;
    background-repeat: repeat;
    background-size: 1920px;
    -webkit-animation: bgiLoop-wid 110s linear infinite;
            animation: bgiLoop-wid 110s linear infinite;
    margin-top: -123px;
    padding: 175px 40px 100px;
  }
  .scene__inner{
    margin: 0 auto;
    width: 1080px;
  }
  .scene__open__content{
    margin-top: 50px;
  }
  .scene__matomepoint__content{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 90px;
  }
  .scene__matomepoint__top{
    font-size: 1.375rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    line-height: 1.3em;
    padding: 54px 0;
    width: 250px;
  }
  .scene__matomepoint__ttl:before{
    top: 0px;
    left: -30px;
    height: 22px;
    width: 29px;
  }
  .scene__matomepoint__ttl:after{
    top: 0px;
    right: -30px;
    height: 22px;
    width: 29px;
  }
  .scene__matomepoint__line{
    position: relative;
    top: 14px;
    left: 0;
    border-bottom: none;
    border-right: 4px dotted #fff;
    height: 135px;
    margin-left: -3px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    width: 4px;
  }
  .-scene02 .scene__matomepoint__txt:after{
    position: absolute;
    top: -140px;
    right: 11px;
    content: '';
    background: url(../images/scene/02/ph_scene2.png) no-repeat top center/contain;
    width: 164px;
    height: 164px;
  }
  .scene__matomepoint__txt{
    font-size: 1rem;
    letter-spacing: 0.2em;
    padding: 33px 48px;
    margin-left: -3px;
    text-align: justify;
  }
  .scene__menu{
    background-image: url(../images/scene/01/ph_scene_close_wid.jpg);
    background-position: top left;
    background-size: 430px;
    border-radius: 30px;
    margin: 60px auto 0;
    padding-top: 0;
    padding-bottom: 0;
    height: 240px;
    width: 1080px;
  }
  .-scene02 .scene__menu{
    background-image: url(../images/scene/02/ph_scene_close_wid.jpg);
  }
  .-scene03 .scene__menu{
    background-image: url(../images/scene/03/ph_scene_close_wid.jpg);
  }
  .scene__menu__name{
    margin-top: 0px;
    margin-left: 317px;
    padding: 44px 0 0;
  }
  .scene__menu__ttl{
    font-size: 1.5rem;
    line-height: 2.2em;
    height: 53px;
  }
  .scene__menu__sub{
    font-size: 1.25rem;
    line-height: 1.7em;
  }
  .modal__wrapper{
    width: 1140px;
  }
  .modal__cont{
    margin-top: 60px;
    width: 900px;
  }
  .modal__ttl{
    width: 693px;
  }
  .modal__logo__studycast{
    width: 232px;
  }
  .modal__logo__studycast img{
    width: 232px;
  }
  .modal__logo__wicca{
    margin-left: 45px;
    width: 167px;
  }
  .modal__logo__wicca img{
    width: 167px;
  }
  .modal__txt__pre{
    margin-top: 30px;
    width: 140px;
  }
  .modal__txt__gan{
    margin-top: 7px;
    width: 442px;
  }
  .modal__txt__main{
    font-size: 1.5rem;
    padding-bottom: 12px;
  }
  .modal__txt__sub{
    font-size: 1.125rem;
    line-height: 2em;
    padding-top: 12px;
  }
  .modal__btn{
    position: absolute;
    top: 20px;
    right: 20px;
    width: 60px;
  }
  .c-modal{
    padding: 80px;
  }
  .header__nav{
    height: 80px;
    width: 80px;
    padding: 26px 22px;
  }
  .header__nav .btn-line{
    height: 4px;
  }
  .-active .header__nav .btn-line.-line1{
    -webkit-transform: translateY(11px) rotate(45deg);
            transform: translateY(11px) rotate(45deg);
  }
  .header__nav .btn-line.-line2{
    top: 12px;
  }
  .-active .header__nav .btn-line.-line3{
    -webkit-transform: translateY(-13px) rotate(-45deg);
            transform: translateY(-13px) rotate(-45deg);
  }
  .l-pagenavs__trigger{
    height: 80px;
    width: 80px;
    padding: 26px 22px;
  }
  .l-pagenavs.-active{
    width: 510px;
  }
  .pagenav__inner{
    padding: 170px 70px;
  }
  .pagenav__txt img:hover{
    -webkit-transition: 0.1s;
    transition: 0.1s;
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  }
  .c-share__twitter img{
    height: 26px;
  }
  .l-pagenavs .c-share__twitter img{
    height: 20px;
  }
  .c-share__line img{
    height: 30px;
  }
  .l-pagenavs .c-share__line img{
    height: 22px;
  }
  .scene__open__wrapper{
    border-radius: 30px 30px 0 0;
    margin: 0px auto 0;
    width: 1080px;
  }
  .-active .scene__open__btn{
    top: auto;
    bottom: 6px;
    left: 522px;
    width: 60px;
    height: 60px;
  }
  .scene__btn{
    bottom: 98px;
    left: 1003px;
    height: 60px;
    width: 60px;
  }
  .-active .scene__btn{
    bottom: -22px;
    left: 50%;
    height: 60px;
    width: 60px;
  }
  .scene__btn:before{
    height: 60px;
    width: 60px;
  }
  .scene__btn:after{
    bottom: 10px;
    height: 13px;
    width: 25px;
  }
  .-active .scene__btn:after{
    bottom: 12px;
  }
  .scene__points{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 90px;
  }
  .scene__points__content{
    border-bottom: none;
    border-right: 1px dashed #f8c8cf;
    padding-right: 36px;
    position: relative;
    width: 250px;
  }
  .scene__points__content:last-child{
    border-right: none;
    padding-right: 0;
  }
  .-scene01 .scene__points__content.-points03:after{
    background: none;
  }
  .-scene02 .scene__points__content.-points03:after{
    background: none;
  }
  .-scene03 .scene__points__content.-points03{
    min-height: 580px;
  }
  .-scene03 .scene__points__content.-points03:after{
    background: none;
  }
  .scene__points__number{
    margin: 0 auto;
    text-align: center;
  }
  .scene__points__ttl{
    font-size: 1.25rem;
    text-align: center;
  }
  .scene__points__ttl.-oneline{
    letter-spacing: -0.04em;
  }
  .scene__points__txt{
    font-size: 1rem;
    letter-spacing: 0.1em;
    margin-top: 15px;
  }
  .scene__points__ph{
    margin-top: 16px;
    margin-bottom: 0px;
  }
  .scene__points__right{
    margin-right: 90px;
    margin-top: 10px;
  }
  .scene__points__copy{
    font-size: 0.625rem;
    padding: 0px 3px;
  }
  .scene__points__offer{
    font-size: 0.75rem;
    padding: 30px 90px 0;
  }
  .-scene01 .scene__points__offer{
    padding: 3px 90px 0;
  }
  .point__acd__ttl:after{
    width: 28px;
    height: 28px;
  }
  .present{
    background: url(../images/present/bg_present_wid.png);
    background-color: #fdf3f5;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto 614px;
    height: 614px;
    padding: 50px 0;
  }
  .present__wrapper{
    margin: 0 auto;
    width: 1080px;
  }
  .present__ttl{
    margin: 0;
    width: 450px;
  }
  .present__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;
  }
  .present__bottom{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .present__txt{
    margin-top: -10px;
    padding: 0 10px;
  }
  .present__txt__main{
    font-size: 1.25rem;
  }
  .present__txt__sub{
    font-size: 1rem;
  }
  .present__txt__key:before{
    background: none;
  }
  .present__txt__key:after{
    background: none;
  }
  .present__txt__key{
    margin: 15px 0 0 18px;
    width: 432px;
  }
  .present__oubo{
    margin-left: 34px;
  }
  .present__shime{
    margin: 37px auto 0;
  }
  .present__shime__ttl{
    font-size: 1rem;
    padding: 15px 20px 13px;
  }
  .present__shime__date{
    font-size: 1.25rem;
    padding: 9px 27px 5px;
  }
  .present__shime__date span{
    font-size: 1rem;
  }
  .present__ph{
    margin-top: 0px;
    margin-left: -36px;
  }
  .present__ph__watch{
    width: 232px;
  }
  .present__ph__watch.-watch1{
    margin-top: 30px;
    margin-left: 0;
  }
  .present__ph__watch.-watch1:after{
    position: absolute;
    bottom: -25px;
    right: 142px;
    background: url(../images/present/txt_lottery5.png) no-repeat top center/contain;
    content: '';
    height: 130px;
    width: 130px;
  }
  .present__ph__watch.-watch2{
    margin: 55px 0 0 -28px;
  }
  .present__ph__watch.-watch2:after{
    content: none;
    background: none;
  }
  .present__btn{
    margin: 26px auto 0;
    height: 72px;
    width: 364px;
    background: url(../images/present/btn_application.svg) no-repeat 50% 50%/contain;
  }
  .present__btn:hover{
    background: url(../images/present/btn_application_h.svg) no-repeat 50% 50%/contain;
  }
  .scene__review{
    margin-top: 70px;
    padding: 0 134px 50px;
  }
  .scene__review__ph{
    width: 116px;
  }
  .scene__review__cont{
    border-radius: 17px;
    margin-left: 45px;
    padding: 25px 33px;
  }
  .scene__review__cont:before{
    position: absolute;
    top: 78px;
    left: -35px;
    height: 28px;
    width: 46px;
  }
  .scene__review__name{
    font-size: 1.25rem;
  }
  .scene__review__txt{
    font-size: 1rem;
  }
  .studycast{
    padding: 80px 0;
  }
  .studycast__top{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .studycast__ttl{
    width: 433px;
  }
  .studycast__logo{
    width: 538px;
  }
  .studycast__ph{
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="4" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
    -webkit-filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0));
            filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0));
    margin: 0;
    width: 485px;
  }
  .studycast__ph:after{
    background: url(../images/studycast/txt_yarukiup_wid.png) no-repeat top center/contain;
    top: -41px;
    right: 0;
    left: 10px;
    height: 142px;
    width: 142px;
  }
  .studycast__btn{
    -webkit-filter: none;
            filter: none;
  }
  .scene__open__wrapper{
    border-radius: 30px 30px 0 0;
    margin: 0px auto 0;
    width: 1080px;
  }
  .scene__top__name{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 72px;
  }
  .scene__top__right{
    margin-top: 10px;
    margin-left: 80px;
  }
  .scene__top__scene{
    width: 112px;
  }
  .scene__top__number{
    width: 230px;
  }
  .scene__top__ttl{
    font-size: 1.5rem;
    line-height: 2.2em;
    height: 53px;
  }
  .-scene03 .scene__top__ttl{
    line-height: 1.8em;
  }
  .scene__top__sub{
    font-size: 1.25rem;
    line-height: 1.7em;
  }
  .follow{
    width: 288px;
  }
  .follow__btn{
    display: block;
  }
  .follow__ph{
    display: none;
  }
  .mainvisual{
    background: url(../images/common/mainv_bg_wid.png);
    background-color: #fff2b8;
    background-repeat: repeat;
    background-size: 1920px;
    -webkit-animation: bgiLoop-wid 110s linear infinite;
            animation: bgiLoop-wid 110s linear infinite;
    border-bottom-right-radius: 2000px 300px;
    border-bottom-left-radius: 2000px 300px;
    padding: 76px 0 0 0;
    height: 950px;
  }
  .mainvisual__inner{
    margin: 0 auto;
    position: relative;
    width: 1080px;
  }
  .mainvisual__cont{
    margin: 0px auto 0;
  }
  .mainvisual__subttl{
    margin-left: 155px;
    margin-bottom: -50px;
    width: 348px;
  }
  .mainvisual__ttl{
    margin-left: 200px;
    width: 628px;
  }
  .mainvisual__ttl__kanri{
    top: 182px;
    left: 500px;
    width: 338px;
  }
  .mainvisual__txts{
    margin: -704px 0 0 -538px;
  }
  .mainvisual__txt1{
    width: 282px;
  }
  .mainvisual__txt__b{
    margin-top: -21px;
    margin-left: 580px;
  }
  .mainvisual__txt2{
    margin-top: -8px;
    margin-left: 580px;
    width: 428px;
  }
  .mainvisual__txt3{
    margin-left: 580px;
    width: 428px;
  }
  .mainvisual__txt4{
    margin-left: 580px;
    width: 428px;
  }
  .mainvisual__txt5{
    margin-left: 580px;
    width: 428px;
  }
  .mainvisual__txt6{
    margin-left: 580px;
    width: 428px;
  }
  .mainvisual__txt7{
    margin-left: 580px;
    width: 428px;
  }
  .mainvisual__btn{
    position: absolute;
    top: 0px;
    left: 136px;
    margin: 0;
    width: 180px;
  }
  .mainvisual__btn a{
    margin-top: 39px;
    height: 46px;
    background: url(../images/mainvisual/btn_aboutus_wid.svg) no-repeat 50% 50%/174px auto;
  }
  .mainvisual__btn a:hover{
    background: url(../images/mainvisual/btn_aboutus_wid_w.svg) no-repeat 50% 50%/174px auto;
  }
  .bgclock-s{
    top: 50px;
    left: 803px;
  }
  .bgclock-s__inner{
    height: 296px;
    width: 296px;
  }
  .bgclock-s__ph{
    height: 296px;
    width: 296px;
  }
  .bgclock-s__frame{
    height: 296px;
    width: 296px;
  }
  .bgclock-s__mask{
    width: 598px;
  }
  .bgclock-s__mask img{
    width: 598px;
  }
  .bgclock-s__hand img{
    height: 296px;
    width: 296px;
  }
  .bgclock-b{
    top: 350px;
    right: 800px;
  }
  .bgclock-b__inner{
    height: 320px;
    width: 320px;
  }
  .bgclock-b__ph{
    height: 320px;
    width: 320px;
  }
  .bgclock-b__frame{
    width: 320px;
  }
  .bgclock-b__mask{
    width: 598px;
  }
  .bgclock-b__mask img{
    width: 598px;
  }
  .bgclock-b__hand{
    height: 320px;
    width: 320px;
  }
  .bgclock-main{
    margin-top: 276px;
    margin-left: 488px;
  }
  .bgclock-main__inner{
    width: 598px;
    height: 598px;
  }
  .bgclock-main__ph{
    height: 598px;
    width: 598px;
  }
  .bgclock-main__frame{
    width: 598px;
  }
  .bgclock-main__mask{
    width: 598px;
  }
  .bgclock-main__hand{
    height: 598px;
    width: 598px;
  }
  .sliders__item__mask{
    width: 100%;
  }
}

@media (max-width: 768px){
  .c-br_nrw{
    display: block;
  }
  .c-visible_wide{
    display: none;
  }
}
