<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* Variables
****************************************************************************/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-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 {
  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;
}

/* Variables
****************************************************************************/
/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  src: url("fonts/slick.eot");
  src: url("fonts/slick.eot?#iefix") format("embedded-opentype"), url("fonts/slick.woff") format("woff"), url("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: none !important;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  z-index: 10009;
  /*top: 50%;*/
  width: 22px;
  height: 22px;
  bottom: 0;
  /*-webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);*/
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .slick-prev,
  .slick-next {
    bottom: -40px;
  }
}

@media print, screen and (min-width: 769px) {
  .slick-prev,
  .slick-next {
    display: none;
  }
  .slick-prev:hover,
  .slick-next:hover {
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  }
}

/*
.slick-next {

    background: url(/assets/img/arrow_a.png) no-repeat center center;
    border: 2px solid #eaeaea;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-size: 19px auto;
    right: calc(50% - 32px);
    @include mq-pc {

    }
}
.slick-prev {
    background: url(/assets/img/arrow_b.png) no-repeat center center;
    border: 2px solid #eaeaea;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-size: 19px auto;
    left: calc(50% - 32px);
    @include mq-pc {

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

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 10px !important;
  width: 10px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 10px;
  width: 10px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  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 {
  position: absolute;
  display: block;
  top: 3px;
  left: 3px;
  content: "";
  width: 7px;
  height: 7px;
  background: #fff;
  border-radius: 50%;
}

@media print, screen and (min-width: 769px) {
  .slick-dots li {
    margin: 0 7px;
  }
  .slick-dots li button:before {
    width: 10px;
    height: 10px;
  }
  .slick-dots li:hover button:before {
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  }
}

.slick-dots li.slick-active button:before {
  background: #ff6b48;
}

/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/*  HTML5 display-role reset for older browsers
*/
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  height: 10px;
  border: none;
}

/* ==========================================================================

   preset.scss
   プリミティブ要素の設定

 */
*, *:before, *:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  /* &amp;.is-scrollOff {
    @include mq-pc {
      !*overflow: hidden;*!
      height: 100%;
      .glb-page-wrapper {
        width: 100%;
        height: 100vh;
        overflow: hidden;
      }
    }

  }*/
}

body {
  font-size: 1.6rem;
  letter-spacing: .05em;
  color: #000;
  background: #fff;
  font-family: "じゅん 501", "Jun 501", sans-serif, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
  /*overflow-y: scroll;*/
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  }
}

body.is-fixed {
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0;
}

main {
  display: block;
}

a:link, a:visited, a.touchend {
  color: #000;
  text-decoration: none;
  outline: none;
}

a:active, a:hover, a.touchstart {
  text-decoration: none;
  color: #000;
}

@media print, screen and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

