@charset "UTF-8";
/* 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 {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

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 {
  background: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

/* 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 {
  border: 0;
  border-top: 1px solid #cccccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

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

/* base
##################################### */
body {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  background: #fff;
  color: #333;
  font-family: 'Noto Sans JP', 'メイリオ', 'Meiryo', sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  font-weight: normal;
  line-height: 1.7;
  text-align: left;
}

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

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: #009250;
  outline: none;
  text-decoration: none;
}

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

::-moz-selection {
  background: rgba(255, 226, 0, 0.4);
}

::selection {
  background: rgba(255, 226, 0, 0.4);
}

html * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  overflow-x: hidden;
  overflow-y: scroll;
}

body {
  position: relative;
}

#stage {
  width: 100%;
}

button {
  outline: none;
}

img {
  max-width: 100%;
}

html {
  overflow-x: hidden;
}

/* module
##################################### */
.m_fontS {
  font-size: 10px;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.7;
}

.m_fontSM {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.7;
}

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

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

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

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

/* media
##################################### */
.m_media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.m_media_imgWp {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 47%;
      -ms-flex: 0 1 47%;
          flex: 0 1 47%;
  margin-right: 3%;
}

.m_media_body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.m_media_ttl {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.m_media_desc {
  font-weight: bold;
}

.m_media_body > *:last-child {
  margin-bottom: 0;
}

.m_media.m_mediaRev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.m_mediaRev .m_media_imgWp {
  margin-right: 0;
}

.m_mediaRev .m_media_body {
  margin-right: 3%;
}

/* card
##################################### */
.m_card {
  position: relative;
}

.m_card_btnWp {
  bottom: 0;
  margin-top: 20px;
  position: absolute;
  width: 100%;
}

.m_cardUni {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.m_cardUni__col3 > .m_card {
  margin-right: 3.33333%;
  width: 31%;
}

.m_cardUni__col3 > .m_card:nth-of-type(3n) {
  margin-right: 0;
}

.m_cardUni.m_cardUni__col4 {
  margin-bottom: -20px;
}

.m_cardUni__col4 > .m_card {
  margin-bottom: 20px;
  margin-right: 1.62602%;
  width: 23.78%;
}

.m_cardUni__col4 > .m_card:nth-of-type(4n) {
  margin-right: 0;
}

.m_cardUni__col2 > .m_card {
  margin-right: 4%;
  width: 48%;
}

.m_cardUni__col2 > .m_card:nth-of-type(2n) {
  margin-right: 0;
}

.m_card_ttl {
  font-weight: bold;
  text-align: center;
}

/******* .btn_hover ***********/
.btn_hover {
  background: #009250;
  color: #fff;
  display: inline-block;
  font-family: 'Oswald', sans-serif, 'Noto Sans JP', sans-serif;
  letter-spacing: .14rem;
  line-height: 2.3;
  position: relative;
  text-align: center;
  width: 100%;
}

.btn_hover:hover {
  background: #ea531e;
  -webkit-transition: .5s;
  transition: .5s;
}

/* modal
##################################### */
.modal_containts {
  z-index: 10;
}

.js-modal {
  display: none;
  height: 100%;
  overflow-y: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.modal_btn_tw:hover {
  text-decoration: none;
}

.modalWp {
  width: 100%;
}

/*.js-modal.modal {
  display: block;
}*/
.js-modal.modal {
  display: none;
}

/*.modal__bg {
  height: 100%;
  position: absolute;
  width: 100%;
}*/
.modal__content {
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

.modal_btnWp {
  margin: 40px auto 0;
  max-width: 400px;
  width: 96%;
}

.modal .modal__bg {
  background: rgba(241, 236, 229, 0.95);
  height: 100%;
  position: absolute;
  width: 100%;
}

.modal .close_btn {
  position: absolute;
}

.modal .close_btn:hover {
  opacity: .6;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: .6s all;
  transition: .6s all;
}

.modal_wp {
  left: 50%;
  max-width: 760px;
  padding-bottom: 50px;
  position: absolute;
  top: 25%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 92vw;
}

.movieList_item a {
  color: #fff;
  display: block;
  font-size: 1.2rem;
  padding: 7px 1.5em 8px;
  text-decoration: none;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}

.movieList_item {
  border: solid 1px #df291c;
  margin-right: 1em;
}

.movieList_item:last-child {
  margin-right: 0;
}

.movieList_item a:hover {
  background: #df291c;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}

/*.modal_cont.c_inner {
  width: 96%;
}*/
.modal_ep {
  background: #e60012;
  border-radius: 25px;
  color: #fff;
  display: inline-block;
  font-size: 1.6rem;
  padding: 5px 1em;
  text-align: center;
}

.modal_box {
  text-align: left;
}

.modal_ttl {
  color: #333;
  margin-top: 0.5em;
}

.modal_box .m_media {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-top: 10px;
}

.modal_box .m_media_imgWp {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 48%;
      -ms-flex: 0 1 48%;
          flex: 0 1 48%;
  margin-right: 2%;
}

.m_media_desc {
  letter-spacing: 3px;
  text-align: left;
}

.modal_box .m_media_body {
  padding-bottom: 70px;
}

.modal_box .m_media_btn {
  font-size: 2rem;
  max-width: 252px;
  padding: 0.017em 0.1em;
  width: 96%;
}

.js-imgover.js-modal-open.sp {
  display: none;
}

/* scroll animation
##################################### */
/*.fade {
  opacity: 0;
  -webkit-transform: translate(0, 45px);
          transform: translate(0, 45px);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.fade.fadein {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}*/

/* OTHER
##################################### */
.img_hover:hover {
  -webkit-filter: brightness(1.5);
          filter: brightness(1.5);
  -webkit-transition: .6s all ease;
  transition: .6s all ease;
}

/*.page_ttl {
  text-align: center;
}

.pageline_ttl {
  position: relative;
  &:before {
    content: "";
    position: absolute;
    background-color: #da0078;
    width: 100%;
    height: 5px;
    top: 41%;
    transform: translateY(-41%);
    left: 0;
    right: 0;
    z-index: -1;
  }
}
.pagesub_ttl {
  text-align: center;
  img {
    @include media("md") {
      width: 65vw;
    }
  }
}*/
/*.c_inner {
  max-width: 1200px;
  width: 96%;
  margin: auto;
  //padding: 0 30px;
}*/
.c_btn {
  background: rgba(255, 255, 255, 0.25);
  border: solid 1px #fcbda7;
  color: #f8afad;
  display: block;
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: normal;
  padding: 5px 0.5em 4px;
  position: relative;
  text-align: center;
}

.c_btn:after {
  border: 1px solid;
  border-color: #fcbda7 #fcbda7 transparent transparent;
  content: '';
  height: 4px;
  position: absolute;
  right: 15px;
  top: 11px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: .6s;
  transition: .6s;
  width: 4px;
}

.c_btn:hover {
  -webkit-transition: 0.3s;
  background: transparent;
  border: solid 1px #c97193;
  color: #c97193;
  text-decoration: none;
  transition: 0.3s;
}

.c_btn:hover:after {
  border-color: #c97193 #c97193 transparent transparent;
  right: 11px;
}

.mainWp {
  margin: auto;
  position: relative;
}

#stage {
  margin: auto;
}

/* common
##################################### */
/* project
##################################### */
/* structure
##################################### */
.pgtop_wrap {
  background: url(../img/common/bg_pt02.jpg) repeat;
  background-size: 600px auto;
}

.pgtop_wrap #btn_ptop {
  display: block;
  margin-left: auto;
}

.pgtop_wrap #btn_ptop:hover {
  -webkit-filter: brightness(1.5);
          filter: brightness(1.5);
  -webkit-transition: .5s;
  transition: .5s;
}

#footer {
  background: url(../img/common/bg_pt01.jpg) repeat;
}

#footer .f_inner {
  color: #333;
  position: relative;
}

