@charset "UTF-8";
#loader, #gnav a, .btn_hover {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
}

/*#pager .btn_list:before {
  content: '';
  display: inline-block;
  width: 32px;
  height: 12px;
  margin-top: -1px;
  background-image: url("../img/common/ico01.png");
  background-repeat: no-repeat;
  background-size: 200% auto;
  vertical-align: top;
}*/

a.disabled {
  pointer-events: none !important;
  color: #988985 !important;
  /*opacity: 0.5 !important;*/
}


/* tag reset
##################################### */
/*! 
	html5doctor.com Reset Stylesheet
	v1.6.1
	Last Updated: 2010-09-17
	Author: Richard Clark - http://richclarkdesign.com 
	Twitter: @rich_clark
	*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* font setting
##################################### */
html {
  font-size: 62.5%;
}

/* base
##################################### */
body {
  background: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #333333;
  text-align: left;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  font-weight: normal;
}

table {
  font-size: inherit;
  /* for modern browser */
  width: 100%;
  border-collapse: collapse;
  border: 0;
}

pre, code, kbd, samp, tt {
  font-family: inherit;
  *font-size: 108%;
  /* for IE whole */
  line-height: 100%;
}

img {
  vertical-align: bottom;
}

strong {
  font-weight: bold;
}

object {
  margin: 0;
  padding: 0;
}

a {
    color: #282828;
    text-decoration: none;
    outline: none;
    transition: all .3s;
}
a:hover {
    color: #ff149b !important;
}

ol, li {
  list-style-type: none;
  /* list-style-image: url(data:0); */
}

::-moz-selection {
    background: rgb(251, 255, 220);
    color: #ff149b;
}

::selection {
    background: rgb(251, 255, 220);
    color: #ff149b;
}

/* module
##################################### */
.m_disnon {
  display: none;
}

.m_center {
  text-align: center;
}

.m_left {
  text-align: left;
}

.m_right {
  text-align: right;
}

.m_va_top {
  vertical-align: top;
}

.m_va_middle {
  vertical-align: middle;
}

.m_font_b {
  font-weight: bold !important;
}

.m_fontS {
  font-size: 10px;
  font-size: 1rem;
  line-height: 2;
  font-weight: normal;
}

.m_fontSM, .share h2 {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2;
  font-weight: normal;
}

.m_fontM {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  font-weight: normal;
}

.m_fontLM {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
  font-weight: normal;
}

.m_fontL {
  font-size: 20px;
  font-size: 2rem;
  line-height: 2;
  font-weight: normal;
}

.m_fontLL {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 2;
  font-weight: normal;
}

.m_word_break {
  word-break: break-all;
}

.m_mb0 {
  margin-bottom: 0 !important;
}

.m_mb10 {
  margin-bottom: 10px;
}

.m_mb20 {
  margin-bottom: 20px;
}

.m_mb30 {
  margin-bottom: 30px;
}

.m_mb40 {
  margin-bottom: 40px;
}

.m_mb50 {
  margin-bottom: 50px;
}

.m_mb60 {
  margin-bottom: 60px;
}

.m_mb70 {
  margin-bottom: 70px;
}

.m_mb80 {
  margin-bottom: 80px;
}

.m_mb90 {
  margin-bottom: 90px;
}

.m_mb100 {
  margin-bottom: 100px;
}

.m_ml10 {
  margin-left: 10px;
}

.m_ml20 {
  margin-left: 20px;
}

.m_ml30 {
  margin-left: 30px;
}

.m_ml40 {
  margin-left: 40px;
}

.m_ml50 {
  margin-left: 50px;
}

.m_mr10 {
  margin-right: 10px;
}

.m_mr20 {
  margin-right: 20px;
}

.m_mr30 {
  margin-right: 30px;
}

.m_mr40 {
  margin-right: 40px;
}

.m_mr50 {
  margin-right: 50px;
}

.img_hover {
  -webkit-transition: opacity .3s ease-out;
  -o-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
}

.img_hover:hover {
  opacity: .6;
}

/* Float */
.hvr-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

/* structure
##################################### */
body.page {
  overflow-y: scroll;
}

#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  text-align: center;
  line-height: 1;
  z-index: 500;
}

#loader .inner {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 100%;
}

#loader p {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 100%;
  -webkit-animation: blink 2s ease-in-out infinite;
  animation: blink 2s ease-in-out infinite;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: .08em;
}
#loader img {
    animation: rotate-anime-y 3s linear infinite;
    opacity: .3;
    width: 200px;
}

