@charset "utf-8";
/* ---------------------------------------------------------------------------------------------

　   COMMON

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

@media only screen and ( max-width : 991px ) {
  #main {
    margin-top: 70px;
  }
  #half_bnr {
    margin-top: 60px;
  }
}

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

@media print, screen and ( min-width : 992px ) {
  #main {
    margin-top: 73px;
  }
  #half_bnr {
    margin-top: 110px;
  }
}

@media print, screen and ( min-width : 1200px ) {
}


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

　   MV

--------------------------------------------------------------------------------------------- */
#mv {
  background: #e60012;
  position: relative;
}
#mv .container {
  position: relative;
}
.mv_txt {
  color: #fff;
}
#mv p {
  font-weight: 900;
  text-shadow: 0 0 10px rgba(0,0,0,.6);
}
#mv h1 {
  font-weight: 900;
  text-shadow: 0 0 10px rgba(0,0,0,.6);
}
#work_list li {
  margin: 0 20px;
}
#work_list li img {
  height: auto;
  width: 100%;
}
#work_list li p {
  font-weight: 900;
}
.slick-list {
  padding-bottom: 5px !important;
}


@media only screen and ( max-width : 991px ) {
  #mv {
    margin-top: 160px;
    padding: 60px 0 40px;
  }
  #mv:before {
    content: "";
    background: url(../img/top/mv_city_sp.png) left top repeat-x;
    display: block;
    width: 100%;
    height: 50px;
    position: absolute;
    top: -50px;
    left: 0;
  }
  .character {
    max-width: 314px;
    margin: 0 0 20px auto;
  }
  .mv_txt {
    margin-bottom: 20px;
  }
  #mv p {
    font-size: 20px;
  }
  #mv h1 {
    font-size: 30px;
  }
  #mv .btn {
    margin-right: 0;
  }
  #scroll {
    position: absolute;
    left: 20px;
    bottom: 40px;
  }
  #scroll:after {
    content: "";
    background: #fff;
    position: absolute;
    left: 16px;
    bottom: -80px;
    display: block;
    width: 1px;
    height: 60px;
  }
  #scroll:before {
    content: "";
    background: #000;
    position: absolute;
    left: 16px;
    bottom: -140px;
    display: block;
    width: 1px;
    height: 60px;
  }
  #work_list {
    margin: 30px 0 50px;
  }
  #work_list li p {
    padding: 20px;
    font-size: 17px;
  }
}

@media only screen and ( max-width : 767px ) {
  #mv p {
    font-size: 18px;
  }
  #mv h1 {
    font-size: 28px;
  }
}

@media only screen and ( max-width : 575px ) {
  #mv p {
    font-size: 16px;
  }
  #mv h1 {
    font-size: 24px;
  }
}

@media only screen and ( max-width : 320px ) {
  #mv p {
    font-size: 14px;
  }
  #mv h1 {
    font-size: 20px;
  }
}

@media print, screen and ( min-width : 992px ) {
  #mv {
    margin-top: 140px;
    padding-bottom: 50px;
  }
  #mv:before {
    content: "";
    background: url(../img/top/mv_city.png) left top repeat-x;
    background-size: contain;
    display: block;
    width: 100%;
    height: 50px;
    position: absolute;
    top: -50px;
    left: 0;
    z-index: 10;
  }
  #mv p {
    font-size: 20px;
  }
  #mv h1 {
    font-size: 40px;
  }
  #mv .btn {
    margin-top: 20px;
    margin-left: 0;
  }
  .mv_txt {
    margin-top: 40px;
  }
  .character {
    max-width: 360px;
    margin-top: -50px;
    position: relative;
    z-index: 11;
  }
  #scroll {
    position: absolute;
    left: 20px;
    bottom: 10px;
  }
  #scroll:after {
    content: "";
    background: #fff;
    position: absolute;
    left: 16px;
    bottom: -60px;
    display: block;
    width: 1px;
    height: 45px;
  }
  #scroll:before {
    content: "";
    background: #000;
    position: absolute;
    left: 16px;
    bottom: -105px;
    display: block;
    width: 1px;
    height: 45px;
  }
  #work_list li p {
    padding: 20px;
    font-size: 23px;
  }
}