#footer .f_inner .f_logo {
  margin: auto;
}

#footer .f_inner .f_logo a {
  display: block;
}

#footer .f_inner .f_logo a:hover {
  -webkit-filter: brightness(1.5);
          filter: brightness(1.5);
  -webkit-transition: .5s;
  transition: .5s;
}

#footer .f_inner .sns_wrap .sns_ttl {
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}

#footer .f_inner .sns_list {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#footer .f_inner .sns_list li:not(:last-child) {
  margin-right: 20px;
}

#footer .f_inner .sns_list li a {
  display: block;
}

#footer .f_inner .sns_list li a:hover {
  -webkit-filter: brightness(1.5);
          filter: brightness(1.5);
  -webkit-transition: .5s;
  transition: .5s;
}

#footer .f_inner .cp_wrap {
  font-size: 10px;
  font-size: 1.0rem;
  font-weight: bold;
  letter-spacing: .12rem;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1.7;
  }
  #stage img {
    width: 100%;
  }
  .m_media {
    display: block;
  }
  .m_media_imgWp {
    margin: auto;
    margin-bottom: 0;
    margin-top: 20px;
    width: 100%;
  }
  .m_media_body {
    margin-top: 20px;
  }
  .m_media_desc {
    font-size: 1.4rem;
  }
  .m_mediaRev .m_media_body {
    margin: auto;
  }
  .m_card {
    padding-bottom: 60px;
  }
  .bl_cardUni > .m_card {
    margin-bottom: 20px;
    margin-right: 0;
    width: 100%;
  }
  .m_cardUni.m_cardUni__col3 {
    margin-bottom: -20px;
  }
  .m_card_ttl {
    font-size: 1.4rem;
  }
  .m_card_body {
    margin-top: 15px;
  }
  .btn_hover {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .modal__content {
    height: 50vw;
    min-height: 200px;
    top: 50%;
    width: 95%;
  }
  .modal .close_btn {
    height: 42px;
    right: 0;
    top: -60px;
    width: 45px;
  }
  .modal_ttl {
    font-size: 1.6rem;
  }
  .mt_10 {
    margin-top: 1vw;
  }
  .mt_20 {
    margin-top: 2vw;
  }
  .mt_30 {
    margin-top: 3vw;
  }
  .mt_40 {
    margin-top: 4vw;
  }
  .mt_50 {
    margin-top: 5vw;
  }
  .c_btn {
    font-size: 1.4rem;
  }
  .pgtop_wrap #btn_ptop {
    margin-right: 5vw;
    padding-top: 50px;
    width: 100px;
  }
  #footer .f_inner {
    padding: 50px 0 30px;
    text-align: center;
  }
  #footer .f_inner .f_logo {
    width: 150px;
  }
  #footer .f_inner .sns_wrap {
    margin: 30px 0;
  }
  #footer .f_inner .sns_list {
    padding-top: 10px;
  }
  #footer .f_inner .sns_list .tw {
    height: 24px;
    width: 24px;
  }
  #footer .f_inner .sns_list .fb {
    height: 24px;
    width: 24px;
  }
  #footer .f_inner .sns_list .line {
    height: 24px;
    width: 24px;
  }
}