@-webkit-keyframes rotate-anime-y{
    0%{
        transform: rotateY(0);
    }
    100%{
        transform: rotateY(360deg);
    }
}
@keyframes rotate-anime-y{
    0%{
        transform: rotateY(0);
    }
    100%{
        transform: rotateY(360deg);
    }
}
@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*
#bg_set {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#bg_set .bg_pat {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/common/bg01.jpg");
}
*/

#stage {
  position: relative;
  width: 100%;
}
#header {
    position: fixed;
    top: 0 !important;
    left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 100;
    background: #fff;
}
.header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#header .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#header .logo h1 {
    margin-right: 5px;
}
#gnav_layer, #modal_movie .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

#modal_movie .overlay:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 150, 255, 0.7);
}

#gnav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
}
#gnav li {
    line-height: inherit !important;
}
#gnav a {
    display: block;
    font-size:  15px;
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: .08em;
    padding: 0 10px;
    background-position: 0 0;
    background-size: 200% auto;
    transition: all .1s ease-in;
}
#gnav a.yt {
    padding-right: 0;
    color: #ff149b;
}
#gnav li:nth-child(odd) a {
    background-image: linear-gradient(to right, rgba(0,0,0,0) 50%, rgba(255,20,115,1) 50%);
}
#gnav li:nth-child(even) a {
    background-image: linear-gradient(to right, rgba(0,0,0,0) 50%, rgba(0,150,255,1) 50%);
}
#gnav a:hover {
    background-position: -100% 0;
    color: #fff !important;
}
#gnav a.yt:hover {
    color: #fff !important;
}
#gnav li:nth-child(odd):not(:last-child) a.is-active {
    background: rgba(255,20,115,1);
    color: #fff;
}
#gnav li:nth-child(even) a.is-active {
    background: rgba(0,150,255,1);
    color: #fff;
}
.btn_gnav {
    position: fixed;
    top: 2.5vw; /*6.5vw*/
    right: 0; /*2.9vw*/
    color: #fff;
    z-index: 100;
    cursor: pointer;
    border-left: 1px solid #333333;
}
.btn_gnav .inner {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 15.6vw;
    padding-top: 70%;
    min-width: 38px;
    min-height: 38px;
}
/*.btn_gnav .inner::after {
  content: 'menu';
  position: absolute;
  top: 52.5%;
  left: 48%;
  -webkit-transform: translate(-50%, -12%);
  -ms-transform: translate(-50%, -12%);
  transform: translate(-50%, -12%);
  font-size: 3vw;
  letter-spacing: .08em;
  line-height: 1;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}*/
.btn_gnav .lines {
  position: absolute;
  right: 50%;
  top: 30%;
  width: 30%;
  height: 30%;
  -webkit-transform: translate(50%, 0);
  -ms-transform: translate(50%, 0);
  transform: translate(50%, 0);
}
.btn_gnav i {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
    background: #333333;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.btn_gnav i.first {
  top: 0;
}
.btn_gnav i.second {
  top: 50%;
}
.btn_gnav i.third {
  top: 100%;
}
.btn_gnav.on .first {
  top: 50% !important;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn_gnav.on .second {
  opacity: 0 !important;
}
.btn_gnav.on .third {
  top: 50% !important;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#main {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1;
    margin: 3.29389% 50px; /*3.29389% 3%*/
}
#main:after {
    content: '';
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: #fff;
    z-index: 1;
}
.bg-page01 {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /*height: 100%;*/
    margin: 3.29389% 50px 0; /*3.29389% 3%;*/
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: -1;    
    background: url("../img/common/bg-common-page.jpg") no-repeat;
    background-position: center center;
    background-size: cover;
}
/*.ttl_page {
    position: relative;
    z-index: 1;
    font-size: 60px;
    font-size: 6rem;
    letter-spacing: .08em;
    line-height: normal;
}

.ttl_page:before {
    content: '';
    display: inline-block;
    background-repeat: no-repeat;
    margin-right: 17px;
    background-position: 100% 0;
}
.ttl_sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  font-style: italic;
  letter-spacing: .08em;
  font-weight: 400;
}

.ttl_sub::before{
  content: '';
  display: block;
  border: solid transparent;
  border-width: 25px;
  border-top-color: #ff5096;
  border-left-color: #ff5096;
}

.ttl_sub .ttl_sub02 {
    display: block;
    position: absolute;
    left: 13px;
}

.box{
	background: rgba(255, 255, 255, 0.9);
	border: 2px solid #ccc;
    border-radius: 13px;
    box-sizing: border-box;
    padding: 7%;
}
.box_main .date{
	background: #ff5096;
	color: #fff;
	display: inline-block;
	padding: 3px 10px;
}
.box_title{
	font-size: 24px;
	font-size: 2.4rem;
    margin: 20px 0;
    line-height: 1.5;
}
.box_txt img{
	display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
	padding-bottom: 50px;
}*/