p, h1, h2, h3, h4, h5, h6, li, dt, dd, th, td {
  line-height: 1;
  font-weight: normal;
  font-feature-settings: "palt";
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

img {
  vertical-align: bottom;
}

sup {
  font-size: .4em;
  vertical-align: top;
}

hr {
  height: 0;
  margin: 0;
  border: none;
  border-top: 1px solid #ddd;
}

/* reset form elements */
input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  color: #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

/* --------------------------------------------------------------------
  #基本幅レイアウト用wrapper
 */
.l-width-std {
  margin-left: 20px;
  margin-right: 20px;
}

@media print, screen and (min-width: 769px) {
  .l-width-std {
    width: 1040px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media print, screen and (min-width: 769px) {
  .l-width-content {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media print, screen and (min-width: 769px) {
  .l-no-hpadding {
    padding-left: 0;
    padding-right: 0;
  }
}

/* --------------------------------------------------------------------
  #ページ全体のwrapper
 */
.l-page-wrapper {
  position: relative;
  overflow: hidden;
  background-color: #f8f4eb;
}

.l-page-wrapper img {
  width: 100%;
  height: auto;
}

.l-page-wrapper.is-hidden {
  display: none;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-page-wrapper {
    /*padding-top: 40px;*/
  }
}

@media print, screen and (min-width: 769px) {
  .l-page-wrapper {
    min-width: 1040px;
  }
}

/* --------------------------------------------------------------------
  #メインエリアwrapper
 */
.l-main {
  position: relative;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-main {
    margin-bottom: 45px;
  }
}

@media print, screen and (min-width: 769px) {
  .l-main {
    margin-bottom: 85px;
  }
}

/* --------------------------------------------------------------------
  #セクション基本レイアウト
 */
.l-sec {
  margin-bottom: 60px;
}

@media print, screen and (min-width: 769px) {
  .l-sec {
    margin-bottom: 120px;
  }
}

hr {
  display: block;
  height: 0;
  margin: 7px 0;
  border: none;
  width: 20px;
  border-top: 1px solid #000;
  transform-origin: 0 0;
  transform: scaleX(0);
  transition-duration: .4s;
}

hr.active {
  transform: scaleX(1);
}

hr.white {
  border-top: 1px solid #999;
  width: 40px;
  margin-left: auto;
  margin-right: auto;
}

/* -------------------------------------------------------------------------
	サイズ
*/
.l-w10 {
  width: 10px !important;
}

.l-w20 {
  width: 20px !important;
}

.l-w30 {
  width: 30px !important;
}

.l-w40 {
  width: 40px !important;
}

.l-w50 {
  width: 50px !important;
}

.l-w60 {
  width: 60px !important;
}

.l-w70 {
  width: 70px !important;
}

.l-w80 {
  width: 80px !important;
}

.l-w90 {
  width: 90px !important;
}

.l-w100 {
  width: 100px !important;
}

.l-w120 {
  width: 120px !important;
}

.l-w140 {
  width: 140px !important;
}

.l-w160 {
  width: 160px !important;
}

.l-w180 {
  width: 180px !important;
}

.l-w200 {
  width: 200px !important;
}

.l-w220 {
  width: 220px !important;
}

.l-w240 {
  width: 240px !important;
}

.l-w260 {
  width: 260px !important;
}

.l-w280 {
  width: 280px !important;
}

.l-w300 {
  width: 300px !important;
}

.l-w320 {
  width: 320px !important;
}

.l-w340 {
  width: 340px !important;
}

.l-w360 {
  width: 360px !important;
}

.l-w380 {
  width: 380px !important;
}

.l-w400 {
  width: 400px !important;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-sp-w-auto {
    width: auto !important;
  }
  .l-sp-w10 {
    width: 10px !important;
  }
  .l-sp-w20 {
    width: 20px !important;
  }
  .l-sp-w30 {
    width: 30px !important;
  }
  .l-sp-w40 {
    width: 40px !important;
  }
  .l-sp-w50 {
    width: 50px !important;
  }
  .l-sp-w60 {
    width: 60px !important;
  }
  .l-sp-w70 {
    width: 70px !important;
  }
  .l-sp-w80 {
    width: 80px !important;
  }
  .l-sp-w90 {
    width: 90px !important;
  }
  .l-sp-w100 {
    width: 100px !important;
  }
}

/* -------------------------------------------------------------------------
	マージン
*/
.l-mb0 {
  margin-bottom: 0px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mb0 {
    margin-bottom: 0px !important;
  }
}

.l-mb5 {
  margin-bottom: 2.5px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mb5 {
    margin-bottom: 5px !important;
  }
}

.l-mb10 {
  margin-bottom: 5px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mb10 {
    margin-bottom: 10px !important;
  }
}

.l-mb15 {
  margin-bottom: 7.5px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mb15 {
    margin-bottom: 15px !important;
  }
}

.l-mb20 {
  margin-bottom: 10px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mb20 {
    margin-bottom: 20px !important;
  }
}

.l-mb25 {
  margin-bottom: 12.5px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mb25 {
    margin-bottom: 25px !important;
  }
}

.l-mb30 {
  margin-bottom: 15px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mb30 {
    margin-bottom: 30px !important;
  }
}

.l-mb35 {
  margin-bottom: 17.5px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mb35 {
    margin-bottom: 35px !important;
  }
}

.l-mb40 {
  margin-bottom: 20px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mb40 {
    margin-bottom: 40px !important;
  }
}

.l-mb45 {
  margin-bottom: 22.5px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mb45 {
    margin-bottom: 45px !important;
  }
}

.l-mb50 {
  margin-bottom: 25px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mb50 {
    margin-bottom: 50px !important;
  }
}

.l-mb55 {
  margin-bottom: 27.5px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mb55 {
    margin-bottom: 55px !important;
  }
}

.l-mb60 {
  margin-bottom: 30px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mb60 {
    margin-bottom: 60px !important;
  }
}

.l-mb65 {
  margin-bottom: 32.5px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mb65 {
    margin-bottom: 65px !important;
  }
}

.l-mb70 {
  margin-bottom: 35px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mb70 {
    margin-bottom: 70px !important;
  }
}

.l-mb75 {
  margin-bottom: 37.5px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mb75 {
    margin-bottom: 75px !important;
  }
}

.l-mb80 {
  margin-bottom: 40px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mb80 {
    margin-bottom: 80px !important;
  }
}

.l-mb85 {
  margin-bottom: 42.5px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mb85 {
    margin-bottom: 85px !important;
  }
}

.l-mb90 {
  margin-bottom: 45px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mb90 {
    margin-bottom: 90px !important;
  }
}

.l-mb95 {
  margin-bottom: 47.5px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mb95 {
    margin-bottom: 95px !important;
  }
}

.l-mb100 {
  margin-bottom: 50px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mb100 {
    margin-bottom: 100px !important;
  }
}

.l-mt0 {
  margin-top: 0px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mt0 {
    margin-top: 0px !important;
  }
}

.l-mt5 {
  margin-top: 2.5px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mt5 {
    margin-top: 5px !important;
  }
}

.l-mt10 {
  margin-top: 5px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mt10 {
    margin-top: 10px !important;
  }
}

.l-mt15 {
  margin-top: 7.5px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mt15 {
    margin-top: 15px !important;
  }
}

.l-mt20 {
  margin-top: 10px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mt20 {
    margin-top: 20px !important;
  }
}

.l-mt25 {
  margin-top: 12.5px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mt25 {
    margin-top: 25px !important;
  }
}

.l-mt30 {
  margin-top: 15px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mt30 {
    margin-top: 30px !important;
  }
}

.l-mt35 {
  margin-top: 17.5px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mt35 {
    margin-top: 35px !important;
  }
}

.l-mt40 {
  margin-top: 20px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mt40 {
    margin-top: 40px !important;
  }
}

.l-mt45 {
  margin-top: 22.5px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mt45 {
    margin-top: 45px !important;
  }
}

.l-mt50 {
  margin-top: 25px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mt50 {
    margin-top: 50px !important;
  }
}

.l-mr0 {
  margin-right: 0px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mr0 {
    margin-right: 0px !important;
  }
}

.l-mr5 {
  margin-right: 2.5px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mr5 {
    margin-right: 5px !important;
  }
}

.l-mr10 {
  margin-right: 5px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mr10 {
    margin-right: 10px !important;
  }
}

.l-mr15 {
  margin-right: 7.5px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mr15 {
    margin-right: 15px !important;
  }
}

.l-mr20 {
  margin-right: 10px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mr20 {
    margin-right: 20px !important;
  }
}

.l-mr25 {
  margin-right: 12.5px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mr25 {
    margin-right: 25px !important;
  }
}

.l-mr30 {
  margin-right: 15px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mr30 {
    margin-right: 30px !important;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-ml0-sp {
    margin-left: 0 !important;
  }
  .l-mr0-sp {
    margin-right: 0 !important;
  }
  .l-mr5-sp {
    margin-right: 5px !important;
  }
  .l-mb0-sp {
    margin-bottom: 0 !important;
  }
  .l-mt0-sp {
    margin-top: 0 !important;
  }
  .l-mb5-sp {
    margin-bottom: 5px !important;
  }
  .l-mb10-sp {
    margin-bottom: 10px !important;
  }
}

.l-pd5 {
  padding: 5px;
}

.l-pd10 {
  padding: 10px;
}

.l-pd15 {
  padding: 15px;
}

.l-pd20 {
  padding: 20px;
}

.l-pd30 {
  padding: 30px;
}

.l-pd40 {
  padding: 40px;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-pd5 {
    padding: 3px;
  }
  .l-pd10 {
    padding: 5px;
  }
  .l-pd15 {
    padding: 7px;
  }
  .l-pd20 {
    padding: 10px;
  }
  .l-pd30 {
    padding: 15px;
  }
  .l-pd40 {
    padding: 20px;
  }
}

/* -------------------------------------------------------------------------
	テキスト揃え
*/
.l-alignL {
  text-align: left;
}

.l-alignR {
  text-align: right;
}

.l-alignC {
  text-align: center;
}

.l-block-alignC {
  margin-left: auto;
  margin-right: auto;
}

.l-valign-m {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-sp-alignL {
    text-align: left;
  }
  .l-sp-alignR {
    text-align: right;
  }
  .l-sp-alignC {
    text-align: center;
  }
}

/* ==========================================================================

	#テキストモジュールとユーティリティ

	36　コピー
	27　 H1相当　ページタイトル
	25　 H2相当　コピー・見出しおよびラベル
	24　 H3相当　見出しおよびラベル
	20　コピー・中見出し・ラベル
	18　本文：大・ラベル
	16　本文：中
	14　本文：小を使用しています。
	12　最小（注文など一部のみ）

 */
/* -------------------------------------------------------------------------
	本文指定
*/
.u-txt-ll,
.u-txt-l,
.u-txt,
.u-txt-s,
.u-txt-ss {
  line-height: 1.75;
}

.u-txt-ll {
  font-size: 2rem;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .u-txt-ll {
    font-size: 1.4rem;
  }
}

.u-txt-l {
  font-size: 1.8rem;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .u-txt-l {
    font-size: 1.3rem;
  }
}

.u-txt {
  font-size: 1.6rem;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .u-txt {
    font-size: 1.2rem;
  }
}

.u-txt-s {
  font-size: 1.4rem;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .u-txt-s {
    font-size: 1.1rem;
  }
}

.u-txt-ss {
  font-size: 1.2rem;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .u-txt-ss {
    font-size: 1.1rem;
  }
}

.u-color-red {
  color: #e8503e;
}

.u-color-blue {
  color: #007eff;
}

.u-color-pink {
  color: #e4007f;
}

/* -------------------------------------------------------------------------
	ユーティリティmisc
*/
/*一字下げ*/
.u-indent-head {
  padding-left: 1.2em;
  text-indent: -1.2em;
}

.u-font-bold {
  font-weight: bold;
}

.u-font-normal {
  font-weight: normal;
}

/* ==========================================================================

   ユーティリティモジュール

 */
/* -------------------------------------------------------------------------
	画像を100%に/100%を解除
	&lt;img class="u-fit" src="xxx.jpg" /&gt;
*/
.u-fit {
  width: 100%;
  height: auto;
}

.u-free {
  width: auto;
}

/* -------------------------------------------------------------------------
	SPのみ、PCのみで改行させる
	&lt;br class="u-spbr" /&gt;
	&lt;br class="u-pcbr" /&gt;
*/
.u-spbr {
  display: none;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .u-spbr {
    display: inline;
  }
}

.u-pcbr {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .u-pcbr {
    display: inline;
  }
}

.u-tdbr {
  display: none;
}

@media only screen and (max-width: 768px) {
  .u-tdbr {
    display: inline;
  }
}

/* -------------------------------------------------------------------------
	フロート
*/
@media print, screen and (min-width: 769px) {
  .u-floatL {
    float: left;
  }
}

@media print, screen and (min-width: 769px) {
  .u-floatR {
    float: right;
  }
}

/* -------------------------------------------------------------------------
	position:relative
*/
.u-relative {
  position: relative;
}

/* -------------------------------------------------------------------------
	インラインテキストリンク
*/
.u-textLink:link, .u-textLink:visited {
  color: #df0615;
}

@media print, screen and (min-width: 769px) {
  .u-textLink:hover {
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }
}

/* -------------------------------------------------------------------------
	縦書きテキスト
*/
.u-vertical-text {
  font-feature-settings: 'pkna';
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  text-orientation: upright;
  -ms-text-combine-horizontal: all;
}

/* -------------------------------------------------------------------------
	ブロック指定
*/
.u-inlineBlock {
  display: inline-block;
}

.u-block {
  display: block;
}

/* -------------------------------------------------------------------------
	リスト要素のスタイル
*/
.u-listIndent li {
  font-size: 1.6rem;
  padding-left: 1.2em;
  text-indent: -1.2em;
  line-height: 1.75em;
  margin-bottom: 1.2em;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .u-listIndent li {
    font-size: 1.1rem;
    margin-bottom: .5em;
  }
}

.u-listDisc li {
  list-style-type: disc;
  margin-bottom: 1em;
  margin-left: 1.2em;
}

/* -------------------------------------------------------------------------
	PCレイアウト時に非表示
*/
.u-sp-only {
  display: none !important;
}

.u-pc-only {
  display: block !important;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .u-sp-only {
    display: block !important;
  }
  .u-pc-only {
    display: none !important;
  }
}

.u-noWrap {
  white-space: nowrap;
}

@media print, screen and (min-width: 769px) {
  .u-pc-pdng {
    display: inline-block;
    width: 20px;
  }
}

/* ====================================================================

  #コンテンツヘッダ

 */
/* --------------------------------------------------------------------
  #ヘッダ
 */
/*.header {
  display: none;
}*/
.header__menuBtn {
  width: 60px;
  height: 60px;
  background: url(../img/menu_btn.png) no-repeat center center/contain;
  position: absolute;
  z-index: 100010;
  cursor: pointer;
  right: 8px;
  top: 8px;
  font-size: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
}

.header__menuBtn .line1,
.header__menuBtn .line2,
.header__menuBtn .line3 {
  display: block;
  width: 25px;
  height: 2px;
  background: #000;
  border-radius: 2px;
  transition-duration: .2s;
}

.header__menuBtn .line1 {
  transform: translate3d(0, -2px, 0);
}

.header__menuBtn .line2 {
  transform: translate3d(0, 0, 0);
  transition-delay: .03s;
}

.header__menuBtn .line3 {
  transform: translate3d(0, 2px, 0);
}

.header__menuBtn.is-active .line1 {
  transform: translate3d(0, 0, 0) rotate(45deg);
}

.header__menuBtn.is-active .line2 {
  transform: scale3d(0, 1, 1);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.header__menuBtn.is-active .line3 {
  transform: translate3d(0, -2px, 0) rotate(-45deg);
}

@media print, screen and (min-width: 769px) {
  .header__menuBtn {
    display: none;
  }
}

.header-menu {
  z-index: 100009;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .header-menu {
    position: fixed;
    display: none;
    background-color: #ff6b48;
    width: 100%;
    height: 100%;
    left: 0;
  }
  .header-menu.is-beforeEnter {
    display: block;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  .header-menu.is-active {
    display: -ms-flexbox;
    display: flex;
    transition-duration: .5s;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: scale(1);
  }
  .header-menu.is-fadeOut {
    display: -ms-flexbox;
    display: flex;
    transition-duration: .3s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .header-menu-container {
    width: 100%;
    padding: 110px 0 0 0;
  }
}

.header__close {
  width: 50px;
  height: 60px;
  position: absolute;
  cursor: pointer;
  right: 2%;
  top: 30px;
  overflow: hidden;
  padding: 9px 7px;
}

.header__close img {
  width: 36px;
  height: auto;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .header__close {
    right: 18px;
    top: 58px;
    width: 34px;
    height: 34px;
    padding: 7px;
  }
  .header__close img {
    width: 20px;
  }
}

.header__menu {
  font-size: 2.7rem;
  color: #fff;
  margin-bottom: 45px;
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  .header__menu {
    display: none;
  }
}

@media print, screen and (min-width: 769px) {
  .header-gnav {
    display: none;
  }
}

.header-gnav__item {
  margin-bottom: 30px;
}

.header-gnav__item.is-disabled {
  opacity: .4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  pointer-events: none;
}

.header-gnav__item a {
  display: block;
  font-size: 1.4rem;
  text-align: center;
  color: #fff;
}

.header-sns {
  background: url(../img/head_sns_shape.png) no-repeat left top/contain;
  display: -ms-flexbox;
  display: flex;
  width: 177px;
  height: 78px;
  padding: 24px 0 0 35px;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .header-sns {
    margin-left: auto;
    margin-right: auto;
  }
}

@media print, screen and (min-width: 769px) {
  .header-sns {
    z-index: 100010;
    position: absolute;
    padding: 28px 0 0 38px;
    width: 198px;
    height: 86px;
    right: calc(50% - 500px);
    top: -15px;
  }
}

.header-sns__item {
  width: 30px;
  margin-right: 10px;
}

@media print, screen and (min-width: 769px) {
  .header-sns__item {
    width: 32px;
    transition: 0.2s;
  }
  .header-sns__item:hover {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  }
}

/*-----------------------------------------------------------------------

  #footer

------------------------------------------------------------------------*/
.footer {
  position: relative;
  margin: 0;
  padding: 100px 0 40px 0;
  background: url(../img/footer_bg_sp.png) no-repeat center top/100% auto #fff;
}

@media print, screen and (min-width: 769px) {
  .footer {
    padding: 140px 0 40px 0;
    background-image: url(../img/footer_bg.png);
  }
}

.footer__note {
  font-family: "じゅん 34","Jun 34",sans-serif;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.75;
  color: #424242;
  transform: translateY(-110px);
  margin-bottom: 30px;
}

@media print, screen and (min-width: 769px) {
  .footer__note {
    margin-bottom: 60px;
    transform: translateY(-140px);
  }
}

.footer__bnr {
  display: block;
  width: 25%;
  max-width: 110px;
  min-width: 72px;
  margin: 0 auto;
  transition: 0.2s;
}

.footer__bnr &gt; img {
  border: 1px solid #666666;
}

.footer__bnr:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

@media print, screen and (min-width: 769px) {
  .footer__bnr {
    max-width: 100%;
    width: 192px;
  }
}

.footer__bnr2 {
  width: 40%;
  max-width: 170px;
}

.footer-container1 {
  position: relative;
  margin-bottom: 30px;
}

@media print, screen and (min-width: 769px) {
  .footer-container1 {
    margin-bottom: 60px;
  }
}

.footer-container2 {
  margin-bottom: 20px;
}

.footer-container_bn {
  max-width: 500px;
  width: 80%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 auto 20px;
}

@media print, screen and (min-width: 769px) {
  .footer-container_bn {
    width: 100%;
  }
}

.footer__pagetop {
  position: absolute;
  right: 0;
  top: -100px;
}

.footer__pagetop .pagetop-inner {
  width: 115px;
  height: 97px;
  display: block;
  background: url(../img/footer_pt.png) no-repeat left top;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .footer__pagetop .pagetop-inner {
    background-size: auto 100%;
  }
}

@media print, screen and (min-width: 769px) {
  .footer__pagetop {
    right: 20px;
    top: -185px;
  }
  .footer__pagetop .pagetop-inner {
    width: 194px;
    height: 165px;
  }
  .footer__pagetop:hover .pagetop-inner {
    background-position: left 100% top;
  }
}

.footer__credit {
  color: #424242;
  text-align: center;
}

.footer__credit .credit-inner {
  display: inline-block;
  background-color: #f8f4eb;
  border-radius: 50px;
  padding: 6px 20px;
  line-height: 1.3;
  font-size: 1.2rem;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .footer__credit {
    margin: 0 20px 20px;
  }
}

@media print, screen and (min-width: 769px) {
  .footer__credit {
    margin-bottom: 40px;
  }
  .footer__credit .credit-inner {
    font-size: 1.4rem;
    padding: 8px 15px;
    border-radius: 20px;
  }
}

.footer__copyright {
  display: block;
  color: #424242;
  text-align: center;
  font-size: 1rem;
}

@media print, screen and (min-width: 769px) {
  .footer__copyright {
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .footer__unav &gt; li {
    width: 120px;
    margin-bottom: 5px;
  }
  .footer__unav &gt; li:last-child {
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 769px) {
  .footer__unav {
    display: -ms-flexbox;
    display: flex;
  }
  .footer__unav &gt; li {
    width: 200px;
    margin-right: 10px;
  }
}

/*

.preload-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #000;
  z-index: 10000;
}

#loading-typo {
  font-size: 10px;
  letter-spacing: 0.1em;
  width: 60px;
  overflow: hidden;
  text-align: center;
  color: #777;
}

#loading-fig {
  width: 60px;
  height: 1px;
  background: #555;
  transform: scaleX(0);
  transform-origin: 0 0;
  animation: loading-anime 0.6s;
  animation-iteration-count: infinite;
}

@keyframes loading-anime {
  0% {
    transform: scaleX(0);
  }
  50% {
    transform: scaleX(1);
  }
  100% {
    transform: translateX(60px);
  }
}
*/
.wrap-loading {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 100012;
  top: 0;
  left: 0;
}

.wrap-loading img {
  width: 100%;
  height: auto;
}

.wrap-loading.is-leave {
  transition-duration: .5s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #fde777;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.loading-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
}

.loading__label {
  width: 207px;
  animation: .2s anim-loading-fig infinite;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .loading__label {
    width: 140px;
  }
}

@keyframes anim-loading-fig {
  0% {
  }
  50% {
    transform: translate3d(0, -5%, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

/**
  ボタンスタイル汎用
 */
.btn-style1 .btn-inner {
  background-color: #fee55d;
  border: 2px solid #000;
  border-radius: 50px;
  height: 45px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  box-shadow: #fff 2px 2px 0 inset;
}

.btn-style1 .btn-label {
  display: inline-block;
  letter-spacing: .05em;
  font-size: 1.5rem;
  padding: 3px 23px;
  background: url(../img/ic_arrow_a.png) no-repeat right center/18px auto;
}

@media print, screen and (min-width: 769px) {
  .btn-style1 .btn-inner {
    height: 60px;
    transition-duration: 0.2s;
    box-shadow: #fff 3px 3px 0 inset;
  }
  .btn-style1 .btn-label {
    padding: 4px 32px;
    font-size: 2rem;
    background-size: 24px auto;
  }
  .btn-style1:hover .btn-inner {
    color: #ff6b48;
  }
}

.btn-top {
  width: 225px;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (min-width: 769px) {
  .btn-top {
    width: 300px;
  }
}

/* ====================================================================

  #Animation

 */
.transition-delay1 {
  transition-delay: .2s;
}

.transition-delay2 {
  transition-delay: .4s;
}

.transition-delay3 {
  transition-delay: .6s;
}

.transition-delay4 {
  transition-delay: .8s;
}

@keyframes anim-fade-in {
  0% {
    display: block;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  1% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

.transition-mask:before {
  position: absolute;
  z-index: 11;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transform-origin: 100% 0;
  transition-duration: 1s;
  transform: scaleX(0);
}

.transition-mask.ef-scroll-in:before {
  transform: scaleX(1);
}

.transition-mask.ef-scroll:before {
  transform: scaleX(1);
}

@media print {
  .transition-mask.ef-scroll:before {
    transform: scaleX(0);
  }
  .transition-mask.ef-scroll-in:before {
    transform: scaleX(0);
  }
}

.transition-fade {
  transition-duration: 1s;
}

.transition-fade.ef-scroll {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.transition-fade.ef-scroll-in {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

@media print {
  .transition-fade.ef-scroll {
    opacity: 1 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  .transition-fade.ef-scroll-in {
    opacity: 1 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

.transition-y, .transition-x {
  transition-duration: 1s;
}

.transition-y.ef-scroll, .ef-scroll.transition-x {
  transform: translateY(100px);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.transition-y.ef-scroll-in, .ef-scroll-in.transition-x {
  transform: translateY(100px);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

@media print {
  .transition-y.ef-scroll, .ef-scroll.transition-x {
    opacity: 1 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: translateY(0);
  }
  .transition-y.ef-scroll-in, .ef-scroll-in.transition-x {
    opacity: 1 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: translateY(0);
  }
}

.transition-blur-y, .transition-blur-x, .transition-blur-x--invert {
  transition-duration: 1s;
}

.transition-blur-y.ef-scroll, .ef-scroll.transition-blur-x, .ef-scroll.transition-blur-x--invert {
  filter: url('data:image/svg+xml;charset=utf-8,&lt;svg xmlns="http://www.w3.org/2000/svg"&gt;&lt;filter id="filter"&gt;&lt;feGaussianBlur stdDeviation="12" /&gt;&lt;/filter&gt;&lt;/svg&gt;#filter');
  filter: blur(12px);
  transform: translateY(100px);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.transition-blur-y.ef-scroll-in, .ef-scroll-in.transition-blur-x, .ef-scroll-in.transition-blur-x--invert {
  filter: url('data:image/svg+xml;charset=utf-8,&lt;svg xmlns="http://www.w3.org/2000/svg"&gt;&lt;filter id="filter"&gt;&lt;feGaussianBlur stdDeviation="12" /&gt;&lt;/filter&gt;&lt;/svg&gt;#filter');
  filter: blur(12px);
  transform: translateY(100px);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

@media print {
  .transition-blur-y.ef-scroll, .ef-scroll.transition-blur-x, .ef-scroll.transition-blur-x--invert {
    opacity: 1 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: url('data:image/svg+xml;charset=utf-8,&lt;svg xmlns="http://www.w3.org/2000/svg"&gt;&lt;filter id="filter"&gt;&lt;feGaussianBlur stdDeviation="0" /&gt;&lt;/filter&gt;&lt;/svg&gt;#filter');
    filter: blur(0);
    transform: translateY(0);
  }
  .transition-blur-y.ef-scroll-in, .ef-scroll-in.transition-blur-x, .ef-scroll-in.transition-blur-x--invert {
    opacity: 1 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: url('data:image/svg+xml;charset=utf-8,&lt;svg xmlns="http://www.w3.org/2000/svg"&gt;&lt;filter id="filter"&gt;&lt;feGaussianBlur stdDeviation="0" /&gt;&lt;/filter&gt;&lt;/svg&gt;#filter');
    filter: blur(0);
    transform: translateY(0);
  }
}

.transition-x.ef-scroll {
  transform: translateX(100px);
}

.transition-x.ef-scroll-in {
  transform: translateX(100px);
}

@media print {
  .transition-x.ef-scroll {
    opacity: 1 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: translateX(0);
  }
  .transition-x.ef-scroll-in {
    opacity: 1 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: translateX(0);
  }
}

.transition-blur-x.ef-scroll, .ef-scroll.transition-blur-x--invert {
  transform: translateX(100px);
}

.transition-blur-x.ef-scroll-in, .ef-scroll-in.transition-blur-x--invert {
  transform: translateX(100px);
}

@media print {
  .transition-blur-x.ef-scroll, .ef-scroll.transition-blur-x--invert {
    opacity: 1 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: url('data:image/svg+xml;charset=utf-8,&lt;svg xmlns="http://www.w3.org/2000/svg"&gt;&lt;filter id="filter"&gt;&lt;feGaussianBlur stdDeviation="0" /&gt;&lt;/filter&gt;&lt;/svg&gt;#filter');
    filter: blur(0);
    transform: translateX(0);
  }
  .transition-blur-x.ef-scroll-in, .ef-scroll-in.transition-blur-x--invert {
    opacity: 1 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: url('data:image/svg+xml;charset=utf-8,&lt;svg xmlns="http://www.w3.org/2000/svg"&gt;&lt;filter id="filter"&gt;&lt;feGaussianBlur stdDeviation="0" /&gt;&lt;/filter&gt;&lt;/svg&gt;#filter');
    filter: blur(0);
    transform: translateX(0);
  }
}

.transition-blur-x--invert.ef-scroll {
  transform: translateX(-100px);
}

.transition-blur-x--invert.ef-scroll-in {
  transform: translateX(-100px);
}

@media print {
  .transition-blur-x--invert.ef-scroll {
    opacity: 1 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  .transition-blur-x--invert.ef-scroll-in {
    opacity: 1 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

.transition-randomIn {
  transition-duration: 1s;
}

.transition-randomIn.ef-scroll, .transition-randomIn.ef-scroll-in {
  transform: scale(1.3);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.transition-slideUp {
  overflow: hidden;
  transition-duration: 1s;
}

.transition-slideUp .slideup-inner {
  transition-duration: 1s;
  display: block;
}

.transition-slideUp.ef-scroll-in {
  transform: translateY(100px);
}

.transition-slideUp.ef-scroll-in .slideup-inner {
  transform: translateY(100px);
}

.transition-zoomIn {
  overflow: hidden;
}

.transition-zoomIn .zoomin-inner {
  display: block;
  overflow: hidden;
  transition-duration: 1s;
  transform-origin: 0 0;
  transition-timing-function: cubic-bezier(0.01, 0.79, 0.37, 0.98);
  background: #111;
}

.transition-zoomIn .zoomin-inner img {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transition-duration: 1s;
  transition-delay: .6s;
}

.transition-zoomIn.ef-scroll, .transition-zoomIn.ef-scroll-in {
  perspective: 800px;
}

.transition-zoomIn.ef-scroll .zoomin-inner, .transition-zoomIn.ef-scroll-in .zoomin-inner {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transform: scale(0.6) rotateX(70deg) rotateY(12deg) rotateZ(-12deg);
  background: #000;
}

.transition-zoomIn.ef-scroll .zoomin-inner img, .transition-zoomIn.ef-scroll-in .zoomin-inner img {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transform: scale(1.1);
}

.sublink {
  position: absolute;
  z-index: 10;
  left: 10px;
  top: 10px;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .sublink &gt; li {
    width: 72px;
    margin-right: 6px;
  }
  .sublink &gt; li:last-child {
    margin-right: 0;
  }
}

@media print, screen and (min-width: 769px) {
  .sublink {
    left: calc(50% - 500px);
  }
  .sublink &gt; li {
    width: 120px;
    margin-right: 10px;
    transition: 0.2s;
  }
  .sublink &gt; li:hover {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  }
}

.top-mv {
  position: relative;
  margin-bottom: 5px;
  overflow: hidden;
}

.top-mv:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 12.1vw;
  left: 0;
  bottom: 0;
  z-index: 5;
  background: url(../img/top_wave_sp.png) no-repeat left bottom/100% auto;
}

.top-mv:before {
  content: "";
  display: block;
  position: absolute;
  background-color: #f8f4eb;
  width: 100%;
  height: 5px;
  bottom: -3px;
  left: 0;
  z-index: 6;
}

@media print, screen and (min-width: 769px) {
  .top-mv {
    max-width: 2000px;
    height: 740px;
    margin-bottom: 0;
  }
  .top-mv:after {
    content: "";
    display: block;
    position: absolute;
    width: 2000px;
    height: 94px;
    left: calc(50% - 1000px);
    z-index: 5;
    background: url(../img/top_wave.png) no-repeat left bottom/contain;
  }
}

@media screen and (min-width: 2000px) {
  .top-mv {
    margin-left: auto;
    margin-right: auto;
  }
}

@media print, screen and (min-width: 769px) {
  .top-mv__main {
    height: 740px;
  }
  .top-mv__main img {
    width: auto;
    height: 740px;
    position: absolute;
    left: calc(50% - 1000px);
  }
}

.top-mv__btn {
  position: absolute;
  z-index: 10;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .top-mv__btn {
    display: none;
  }
}

@media print, screen and (min-width: 769px) {
  .top-mv__btn {
    width: 204px;
    right: calc(50% - 530px);
    bottom: 10px;
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(0.11, 0.73, 0.6, 1.23);
  }
  .top-mv__btn:hover {
    transform: scale3d(1.1, 1.1, 1);
  }
}

.top-mv__credit {
  position: relative;
  z-index: 14;
  text-align: right;
  margin-top: 0;
  margin-bottom: 45px;
}

.top-mv__credit img {
  width: 110px;
}

@media print, screen and (min-width: 769px) {
  .top-mv__credit {
    margin-top: 0;
    margin-bottom: 10px;
    padding-right: 50px;
  }
  .top-mv__credit img {
    width: 260px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .top-mv__credit--course {
    margin-bottom: 60px !important;
  }
}

@media print, screen and (min-width: 769px) {
  .top-mv__credit--course {
    margin-bottom: 40px;
  }
}

.top-mv__credit--second {
  margin-bottom: 40px;
}

@media print, screen and (min-width: 769px) {
  .top-mv__credit--second {
    margin-bottom: 40px;
  }
}

.top-mv-assets {
  position: absolute;
  width: 1px;
  overflow: visible;
  left: 50%;
  height: 100%;
  top: 0;
  z-index: 2;
}

.top-mv__sweets {
  position: absolute;
  left: 0;
  top: 0;
}

.top-mv__sweets &gt; li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .top-mv__sweets .sweets01 {
    width: 14.8vw;
    left: calc(50% - 48.7vw);
    top: 17vw;
  }
}

@media print, screen and (min-width: 769px) {
  .top-mv__sweets .sweets01 {
    width: 111px;
    height: 100px;
    left: calc(50% - 682px);
    top: 92px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .top-mv__sweets .sweets02 {
    width: 17.5vw;
    left: calc(50% - 4.3vw);
    top: 6.3vw;
  }
}

@media print, screen and (min-width: 769px) {
  .top-mv__sweets .sweets02 {
    width: 131px;
    height: 92px;
    left: calc(50% - 485px);
    top: 158px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .top-mv__sweets .sweets03 {
    display: none;
  }
}

@media print, screen and (min-width: 769px) {
  .top-mv__sweets .sweets03 {
    width: 166px;
    height: 86px;
    left: calc(50% - 678px);
    top: 249px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .top-mv__sweets .sweets04 {
    width: 10.9vw;
    left: calc(50% + 36vw);
    top: 70vw;
  }
}

@media print, screen and (min-width: 769px) {
  .top-mv__sweets .sweets04 {
    width: 82px;
    height: 107px;
    left: calc(50% + 410px);
    top: 212px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .top-mv__sweets .sweets05 {
    display: none;
  }
}

@media print, screen and (min-width: 769px) {
  .top-mv__sweets .sweets05 {
    width: 148px;
    height: 95px;
    left: calc(50% + 495px);
    top: 115px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .top-mv__sweets .sweets06 {
    width: 20vw;
    left: calc(50% + 24.8vw);
    top: 59.3vw;
  }
}

@media print, screen and (min-width: 769px) {
  .top-mv__sweets .sweets06 {
    width: 150px;
    height: 91px;
    left: calc(50% + 505px);
    top: 283px;
  }
}

.top-mv__dandlly {
  position: absolute;
  z-index: 4;
  width: 15.8vw;
  height: 22.9vw;
  bottom: -2.0vw;
  left: -3.6vw;
}

.top-mv__dandlly .dandlly-main {
  display: block;
  width: 130px;
  height: 186px;
  background: url(../img/top_dandlly_spr.png?20201026) no-repeat left top;
}

.top-mv__dandlly.is-anim .dandlly-main {
  animation: 4 anim-dandlly .4s;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .top-mv__dandlly .dandlly-main {
    transform-origin: 0 0;
    transform: scale(0.46);
  }
}

@media screen and (min-width: 0px) and (max-width: 320px) {
  .top-mv__dandlly .dandlly-main {
    transform: scale(0.39);
  }
}

@media screen and (min-width: 400px) and (max-width: 450px) {
  .top-mv__dandlly .dandlly-main {
    transform: scale(0.5);
  }
}

@media screen and (min-width: 450px) and (max-width: 500px) {
  .top-mv__dandlly .dandlly-main {
    transform: scale(0.58);
  }
}

@media screen and (min-width: 500px) and (max-width: 550px) {
  .top-mv__dandlly .dandlly-main {
    transform: scale(0.62);
  }
}

@media screen and (min-width: 550px) and (max-width: 600px) {
  .top-mv__dandlly .dandlly-main {
    transform: scale(0.72);
  }
}

@media screen and (min-width: 600px) and (max-width: 700px) {
  .top-mv__dandlly .dandlly-main {
    transform: scale(0.78);
  }
}

@media screen and (min-width: 700px) and (max-width: 768px) {
  .top-mv__dandlly .dandlly-main {
    transform: scale(0.91);
  }
}

@media print, screen and (min-width: 769px) {
  .top-mv__dandlly {
    width: 130px;
    height: 183px;
    left: calc(50% - 165px);
    bottom: 0;
  }
}

@keyframes anim-dandlly {
  0% {
    background-position: left top;
  }
  24.99999% {
    background-position: left top;
  }
  25% {
    background-position: left -130px top;
  }
  49.99999% {
    background-position: left -130px top;
  }
  50% {
    background-position: left -260px top;
  }
  74.99999% {
    background-position: left -260px top;
  }
  75% {
    background-position: left -390px top;
  }
  99.99999% {
    background-position: left -390px top;
  }
  100% {
    background-position: left -520 top;
  }
}

.top-mv__balloon {
  position: absolute;
  z-index: 4;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .top-mv__balloon {
    width: 22vw;
    top: 74vw;
    left: calc(50% + 5vw);
  }
  .top-mv__balloon img {
    transform: rotate(-24deg);
  }
}

@media print, screen and (min-width: 769px) {
  .top-mv__balloon {
    width: 192px;
    height: 177px;
    left: calc(50% - 52px);
    top: 456px;
  }
}

.top-mv__car {
  position: absolute;
  z-index: 4;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .top-mv__car {
    width: 36.3vw;
    bottom: -3vw;
    left: calc(50% + 24vw);
  }
}

@media print, screen and (min-width: 769px) {
  .top-mv__car {
    width: 337px;
    height: 237px;
    left: calc(50% + 80px);
    top: 546px;
  }
}

.top-mv__link {
  position: absolute;
  width: 30vw;
  left: -43vw;
  bottom: 6.8vw;
}

.top-mv__link &gt; a {
  display: block;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.11, 0.73, 0.6, 1.23);
}

.top-mv__link &gt; a:hover {
  transform: scale3d(1.1, 1.1, 1);
}

@media print, screen and (min-width: 769px) {
  .top-mv__link {
    width: 235px;
    height: 110px;
    left: calc(50% - 430px);
    bottom: 38px;
    display: block;
  }
}

.top-mv__cast {
  position: absolute;
  width: 57.3vw;
  left: -55vw;
  bottom: -18vw;
}

@media print, screen and (min-width: 769px) {
  .top-mv__cast {
    width: 386px;
    height: 325px;
    left: calc(50% - 543px);
    bottom: 0;
  }
}

.top-mv__logo {
  position: absolute;
  z-index: 10;
  width: 98.7vw;
  top: 20.1vw;
  left: .8vw;
}

@media print, screen and (min-width: 769px) {
  .top-mv__logo {
    width: 740px;
    left: calc(50% - 320px);
    top: 160px;
  }
}

.top-container1 {
  position: relative;
  z-index: 10;
  margin-top: 5vw;
}

@media print, screen and (min-width: 769px) {
  .top-container1 {
    margin-top: 70px;
  }
}

.mv-sns {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: 20;
  left: 15px;
  margin-top: -20px;
  padding-top: 10px;
  width: 33vw;
}

@media print, screen and (min-width: 769px) {
  .mv-sns {
    display: none;
  }
}

.mv-sns__item {
  width: 30px;
  margin-right: 10px;
}

@media print, screen and (min-width: 769px) {
  .mv-sns__item {
    width: 32px;
    transition: 0.2s;
  }
  .mv-sns__item:hover {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  }
}

.top-bnr {
  padding: 3rem 0;
  text-align: center;
}

.top-bnr img {
  width: auto;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.top-mv__logo {
  transition-duration: 1s;
}

.top-mv__logo.is-intro {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.top-mv__cast {
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.11, 0.73, 0.6, 1.23);
}

.top-mv__cast.is-intro {
  transform: translate3d(-20px, 100%, 0);
}

.top-mv__link {
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.11, 0.73, 0.6, 1.23);
}

.top-mv__link.is-intro {
  transform: translate3d(-40px, 250%, 0);
}

.top-mv__dandlly {
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.11, 0.73, 0.6, 1.23);
}

.top-mv__dandlly.is-intro {
  transform: translate3d(-20px, 100%, 0);
}

.top-mv__balloon {
  transition-duration: 1s;
  transform-origin: 0 100%;
  transition-timing-function: cubic-bezier(0.11, 0.73, 0.6, 1.23);
  transition-delay: .1s;
}

.top-mv__balloon.is-intro {
  transform: translate3d(-40px, 250%, 0);
}

.top-mv__balloon.is-anim {
  animation: anim-top-balloon 1.8s;
}

@keyframes anim-top-balloon {
  0% {
  }
  25% {
    transform: rotate(-10deg);
  }
  75% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.top-mv__car {
  transition-duration: 1s;
}

.top-mv__car.is-intro {
  transform: translate3d(40px, -20px, 0) scale3d(0, 0, 1);
}

.top-mv__car img {
  display: block;
  animation: anim-top-car 20 .2s;
}

@keyframes anim-top-car {
  0% {
  }
  50% {
    transform: translate3d(0, -2%, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

.top-mv__sweets li {
  transition-duration: 1s;
}

.top-mv__sweets li.is-intro {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transform: scale3d(0, 0, 0);
}

.top-mv__sweets li img {
  display: block;
  animation: anim-top-sweets infinite 6s;
}

.top-mv__sweets li:nth-child(2n) img {
  animation-delay: 1.5s;
}

@keyframes anim-top-sweets {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -20%, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

/*

@keyframes anim-top-sweets2 {
  0% {
    transform: translate3d(0, 0%, 0);
  }
  50% {
    transform: translate3d(0, 20%, 0) rotate(-20deg);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}*/
.top-corona-message {
  border: 1px solid #3fbe96;
  margin-bottom: 10vw;
}

@media print, screen and (min-width: 769px) {
  .top-corona-message {
    margin-bottom: 100px;
  }
}

.top-corona-message &gt; .inner {
  padding: 10px 20px;
  max-width: 850px;
  margin: 0 auto;
}

@media print, screen and (min-width: 769px) {
  .top-corona-message &gt; .inner {
    padding: 10px 20px;
  }
}

.top-corona-message p {
  font-size: 1.4rem;
  color: #3fbe96;
  line-height: 1.6;
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  .top-corona-message p {
    font-size: 2rem;
  }
}

.top-corona-message p &gt; span {
  word-break: keep-all;
}

.top-lead {
  margin-bottom: 10px;
  margin-left: 30vw;
}

@media print, screen and (min-width: 769px) {
  .top-lead {
    margin-bottom: 20px;
    margin-left: 195px;
  }
}

.top-lead__text {
  width: 54.3vw;
}

@media print, screen and (min-width: 769px) {
  .top-lead__text {
    width: 502px;
  }
}

.next-week {
  position: relative;
  z-index: 20;
  margin-bottom: 60px;
}

@media print, screen and (min-width: 769px) {
  .next-week {
    margin-bottom: 40px;
  }
}

.next-week__balloon {
  position: absolute;
  width: 33.3vw;
  left: -3vw;
  top: -20vw;
}

@media print, screen and (min-width: 769px) {
  .next-week__balloon {
    top: -147px;
    left: -32px;
    width: 211px;
  }
}

.next-week-container {
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 120px;
  padding: 10px 0 20px;
}

@media print, screen and (min-width: 769px) {
  .next-week-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    width: 850px;
    height: 90px;
    padding: 0 20px;
    margin: 0 0 0 auto;
  }
}

.next-week__course {
  background-color: #ff6b48;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 40px;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .next-week__course {
    font-size: 1.2rem;
    height: 25px;
    width: 40vw;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media print, screen and (min-width: 769px) {
  .next-week__course {
    font-size: 2rem;
    width: 180px;
    height: 50px;
    margin-right: 20px;
  }
}

.next-week__title {
  color: #ff6b48;
  line-height: 1.3;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .next-week__title {
    text-align: center;
    padding: 0 20px;
    margin-bottom: 10px;
    font-size: 1.8rem;
  }
}

@media print, screen and (min-width: 769px) {
  .next-week__title {
    font-size: 2rem;
    margin-right: 16px;
    width: 380px;
  }
}

.next-week__info {
  line-height: 1.3;
  color: #424242;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .next-week__info {
    text-align: center;
    font-size: 1.2rem;
  }
}

@media print, screen and (min-width: 769px) {
  .next-week__info {
    width: 250px;
    font-size: 1.4rem;
  }
}

.category-nav-container {
  background-color: #fee55d;
  border: 2px solid #000;
  border-radius: 50px;
  box-shadow: #fff 2px 2px 0 inset;
}

@media print, screen and (min-width: 769px) {
  .category-nav-container {
    margin-bottom: 120px;
  }
}

@media print, screen and (min-width: 769px) {
  .category-nav-container.is-disabled {
    margin-bottom: 60px;
  }
}

@media print, screen and (min-width: 769px) {
  .category-nav-container--second {
    margin-bottom: 60px;
  }
}

.category-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 60px;
}

@media print, screen and (min-width: 769px) {
  .category-nav {
    padding: 0 20px;
  }
}

.category-nav__item {
  position: relative;
  text-align: center;
}

.category-nav__item .item-label {
  display: inline-block;
  padding: 20px 30px 20px 0;
  background: url(../img/ic_arrow_a.png) no-repeat right center/20px auto;
}

.category-nav__item .item-inner {
  display: block;
}

.category-nav__item:last-child:after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .category-nav__item {
    width: 20%;
  }
  .category-nav__item .item-label {
    font-size: 2rem;
  }
  .category-nav__item:after {
    content: "";
    display: block;
    position: absolute;
    width: 4px;
    height: 20px;
    top: 17px;
    right: 0;
    background-color: #fff2ae;
  }
  .category-nav__item .item-inner {
    transition-duration: 0.2s;
  }
  .category-nav__item:hover .item-inner {
    color: #ff6b48;
  }
}

.course {
  position: relative;
  background-color: #fff;
  border-radius: 20px;
  padding: 0 20px 20px;
  margin-bottom: 15px;
}

@media print, screen and (min-width: 769px) {
  .course {
    padding: 0 40px 40px;
    margin-bottom: 40px;
  }
}

.course-container {
  margin-bottom: 50px;
}

@media print, screen and (min-width: 769px) {
  .course-container {
    margin-bottom: 100px;
  }
}

.course-container:last-child {
  margin-bottom: 0;
}

.course-container2 {
  margin-bottom: 20px;
}

@media print, screen and (min-width: 769px) {
  .course-container2 {
    margin-bottom: 40px;
  }
}

.course__number {
  width: 78px;
  height: 72px;
  background: url(../img/course_number_bg.svg) no-repeat left top/78px 72px;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-top: 15px;
  position: relative;
  margin: 0 auto;
  transform: translateY(-30px) translateX(-32px);
}

.course__number:after {
  content: "";
  display: block;
  position: absolute;
  width: 75px;
  height: 60px;
  top: 7px;
  left: 65px;
  background: url(../img/course_car.png) no-repeat left top/contain;
}

.course__number .number-label {
  display: -ms-flexbox;
  display: flex;
  font-size: .8rem;
  margin-bottom: 1px;
}

.course__number .number-digit {
  font-size: 2.9rem;
}

@media print, screen and (min-width: 769px) {
  .course__number {
    width: 130px;
    height: 120px;
    background-size: 130px 120px;
    padding-top: 24px;
    transform: translateY(-50px) translateX(-53px);
  }
  .course__number .number-label {
    font-size: 1.4rem;
  }
  .course__number .number-digit {
    font-size: 4.8rem;
  }
  .course__number:after {
    width: 125px;
    height: 102px;
    top: 10px;
    left: 104px;
  }
}

.course__cast {
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (min-width: 769px) {
  .course__cast {
    position: absolute;
    -ms-flex-pack: end;
        justify-content: flex-end;
    top: -44px;
    width: 50%;
    right: 0;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .course__cast {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.course__cast .course__person {
  position: relative;
  display: -ms-flexbox;
  display: flex;
}

.course__cast .course__person:after {
  content: "";
  display: block;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .course__cast .course__person {
    -ms-flex-pack: center;
        justify-content: center;
    margin-bottom: 10px;
    right: -15px;
    width: 100%;
  }
  .course__cast .course__person &gt; li {
    width: 68px;
    margin-right: 15px;
  }
  .course__cast .course__person &gt; li:last-child {
    margin-right: 0;
  }
  .course__cast .course__person:after {
    width: 45px;
    height: 40px;
    right: calc(50% - 110px);
    top: -15px;
    background: url(../img/course_person_text.png) 0 0 no-repeat;
    background-size: 100% auto;
  }
}

@media print, screen and (min-width: 769px) {
  .course__cast .course__person &gt; li {
    width: 90px;
    margin-right: 15px;
  }
  .course__cast .course__person:after {
    width: 60px;
    height: 44px;
    right: 0;
    top: -15px;
    background: url(../img/course_person_text.png) 0 0 no-repeat;
    background-size: 100% auto;
  }
}

.course__cast .course__voice {
  position: relative;
  display: -ms-flexbox;
  display: flex;
}

.course__cast .course__voice:after {
  content: "";
  display: block;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .course__cast .course__voice {
    -ms-flex-pack: center;
        justify-content: center;
    margin-bottom: 10px;
    right: -15px;
    width: 100%;
  }
  .course__cast .course__voice &gt; li {
    width: 68px;
    margin-right: 15px;
  }
  .course__cast .course__voice &gt; li:last-child {
    margin-right: 0;
  }
  .course__cast .course__voice:after {
    width: 45px;
    height: 21px;
    right: 0;
    top: -15px;
    background: url(../img/course_voice_text.png) 0 0 no-repeat;
    background-size: 100% auto;
  }
}

@media print, screen and (min-width: 769px) {
  .course__cast .course__voice {
    padding-left: 20px;
  }
  .course__cast .course__voice &gt; li {
    width: 90px;
    margin-right: 15px;
  }
  .course__cast .course__voice:after {
    width: 55px;
    height: 27px;
    right: 0;
    top: -15px;
    image-rendering: -webkit-optimize-contrast;
    -webkit-backface-visibility: hidden;
    background: url(../img/course_voice_text.png) 0 0 no-repeat;
    background-size: 100% auto;
  }
}

.course__title {
  text-align: center;
  line-height: 1.3;
}

.course__title .title-inner {
  position: relative;
  display: inline-block;
}

.course__title .title-inner:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 8px;
  border-radius: 20px;
  bottom: -2px;
  background-color: #ffea00;
}

.course__title .title-text {
  position: relative;
  z-index: 2;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .course__title {
    text-align: left;
    margin-bottom: 30px;
    font-size: 2.7rem;
  }
}

@media print, screen and (min-width: 769px) {
  .course__title {
    font-size: 3.6rem;
    margin-bottom: 54px;
    margin-top: -20px;
  }
  .course__title .title-inner:after {
    height: 10px;
    border-radius: 10px;
    bottom: -5px;
  }
}

/**
  map
 */
.course-map {
  margin-bottom: 20px;
}

@media print, screen and (min-width: 769px) {
  .course-map {
    margin-bottom: 30px;
  }
}

.course-map__pict {
  border-radius: 10px;
  overflow: hidden;
}

@media print, screen and (min-width: 769px) {
  .course-map__pict {
    border-radius: 20px;
  }
}

.course-map__pin {
  position: relative;
}

.course-map__pin &gt; li {
  position: absolute;
  transform-origin: 50% 100%;
  height: 1px;
  width: 1px;
}

.course-map__pin &gt; li.is-youtube {
  cursor: pointer;
  animation: anim-pin 2.4s infinite linear;
}

.course-map__pin &gt; li .pin-inner {
  width: 20px;
  height: 27px;
  background: url(../img/pin_body.svg) no-repeat left center/contain;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding-top: 7px;
  filter: url('data:image/svg+xml;charset=utf-8,&lt;svg xmlns="http://www.w3.org/2000/svg"&gt;&lt;filter id="filter"&gt;&lt;feGaussianBlur in="SourceAlpha" stdDeviation="0" /&gt;&lt;feOffset dx="3" dy="3" result="offsetblur" /&gt;&lt;feFlood flood-color="rgba(255,255,255,1)" /&gt;&lt;feComposite in2="offsetblur" operator="in" /&gt;&lt;feMerge&gt;&lt;feMergeNode /&gt;&lt;feMergeNode in="SourceGraphic" /&gt;&lt;/feMerge&gt;&lt;/filter&gt;&lt;/svg&gt;#filter');
  filter: drop-shadow(2px 2px 0 #fff);
  transform: translate3d(-10px, -27px, 0);
  color: #fff;
  font-size: .9rem;
}

.course-map__pin &gt; li.is-longchar .pin-inner {
  font-size: .6rem;
}

.course-map__pin &gt; li.is-longchar2 .pin-inner {
  font-size: .5rem;
}

.course-map__pin &gt; li img {
  height: 6px;
  width: auto;
  display: block;
}

@media print, screen and (min-width: 769px) {
  .course-map__pin &gt; li .pin-inner {
    transition-duration: 0.2s;
    width: 56px;
    height: 74px;
    font-size: 2.4rem;
    padding-top: 20px;
    filter: url('data:image/svg+xml;charset=utf-8,&lt;svg xmlns="http://www.w3.org/2000/svg"&gt;&lt;filter id="filter"&gt;&lt;feGaussianBlur in="SourceAlpha" stdDeviation="0" /&gt;&lt;feOffset dx="5" dy="5" result="offsetblur" /&gt;&lt;feFlood flood-color="rgba(255,255,255,1)" /&gt;&lt;feComposite in2="offsetblur" operator="in" /&gt;&lt;feMerge&gt;&lt;feMergeNode /&gt;&lt;feMergeNode in="SourceGraphic" /&gt;&lt;/feMerge&gt;&lt;/filter&gt;&lt;/svg&gt;#filter');
    filter: drop-shadow(4px 4px 0 #fff);
    transform: translate3d(-28px, -74px, 0);
  }
  .course-map__pin &gt; li.is-youtube img {
    display: block;
    transition-duration: 0.2s;
  }
  .course-map__pin &gt; li.is-youtube:hover .pin-inner {
    transform: translate3d(-28px, -82px, 0) scale3d(1.2, 1.2, 1);
  }
  .course-map__pin &gt; li.is-longchar .pin-inner {
    font-size: 1.9rem;
  }
  .course-map__pin &gt; li.is-longchar2 .pin-inner {
    font-size: 1.7rem;
  }
  .course-map__pin &gt; li img {
    height: 20px;
    width: auto;
  }
}

@keyframes anim-pin {
  0% {
  }
  25% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(10deg);
  }
  100% {
  }
}

/* =============================================
 special
============================================= */
@media print, screen and (min-width: 769px) {
  .special .course__number {
    right: 38%;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .special .course__number .number-digit {
    font-size: 2.4rem;
  }
}

@media print, screen and (min-width: 769px) {
  .special .course__number .number-digit {
    font-size: 4.6rem;
  }
}

@media print, screen and (min-width: 769px) {
  .special .course__number:after {
    left: 112px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .special .course__person &gt; li {
    width: 15vw;
    max-width: 68px;
  }
  .special .course__person &gt; li:last-child {
    padding: 0;
    width: 15vw;
    max-width: 68px;
    margin-right: 0;
  }
  .special .course__person:after {
    width: 9vw;
    max-width: 45px;
    right: calc(50% - 110px);
  }
}

@media print, screen and (min-width: 769px) {
  .special .course__person &gt; li {
    width: 90px;
    margin-right: 10px;
  }
  .special .course__person &gt; li:last-child {
    margin-right: 0;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .special .course__voice &gt; li {
    width: 15vw;
    max-width: 68px;
  }
  .special .course__voice &gt; li:last-child {
    padding: 0;
    width: 15vw;
    max-width: 68px;
    margin-right: 0;
  }
  .special .course__voice:after {
    width: 9vw;
    max-width: 45px;
    right: calc(50% - 110px);
  }
}

@media print, screen and (min-width: 769px) {
  .special .course__voice {
    padding-left: 20px;
  }
  .special .course__voice &gt; li {
    width: 90px;
    margin-right: 10px;
  }
  .special .course__voice &gt; li:last-child {
    margin-right: 0;
  }
}

.chapter {
  background-color: #f8f4eb;
  position: relative;
  padding: 20px;
  margin-bottom: 15px;
  border-radius: 10px;
}

.chapter:last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 769px) {
  .chapter {
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .chapter:nth-of-type(2):after,
  .chapter:nth-of-type(3):after,
  .chapter:nth-of-type(4):after {
    content: "";
    display: block;
    position: absolute;
    width: 50px;
    height: 120px;
    background: url(../img/bg_road_l.png) no-repeat left center/96px 120px;
    left: -70px;
    top: -65px;
    z-index: 0;
  }
}

@media print, screen and (min-width: 769px) {
  .chapter:nth-of-type(2):after,
  .chapter:nth-of-type(3):after,
  .chapter:nth-of-type(4):after {
    content: "";
    display: block;
    position: absolute;
    width: 190px;
    height: 237px;
    background: url(../img/bg_road_l.png) no-repeat left center/contain;
    left: -230px;
    top: -135px;
  }
}

.chapter:nth-of-type(3):after {
  background: url(../img/bg_road_r.png) no-repeat right center/96px 120px;
  left: auto;
  right: -70px;
}

@media print, screen and (min-width: 769px) {
  .chapter:nth-of-type(3):after {
    background: url(../img/bg_road_r.png) no-repeat left center/contain;
    left: auto;
    right: -230px;
  }
}

/**
  カテゴリページ用デザイン
 */
.chapter--cat {
  background-color: #fff;
}

.chapter--cat .chapter-container2 {
  background-color: #f8f4eb;
}

.chapter--cat .chapter-meta__info {
  background-color: #f8f4eb;
}

.chapter--cat:after {
  display: none !important;
}

@media print, screen and (min-width: 769px) {
  .chapter--cat {
    margin-left: 40px;
    margin-right: 40px;
  }
}

@media print, screen and (min-width: 769px) {
  .chapter-container1 {
    min-height: 210px;
    margin-bottom: 30px;
  }
}

.chapter__title {
  position: relative;
  min-height: 38px;
  padding-top: 5px;
}

.chapter__title .title-number {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: 0;
  width: 28px;
  height: 38px;
  padding-top: 10px;
  -ms-flex-pack: center;
      justify-content: center;
  background: url(../img/pin_body.svg) no-repeat left top/contain;
  filter: url('data:image/svg+xml;charset=utf-8,&lt;svg xmlns="http://www.w3.org/2000/svg"&gt;&lt;filter id="filter"&gt;&lt;feGaussianBlur in="SourceAlpha" stdDeviation="0" /&gt;&lt;feOffset dx="3" dy="3" result="offsetblur" /&gt;&lt;feFlood flood-color="rgba(255,255,255,1)" /&gt;&lt;feComposite in2="offsetblur" operator="in" /&gt;&lt;feMerge&gt;&lt;feMergeNode /&gt;&lt;feMergeNode in="SourceGraphic" /&gt;&lt;/feMerge&gt;&lt;/filter&gt;&lt;/svg&gt;#filter');
  filter: drop-shadow(2px 2px 0 #fff);
  color: #fff;
  font-size: 1.2rem;
}

.chapter__title .title-number.is-longchar {
  font-size: 1rem;
}

.chapter__title .title-number.is-longchar2 {
  font-size: .8rem;
}

.chapter__title .title-label {
  display: inline-block;
  color: #ff6b48;
  font-size: 1.8rem;
  line-height: 1.3;
  padding-left: 34px;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .chapter__title {
    margin-bottom: 15px;
  }
}

@media print, screen and (min-width: 769px) {
  .chapter__title {
    min-height: 62px;
    padding-top: 10px;
    width: 460px;
  }
  .chapter__title .title-number {
    width: 47px;
    height: 61px;
    padding-top: 15px;
    filter: url('data:image/svg+xml;charset=utf-8,&lt;svg xmlns="http://www.w3.org/2000/svg"&gt;&lt;filter id="filter"&gt;&lt;feGaussianBlur in="SourceAlpha" stdDeviation="0" /&gt;&lt;feOffset dx="5" dy="5" result="offsetblur" /&gt;&lt;feFlood flood-color="rgba(255,255,255,1)" /&gt;&lt;feComposite in2="offsetblur" operator="in" /&gt;&lt;feMerge&gt;&lt;feMergeNode /&gt;&lt;feMergeNode in="SourceGraphic" /&gt;&lt;/feMerge&gt;&lt;/filter&gt;&lt;/svg&gt;#filter');
    filter: drop-shadow(4px 4px 0 #fff);
    font-size: 2rem;
  }
  .chapter__title .title-number.is-longchar {
    font-size: 1.7rem;
  }
  .chapter__title .title-number.is-longchar2 {
    font-size: 1.4rem;
  }
  .chapter__title .title-label {
    font-size: 2.8rem;
    padding-left: 70px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .chapter-photo {
    position: relative;
    margin-bottom: 10px;
  }
}

@media print, screen and (min-width: 769px) {
  .chapter-photo {
    position: absolute;
    width: 360px;
    right: 30px;
    top: 30px;
  }
}

.chapter-photo__slide {
  border-radius: 10px;
  overflow: hidden;
}

.chapter-photo__slide img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.chapter-photo__slide li {
  position: relative;
  height: 38vw;
}

.page-category .chapter-photo__slide li {
  height: 43vw;
}

.chapter-photo__slide li.is-youtube {
  cursor: pointer;
}

.chapter-photo__slide li.is-youtube:before {
  content: "";
  display: block;
  position: absolute;
  width: 60px;
  height: 60px;
  left: calc(50% - 30px);
  top: calc(50% - 30px);
  background: url(../img/ic_play.png) no-repeat left center/contain;
  z-index: 3;
}

.chapter-photo__slide li.is-youtube:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 1;
  opacity: .4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  border-radius: 10px;
}

@media print, screen and (min-width: 769px) {
  .chapter-photo__slide {
    border-radius: 20px;
  }
  .chapter-photo__slide li {
    height: 202px;
  }
  .page-category .chapter-photo__slide li {
    height: 202px;
  }
  .chapter-photo__slide li.is-youtube:before {
    transition-duration: 0.2s;
  }
  .chapter-photo__slide li.is-youtube:after {
    border-radius: 20px;
    transition-duration: 0.2s;
  }
  .chapter-photo__slide li.is-youtube:hover:before {
    transform: scale3d(1.2, 1.2, 1);
    transition-timing-function: cubic-bezier(0.11, 0.73, 0.6, 1.23);
  }
  .chapter-photo__slide li.is-youtube:hover:after {
    opacity: 0.1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  }
  .chapter-photo__slide img {
    border-radius: 20px;
  }
}

@media print, screen and (min-width: 769px) {
  .chapter-content {
    width: 460px;
    padding-left: 70px;
  }
}

.chapter-text {
  line-height: 1.75;
  margin-bottom: 8px;
  font-size: 1.4rem;
}

@media print, screen and (min-width: 769px) {
  .chapter-text {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}

.chapter-text:last-of-type {
  margin-bottom: 0;
}

.chapter-meta {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 15px;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .chapter-meta {
    margin-top: 10px;
    margin-bottom: 15px;
    display: block;
    padding-top: 28px;
  }
}

.chapter-meta__info,
.chapter-meta__category {
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 3px;
  background-color: #fff;
  color: #424242;
  border-radius: 20px;
  font-size: 1.2rem;
}

@media print, screen and (min-width: 769px) {
  .chapter-meta__info,
  .chapter-meta__category {
    display: inline-block;
    font-size: 1.4rem;
    margin-bottom: 6px;
  }
}

.chapter-meta__info {
  margin-right: 7px;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .chapter-meta__info {
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media print, screen and (min-width: 769px) {
  .chapter-meta__info {
    margin-right: 10px;
  }
}

.chapter-meta__category {
  background-color: #ffea00;
  margin-right: 5px;
}

.chapter-container2 {
  background-color: #fff;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .chapter-container2 {
    border-radius: 10px;
    padding: 10px;
  }
}

@media print, screen and (min-width: 769px) {
  .chapter-container2 {
    border-radius: 20px;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
}

.chapter-info__pict {
  border-radius: 10px;
  overflow: hidden;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .chapter-info__pict {
    margin-bottom: 15px;
  }
}

@media print, screen and (min-width: 769px) {
  .chapter-info__pict {
    width: 180px;
    height: 180px;
    border-radius: 20px;
  }
}

.chapter-info__list &gt; dt, .chapter-info__list &gt; dd {
  line-height: 1.3;
  word-break: break-all;
}

.chapter-info__list &gt; dd {
  color: #424242;
  font-family: "じゅん 34","Jun 34",sans-serif;
}

.chapter-info__list .list-label {
  display: block;
  background-color: #ff6b48;
  padding: 3px;
  border-radius: 10px;
  color: #fff;
  font-size: 1rem;
  text-align: center;
}

.chapter-info__list .list-text {
  line-height: 1.3;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .chapter-info__list {
    padding: 0 8px;
  }
  .chapter-info__list &gt; dt {
    width: 60px;
    margin-bottom: 4px;
  }
  .chapter-info__list &gt; dd {
    font-size: 1.2rem;
    margin-bottom: 12px;
  }
}

@media print, screen and (min-width: 769px) {
  .chapter-info__list {
    width: calc(100% - 240px);
    margin-left: 30px;
  }
  .chapter-info__list &gt; dt, .chapter-info__list &gt; dd {
    margin-bottom: 20px;
  }
  .chapter-info__list &gt; dt {
    position: absolute;
    width: 70px;
    font-size: 1.2rem;
    margin-right: 10px;
  }
  .chapter-info__list &gt; dd {
    padding-left: 90px;
    font-size: 1.6rem;
  }
  .chapter-info__list .list-label {
    font-size: 1.2rem;
  }
  .chapter-info__list &gt; dt:nth-of-type(3),
  .chapter-info__list &gt; dd:nth-of-type(3) {
    margin-bottom: 0;
  }
}

.chapter__coop {
  font-family: "じゅん 34","Jun 34",sans-serif;
  color: #424242;
  font-size: .9rem;
  position: absolute;
  right: 20px;
  bottom: 4px;
  text-align: right;
}

@media print, screen and (min-width: 769px) {
  .chapter__coop {
    font-size: 1.2rem;
    right: 45px;
    bottom: 9px;
  }
}

@media print, screen and (min-width: 769px) {
  .cast-detail {
    margin-bottom: -20px;
  }
}

.cast-detail .cast-detail__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

.cast-detail .cast-detail__title {
  margin-right: 20px;
}

/* =============================================
 special
============================================= */
.spcial_contents .title-label {
  padding-left: 0;
  text-align: center;
  width: 100%;
}

.spcial_contents .title-number + .title-label {
  padding-left: 70px;
  text-align: left;
  width: auto;
}

.spcial_contents .chapter__title {
  width: 100%;
}

.spcial_contents .chapter-meta {
  margin-top: 0;
  margin-bottom: 15px;
}

.spcial_contents .chapter-photo {
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  .spcial_contents .chapter-content {
    width: 90%;
    margin: 0 auto;
    padding-left: 0;
  }
}

@media print, screen and (min-width: 769px) {
  .spcial_contents .chapter-photo__slide li {
    height: 460px;
  }
}

.spcial_contents .chapter-photo {
  position: relative;
  right: 0;
  top: 0;
}

.spcial_contents .chapter-text {
  margin-top: 15px;
}

/* =============================================
 special-link
============================================= */
.chapter-link {
  margin: 15px 0 0;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  font-size: 1.4rem;
}

@media print, screen and (min-width: 769px) {
  .chapter-link {
    width: 60%;
    margin: 30px auto 0;
    font-size: 1.8rem;
  }
}

.chapter-link li {
  width: 100%;
  margin-bottom: 10px;
}

@media print, screen and (min-width: 769px) {
  .chapter-link li {
    width: 50%;
  }
}

.chapter-link li a {
  color: #ff6b48;
}

.chapter-link li a:hover {
  color: #000;
}

.event {
  background-color: #fcfaf5;
  border-radius: 20px;
  padding: 25px 20px 20px;
}

@media print, screen and (min-width: 769px) {
  .event {
    border-radius: 20px;
    padding: 20px;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .event__heading {
    margin-bottom: 20px;
    text-align: center;
  }
  .event__heading .heading-pict {
    width: 32vw;
  }
}

@media print, screen and (min-width: 769px) {
  .event__heading {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: 230px;
    min-height: 120px;
  }
  .event__heading .heading-pict {
    display: block;
    width: 160px;
    margin-top: -18px;
  }
}

@media print, screen and (min-width: 769px) {
  .event-container1 {
    display: -ms-flexbox;
    display: flex;
  }
}

.event-content {
  color: #424242;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .event-content {
    margin-bottom: 15px;
  }
}

@media print, screen and (min-width: 769px) {
  .event-content {
    padding: 15px 40px 15px 20px;
    width: 530px;
  }
}

.event__title {
  font-size: 1.4rem;
  line-height: 1.3;
  margin-bottom: 7px;
}

@media print, screen and (min-width: 769px) {
  .event__title {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
}

.event__text {
  font-size: 1.2rem;
  line-height: 1.3;
  margin-bottom: 7px;
  font-family: "じゅん 34","Jun 34",sans-serif;
}

.event__text:last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 769px) {
  .event__text {
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
}

.event__pict {
  overflow: hidden;
}

.event__pict img {
  border-radius: 10px;
}

@media print, screen and (min-width: 769px) {
  .event__pict {
    width: 200px;
  }
  .event__pict img {
    border-radius: 20px;
  }
}

.heading__course {
  position: relative;
  width: 133px;
  height: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background: url(../img/course_tit_shape.png) no-repeat center center/contain;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .heading__course {
    margin: 0 auto 30px;
    transform: translateX(-28px);
  }
}

.heading__course:after {
  content: "";
  display: block;
  position: absolute;
  width: 63px;
  height: 50px;
  top: 7px;
  left: 120px;
  background: url(../img/course_car.png) no-repeat left top/contain;
}

.heading__course .heading-inner {
  font-size: 1.8rem;
  text-align: center;
  display: block;
  width: 85px;
}

@media print, screen and (min-width: 769px) {
  .heading__course {
    width: 267px;
    height: 120px;
    margin-bottom: 60px;
    margin-left: 314px;
  }
  .heading__course .heading-inner {
    font-size: 3.6rem;
    display: block;
    width: 170px;
  }
  .heading__course:after {
    width: 125px;
    height: 102px;
    top: 10px;
    left: 240px;
  }
}

/* --------------------------------------------------------------------
  #modal movie
 */
.pg-modal-movie {
  display: none;
  width: 100%;
  height: 100%;
  z-index: 300000000000;
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

@media print, screen and (min-width: 769px) {
  .pg-modal-movie {
    padding-top: 51px;
  }
}

.pg-modal-movie.is-before-enter {
  display: -ms-flexbox;
  display: flex;
}

.pg-modal-movie.is-enter {
  transition-duration: .6s;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.pg-modal-movie.is-active {
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.pg-modal-movie.is-leave {
  transition-duration: .6s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  display: -ms-flexbox;
  display: flex;
}

.pg-modal-movie.is-show .pg-modal-movie-inner:before, .pg-modal-movie.is-show .pg-modal-movie-inner:after {
  transform: translate3d(0, 0, 0);
}

.pg-modal-movie__close {
  position: absolute;
  right: 0;
  top: -40px;
  width: 35px;
  height: 35px;
  cursor: pointer;
}

@media print, screen and (min-width: 769px) {
  .pg-modal-movie__close {
    right: 0;
    top: -60px;
    width: 40px;
    height: 40px;
  }
}

.pg-modal-movie-container {
  position: relative;
  z-index: 100012;
  background: #000;
  width: 90vw;
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
}

.pg-modal-movie-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (orientation: landscape) {
  .pg-modal-movie-container {
    width: 65vw;
  }
}

@media print, screen and (min-width: 769px) {
  .pg-modal-movie-container {
    width: 80vw;
    max-width: 950px;
  }
}

.mv-second {
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
}

@media print, screen and (min-width: 769px) {
  .mv-second {
    max-width: 2000px;
    height: 464px;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 2000px) {
  .mv-second {
    margin-left: auto;
    margin-right: auto;
  }
}

@media print, screen and (min-width: 769px) {
  .mv-second__main {
    height: 464px;
  }
  .mv-second__main img {
    width: auto;
    height: 464px;
    position: absolute;
    left: calc(50% - 1000px);
  }
}

.clist {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .clist {
    margin-bottom: 20px;
  }
}

.clist &gt; li {
  position: relative;
  width: 48%;
  border-radius: 10px;
  background: #fff;
}

.clist &gt; li .item-inner {
  display: block;
  padding: 10px 10px 15px;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .clist &gt; li {
    margin-right: 4%;
    margin-bottom: 6%;
  }
  .clist &gt; li:nth-child(2n) {
    margin-right: 0;
  }
}

@media print, screen and (min-width: 769px) {
  .clist &gt; li {
    border-radius: 20px;
    width: 30.6%;
    margin-right: 4%;
    margin-bottom: 40px;
  }
  .clist &gt; li .item-inner {
    display: block;
    padding: 20px 20px 35px;
  }
  .clist &gt; li:nth-child(3n) {
    margin-right: 0;
  }
  .clist &gt; li:hover .clist__number {
    transform: scale3d(1.2, 1.2, 1) rotate(10deg);
    transition-timing-function: cubic-bezier(0.11, 0.73, 0.6, 1.23);
  }
  .clist &gt; li:hover .clist__title {
    color: #ff6b48;
  }
}

.clist__number {
  position: absolute;
  width: 55px;
  height: 50px;
  background: url(../img/course_number_bg.svg) no-repeat left top/contain;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-top: 9px;
  margin: 0 auto;
  top: -10px;
  left: -10px;
  letter-spacing: 0;
}

.clist__number .number-label {
  display: -ms-flexbox;
  display: flex;
  font-size: .6rem;
  margin-bottom: 2px;
}

.clist__number .number-digit {
  font-size: 2rem;
}

@media print, screen and (min-width: 769px) {
  .clist__number {
    width: 92px;
    height: 84px;
    padding-top: 18px;
    top: -20px;
    left: -22px;
    transition-duration: 0.2s;
    transform-origin: 100% 80%;
  }
  .clist__number .number-label {
    font-size: 1rem;
  }
  .clist__number .number-digit {
    font-size: 3.4rem;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .len_3 .number-digit {
    font-size: 1.7rem;
  }
}

@media print, screen and (min-width: 769px) {
  .len_3 .number-digit {
    font-size: 3rem;
  }
}

.clist-wrap {
  position: absolute;
  left: auto;
  z-index: 20;
  right: -20px;
  top: -7px;
}

@media print, screen and (min-width: 769px) {
  .clist-wrap {
    top: 0px;
    right: -37px;
  }
}

.clist__number--category {
  position: relative;
  color: #fff !important;
  background-image: url(../img/course_number_bg2.svg);
  transform-origin: 0 80%;
  padding-top: 9px;
}

.clist__number--category .number-digit {
  background: url(../img/ic_arrow_b.png) no-repeat center bottom/3px auto;
  padding-bottom: 7px;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .clist__number--category {
    animation: infinite 2s anim-clist-number linear;
  }
}

@media print, screen and (min-width: 769px) {
  .clist__number--category {
    transition-duration: 0.2s;
    padding-top: 13px;
  }
  .clist__number--category .number-digit {
    background-size: 5px auto;
    padding-bottom: 12px;
  }
  .clist__number--category:hover {
    transform: rotate(-15deg) scale3d(1.2, 1.2, 1);
  }
}

@keyframes anim-clist-number {
  0% {
  }
  25% {
    transform: rotate(-5deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.clist__pict {
  border-radius: 7px;
  overflow: hidden;
  margin-bottom: 10px;
}

@media print, screen and (min-width: 769px) {
  .clist__pict {
    border-radius: 15px;
    margin-bottom: 20px;
  }
}

.clist__title {
  line-height: 1.5;
  font-size: 1.2rem;
  padding: 0 5px;
}

@media print, screen and (min-width: 769px) {
  .clist__title {
    font-size: 1.8rem;
    transition-duration: 0.2s;
    padding: 0 10px;
  }
}

.chaplist {
  margin-bottom: 20px;
}

@media print, screen and (min-width: 769px) {
  .chaplist {
    margin-bottom: 40px;
  }
}

/* text link yt */
.txtlink-modal {
  text-align: center;
}

.txtlink-modal a {
  color: #2079ff;
  text-decoration: underline;
  letter-spacing: 0.1rem;
}

.top-txtlink-modal {
  margin-bottom: 10vw;
}

@media print, screen and (min-width: 769px) {
  .top-txtlink-modal {
    margin-bottom: 100px;
    font-size: 2.0rem;
  }
}

.chapter__coop_center {
  margin-top: 3vw;
  font-size: 1.4rem;
}

@media print, screen and (min-width: 769px) {
  .chapter__coop_center {
    font-size: 1.8rem;
    margin-top: 30px;
  }
}

._end.top-container1 {
  margin-top: 7vw;
}

@media screen and (min-width: 1024px) {
  ._end.top-container1 {
    margin-top: 70px;
  }
}

._end .top-lead {
  margin-left: 28vw;
}

@media print, screen and (min-width: 769px) {
  ._end .top-lead {
    margin-left: 195px;
  }
}

._end .next-week__balloon {
  width: 29vw;
  left: -3vw;
  top: -20vw;
}

@media print, screen and (min-width: 769px) {
  ._end .next-week__balloon {
    top: -115px;
    left: -32px;
    width: 211px;
  }
}

._end .next-week-container {
  padding: 20px 0;
}

._end .next-week__title {
  text-align: center;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  ._end .next-week__title {
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 769px) {
  ._end .next-week__title {
    width: 100%;
  }
}

@media print, screen and (min-width: 769px) {
  ._end br.spOnly {
    display: none;
  }
}
</pre></body></html>