@charset "UTF-8";
/* Scss Document
*****************************************************************/
/* reset
**********************************************************************/
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html {
  font-size: 62.5%;
}

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,
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;
  vertical-align: baseline;
  background: transparent;
}

body {
  color: #000;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1em;
  font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
}

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

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;
}

/* setting
**********************************************************************/
/* mixin
*********************************************************************/
/* web fonts */
/* media query */
.flex, #area_header nav ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
}

.flex_bottom {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-box-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
}

.flex_between, .block_news, .list_news ul li .inner .box_ttl {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-pack: justify;
  -moz-flex-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.flex_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex_center, .box_nayami .nayamigoto {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-flex-pack: center;
  -moz-flex-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}

.flex_center_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-flex-pack: center;
  -moz-flex-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}

.flex_right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -webkit-flex-pack: end;
  -moz-flex-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}

.flex_between_wrap, .block_movie ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex_reverse {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.flex_reverse_between {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.flex_right_bottom {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -webkit-flex-pack: end;
  -moz-flex-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-box-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
}

.fade, a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
}

.cover_w {
  position: relative;
  width: 100%;
  height: auto;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.cover_h {
  position: relative;
  width: auto;
  height: 100%;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.glow {
  text-shadow: 0px 0px 10px #ffffff, 0px 0px 10px #ffffff, 0px 0px 10px #ffffff, 0px 0px 10px #ffffff, 0px 0px 10px #ffffff, 0px 0px 8px #ffffff, 0px 0px 8px #ffffff, 0px 0px 8px #ffffff, 0px 0px 4px #ffffff, 0px 0px 4px #ffffff, 0px 0px 4px #ffffff;
}

.shadow {
  text-shadow: 0px 0px 10px #000, 0px 0px 8px #000;
}

/* mixin
*********************************************************************/
/* web fonts */
/* media query */
/* module
*****************************************************************/
#wrapper {
  position: relative;
}

@media all and (max-width: 768px) {
  .pconly {
    display: none;
  }
}

.sponly {
  display: none;
}
@media all and (max-width: 768px) {
  .sponly {
    display: block;
  }
}

a {
  color: #333;
  text-decoration: none;
  outline: none;
}
a:hover {
  color: #0099c5;
}
a:hover img {
  opacity: 0.7;
}
a:active {
  color: #0099c5;
  text-decoration: underline;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.clearfix {
  zoom: 1;
}

/* pagetop
---------------------------------------------------------------*/
#pagetop {
  position: fixed;
  right: 20px;
  bottom: 0;
  z-index: 1500;
}
#pagetop a {
  overflow: hidden;
  outline: none;
}
@media all and (max-width: 768px) {
  #pagetop {
    display: none;
  }
}

.grayout {
  opacity: 0.4;
  cursor: default;
}

/* header
-----------------------------------------------------------------*/
#area_header nav {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 0;
}
#area_header nav ul {
  border-left: #666 solid 1px;
}
#area_header nav ul li {
  width: 16.66666%;
  text-align: center;
  border-right: #666 solid 1px;
  font-size: 1.6rem;
  line-height: 1.4em;
  display: table-cell;
  vertical-align: middle;
}
#area_header nav ul li a {
  display: block;
  padding: 16px 5px 5px;
}
#area_header nav ul li a .oubun {
  font-size: 1.3rem;
  line-height: 1.2em;
  display: block;
  padding: 3px 0 0;
}
@media all and (max-width: 768px) {
  #area_header nav {
    display: none;
  }
}

.block_header .inner {
  line-height: 0em;
}
.block_header .inner img {
  width: 100%;
  height: auto;
}

.sec_header {
  background-image: url("../images/bg_head.jpg");
  background-position: left top;
}
.sec_header .logo_w {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 0 3px;
}

.fixed .block_header {
  position: fixed;
  top: -100px;
  transition: all 300ms 0s ease;
}

.down .block_header {
  top: 0px;
  width: 100%;
  transform: translateY(0px);
}

/* mobile menu
-----------------------------------------------------------------*/
.menu-btn {
  position: fixed;
  top: 5px;
  right: 5px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
  z-index: 8000;
  display: none;
}
@media all and (max-width: 768px) {
  .menu-btn {
    display: block;
  }
}