#footer {
    position: relative;
    z-index: 8; /*def 100*/
    background: #fff;
}
.footer-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.ft-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
}
.ft-nav a, #footer .copyright {
    position: relative;
    font-size: 10px;
    font-size: 1rem;
    color: #aaa;
}
#btn_ptop {
    line-height: 1;
    z-index: 100;
    width: 100%;
    position: fixed;
}

#btn_ptop a {
    display: block;
    background: url(../img/common/pagetop.png) no-repeat 0 0;
    background-size: 100%;
    margin: 0 auto;
    max-width: 72px;
    height: 75px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
#btn_ptop a:hover{
    background: url(../img/common/pagetop_on.png) no-repeat 0 0;
    background-size: 100%;
    cursor: pointer;
}
#modal_movie {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  overflow: hidden;
  z-index: 500;
}

#modal_movie .overlay {
  cursor: pointer;
}

#modal_movie .close {
  position: absolute;
  right: 0;
  padding: 0;
  background-image: url("../img/common/btn_close.png");
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain;
  border: none;
  outline: none;
  font-size: 0;
  text-indent: -9999px;
  cursor: pointer;
}

#modal_movie .inner {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}

#modal_movie iframe, #modal_movie video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* parts
##################################### */
.btn_hover {
    position: relative;
    display: block;
    width: 120px;
    background: #fff;
    color: #333333;
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: .08em;
    line-height: 25px;
    text-align: center;
    border: 1px solid #737373;
    background-image: linear-gradient(to right, rgba(0,0,0,0) 50%, rgba(255,20,115,1) 50%);
    background-position: 0 0;
    background-size: 200% auto;
    transition: all .1s ease-in;
    margin-right: auto;
    margin-left: auto;
}
.btn_hover:hover {
    background-position: -100% 0;
    color: #fff !important;
    border: 1px solid rgba(255,20,115,1);
}
.btn_hover:after {
    content: '';
    position: absolute;
    top: 9px;
    right: 12px;
    width: 4px;
    height: 4px;
    border: 1px solid;
    border-color: #333333 #333333 transparent transparent;
    transform: rotate(45deg);
    transition: .3s;
}
.btn_hover:hover:after {
    right: 9px;
    border-color: #fff #fff transparent transparent;
}
.thum_movie {
    position: relative;
    display: block;
    overflow: hidden
}
.thum_movie figure {
    background: #000;
}
.thum_movie figure:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: url("../img/common/ico_play.png") no-repeat 50% 50%;
}
.thum_movie:hover figure:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all .3s ease;
}
.thum_movie figure img {
    display: block;
    vertical-align: bottom;
    opacity: .6;
    transition: all .3s ease;
}
.thum_movie:hover figure img {
    opacity: 1;
    transform: scale(1.2, 1.2);
}

/*#pager .btn_list:before {
  margin-right: 5px;
  background-position: 100% 0;
  vertical-align: baseline;
}

#pager .btn_list a {
  position: relative;
  display: inline-block;
  font-weight: bold;
  color: #482101;
}

#pager .btn_list a:after {
  content: '';
  position: absolute;
  bottom: .5em;
  left: 0;
  width: 0;
  height: 1px;
  background: #482101;
  -webkit-transition: width .3s ease-out;
  -o-transition: width .3s ease-out;
  transition: width .3s ease-out;
}

#pager .btn_list a:hover:after {
  width: 100%;
}*/

/*.list_tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}

.list_tab a {
    position: relative;
    display: inline-block;
    z-index: 1;
    line-height: 1.9;
    text-align: center;
    padding: 0 0 .15em;
}

.list_tab a.is-active {
    color: #fff;
    background: #ff5096;
}*/