@media print, screen and ( min-width : 1200px ) {
  #mv .container {
    max-width: 1130px;
  }
  #mv p {
    font-size: 25px;
  }
  #mv h1 {
    font-size: 48px;
  }
  .character {
    max-width: 424px;
  }
  #scroll {
    position: absolute;
    left: 20px;
    bottom: 40px;
  }
  #scroll:after {
    content: "";
    background: #fff;
    position: absolute;
    left: 16px;
    bottom: -90px;
    display: block;
    width: 1px;
    height: 70px;
  }
  #scroll:before {
    content: "";
    background: #000;
    position: absolute;
    left: 16px;
    bottom: -160px;
    display: block;
    width: 1px;
    height: 70px;
  }
}
@media print, screen and ( min-width : 1300px ) {
  #mv {
    margin-top: 160px;
  }
  #mv:before {
    height: 70px;
    top: -70px;
  }
}

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

　   INTRO

--------------------------------------------------------------------------------------------- */
#intro {
  overflow: hidden;
}
#intro h2.intro_ttl {
  text-align: center;
}
#intro h2.intro_ttl span {
  display: inline-block;
  text-align: center;
}
.intro_txt p,#intro .shadow p {
  font-weight: 600;
}
#intro .shadow {
  background: #fff;
}

@media only screen and ( max-width : 991px ) {
  #intro {
    padding: 100px 0 120px;
  }
  #intro h2.intro_ttl .jp {
    font-size: 26px;
  }
  #intro h2.intro_ttl {
    text-align: center;
  }
  .intro_img {
    margin: 30px 0 20px;
    border-radius: 30px;
    overflow: hidden;
  }
  .intro_txt a {
    margin-top: 30px;
  }
  #intro .shadow {
    margin-top: 60px;
    padding: 30px;
    border-radius: 30px;
  }
  #intro .shadow p {
    margin: 10px 0 30px;
  }
}

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

@media print, screen and ( min-width : 992px ) {
  #intro.section {
    padding: 80px 0 120px;
  }
  #intro h2.intro_ttl {
    margin-bottom: 50px;
    position: relative;
  }
  #intro h2.intro_ttl .jp {
    font-size: 40px;
  }
  #intro h2.intro_ttl:after {
    content: "";
    background: #000;
    width: 1000%;
    height: 1px;
    position: absolute;
    right: -1005%;
    bottom: 0;
  }
  .intro_img {
    width: 48%;
    border-radius: 25px;
    overflow: hidden;
  }
  .intro_txt {
    width: 48%;
  }
  .intro_txt p,#intro .shadow p {
    line-height: 2;
  }
  .intro_txt a {
    margin-top: 60px;
    margin-left: 0;
  }
  #intro .shadow {
    margin-top: 60px;
    padding: 30px;
    border-radius: 25px;
  }
  #intro .shadow h2 {
    margin-bottom: 10px;
  }
  #intro .shadow a {
    margin-top: 20px;
  }
}

@media print, screen and ( min-width : 1200px ) {
}


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

　   WORK

--------------------------------------------------------------------------------------------- */
#work {
  position: relative;
}
#work_list li {
  background: #fff;
  overflow: hidden;
}

@media only screen and ( max-width : 991px ) {
  #work:before {
    content: "";
    background: url(../img/top/work_city_sp.png) left top repeat-x;
    background-size: contain;
    display: block;
    width: 100%;
    height: 41px;
    position: absolute;
    top: -41px;
    left: 0;
  }
  #work_list li {
    border-radius: 30px;
  }
  #work_list li {
    border-radius: 30px;
    box-shadow: 5px 5px 0 #b1020c;
  }
}

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

@media print, screen and ( min-width : 992px ) {
  #work:before {
    content: "";
    background: url(../img/top/work_city.png) left top repeat-x;
    background-size: contain;
    display: block;
    width: 100%;
    height: 33px;
    position: absolute;
    top: -33px;
    left: 0;
  }
  #work_list {
    margin: 40px 0 60px;
  }
  #work_list li {
    border-radius: 25px;
    box-shadow: 5px 5px 0 #b1020c;
  }
}

@media print, screen and ( min-width : 1300px ) {
  #work:before {
    content: "";
    background: url(../img/top/work_city.png) left top repeat-x;
    background-size: contain;
    display: block;
    width: 100%;
    height: 43px;
    position: absolute;
    top: -43px;
    left: 0;
  }
}

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