.menu-btn p {
  color: white;
  background-color: rgba(0, 0, 0, 0.7);
}

.menu-btn p:after {
  content: attr(data-txt-menu);
  position: absolute;
  top: 13px;
  left: 7px;
  font-size: 11px;
}

/* 開閉用ボタンがクリックされた時のスタイル */
.open .menu-btn p:after {
  content: attr(data-txt-close);
  color: white;
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}

.menu-trigger {
  position: relative;
  width: 36px;
  height: 19px;
  right: 0px;
  top: -2px;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: white;
  border-radius: 3px;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 8px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.open .menu-trigger span:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(-315deg);
  transform: translateY(8px) rotate(-315deg);
  background-color: white;
}

.open .menu-trigger span:nth-of-type(2) {
  opacity: 0;
}

.open .menu-trigger span:nth-of-type(3) {
  -webkit-transform: translateY(-8px) rotate(315deg);
  transform: translateY(-8px) rotate(315deg);
  background-color: white;
}

.menu {
  position: fixed;
  display: table;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 120%;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: all .5s;
  transition: all .5s;
  visibility: hidden;
  opacity: 0;
}

.menu ul {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 150px;
}

.menu li {
  width: 100%;
  height: 50px;
  line-height: 1em;
  margin: 0 auto;
  text-align: center;
}

.menu li a {
  display: block;
  font-size: 18px;
  color: #fff;
}

.menu li a:hover {
  color: #999;
}

/* 開閉用ボタンがクリックされた時のスタイル */
.open .menu {
  cursor: url(../images/cross.svg), auto;
  -webkit-transition: all .5s;
  transition: all .5s;
  visibility: visible;
  opacity: 1;
  z-index: 7900;
}

/*  footer
---------------------------------------------------------------*/
.footer_area {
  background-color: #000;
  padding: 60px 10px 120px;
  text-align: center;
  color: #c80852;
}
.footer_area h1 {
  font-size: 3.5rem;
  line-height: 1.2em;
}
.footer_area .copyright {
  padding: 30px 0 0;
  font-size: 1.4rem;
  line-height: 1.6em;
}
@media all and (max-width: 768px) {
  .footer_area {
    padding: 30px 10px 30px;
  }
  .footer_area h1 {
    font-size: 2rem;
  }
}

/* other
---------------------------------------------------------------*/
.area_news {
  padding: 80px 10px;
}
@media all and (max-width: 768px) {
  .area_news {
    padding: 30px 10px;
  }
}

.block_news {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media all and (max-width: 494px) {
  .block_news {
    display: block;
  }
}

.list_news {
  width: 60%;
}
.list_news .list_news_ttl {
  display: flex;
  justify-content: space-between;
  border-bottom: #666 dotted 1px;
  padding: 0 0 3px;
}
.list_news .list_news_ttl h2 {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.2em;
}
.list_news .list_news_ttl .btn_newslist a {
  font-size: 1.4rem;
  line-height: 1em;
  padding: 5px 16px;
  background-color: #CCC;
}
.list_news ul {
  padding: 8px 0;
}
.list_news ul li {
  padding: 8px 0;
  text-align: left;
}
.list_news ul li .inner {
  border: #ededed solid 1px;
  padding: 10px;
}
.list_news ul li .inner::after {
  content: '';
  display: block;
  clear: both;
}
.list_news ul li .inner .box_ttl {
  background-color: #f6b6b7;
  padding: 8px;
  margin: 0 0 10px;
}
.list_news ul li .inner .box_ttl h3 {
  font-size: 1.6rem;
  line-height: 1.3em;
  font-weight: 400;
}
.list_news ul li .inner .box_ttl .date {
  padding: 4px 0 0;
}
.list_news ul li .inner p.description {
  font-size: 1.6rem;
  line-height: 1.4em;
}
.list_news ul li .inner p.img {
  line-height: 0em;
}
.list_news ul li .inner .box_img {
  width: 150px;
  height: 105px;
  float: left;
  margin: 0 10px 0 0;
}
@media all and (max-width: 494px) {
  .list_news {
    width: 100%;
  }
  .list_news ul li .inner img {
    width: 40%;
  }
}

#fb_box {
  width: 37%;
}
@media all and (max-width: 494px) {
  #fb_box {
    width: 100%;
  }
}