/*.list_tab02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: left;
}

.list_tab02 a {
  position: relative;
  display: inline-block;
  color: #333;
  font-weight: bold;
  -webkit-transition: color .3s ease-out;
  -o-transition: color .3s ease-out;
  transition: color .3s ease-out;
}

.list_tab02 a:before, .list_tab02 a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  -webkit-transition: width .3s ease-out;
  -o-transition: width .3s ease-out;
  transition: width .3s ease-out;
}

.list_tab02 a:before {
  width: 100%;
  background: #333;
}

.list_tab02 a:after {
  width: 0;
  background: #fff;
}

.list_tab02 a:hover, .list_tab02 a.is-active {
  color: #fff;
}

.list_tab02 a:hover:after, .list_tab02 a.is-active:after {
  width: 100%;
}*/



/* common pc
===================================== */
@media screen and (min-width: 769px) {
    .sp_only {
        display: none;
    }
    #stage {
        min-width: 1240px;
    }
    #header {
        display: block !important;
        width: 100%;
        min-width: 1240px;
        opacity: 1 !important;
        height: 6rem;
    }
    .header-inner {
        margin: 0 3%;
    }
    #header .logo {
        position: absolute;
        top: 20px;
        left: 0;
        margin-left: 2%;
    }
    #header .inner {
        display: block !important;
        position: absolute;
        top: 2.7rem;
        right: 0;
        margin-right: 3%;
    }
    #gnav_layer:before, #modal_movie .overlay:before {
        display: none;
    }
    #gnav li:not(:last-child) {
        margin-right: 3px;
    }
    #gnav a {
        /*display: inline-block;*/
        width: auto !important;
    }
    /*.ttl_page {
        margin: 0 auto 60px;
        width: 932px;
    }
    .ttl_sub {
        margin-bottom: 55px;
        font-size: 30px;
        font-size: 3rem;
        line-height: 1;
    }
    .box {
        margin-bottom: 50px;
    }
    .box_txt p {
        margin-top: 40px;
    }*/
    .side_share {
        position: fixed;
        z-index: 10;
        top: 50%;
        right: 25px;
        transform: translate(50%, -50%);
        width: 30px;
    }
    .side_share li {
        text-align: center;
    }
    .side_share li:not(:last-child) {
        margin-bottom: 15px;
    }
    #footer {
        padding: 0 0 30px;
    }
    #index #footer {
        padding: 0;
        margin-top: -40px;
        background: none;
    }
    .footer-inner {
        margin: 0 2%;
    }
    #index .ft-nav ul {
        background: #fff;
    }
    .ft-nav ul {
        padding: 0 15px;
    }
    .ft-nav li:not(:last-child) a {
        margin-right: 15px;
        padding-right: 15px;
    }
    .ft-nav li:not(:last-child) a:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 1px;
        height: 10px;
        background: #aaa;
    }
    #index #footer .copyright {
        background: #fff;
    }
    #footer .copyright {
        padding: 0 25px;
        line-height: 3;
    }
  #btn_ptop {
    bottom: 40px !important;
    right: 30px;
    max-width: 72px;
  }
  #modal_movie {
    min-width: 1240px;
    min-height: 585px;
  }
  #modal_movie .close {
    top: -40px;
    right: -40px;
    width: 40px;
    height: 40px;
  }
  #modal_movie .inner {
    width: 880px;
    padding-top: 495px;
  }
  .thum_movie figure:after, .thum_movie:hover figure:after {
      background-size: 25.16667% auto;
  }
  /*#pager {
    margin-top: 60px;
  }*/
  /*.box_movie {
    width: 600px;
    height: 337px;
  }
  .list_tab {
    margin-bottom: 40px;
  }
  .list_tab li:not(:first-child){
    margin: 0 25px 10px;
  }
  .list_tab a {
    font-size: 18px;
    font-size: 1.8rem;
    width: 180px;
  }*/
  /*
  .list_tab02 {
    margin-bottom: 70px;
  }
  .list_tab02 li {
    margin: 0 40px 10px;
  }
  .list_tab02 a {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1;
    font-weight: bold;
  }*/
}

@media all and (-ms-high-contrast: none) {
  .btn01 {
    padding: .4em 1.5em .1em;
  }
}