　   PRICE

--------------------------------------------------------------------------------------------- */
.price_txt p {
  font-weight: 700;
}
.price_img_wrap h2 {
  font-weight: 900;
  line-height: 1;
}
.price_img_wrap {
  position: relative;
}
@media only screen and ( max-width : 991px ) {
  .price_img {
    max-width: 175px;
    margin: 0 auto 10px;
  }
  .price_img_wrap h2 {
    margin-bottom: 20px;
    font-size: 20px;
    text-align: center;
  }
  .price_img_wrap h2 span {
    font-size: 30px;
  }
  .price_txt p {
    margin-bottom: 40px;
  }
}

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

@media print, screen and ( min-width : 992px ) {
  #price .container {
    max-width: 990px;
  }
  .price_img_wrap {
    width: 40%;
  }
  .price_img_wrap h2 {
    font-size: 30px;
  }
  .price_img_wrap h2 span {
    font-size: 45px;
  }
  .price_img {
    margin-bottom: 10px;
  }
  .price_img_wrap:after {
    content: "";
    background: #000;
    width: 1000%;
    height: 1px;
    position: absolute;
    left: -1005%;
    bottom: 5px;
  }
  .price_txt {
    width: 55%;
  }
  .price_txt p {
    line-height: 2;
  }
  .price_txt a {
    margin-top: 15px;
    margin-left: 0;
  }
}

@media print, screen and ( min-width : 1200px ) {
}

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

　   ORDER

--------------------------------------------------------------------------------------------- */
.order_box {
  background: #fff;
}
#top_link li {
  display: block;
  background: #fff;
  overflow: hidden;
}
.order_box p {
  text-align: center;
  font-weight: 700;
}

@media only screen and ( max-width : 991px ) {
  .order_box {
    margin-bottom: 40px;
    padding: 20px;
    border-radius: 30px;
  }
  .order_box p {
    margin-top: 20px;
  }
  .order_img {
    max-width: 350px;
    margin: 0 auto;
  }
  #top_link li {
    margin-bottom: 40px;
    border-radius: 30px;
  }
  #top_link li:last-child {
    margin-bottom: 0;
  }
  #top_link li h2.ttl .jp {
    font-size: 20px;
  }
  #top_link li h2 {
    margin-bottom: 15px;
  }
  .top_link_txt {
    padding: 20px;
  }

}

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

@media print, screen and ( min-width : 992px ) {
  #order.section {
    padding-top: 20px;
  }
  .order_box {
    margin-bottom: 40px;
    padding: 30px;
    border-radius: 25px;
  }
  #top_link li {
    width: 31%;
    border-radius: 25px;
  }
  .top_link_txt {
    padding: 30px 0;
  }
  .top_link_txt h2 {
    margin-bottom: 20px;
  }
  .top_link_txt h2 .en {
    margin-bottom: 5px;
  }
  .order_img {
    max-width: 333px;
    margin: 0 auto;
  }
  .order_box p {
    margin-top: 10px;
    line-height: 2;
    font-size: 16px;
  }
}

@media print, screen and ( min-width : 1200px ) {
}

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

　   NEWS

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

@media only screen and ( max-width : 991px ) {
  #news h2 {
    margin-bottom: 30px;
  }
  #top_news {
    margin: 30px 0;
  }
  .news_inner {
    margin-bottom: 60px;
    padding: 0 30px 30px;
    background: #fff;
    box-shadow: 8px 8px 0 #e9e9e8;
    border-radius: 30px;
  }
}

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

@media print, screen and ( min-width : 992px ) {
  #news h2 {
    margin-bottom: 30px;
  }
  #top_news {
    margin-bottom: 30px;
  }
}

@media print, screen and ( min-width : 1200px ) {
}


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

　   BANNER

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

@media only screen and ( max-width : 991px ) {
  #half_bnr {
    margin-top: 120px;
  }
}

@media print, screen and ( min-width : 992px ) {
  #bnr {
    margin-top: 60px;
  }
}



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

　   XXX

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

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

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

@media print, screen and ( min-width : 992px ) {
}

@media print, screen and ( min-width : 1200px ) {
}