.page {
  /*min-height: 500px;*/
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style] {
  width: 100% !important;
}

.area_ttl {
  background-position: center center;
  background-size: cover;
  text-align: center;
  color: #FFF;
  padding: 60px 10px 50px;
  letter-spacing: 0.4em;
}
.area_ttl h2 {
  line-height: 1.2em;
  font-size: 5.4rem;
  font-weight: 600;
}
.area_ttl p {
  font-size: 2.5rem;
  line-height: 1.3em;
  padding: 10px 0 0;
  font-weight: 100;
}
@media all and (max-width: 768px) {
  .area_ttl {
    padding: 30px 10px 20px;
  }
  .area_ttl h2 {
    font-size: 2.7rem;
  }
  .area_ttl p {
    font-size: 1.6rem;
  }
}

#about .area_ttl {
  background-image: url(../images/ttl_about.jpg);
}

.area_idea {
  padding: 80px 10px 30%;
  background-image: url(../images/bg_about.jpg);
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin: 0 0 80px;
}
@media all and (max-width: 768px) {
  .area_idea {
    padding: 30px 10px 36%;
  }
}

.block_idea {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.block_idea h3 {
  font-size: 3rem;
  line-height: 1.2em;
  font-weight: 600;
  background-repeat: no-repeat,no-repeat;
  background-image: url(../images/line_l.jpg), url(../images/line_r.jpg);
  background-position: left center,right center;
  background-size: 28% auto,28% auto;
  margin: 0 0 20px;
}
.block_idea ul {
  padding: 13px 0;
  display: inline-block;
}
.block_idea ul li {
  text-align: left;
  font-size: 2rem;
  line-height: 1.5em;
  padding: 13px 0 13px 2em;
  text-indent: -2em;
}
.block_idea ul li::before {
  content: "一、";
}
@media all and (max-width: 768px) {
  .block_idea h3 {
    font-size: 2.4rem;
    background-size: 12% auto,12% auto;
    margin: 0 0 10px;
  }
  .block_idea ul {
    padding: 8px 0;
  }
  .block_idea ul li {
    font-size: 1.5rem;
    padding: 8px 0 8px 2em;
  }
}

#recommend .area_ttl {
  background-image: url(../images/ttl_recommend.jpg);
}

.area_recommend {
  padding: 0 10px;
}

.block_recommend {
  width: 100%;
  max-width: 1200px;
  text-align: center;
  margin: 0 auto;
}
.block_recommend .sub_ttl {
  padding: 80px 0 60px;
}
.block_recommend .sub_ttl h3 {
  font-size: 3rem;
  line-height: 1.2em;
  font-weight: 600;
  letter-spacing: 0.2em;
}
.block_recommend .sub_ttl p {
  font-size: 2rem;
  line-height: 1.4em;
  padding: 10px 0 0;
}
@media all and (max-width: 768px) {
  .block_recommend .sub_ttl {
    padding: 30px 0 20px;
  }
  .block_recommend .sub_ttl h3 {
    font-size: 2.4rem;
  }
  .block_recommend .sub_ttl h3 .pcspace {
    display: none;
  }
  .block_recommend .sub_ttl p {
    text-align: left;
    font-size: 1.8rem;
  }
}