/* common sp
===================================== */
@media screen and (max-width: 768px) {
    body {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 2;
        font-weight: normal;
    }
    img {
        width: 100%;
    }
    .pc_only {
        display: none;
    }
    #loader img {
        width: 37.33333%;
    }
    #header {
        display: none;
        background: rgba(255,255,255,0.7);
        width: 100%;
        height: 100vh;
        opacity: 0;
    }
    #header:before, #header:after {
        padding-top: 10.66667%;
    }
    #header .inner {
        display: none;
        width: 100%;
    }
    .header-inner .logo {
        display: none !important;
    }
    #gnav_layer {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
    }
    #gnav_layer:before {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    #gnav_layer:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh; /*100%*/
        background: rgba(255, 255, 255, 0.8);
    }
    #gnav {
        text-align: center;
        padding: 100px 0 50px;
    }
    #gnav li {
        width: 100%;
    }
    #gnav li:not(:last-child) {
        margin-bottom: 3rem;
    }
    #gnav a {
        width: 100% !important;
        padding: 0;
    }
    #gnav a.yt img {
        width: 10%;
    }
    .sp-header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 100;
        background: #fff;
        padding-top: 16.146565%;
    }
    .sp-header .sp_logo {
        position: fixed;
        top: 2.5vw;
        padding: 0 0 0 3.93333%;
        width: calc(100% / 1.5);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left;  
    }
    
    #main {
        min-height: auto !important;
        padding: 10% 0 25px;
        margin: 3.29389% 7%;
        overflow: hidden;
    }
    #main:after {
        height: 25px;
    }    
    .bg-page01 {
        margin: 3.29389% 25px;
    }
    
    /*.ttl_page {
        padding: 0 6.93333%; 
        font-size: 4rem;
        letter-spacing: .03em;
        margin-bottom: 3rem;
    }
    .ttl_page:before {
        margin-right: 8px;
    }
    .ttl_sub {
        margin-bottom: 30px;
        font-size: 20px;
        font-size: 2rem;
        line-height: 1;
    }
    .ttl_sub::before {
        border-width: 18px;
    }
    .box {
        margin-bottom: 3rem;
    }
    .box_txt p {
        margin-top: 18px;
    }*/
    .side_share {
        position: relative;
        z-index: 1;
        background: #fff;
        padding-top: 4rem;
    }
    .side_share ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .side_share li {
        margin: 0 1.5rem;
    }
    .side_share li.tw {
        width: 25px;
    }
    .side_share li.fb {
        width: 12px;
    }
    .side_share li.line {
        width: 25px;
    }
    #footer {
        padding: 7% 6.93333%;
    }
    .ft-nav ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0 4rem;
    }
    .ft-nav li:first-child a {
        margin-right: 15px;
        padding-right: 15px;
    }
    .ft-nav li:first-child a:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 1px;
        height: 15px;
        background: #aaa;
    }
    .ft-nav a {
        font-size: 12px;
        font-size: 1.2rem;
    }
    #footer .copyright {
        width: 100%;
        font-size: 10px;
        font-size: 1rem;
        line-height: 2;
        font-weight: normal;
        text-align: center;
        margin-top: 1rem;
    }
  #btn_ptop {
    bottom: 0 !important;
    /* display: block !important; */
    /* opacity: 1 !important; */
    right: 1.6rem;
    max-width: 50px;
  }
  #modal_movie {
    min-height: calc(56.25vw + 15.4vw * 2);
  }
  #modal_movie .close {
    top: -15.4vw;
    right: 2.4vw;
    width: 13vw;
    height: 13vw;
  }
  #modal_movie .inner {
    width: 95%;
    padding-top: 56.25%;
  }
  .thum_movie figure:after, .thum_movie:hover figure:after {
    background-size: 25.52632% auto;
  }
  /*#pager {
    margin-top: 40px;
    padding-bottom: 30px;
    border-bottom: 2px solid rgba(51, 51, 51, 0.4);
  }*/
  .btn_hover {
    line-height: 3;
    width: 20rem;
  }
  .btn_hover:after {
    top: 44%;
  }
    /*.box_movie {
        padding-top: 56.25%;
    }
  .list_tab {
    margin-bottom: 2rem;
  }
  .list_tab li:not(:first-child) {
    margin: 0 0 10px 20px;
  }
  .list_tab a {
    line-height: 2;
    font-size: 1.5rem;
    width: 14.5rem;
    border-radius: 5px;
  }
  .list_tab a.btn_hover span:after {
    top: 13px;
    border-width: 4px 6px;
  }*/
  /*.list_tab02 {
    margin-bottom: 30px;
  }
  .list_tab02 li {
    margin: 0 20px 10px;
  }
  .list_tab02 a {
    line-height: 1;
  }*/
}