@media only screen and (min-width: 769px) {
  .m_media_desc {
    font-size: 2rem;
  }
  .m_card {
    padding-bottom: 80px;
  }
  .m_card_ttl {
    font-size: 2rem;
  }
  .m_card_body {
    margin-top: 30px;
  }
  .btn_hover {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .modal__content {
    height: 100%;
    max-height: 480px;
    max-width: 854px;
    top: 50%;
    width: 100%;
  }
  .modal .close_btn {
    height: 86px;
    right: -80px;
    top: -80px;
    width: 90px;
  }
  .modal_ttl {
    font-size: 3rem;
  }
  .mt_10 {
    margin-top: 10px;
  }
  .mt_20 {
    margin-top: 20px;
  }
  .mt_30 {
    margin-top: 30px;
  }
  .mt_40 {
    margin-top: 40px;
  }
  .mt_50 {
    margin-top: 50px;
  }
  .c_btn {
    font-size: 1.2rem;
  }
  .pgtop_wrap #btn_ptop {
    margin-right: 40px;
    width: 153px;
  }
  #footer .f_inner {
    margin: auto;
    padding: 70px 0 40px;
  }
  #footer .f_inner .f_logo {
    width: 200px;
  }
  #footer .f_inner .sns_wrap {
    margin: 50px 0;
  }
}

@media screen and (min-width: 769px) {
  .sp_only {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
}





/*----------FOTTER PC----------------*/

@media only screen and (min-width: 769px) {
  #footer .f_inner .billing{
  text-align: center;
  font-size: 1.6rem;
  line-height: 4rem;
  font-weight: bold;
}
#footer .f_inner .f_logo {
    margin-bottom: 60px;
  }
  #footer .f_inner .ft_day {
    display: block;
    margin: 60px auto;
    width: 450px;
  }
  .ft_w{
    background: #FFF;
    padding: 40px 0;
  }
  #footer .f_inner {
    margin: auto;
    padding: 70px 0 0 0;
}
#footer .f_inner .sns_wrap {
    margin: 0 0 50px 0;
}

/* scroll animation
##################################### */
.fade {
  opacity: 0;
  -webkit-transform: translate(0, 45px);
          transform: translate(0, 45px);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.fade.fadein {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}





}

/*----------FOTTER SP----------------*/

@media only screen and (max-width: 768px) {

#footer .f_inner .billing{
  text-align: center;
  font-size: 1.2rem;
  line-height: 2.5rem;
  font-weight: bold;
  padding: 0 5vw;
}
#footer .f_inner .f_logo {
    margin-bottom: 5vw;
  }
  #footer .f_inner .ft_day {
    display: block;
    margin: 8vw auto;
    width: 60vw;
  }
  .ft_w{
    background: #FFF;
    padding: 8vw 0;
  }
  #footer .f_inner {
    margin: auto;
    padding: 8vw 0 0 0;
}
#footer .f_inner .sns_wrap {
    margin: 0 0 8vw 0;
}
}
