
@charset "utf-8";
/* CSS Document */

/* ----------------------------------------------------
    reset
---------------------------------------------------- */
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, main {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    vertical-align: baseline;
}


/* 
-------------------------------- */

html {
    width:100%;
    color:#13131E;
}

body { -webkit-text-size-adjust: 100%;}

ul,li { list-style-type: none;}

a { text-decoration: none;}

b { font-weight: bold;}

img {
    max-width: 100%;
    height: auto;
}


/*  mv
-------------------------------- */

#wrapper {
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
.wrapper_inner {
    margin: 0 auto;
    max-width: 750px;
    background: #fce449;
}
.mv {
    background: url(../img/mv_pc.png) center top no-repeat;
    max-width: 2000px;
    margin: 0 auto;
    height: 340px;
}
.mv h1 {
    height: 340px
}
.mv h1 img {
    margin-top:96px;
}

.mv .mv_inner {
    height: 60px;
    background: #2CADA4;
    position: relative;
}
.mv .mv_inner:after {
    content: "";
    position: absolute;
    padding: 0 0 90px;
    background: url(../img/triangle_btm_pc.png) center no-repeat;
    background-size: initial;
    top: 60px;
    left: 0;
    right: 0;
    z-index: 1;
}
.mv .mv_inner p {
    font-size: 22px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 22px;
    left: 0;
    right: 0;
    z-index: 10;
}


/* section-block
-------------------------------- */

section.section-block {
    margin: 250px auto 0;
}
section.section-block p {
    margin-top:20px;
    color: #333;
    font-size: 20px;
}
section.section-block .movie_box {
    margin: 80px auto 120px;
/*    height:168px;
    background: #400;color: #fff;*/
}


/* btn
-------------------------------- */

.btn_wrap {
    max-width: 750px;
    margin: 50px auto 100px;
    padding-bottom: 25px;
}
.btn_wrap ul {
    font-size: 0;
}
.btn_wrap ul li {
    display: inline-block;
    width: 35vw;
    max-width: 360px;
    height: 64px;
    line-height: 64px;   
}
.btn_wrap ul li + li {
    margin-left: 28px;
}
.btn_wrap ul li a.btn {
    display: block;
    color: #fff;
    background: #2CADA4;
    font-size: 22px;
    box-sizing: border-box;
    border-radius: 35px;
    margin-bottom: 20px;
    position: relative;
}
.btn_wrap ul li a.btn:last-child {
    margin: 0;
}

.arrow::after {
    position: absolute;
    content: "";
    background-image: url(../img/arrow.png);
    background-repeat: no-repeat;
    top: 22px;
    right: 40px;
    width: 12px;
    height: 22px;
    background-size: 12px 22px;
}
a.btn:hover {
    opacity: 0.8;
    filter: alpha( opacity=80 );
    -ms-filter: "alpha( opacity=80 )";
}

.pc { display:none !important;}
.sp { display:block !important;}



/*  slick slider
-------------------------------- */
section.slider {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}
section.slider > div + div {
    margin-left: 20px;
}
.movie_width {
    max-width: 300px;
}
video {
    width: 100%;
}

.pointer-none {
    pointer-events: none;
}

.slider div {
  margin: 0 0.5%;
}

.slider div figcaption {
  margin: 10px 0 0;
}


/* -- dots -- */
.slick-dots {
    bottom: -33px !important;
}
.slick-dots li.slick-active button:before {
    opacity: 1 !important;
    color: #2CADA4;
    font-size: 30px;
}
.slick-dots li.slick-active button:before {
    background: url("../img/dots_active.png") no-repeat;
    background-size: 10px 10px !important;
}
.slick-dots li button:before {
    background: url("../img/dots_inactive.png") no-repeat;
    background-size: 10px 10px !important;
}



.slick-dots li button:before {
    content: '' !important;
    height:100% !important;
    width: 100% !important;
    opacity: 1 !important;
}


/*  header,footer
-------------------------------- */

@media screen and (min-width: 768px){
    .static-globalHeader__pt01 > .div01 { margin-left: 15px;}
    .static-globalHeader__bg01,
    .static-globalFooter__bg01 { min-width: initial;}
    .static-globalHeader__pt01 { max-width: 1200px;width: 100%;padding: 0;}
}

/* clearfix
-------------------------------- */
.clearfix {
    zoom: 1; /* IE5.5ï½žE7 */
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
}


/* media Query
-------------------------------- */
@media screen and (max-width: 767px) {
    .btn_wrap { margin: 40px 25px 50px;}
    .btn_wrap ul li { width: 100%;max-width: initial;}
    .btn_wrap ul li + li { margin: 45px 0 0 0;}
}

@media (max-width: 520px) {
    .mv { background: url(../img/mv_sp.png) center top no-repeat;background-size: cover;}
    .mv h1 img { margin-top: 132px;}
    .mv .mv_inner { height: 100px;}
    .mv .mv_inner:after {padding: 0 0 54px;background: url(../img/triangle_btm_sp.png) center no-repeat;top: 90px;}
    .mv .mv_inner p { font-size: 18px;}
    section.section-block p { font-size: 14px;margin-top: 30px;}
    section.section-block .movie_box { margin: 50px auto 100px;}
    img.img01 { width:276px;}
    img.img02 { width:163px;}
    img.img03 { width:185px;}
    .btn_wrap ul li { height: 54px;line-height: 54px;}
    .arrow::after { top: 18px;right: 20px;width: 10px;height: 18px;background-size: 10px 18px;}
    .pc { display:block !important;}
    .sp { display:none !important;}

    .movie_width { max-width: 390px;}
    .mv { height: 440px;}
    .mv h1 { height: 440px;}
}

@media (max-width: 425px){
    .movie_width { max-width: 340px;}
    .mv { height: 390px;}
    .mv h1 { height: 390px;}
}
@media (max-width: 375px){
    .movie_width { max-width: 255px;}
    .mv { height: 340px;}
    .mv h1 { height: 340px;}
}
@media (max-width: 360px){
    .movie_width { max-width: 240px;}
}



@media screen and (max-width: 320px) {
    .mv .mv_inner p { font-size: 16px;}
    .movie_width { max-width: 210px;}
}