.box_nayami {
  border: #666 solid 1px;
  padding: 30px 10px 20px;
  position: relative;
}
.box_nayami h4 {
  font-size: 2.5rem;
  line-height: 1.2em;
  background-color: #FFF;
  display: inline-block;
  padding: 0 1em;
  position: absolute;
  top: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.box_nayami .nayamigoto {
  padding: 0 0 10px;
}
.box_nayami .nayamigoto ul {
  text-align: left;
  padding: 0 10px;
}
.box_nayami .nayamigoto ul li {
  font-size: 2rem;
  line-height: 1.5em;
  text-indent: -1em;
  padding: 6px 0 6px 1em;
}
.box_nayami .nayamigoto ul li::before {
  content: "・";
}
.box_nayami p {
  font-size: 1.6rem;
  line-height: 1em;
}
@media all and (max-width: 768px) {
  .box_nayami {
    padding: 20px 5px 10px;
  }
  .box_nayami h4 {
    font-size: 1.8rem;
    white-space: nowrap;
    top: -8px;
  }
  .box_nayami .nayamigoto {
    display: block;
    padding: 0 0 0px;
  }
  .box_nayami .nayamigoto ul {
    padding: 0 0px;
  }
  .box_nayami .nayamigoto ul li {
    font-size: 1.6rem;
    padding: 3px 0 3px 1em;
  }
}

.triangle {
  border-top: 20px solid #666;
  border-right: 40px solid transparent;
  border-left: 40px solid transparent;
  width: 1px;
  margin: 0 auto;
}

.koko {
  font-size: 3rem;
  line-height: 1.2em;
  padding: 10px 0 50px;
}
@media all and (max-width: 768px) {
  .koko {
    font-size: 2.2rem;
    text-align: left;
    padding: 10px 0 20px;
  }
}

.list_info {
  border: #666 solid 1px;
  padding: 30px 10px 20px;
  position: relative;
}
.list_info h4 {
  font-size: 2.5rem;
  line-height: 1.2em;
  background-color: #FFF;
  display: inline-block;
  padding: 0 1em;
  position: absolute;
  top: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.list_info h5 {
  font-size: 2rem;
  font-weight: 100;
  line-height: 1.6em;
}
.list_info ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 40px 0 0;
}
.list_info ul li {
  width: 33%;
  padding: 0;
  margin: 0;
}
.list_info ul li .box_txt {
  padding: 10px;
}
.list_info ul li .box_txt p {
  font-size: 1.8rem;
  line-height: 1.4em;
}
.list_info ul li .box_txt p.oltxt {
  font-size: 2.2rem;
  padding-top: 30px;
}
.list_info ul li .box_txt p.oltxt a {
  color: #0099c5;
}
.list_info ul li .box_txt p.oltxt a:hover {
  color: #ff6b08;
}
.list_info ul li .box_txt p i {
  font-size: 1.3em;
  color: #75cb66;
}
.list_info ul li .box_img {
  padding: 0 10px 20px;
}
.list_info ul li .box_img img {
  width: 100%;
  max-width: 285px;
  height: auto;
}
@media all and (max-width: 768px) {
  .list_info {
    padding: 20px 10px 10px;
  }
  .list_info h4 {
    font-size: 1.8rem;
    white-space: nowrap;
    top: -8px;
  }
  .list_info h5 {
    font-size: 1.6rem;
    text-align: left;
    line-height: 1.3em;
  }
  .list_info ul {
    display: block;
    padding: 20px 0 0;
  }
  .list_info ul li {
    width: auto;
  }
  .list_info ul li .box_txt p.oltxt {
    padding-top: 0px;
  }
}

.block_slide {
  padding: 40px 0;
}
.block_slide ul {
  height: 100vh;
}
.block_slide ul li img {
  height: 100%;
  width: auto;
}
@media all and (max-width: 494px) {
  .block_slide ul {
    height: 40vh;
  }
}

.list_info_bottom {
  border: #666 solid 1px;
  padding: 30px 20px 20px;
  position: relative;
  margin: 0 0 80px;
}
.list_info_bottom h4 {
  font-size: 2.5rem;
  line-height: 1.2em;
  background-color: #FFF;
  display: inline-block;
  padding: 0 1em;
  position: absolute;
  top: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.list_info_bottom h5 {
  font-size: 2rem;
  font-weight: 100;
  line-height: 1.6em;
  text-align: justify;
}
@media all and (max-width: 768px) {
  .list_info_bottom {
    padding: 20px 10px 10px;
    margin: 0 0 30px;
  }
  .list_info_bottom h4 {
    font-size: 1.8rem;
    white-space: nowrap;
    top: -10px;
  }
  .list_info_bottom h5 {
    font-size: 1.5rem;
    line-height: 1.5em;
  }
}

#music .area_ttl {
  background-image: url(../images/ttl_music.jpg);
}

.area_music {
  padding: 80px 10px;
}
@media all and (max-width: 768px) {
  .area_music {
    padding: 30px 10px;
  }
}

.block_music {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.block_music h3 {
  font-size: 3rem;
  line-height: 1.2em;
  font-weight: 600;
  letter-spacing: 0.2em;
  background-repeat: no-repeat,no-repeat;
  background-image: url(../images/line_l.jpg), url(../images/line_r.jpg);
  background-position: left center,right center;
  background-size: 28% auto,28% auto;
  margin: 0 0 20px;
}
.block_music .intro_music {
  padding: 14px 0;
}
.block_music .intro_music p {
  font-size: 2rem;
  line-height: 1.5em;
  padding: 14px 0;
}
@media all and (max-width: 768px) {
  .block_music h3 {
    font-size: 2.4rem;
    background-size: 12% auto,12% auto;
    margin: 0 0 10px;
  }
  .block_music .intro_music {
    padding: 5px 0;
  }
  .block_music .intro_music p {
    font-size: 1.6rem;
    line-height: 1.4em;
    padding: 5px 0;
    text-align: left;
  }
}

.yurai {
  border: #666 solid 1px;
  padding: 30px;
  margin: 30px 0 60px;
}
.yurai h4 {
  font-size: 3rem;
  font-weight: 100;
  line-height: 1.2em;
  padding: 0 0 30px;
}
.yurai p {
  font-size: 1.8rem;
  line-height: 1.5em;
}
.yurai h5 {
  font-size: 2.2rem;
  line-height: 1.2em;
  padding: 50px 0 0;
  font-weight: 200;
}
.yurai h6 {
  font-size: 2rem;
  line-height: 1.2em;
  padding: 40px 0 16px;
  font-weight: 800;
}
.yurai dl {
  border-top: #999 solid 1px;
  border-bottom: #999 solid 1px;
  position: relative;
  margin: 20px 0 0;
}
.yurai dl dt {
  font-size: 1.8rem;
  line-height: 1.2em;
  position: absolute;
  display: inline-block;
  padding: 0 1em;
  background-color: #FFF;
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.yurai dl dd {
  font-size: 1.6rem;
  line-height: 1.6em;
  padding: 20px 0;
}
@media all and (max-width: 768px) {
  .yurai {
    padding: 10px;
    margin: 10px 0 30px;
  }
  .yurai h4 {
    font-size: 2rem;
    padding: 0 0 10px;
  }
  .yurai p {
    font-size: 1.5rem;
    text-align: left;
  }
  .yurai h5 {
    font-size: 2rem;
  }
  .yurai h6 {
    font-size: 1.8rem;
    text-align: left;
  }
  .yurai dl dd {
    font-size: 1.5rem;
    text-align: left;
  }
}

#career .area_ttl {
  background-image: url(../images/ttl_career.jpg);
}

.area_career {
  padding: 80px 10px 40%;
  background-image: url(../images/bg_career.png), url(../images/bg_history.jpg);
  background-position: center bottom,center center;
  background-size: 100% auto,100% auto;
  background-repeat: no-repeat,no-repeat;
  margin: 0 0 80px;
}
@media all and (max-width: 768px) {
  .area_career {
    padding: 30px 10px 40%;
  }
}

.block_career {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.block_career .intro_career {
  padding: 14px 0 60px;
}
.block_career .intro_career p {
  font-size: 2rem;
  line-height: 1.5em;
  padding: 14px 0;
}
.block_career table {
  display: inline-block;
  font-size: 1.8rem;
  line-height: 1.6em;
  border-top: #666 dotted 1px;
}
.block_career table th, .block_career table td {
  border-bottom: #666 dotted 1px;
  text-align: left;
  vertical-align: top;
  padding: 16px;
}
@media all and (max-width: 768px) {
  .block_career .intro_career {
    padding: 5px 0 30px;
  }
  .block_career .intro_career p {
    font-size: 1.5rem;
    text-align: left;
    padding: 5px 0;
  }
  .block_career table {
    font-size: 1.5rem;
  }
}

#movie .area_ttl {
  background-image: url(../images/ttl_movie.jpg);
}

.area_movie {
  padding: 60px 10px 80px;
}
@media all and (max-width: 768px) {
  .area_movie {
    padding: 30px 10px;
  }
}

.block_movie {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.block_movie ul li {
  width: 49%;
  padding: 13px 0;
}
.block_movie ul li .box_movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.block_movie ul li .box_movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.block_movie ul li p {
  font-size: 1.6rem;
  line-height: 1.5em;
  padding: 6px 0 0;
}
@media all and (max-width: 768px) {
  .block_movie ul li p {
    font-size: 1.3rem;
    text-align: left;
  }
}
