@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url(http://fonts.gstatic.com/s/opensans/v18/mem8YaGs126MiZpBA-UFVZ0e.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url(http://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UNirkOUuhs.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url(http://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN7rgOUuhs.ttf) format('truetype');
}
@font-face {
  font-family: 'Kameron';
  font-style: normal;
  font-weight: 700;
  src: url(http://fonts.gstatic.com/s/kameron/v11/vm8zdR7vXErQxuzniAIfO-rpeA.ttf) format('truetype');
}
.font_Sans_semiBold {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
.font_Sans_Bold {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
.font_Kameron_bold {
  font-family: 'Kameron', serif;
  font-weight: 700;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.ease {
  --webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.inner-middle:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  width: 100%;
  height: 100%;
}
body {
  font-size: 14px;
  line-height: 1.4;
  color: #1A1A1A;
  background-color: #FFFFFF;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
img {
  vertical-align: bottom;
}
li {
  list-style-type: none;
}
a {
  color: #1A1A1A;
  text-decoration: none;
}
a:hover {
  color: #1A1A1A;
}
.shadow {
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.hover {
  cursor: pointer;
}
.hover:hover {
  opacity: 0.8;
}
#main {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
  background: url(../images/home/main.jpg) center center no-repeat;
  background-size: cover;
}
#main .sp {
  display: none;
}
#main .flag {
  position: absolute;
  top: 0;
  left: 80px;
}
#main .gd {
  position: absolute;
  top: 40px;
  right: 40px;
}
#main .copy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#main .copy img {
  width: 600px;
  height: auto;
}
#main #svg5 {
  position: absolute;
  cursor: pointer;
  left: 50%;
  margin-left: -40px;
  top: 75%;
  margin-top: -40px;
}
@media screen and (max-width: 1500px) {
  #main .copy img {
    width: 500px;
    height: auto;
  }
}
@media screen and (max-width: 1300px) {
  #main .copy img {
    width: 400px;
    height: auto;
  }
}
@media screen and (max-width: 1000px) {
  #main .copy img {
    width: 300px;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  #main {
    height: auto;
    background: none;
    padding-top: 0;
  }
  #main .sp {
    display: block;
  }
  #main .sp img {
    width: 100%;
    height: auto;
  }
  #main .flag {
    display: none;
  }
  #main .gd {
    display: none;
  }
  #main .copy {
    display: none;
  }
  #main #svg5 {
    position: absolute;
    cursor: pointer;
    left: 50%;
    margin-left: -40px;
    top: 50%;
    margin-top: 0;
  }
}
#svg5 svg {
  height: 80px;
}
#svg5 svg #arrow {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}
#svg5 svg #circle1 {
  -webkit-animation-name: svg5_1;
  animation-name: svg5_1;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes svg5_1 {
  0% {
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
#svg5 svg #circle2 {
  -webkit-animation-name: svg5_2;
  animation-name: svg5_2;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes svg5_2 {
  0% {
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
#svg5 svg #circle3 {
  -webkit-animation-name: svg5_3;
  animation-name: svg5_3;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes svg5_3 {
  0% {
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
#p01 {
  width: 100%;
  height: 100%;
  position: relative;
  background: url(../images/home/01.jpg) center center no-repeat;
  background-size: cover;
}
#p01 .sp {
  display: none;
}
#p01 .text {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -200px;
}
#p01 .text h2 {
  font-size: 32px;
  margin-bottom: 15px;
  font-weight: bold;
  margin-left: -20px;
}
#p01 .text p {
  font-size: 25px;
}
@media screen and (max-width: 767px) {
  #p01 {
    width: 100%;
    height: auto;
    position: relative;
    background: none;
  }
  #p01 .sp {
    display: block;
  }
  #p01 .sp img {
    width: 100%;
    height: auto;
  }
  #p01 .text {
    display: none;
  }
}
#p02 {
  width: 100%;
}
#p02 div {
  width: 50%;
  float: left;
}
#p02 div span {
  display: block;
  padding: 50px 50px 50px 25px;
}
#p02 div img {
  display: block;
  width: 100%;
  height: auto;
}
#p02 div:first-child span {
  display: block;
  padding: 50px 25px 50px 50px;
}
#p02:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 767px) {
  #p02 {
    width: 100%;
  }
  #p02 div {
    width: 100%;
    float: none;
  }
  #p02 div span {
    display: block;
    padding: 10px;
  }
  #p02 div:first-child span {
    display: block;
    padding: 10px 10px 0 10px;
  }
}
#p03 {
  padding: 50px 0;
}
#p03 a {
  display: block;
  width: 960px;
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
  background-color: #000000;
  color: #FFFFFF;
  font-size: 19px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  cursor: pointer;
}
#p03 a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  #p03 {
    padding: 10px 0;
  }
  #p03 a {
    display: block;
    width: auto;
    margin: 0 10px;
    padding: 15px 0;
    text-align: center;
    font-size: 14px;
  }
}
.option {
  border: 1px solid #cccccc;
  padding: 20px;
  margin-top: 30px;
}
.option.sp {
  display: none;
}
.option h4 {
  font-size: 17px;
  margin-bottom: 10px;
}
.option .item .image {
  float: left;
  padding-top: 30px;
}
.option .item .text {
  margin-left: 180px;
}
.option .item .text .name {
  font-weight: bold;
  font-size: 19px;
  margin-bottom: 10px;
}
.option .item .text .name span {
  margin-right: 10px;
}
.option .item .text p {
  font-size: 14px;
  margin-bottom: 10px;
}
.option .item .text .price {
  color: #dc0823;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}
.option .item .text .price span {
  display: inline-block;
  margin-left: 6px;
  font-size: 17px;
}
.option .item:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 767px) {
  .option {
    display: none;
    padding: 10px;
    margin-top: 20px;
  }
  .option.sp {
    display: block;
  }
  .option h4 {
    font-size: 15px;
    margin-bottom: 5px;
  }
  .option .item .image {
    float: none;
    padding-top: 0;
    margin-bottom: 10px;
  }
  .option .item .text {
    margin-left: 0;
  }
  .option .item .text .name {
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 10px;
  }
  .option .item .text .name span {
    display: block;
    margin-right: 0;
  }
  .option .item .text p {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .option .item .text .price {
    font-size: 21px;
    margin-bottom: 0;
  }
  .option .item .text .price span {
    font-size: 15px;
  }
  .option .item:after {
    content: "";
    display: block;
    clear: both;
  }
}
#top {
  position: relative;
  height: 800px;
}
#top .main {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
#top .main img {
  width: 100%;
  height: auto;
}
#top .copy {
  padding-top: 155px;
  text-align: center;
}
#top .copy h1 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 116px;
  line-height: 1em;
}
#top .copy h1 span {
  display: block;
  font-family: 'Kameron', serif;
  font-weight: 700;
  line-height: 1.4;
  color: #dc0823;
  font-size: 70px;
  margin-top: -5px;
}
#top .copy h2 {
  font-weight: bold;
  font-size: 30px;
}
#top .copy h2 .sp {
  display: none;
}
#top .logos {
  position: absolute;
  left: 0;
  bottom: 100px;
  width: 100%;
  background-color: #FFFFFF;
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
}
#top .logos img {
  display: block;
  margin: 0 auto;
}
#top .logos img.sp {
  display: none;
}
@media screen and (max-width: 1400px) {
  #top .main img {
    height: 100%;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  #top {
    height: auto;
    padding: 60px 20px 140px;
  }
  #top .copy {
    padding-top: 0;
  }
  #top .copy h1 {
    font-size: 45px;
    line-height: 1;
  }
  #top .copy h1 span {
    font-size: 30px;
    margin-top: 5px;
    margin-bottom: 10px;
  }
  #top .copy h2 {
    font-size: 21px;
  }
  #top .copy h2 .sp {
    display: block;
  }
  #top .logos {
    bottom: 30px;
  }
  #top .logos img {
    display: none;
    padding: 15px 0;
  }
  #top .logos img.sp {
    display: block;
  }
}
#intro {
  background-color: #000000;
  color: #FFFFFF;
  font-size: 17px;
  line-height: 1.75;
}
#intro p {
  width: 960px;
  margin: 0 auto;
  padding: 60px 0;
}
@media screen and (max-width: 960px) {
  #intro p {
    width: auto;
    margin: 0 60px;
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  #intro {
    font-size: 16px;
  }
  #intro p {
    width: auto;
    margin: 0;
    padding: 30px;
  }
}
#posts .post {
  position: relative;
  height: 300px;
}
#posts .post .left,
#posts .post .right {
  width: 50%;
  float: left;
}
#posts .post.opp .left {
  float: right;
}
#posts .post .left {
  overflow: hidden;
  height: 100%;
  position: relative;
}
#posts .post .left img {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -350px;
  width: 700px;
  height: auto;
  --webkit-transition: transform 0.4s ease;
  -moz-transition: transform 0.4s ease;
  -ms-transition: transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
}
#posts .post .right {
  height: 100%;
  position: relative;
  overflow: hidden;
}
#posts .post .right .hv {
  position: absolute;
  z-index: -5;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  background-color: #333333;
  --webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#posts .post .right .bg {
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  margin-left: 100%;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  color: #eaeaea;
  font-size: 368px;
  line-height: 1em;
  --webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#posts .post .right .bg .day {
  position: absolute;
  letter-spacing: -5px;
  left: -350px;
  bottom: -50px;
}
#posts .post .right .bg:after {
  position: absolute;
  content: 'day';
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 80px;
  line-height: 1em;
  left: -520px;
  bottom: 20px;
  right: 380px;
}
#posts .post .right .inner {
  padding: 75px 40px 0 50px;
  position: relative;
  --webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#posts .post .right .inner .dt {
  font-size: 14px;
  margin-bottom: 8px;
}
#posts .post .right .inner h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 2px;
}
#posts .post .right .inner .at {
  font-size: 15px;
  margin-bottom: 20px;
}
#posts .post .right .inner .more {
  --webkit-transition: border 0.4s ease,left 0.4s ease,margin 0.4s ease;
  -moz-transition: border 0.4s ease, left 0.4s ease, margin 0.4s ease;
  -ms-transition: border 0.4s ease, left 0.4s ease, margin 0.4s ease;
  -o-transition: border 0.4s ease, left 0.4s ease, margin 0.4s ease;
  transition: border 0.4s ease, left 0.4s ease, margin 0.4s ease;
  position: absolute;
  top: 195px;
  left: 50px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-weight: 400;
  display: inline-block;
  font-size: 14px;
  padding: 5px 30px;
  border: 1px solid #000000;
}
#posts .post a:hover {
  cursor: pointer;
}
#posts .post a:hover .right .hv {
  width: 100%;
}
#posts .post a:hover .right .bg {
  color: #4D4D4D;
  overflow: visible;
  margin-left: 250px;
}
#posts .post a:hover .right .inner {
  color: #FFFFFF;
  padding-left: 20%;
}
#posts .post a:hover .right .inner .more {
  border-color: #FFFFFF;
  margin-left: 20%;
  left: 0;
}
#posts .post a:hover .left img {
  --webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
#posts .post:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (min-width: 1400px) {
  #posts .post .left img {
    top: 0;
    left: 0;
    margin-left: 0;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 890px) {
  #posts .post .right .inner h3.s {
    font-size: 19px;
    line-height: 30px;
  }
}
@media screen and (max-width: 767px) {
  #posts .post {
    position: relative;
    height: auto;
    border-bottom: 2px solid #000000;
  }
  #posts .post a {
    cursor: pointer;
    display: block;
  }
  #posts .post a:hover {
    opacity: 0.8;
  }
  #posts .post .left,
  #posts .post .right {
    width: auto;
    float: none;
  }
  #posts .post.opp .left {
    float: none;
  }
  #posts .post .left {
    height: auto;
  }
  #posts .post .left img {
    position: relative;
    margin: 0;
    left: auto;
    width: 100%;
    height: auto;
  }
  #posts .post .right {
    height: 200px;
  }
  #posts .post .right .bg {
    font-size: 180px;
  }
  #posts .post .right .bg .day {
    bottom: -25px;
    left: -180px;
  }
  #posts .post .right .bg:after {
    font-size: 40px;
    line-height: 1em;
    bottom: 15px;
    left: -260px;
  }
  #posts .post .right .inner {
    padding: 20px;
  }
  #posts .post .right .inner h3 {
    font-size: 17px;
    margin-bottom: 10px;
  }
  #posts .post .right .inner h3.s {
    font-size: 17px;
    line-height: 1.4;
  }
  #posts .post .right .inner .at {
    font-size: 15px;
    margin-bottom: 10px;
  }
  #posts .post .right .inner .more {
    position: relative;
    top: auto;
    left: auto;
    font-size: 13px;
  }
  #posts .post a:hover {
    cursor: pointer;
  }
  #posts .post a:hover .right .hv {
    width: 0;
  }
  #posts .post a:hover .right .bg {
    color: #eaeaea;
    margin-left: 100%;
  }
  #posts .post a:hover .right .inner {
    color: #1A1A1A;
    padding: 20px;
  }
  #posts .post a:hover .right .inner .more {
    border-color: #000000;
    margin-left: 0;
    left: 0;
  }
  #posts .post a:hover .left img {
    --webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
#posts .post.locked .cs {
  position: absolute;
  z-index: 50;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url('../images/posts/cs_bg.png') repeat;
}
#posts .post.locked .cs img {
  display: block;
  margin: 88px auto 0;
}
@media screen and (max-width: 767px) {
  #posts .post.locked .cs img {
    display: block;
    margin: 60px auto 0;
    width: 240px;
    height: auto;
  }
  #posts .post.locked .left {
    background-color: #CCCCCC;
  }
}
#header {
  height: 120px;
  background-color: #eaeaea;
}
#header .inner {
  width: 960px;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
#header .inner h1 {
  font-size: 26px;
  font-weight: bold;
  padding: 26px 0 4px;
}
#header .inner .at {
  font-size: 18px;
  font-weight: bold;
}
#header .inner:after {
  position: absolute;
  content: 'day';
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 1em;
  color: #FFFFFF;
  right: 180px;
  bottom: 25px;
}
#header .inner.d:after {
  display: none;
}
#header .inner .day {
  position: absolute;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 140px;
  line-height: 1em;
  letter-spacing: -5x;
  color: #FFFFFF;
  right: 0;
  bottom: -20px;
}
@media screen and (max-width: 767px) {
  #header {
    height: 100px;
    background-color: #eaeaea;
  }
  #header .inner {
    width: auto;
    margin: 0 20px;
    position: relative;
    z-index: 20;
    overflow: visible;
  }
  #header .inner h1 {
    font-size: 17px;
    padding: 13px 0 4px;
  }
  #header .inner .at {
    font-size: 15px;
  }
  #header .inner:after {
    position: absolute;
    z-index: -1;
    content: 'day';
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 1em;
    color: #FFFFFF;
    right: 100px;
    bottom: 0;
  }
  #header .inner .day {
    z-index: -1;
    font-size: 100px;
    letter-spacing: -5x;
    right: -15px;
    bottom: -20px;
  }
}
#body {
  padding-top: 50px;
}
#body .inner {
  width: 960px;
  margin: 0 auto;
}
#body .inner p {
  font-size: 17px;
  line-height: 1.75;
  margin-bottom: 40px;
}
#body .inner .fig {
  margin-bottom: 50px;
  background-color: #000000;
}
#body .inner .fig .left {
  width: 280px;
  float: left;
  background-color: #000000;
  color: #FFFFFF;
}
#body .inner .fig .left p {
  padding: 40px;
  font-size: 16px;
  line-height: 2;
}
#body .inner .fig .right {
  width: 680px;
  float: right;
}
#body .inner .fig:after {
  content: "";
  display: block;
  clear: both;
}
#body .inner .dialog {
  margin-bottom: 60px;
}
#body .inner .dialog h2 {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 30px;
}
#body .inner .dialog p {
  font-size: 16px;
  border: 1px solid #000000;
  line-height: 40px;
  margin-bottom: 35px;
  text-align: center;
}
#body .inner .dialog dl {
  margin-bottom: 35px;
}
#body .inner .dialog dl dt {
  position: relative;
  width: 120px;
  float: left;
  font-size: 16px;
  font-weight: bold;
  line-height: 36px;
  padding-left: 10px;
  background-color: #dc0823;
  color: #FFFFFF;
}
#body .inner .dialog dl dt:after {
  position: absolute;
  content: ' ';
  top: 0;
  right: -10px;
  border-left: 10px solid #dc0823;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
}
#body .inner .dialog dl.cb dt {
  background-color: #003e81;
}
#body .inner .dialog dl.cb dt:after {
  border-left: 10px solid #003e81;
}
#body .inner .dialog dl dd {
  margin-left: 160px;
  font-size: 16px;
  line-height: 1.75;
  padding-top: 5px;
}
@media screen and (max-width: 767px) {
  #body {
    padding-top: 30px;
  }
  #body .inner {
    width: auto;
    margin: 0 20px;
  }
  #body .inner p {
    font-size: 15px;
    margin-bottom: 30px;
  }
  #body .inner .fig {
    margin-bottom: 30px;
  }
  #body .inner .fig .left {
    width: auto;
    float: none;
  }
  #body .inner .fig .left p {
    padding: 20px;
    font-size: 15px;
    line-height: 1.75;
    margin-bottom: 0;
  }
  #body .inner .fig .right {
    width: auto;
    float: none;
  }
  #body .inner .fig .right img {
    width: 100%;
    height: auto;
  }
  #body .inner .fig:after {
    content: "";
    display: block;
    clear: both;
  }
  #body .inner .dialog {
    margin-bottom: 30px;
  }
  #body .inner .dialog h2 {
    font-size: 18px;
    margin-bottom: 30px;
  }
  #body .inner .dialog p {
    font-size: 14px;
    line-height: 1.4;
    padding: 10px;
  }
  #body .inner .dialog dl {
    margin-bottom: 30px;
  }
  #body .inner .dialog dl dt {
    width: 120px;
    float: none;
    font-size: 15px;
    font-weight: bold;
    line-height: 36px;
    padding-left: 10px;
    background-color: #dc0823;
    color: #FFFFFF;
    margin-bottom: 5px;
  }
  #body .inner .dialog dl dt:after {
    position: absolute;
    content: ' ';
    top: 0;
    right: -10px;
    border-left: 10px solid #dc0823;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
  }
  #body .inner .dialog dl dd {
    margin-left: 0;
    font-size: 16px;
    line-height: 1.75;
    padding-top: 5px;
  }
}
#body .img {
  margin-bottom: 60px;
  max-width: 960px;
  position: relative;
}
#body .img.img01 {
  height: 490px;
  background: url('../images/posts/day01/i02.jpg') no-repeat;
}
#body .img.img02 {
  height: 470px;
  background: url('../images/posts/day02/i01.jpg') no-repeat;
}
#body .img.img03 {
  width: 390px;
  height: 425px;
  background: url('../images/posts/day02/i02.jpg') no-repeat;
}
#body .img.img04 {
  width: 960px;
  height: 500px;
  background: url('../images/posts/day04/i02.jpg') no-repeat;
}
#body .img p {
  font-size: 21px;
  position: absolute;
  font-weight: bold;
}
#body .img .p01 {
  top: 25px;
  left: 40px;
}
#body .img .p02 {
  top: 25px;
  right: 30px;
}
#body .img .p03 {
  top: 20px;
  left: 20px;
}
#body .img .p04 {
  top: 20px;
  left: 350px;
}
#body .img .p05 {
  top: 130px;
  right: 20px;
}
#body .img .p06 {
  top: 20px;
  left: 115px;
}
#body .img .p07 {
  top: 64px;
  left: 354px;
}
#body .img .p08 {
  top: 294px;
  left: 380px;
}
#body .img .p03,
#body .img .p04,
#body .img .p05,
#body .img .p06 {
  font-size: 18px;
  letter-spacing: -0.5px;
}
#body .img .sp {
  display: none;
}
#body .summary {
  margin-bottom: 60px;
  background-color: #000000;
  color: #FFFFFF;
  font-size: 17px;
  font-weight: bold;
  line-height: 100px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #body .img {
    margin-bottom: 30px;
  }
  #body .img.img01,
  #body .img.img02,
  #body .img.img03,
  #body .img.img04 {
    width: auto;
    height: auto;
    background: none;
  }
  #body .img p {
    display: none;
  }
  #body .img .sp {
    display: block;
  }
  #body .img .sp img {
    width: 100%;
    height: auto;
    margin-top: 30px;
  }
  #body .img .sp img:first-child {
    margin-top: 0;
  }
  #body .summary {
    margin-bottom: 30px;
    padding: 20px;
    font-size: 15px;
    line-height: 1.75;
  }
}
#body .def {
  margin-bottom: 60px;
  padding: 20px;
  background: url('../images/posts/bg.jpg') center center repeat;
}
#body .def .box {
  width: 100%;
  display: table;
}
#body .def .box .title {
  display: table-cell;
  width: 340px;
  text-align: center;
  vertical-align: middle;
}
#body .def .box .body {
  background-color: #FFFFFF;
  padding: 18px 30px;
  font-size: 17px;
}
#body .def .box .body dl {
  letter-spacing: 0.7px;
  margin-top: 10px;
}
#body .def .box .body dl:first-child {
  margin-top: 0;
}
#body .def .box .body dl dd,
#body .def .box .body dl dt {
  display: inline-block;
}
#body .def .box .body dl dt {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #body .def {
    margin-bottom: 30px;
    padding: 20px 10px;
  }
  #body .def .box {
    display: block;
  }
  #body .def .box .title {
    display: block;
    padding: 10px 0 0;
    width: auto;
    margin-bottom: 30px;
  }
  #body .def .box .body {
    padding: 20px;
    font-size: 14px;
  }
  #body .def .box .body dl {
    letter-spacing: 0;
    margin-top: 15px;
  }
  #body .def .box .body dl:first-child {
    margin-top: 0;
  }
  #body .def .box .body dl dt {
    margin-bottom: 4px;
  }
  #body .def .box .body dl dd,
  #body .def .box .body dl dt {
    display: block;
  }
  #body .def .box .body dl dt {
    font-weight: bold;
  }
  #body .def .box .body dl dd span {
    display: none;
  }
}
#body .table .dialog {
  width: 540px;
  margin-right: 30px;
  float: left;
}
#body .table .right {
  width: 390px;
  float: right;
}
#body .table .right .img {
  margin-top: 80px;
}
#body .table:after {
  content: "";
  display: block;
  clear: both;
}
#body .table01 .left {
  width: 360px;
  float: left;
  margin-right: 40px;
}
#body .table01 .dialog {
  margin-left: 400px;
}
#body .table01:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 767px) {
  #body .table .dialog {
    width: auto;
    margin-right: 0;
    float: none;
  }
  #body .table .right {
    width: auto;
    float: none;
  }
  #body .table .right .img {
    margin-top: 0;
  }
  #body .table01 .left {
    width: auto;
    float: none;
    margin-right: 0;
  }
  #body .table01 .dialog {
    margin-left: 0;
  }
}
#body .panel {
  margin-bottom: 60px;
  border: 1px solid #000000;
}
#body .panel.p01,
#body .panel.p02,
#body .panel.p03 {
  border: 2px solid #000000;
}
#body .panel .left {
  width: 380px;
  float: left;
}
#body .panel .left img {
  display: block;
  margin: 0 auto;
}
#body .panel .right {
  width: 530px;
  margin-left: 380px;
  font-size: 16px;
  line-height: 2;
  padding-top: 45px;
}
#body .panel .wrap {
  padding: 40px;
}
#body .panel .wrap h4 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  color: #dc0823;
  margin-bottom: 4px;
}
#body .panel .wrap .jp {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
#body .panel .wrap .title {
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid #000000;
}
#body .panel .wrap .block p {
  font-size: 17px;
}
#body .panel .wrap .block:after {
  content: "";
  display: block;
  clear: both;
}
#body .panel .wrap:after {
  content: "";
  display: block;
  clear: both;
}
#body .panel.p03 .left {
  width: 410px;
}
#body .panel.p03 .right {
  float: none;
  width: auto;
  margin-left: 450px;
  padding-top: 0;
}
#body .panel.p03 .wrap {
  padding: 35px;
}
#body .panel.p03 .wrap h4 {
  font-size: 27px;
  font-weight: bold;
  text-align: left;
  color: #1A1A1A;
  line-height: 1.4;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  #body .panel {
    margin-bottom: 30px;
  }
  #body .panel.p01,
  #body .panel.p02 {
    border: 2px solid #000000;
  }
  #body .panel .left {
    width: auto;
    float: none;
  }
  #body .panel .left img {
    width: 200px;
    height: auto;
    margin-top: 20px;
  }
  #body .panel .right {
    width: auto;
    margin-left: 0;
    font-size: 16px;
    line-height: 1.75;
    padding: 20px;
  }
  #body .panel .wrap {
    padding: 20px;
  }
  #body .panel .wrap h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    color: #dc0823;
    margin-bottom: 4px;
  }
  #body .panel .wrap .jp {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
  }
  #body .panel .wrap .title {
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  #body .panel .wrap .block p {
    font-size: 15px;
  }
}
#body .panel.p01 .block .left {
  width: 460px;
  float: left;
}
#body .panel.p01 .block .right {
  margin-left: 520px;
  width: auto;
  padding-top: 0;
  line-height: 1.75;
}
#body .panel.p02 .block .logo {
  width: auto;
  text-align: center;
  margin-bottom: 40px;
}
#body .panel.p02 .block .text p {
  margin-bottom: 0;
}
#body .panel.p02 .block .text p b {
  font-weight: bold;
}
#body .panel:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 767px) {
  #body .panel.p01 .block .left {
    width: auto;
    float: none;
    margin-bottom: 20px;
  }
  #body .panel.p01 .block .right {
    margin-left: 0;
    width: auto;
    padding: 10px;
  }
  #body .panel.p01 .block .right p {
    margin-bottom: 0;
  }
  #body .panel.p02 .block .logo {
    margin-bottom: 20px;
  }
  #body .panel.p02 .block .text p {
    margin-bottom: 10px;
  }
  #body .panel.p02 .block .text p b {
    font-weight: bold;
  }
  #body .panel.p03 .wrap {
    padding: 20px;
  }
  #body .panel.p03 .wrap .left {
    width: auto;
    margin-bottom: 20px;
  }
  #body .panel.p03 .wrap .left img {
    width: 100%;
    height: auto;
    margin-top: 0;
  }
  #body .panel.p03 .wrap .right {
    margin-left: 0;
    padding: 0;
  }
  #body .panel.p03 .wrap .right h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  #body .panel.p03 .wrap .right p {
    margin-bottom: 0;
  }
  #body .panel:after {
    content: "";
    display: block;
    clear: both;
  }
}
#body .section {
  margin-bottom: 50px;
  position: relative;
}
#body .section .text {
  position: absolute;
  z-index: 20;
  color: #FFFFFF;
  top: 40px;
  left: 40px;
  width: 560px;
}
#body .section .text h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
#body .section .text p {
  font-size: 16px;
  margin-bottom: 0;
}
#body .section .sp {
  display: none;
}
#body.d04 .section .text {
  top: 480px;
  left: 30px;
  width: 580px;
}
#body.d04 .section .text h3 {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #body .section {
    margin-bottom: 30px;
    background-color: #000000;
    position: relative;
  }
  #body .section img {
    display: none;
  }
  #body .section .text {
    position: relative;
    width: auto;
    left: auto;
    top: auto;
    padding: 20px;
  }
  #body .section .text h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
  }
  #body .section .text p {
    font-size: 15px;
    margin-bottom: 0;
  }
  #body .section .sp {
    display: block;
    width: 100%;
    height: auto;
  }
  #body.d04 .section .text {
    width: auto;
    top: auto;
    left: auto;
  }
}
.back {
  text-align: center;
  line-height: 80px;
  font-family: 'Kameron', serif;
  font-weight: 700;
  font-size: 20px;
}
.back a {
  display: block;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  background-color: #000000;
  --webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
}
.back a:hover {
  opacity: 0.8;
}
.back a:hover {
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .back {
    text-align: center;
    line-height: 70px;
    font-family: 'Kameron', serif;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.1em;
  }
  .back a {
    display: block;
    color: #FFFFFF;
    background-color: #000000;
    cursor: pointer;
  }
  .back a:hover {
    opacity: 0.8;
  }
}
.days #posts {
  border-top: 3px solid #000000;
}
.days #posts .right.next {
  float: right;
}
@media screen and (max-width: 767px) {
  .days #posts .right.next {
    border-top: 1px solid #000000;
    float: none;
  }
  .days #posts .left {
    display: none;
  }
}
#body.d05 p.top {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.75;
  margin-bottom: 40px;
}
#body.d05 .block {
  margin-bottom: 20px;
}
#body.d05 .block .right {
  float: right;
  width: 430px;
}
#body.d05 .block .right img {
  width: 100%;
  height: auto;
}
#body.d05 .block .right .list .title {
  margin-bottom: 5px;
  font-size: 14px;
  color: red;
}
#body.d05 .block .right .list .body {
  line-height: 1.4;
}
#body.d05 .block .left {
  width: 480px;
  float: left;
}
#body.d05 .block .left .box {
  border: 1px solid #000000;
  padding: 30px 20px;
  margin-bottom: 20px;
}
#body.d05 .block .left .box h4 {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 20px;
}
#body.d05 .block .left .box p {
  font-size: 15px;
  line-height: 1.75;
  margin-bottom: 0;
}
#body.d05 .block.main .left {
  width: 425px;
}
#body.d05 .block.main .right {
  width: 500px;
}
#body.d05 .block.p {
  margin-bottom: 30px;
}
#body.d05 .block.p .left,
#body.d05 .block.p .right {
  width: 50%;
}
#body.d05 .block.p .left .title,
#body.d05 .block.p .right .title {
  font-size: 17px;
  font-weight: bold;
  text-align: center;
}
#body.d05 .block:after {
  content: "";
  display: block;
  clear: both;
}
#body.d05 h3 {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 15px;
}
#body.d05 .title {
  font-size: 17px;
  margin-bottom: 30px;
}
#body.d05 .def {
  margin-bottom: 30px;
}
#body.d05 p {
  font-size: 15px;
  line-height: 1.75;
  margin-bottom: 30px;
}
#body.d05 p.bottom {
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  #body.d05 p.top {
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: normal;
  }
  #body.d05 .block {
    margin-bottom: 20px;
  }
  #body.d05 .block .right {
    float: none;
    width: auto;
  }
  #body.d05 .block .right .list {
    margin-bottom: 15px;
  }
  #body.d05 .block .right img {
    display: block;
    margin: 0 auto 20px;
  }
  #body.d05 .block .left {
    width: auto;
    float: none;
    margin-bottom: 15px;
  }
  #body.d05 .block .left img {
    width: 100%;
    height: auto;
  }
  #body.d05 .block .left .box {
    border: 1px solid #000000;
    padding: 20px;
    margin-bottom: 10px;
  }
  #body.d05 .block .left p {
    margin-bottom: 0;
  }
  #body.d05 .block.main {
    margin-bottom: 20px;
  }
  #body.d05 .block.main .left {
    width: auto;
  }
  #body.d05 .block.main .right {
    width: auto;
  }
  #body.d05 .block.p {
    margin-bottom: 20px;
  }
  #body.d05 .block.p .left,
  #body.d05 .block.p .right {
    width: auto;
  }
  #body.d05 .block.p .left .title,
  #body.d05 .block.p .right .title {
    font-size: 15px;
    text-align: left;
    margin-bottom: 0;
  }
  #body.d05 h3 {
    margin-bottom: 10px;
    font-size: 17px;
  }
  #body.d05 .title {
    margin-bottom: 40px;
  }
  #body.d05 p {
    margin-bottom: 40px;
  }
}
#body.d06 {
  padding-bottom: 60px;
}
#body.d06 .sp {
  display: none;
}
#body.d06 i.pc {
  font-style: normal;
}
#body.d06 p.top {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 40px;
}
#body.d06 .ar {
  position: relative;
  height: 90px;
  z-index: 100;
  text-align: left;
}
#body.d06 .ar img {
  display: block;
  position: absolute;
  left: 230px;
  top: -60px;
}
#body.d06 .v1 {
  position: relative;
  margin: 0 10px;
}
#body.d06 .v1 .title {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 17px;
  font-weight: bold;
}
#body.d06 .v1 .title span {
  display: block;
  color: #dc0823;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 37px;
}
#body.d06 .v1 .image {
  width: 590px;
  float: left;
}
#body.d06 .v1 .right {
  margin-left: 600px;
  padding-top: 35px;
}
#body.d06 .v1 .right h3 {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 10px;
}
#body.d06 .v1 .right p {
  font-size: 15px;
  line-height: 1.75;
}
#body.d06 .v1:after {
  content: "";
  display: block;
  clear: both;
}
#body.d06 .v2 {
  position: relative;
  margin: 0 10px 50px;
}
#body.d06 .v2 .title {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 21px;
  font-weight: bold;
}
#body.d06 .v2 .title span {
  display: block;
  color: #dc0823;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 52px;
}
#body.d06 .v2 .image {
  text-align: center;
  margin-bottom: 30px;
}
#body.d06 .v2 .image .disc {
  font-size: 13px;
  text-align: left;
}
#body.d06 .v2 .box .left {
  width: 460px;
  float: left;
}
#body.d06 .v2 .box .left h3 {
  font-size: 29px;
  font-weight: bold;
  margin-bottom: 10px;
}
#body.d06 .v2 .box .left p {
  font-size: 15px;
  line-height: 1.75;
}
#body.d06 .v2 .box .right {
  margin-left: 510px;
}
#body.d06 .v2 .box .right img {
  margin-top: -50px;
}
#body.d06 .v2 .box:after {
  content: "";
  display: block;
  clear: both;
}
#body.d06 .v2:after {
  content: "";
  display: block;
  clear: both;
}
#body.d06 .add .block {
  min-height: 270px;
  position: relative;
}
#body.d06 .add .block + .block {
  margin-top: 60px;
}
#body.d06 .add .block .image {
  position: absolute;
  top: 10px;
  right: 0;
}
#body.d06 .add .block .head {
  border-bottom: 2px solid #000000;
  padding-bottom: 5px;
  width: 480px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 17px;
  margin-bottom: 15px;
}
#body.d06 .add .block .head span {
  display: inline-block;
  font-size: 26px;
  margin-left: 10px;
}
#body.d06 .add .block .text {
  width: 480px;
}
#body.d06 .add .block .text .title {
  font-size: 24px;
  margin-bottom: 10px;
}
#body.d06 .add .block .text p {
  font-size: 14px;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  #body.d06 {
    padding-bottom: 30px;
  }
  #body.d06 .sp {
    display: block;
  }
  #body.d06 span.pc {
    display: none;
  }
  #body.d06 p.top {
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 20px;
  }
  #body.d06 .ar {
    display: none;
  }
  #body.d06 .inner > .sp {
    margin-bottom: 30px;
  }
  #body.d06 .inner > .sp img {
    width: 100%;
    height: auto;
  }
  #body.d06 .v1 {
    margin: 0;
  }
  #body.d06 .v1 .title {
    display: none;
  }
  #body.d06 .v1 .image {
    display: none;
  }
  #body.d06 .v1 .right {
    margin-left: 0;
    padding-top: 0;
  }
  #body.d06 .v1 .right .sp {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  #body.d06 .v1 .right .sp span {
    display: block;
    color: #dc0823;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 21px;
  }
  #body.d06 .v1 .right h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  #body.d06 .v1 .right p {
    font-size: 14px;
    line-height: 1.75;
  }
  #body.d06 .v2 {
    margin: 0 0 30px;
  }
  #body.d06 .v2 .title {
    display: none;
  }
  #body.d06 .v2 .image {
    display: none;
  }
  #body.d06 .v2 .box .left {
    width: auto;
    float: none;
  }
  #body.d06 .v2 .box .left .sp {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  #body.d06 .v2 .box .left .sp span {
    display: block;
    color: #dc0823;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 21px;
  }
  #body.d06 .v2 .box .left h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  #body.d06 .v2 .box .left p {
    margin-bottom: 0;
    font-size: 14px;
  }
  #body.d06 .v2 .box .left p span.sp {
    display: inline;
    font-weight: normal;
    font-size: 14px;
    margin: 0;
  }
  #body.d06 .v2 .box .left p i.pc {
    display: none;
  }
  #body.d06 .v2 .box .left p br {
    display: none;
  }
  #body.d06 .v2 .box .right {
    margin-left: 0;
  }
  #body.d06 .v2 .box .right img {
    margin-top: 0;
    width: 100%;
    height: auto;
  }
  #body.d06 .add .block {
    min-height: 0;
  }
  #body.d06 .add .block + .block {
    margin-top: 30px;
  }
  #body.d06 .add .block .image {
    position: relative;
    top: auto;
    right: auto;
    margin-bottom: 15px;
  }
  #body.d06 .add .block .image img {
    width: 100%;
    height: auto;
  }
  #body.d06 .add .block .head {
    width: auto;
    font-size: 15px;
    margin-bottom: 10px;
  }
  #body.d06 .add .block .head span {
    display: inline-block;
    font-size: 21px;
    margin-left: 10px;
  }
  #body.d06 .add .block .text {
    width: auto;
  }
  #body.d06 .add .block .text .title {
    font-size: 21px;
    margin-bottom: 10px;
  }
  #body.d06 .add .block .text p {
    font-size: 14px;
    line-height: 1.75;
  }
}
#body.d07 {
  padding-bottom: 60px;
}
#body.d07 p.top {
  font-size: 17px;
  line-height: 1.75;
  font-weight: bold;
  margin-bottom: 30px;
}
#body.d07 .main {
  margin-bottom: 40px;
}
#body.d07 .main > img {
  float: left;
}
#body.d07 .main .meta {
  float: left;
  background-color: #00a2e6;
  color: #FFFFFF;
  width: 200px;
  height: 500px;
  text-align: center;
}
#body.d07 .main .meta .logo {
  padding-top: 27px;
  margin-bottom: 20px;
}
#body.d07 .main .meta .en {
  font-size: 15px;
  font-weight: bold;
}
#body.d07 .main .meta .jp {
  font-size: 12px;
  margin-bottom: 20px;
}
#body.d07 .main .meta p {
  font-size: 13px;
  line-height: 1.4;
  margin-bottom: 20px;
  padding: 0 15px;
  text-align: left;
}
#body.d07 .main .meta a {
  margin: 0 15px;
  display: block;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 30px;
}
#body.d07 .main .meta a:hover {
  background-color: #FFFFFF;
  color: #00a2e6;
}
#body.d07 .main:after {
  content: "";
  display: block;
  clear: both;
}
#body.d07 .block {
  margin-bottom: 40px;
}
#body.d07 .block .left {
  float: left;
}
#body.d07 .block .right {
  float: right;
}
#body.d07 .block .text {
  width: 480px;
  font-size: 15px;
  line-height: 1.75;
}
#body.d07 .block:after {
  content: "";
  display: block;
  clear: both;
}
#body.d07 .sp {
  display: none;
}
#body.d07 .uss {
  margin-bottom: 30px;
}
#body.d07 .uss .us {
  float: left;
  width: 468px;
  border: 1px solid #cccccc;
  margin-bottom: 20px;
}
#body.d07 .uss .us.l {
  margin-right: 20px;
}
#body.d07 .uss .us h3 {
  padding: 20px 0 0 20px;
  font-size: 19px;
  font-weight: bold;
}
#body.d07 .uss .us .name {
  font-size: 12px;
  padding: 0 0 0 20px;
}
#body.d07 .uss .us .box {
  padding: 20px;
  position: relative;
}
#body.d07 .uss .us .box img {
  position: absolute;
  top: 20px;
  right: 20px;
}
#body.d07 .uss .us .box p {
  width: 230px;
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 0;
}
#body.d07 .uss .us .box p.s {
  font-size: 13px;
  line-height: 1.6;
}
#body.d07 .uss .us .point {
  padding: 20px;
  margin-top: 20px;
  border-top: 1px solid #cccccc;
}
#body.d07 .uss .us .point.s {
  margin-top: 16px;
}
#body.d07 .uss .us .point .left {
  width: 230px;
  float: left;
}
#body.d07 .uss .us .point .left .p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #FFFFFF;
  background-color: #dc0823;
  display: inline-block;
  padding: 0 10px;
  line-height: 21px;
  margin-bottom: 10px;
}
#body.d07 .uss .us .point .left p {
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 0;
}
#body.d07 .uss .us .point .right {
  float: right;
}
#body.d07 .uss .us .point:after {
  content: "";
  display: block;
  clear: both;
}
#body.d07 .uss:after {
  content: "";
  display: block;
  clear: both;
}
#body.d07 .bottom {
  border: 2px solid #000;
  padding: 25px;
}
#body.d07 .bottom > img {
  float: right;
}
#body.d07 .bottom .left {
  width: 520px;
  float: left;
}
#body.d07 .bottom .left h3 {
  font-size: 21px;
  font-weight: bold;
  padding-top: 15px;
  margin-bottom: 15px;
}
#body.d07 .bottom .left p {
  font-size: 15px;
  line-height: 1.75;
  margin-bottom: 0;
}
#body.d07 .bottom:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 767px) {
  #body.d07 {
    padding-bottom: 40px;
  }
  #body.d07 p.top {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 20px;
  }
  #body.d07 .main {
    margin-bottom: 30px;
  }
  #body.d07 .main > img {
    float: none;
    width: 100%;
    height: auto;
  }
  #body.d07 .main .meta {
    float: none;
    width: auto;
    height: auto;
    padding: 10px;
  }
  #body.d07 .main .meta .logo {
    padding-top: 0;
    margin-bottom: 0;
    float: left;
  }
  #body.d07 .main .meta .logo img {
    width: 80px;
    height: auto;
  }
  #body.d07 .main .meta .r {
    margin-left: 90px;
    text-align: left;
  }
  #body.d07 .main .meta .en {
    font-size: 15px;
    font-weight: bold;
  }
  #body.d07 .main .meta .jp {
    font-size: 12px;
    margin-bottom: 10px;
  }
  #body.d07 .main .meta p {
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 10px;
    padding: 0;
  }
  #body.d07 .main .meta a {
    margin: 0;
    text-align: center;
    display: block;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
  }
  #body.d07 .main .meta:after {
    content: "";
    display: block;
    clear: both;
  }
  #body.d07 .main:after {
    content: "";
    display: block;
    clear: both;
  }
  #body.d07 .block {
    margin-bottom: 20px;
  }
  #body.d07 .block .left {
    float: none;
    display: none;
  }
  #body.d07 .block .right {
    float: none;
    display: none;
  }
  #body.d07 .block .text {
    width: auto;
    display: block;
  }
  #body.d07 .block:after {
    content: "";
    display: block;
    clear: both;
  }
  #body.d07 .sp {
    display: block;
    margin-bottom: 20px;
  }
  #body.d07 .sp img {
    width: 100%;
    height: auto;
  }
  #body.d07 .uss {
    margin-bottom: 20px;
  }
  #body.d07 .uss .us {
    float: none;
    width: auto;
    margin-bottom: 20px;
  }
  #body.d07 .uss .us.l {
    margin-right: 0;
  }
  #body.d07 .uss .us h3 {
    padding: 10px 10px 0;
    font-size: 17px;
    font-weight: bold;
  }
  #body.d07 .uss .us .name {
    font-size: 12px;
    padding: 0 10px;
  }
  #body.d07 .uss .us .box {
    padding: 10px;
    position: relative;
  }
  #body.d07 .uss .us .box img {
    position: relative;
    top: auto;
    right: auto;
    display: block;
    margin: 0 auto 10px;
  }
  #body.d07 .uss .us .box p {
    width: auto;
    margin-bottom: 0;
  }
  #body.d07 .uss .us .box p.s {
    font-size: 14px;
    line-height: 1.75;
  }
  #body.d07 .uss .us .point {
    padding: 10px;
    margin-top: 10px;
    border-top: 1px solid #cccccc;
  }
  #body.d07 .uss .us .point.s {
    margin-top: 10px;
  }
  #body.d07 .uss .us .point .left {
    width: auto;
    float: none;
    margin-left: 110px;
  }
  #body.d07 .uss .us .point .left .p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #FFFFFF;
    background-color: #dc0823;
    display: inline-block;
    padding: 0 10px;
    line-height: 21px;
    margin-bottom: 10px;
  }
  #body.d07 .uss .us .point .left p {
    font-size: 14px;
    line-height: 1.75;
    margin-bottom: 0;
  }
  #body.d07 .uss .us .point .right {
    float: left;
  }
  #body.d07 .uss .us .point .right img {
    width: 100px;
    height: auto;
  }
  #body.d07 .uss .us .point:after {
    content: "";
    display: block;
    clear: both;
  }
  #body.d07 .uss:after {
    content: "";
    display: block;
    clear: both;
  }
  #body.d07 .bottom {
    border: 1px solid #000;
    padding: 20px;
  }
  #body.d07 .bottom > img {
    float: none;
    margin-bottom: 15px;
    width: 100%;
    height: auto;
  }
  #body.d07 .bottom .left {
    width: auto;
    float: none;
  }
  #body.d07 .bottom .left h3 {
    font-size: 17px;
    font-weight: bold;
    padding-top: 0;
    margin-bottom: 10px;
  }
  #body.d07 .bottom .left p {
    font-size: 14px;
    line-height: 1.75;
  }
  #body.d07 .bottom:after {
    content: "";
    display: block;
    clear: both;
  }
}
#body.d08 {
  padding: 60px 0;
}
#body.d08 p.top {
  font-size: 17px;
  line-height: 1.75;
  font-weight: bold;
  margin-bottom: 50px;
}
#body.d08 .main h2 {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 20px;
}
#body.d08 .main img {
  margin-bottom: 30px;
}
#body.d08 .main img.sp {
  display: none;
}
#body.d08 .main p {
  font-size: 15px;
  line-height: 28px;
}
#body.d08 .par {
  margin-bottom: 30px;
}
#body.d08 .par .left,
#body.d08 .par .right {
  width: 460px;
}
#body.d08 .par .left p,
#body.d08 .par .right p {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 20px;
}
#body.d08 .par .left {
  float: left;
}
#body.d08 .par .right {
  float: right;
}
#body.d08 .par:after {
  content: "";
  display: block;
  clear: both;
}
#body.d08 .box {
  border: 1px solid #cccccc;
  padding: 30px;
}
#body.d08 .box h3 {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 15px;
}
#body.d08 .box p {
  font-size: 15px;
  line-height: 1.75;
  margin-bottom: 15px;
}
#body.d08 .box .imgs {
  background-color: #f5f5f4;
  padding: 9px;
}
#body.d08 .box .imgs .left {
  float: left;
}
#body.d08 .box .imgs .right {
  float: right;
}
#body.d08 .box .imgs > img {
  display: block;
  float: left;
}
#body.d08 .box .imgs > img + img {
  margin-left: 10px;
}
#body.d08 .box .imgs:after {
  content: "";
  display: block;
  clear: both;
}
#body.d08 .cycle {
  background-color: #f5f5f4;
  padding: 40px 0;
  margin: 40px 0;
}
#body.d08 .cycle h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
}
#body.d08 .cycle .block .left {
  width: 600px;
  float: left;
}
#body.d08 .cycle .block .left img {
  margin-bottom: 10px;
  display: block;
}
#body.d08 .cycle .block .left p {
  font-size: 12px;
  text-indent: -1em;
  margin-left: 1em;
  margin-bottom: 0;
}
#body.d08 .cycle .block .right {
  margin-left: 620px;
  font-size: 15px;
  line-height: 28px;
}
#body.d08 .cycle .block:after {
  content: "";
  display: block;
  clear: both;
}
#body.d08 .career {
  margin-bottom: 30px;
}
#body.d08 .career h3 {
  font-size: 21px;
  font-weight: bold;
  line-height: 50px;
  text-align: center;
  background-color: #000000;
  color: #FFFFFF;
  margin-bottom: 30px;
}
#body.d08 .career .items .item {
  width: 300px;
  float: left;
}
#body.d08 .career .items .item + .item {
  margin-left: 30px;
}
#body.d08 .career .items .item img {
  display: block;
  margin-bottom: 25px;
}
#body.d08 .career .items .item h4 {
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #00a2e6;
  line-height: 50px;
  padding-left: 20px;
  margin-bottom: 15px;
}
#body.d08 .career .items .item p {
  font-size: 15px;
  line-height: 28px;
}
#body.d08 .career .items:after {
  content: "";
  display: block;
  clear: both;
}
#body.d08 .parts {
  margin-bottom: 20px;
}
#body.d08 .parts .item {
  width: 300px;
  float: left;
  margin-bottom: 30px;
}
#body.d08 .parts .item.l {
  margin-left: 30px;
}
#body.d08 .parts .item.w2 {
  width: 630px;
}
#body.d08 .parts .item .img,
#body.d08 .parts .item img {
  display: block;
  margin-bottom: 20px;
}
#body.d08 .parts .item .img img {
  float: left;
  margin-bottom: 0;
}
#body.d08 .parts .item .img img + img {
  margin-left: 30px;
}
#body.d08 .parts .item .img:after {
  content: "";
  display: block;
  clear: both;
}
#body.d08 .parts .item h4 {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 15px;
}
#body.d08 .parts .item p {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}
#body.d08 .parts:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 767px) {
  #body.d08 {
    padding: 30px 0 40px;
  }
  #body.d08 p.top {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 30px;
  }
  #body.d08 .main h2 {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 15px;
  }
  #body.d08 .main img {
    margin-bottom: 20px;
    width: 100%;
    height: auto;
    display: none;
  }
  #body.d08 .main img.sp {
    display: block;
  }
  #body.d08 .main p {
    font-size: 15px;
    line-height: 1.75;
    margin-bottom: 25px;
  }
  #body.d08 .par {
    margin-bottom: 15px;
  }
  #body.d08 .par .left,
  #body.d08 .par .right {
    width: auto;
  }
  #body.d08 .par .left p,
  #body.d08 .par .right p {
    font-size: 15px;
    line-height: 1.75;
    margin-bottom: 20px;
  }
  #body.d08 .par .left {
    float: none;
  }
  #body.d08 .par .right {
    float: none;
  }
  #body.d08 .par:after {
    content: "";
    display: block;
    clear: both;
  }
  #body.d08 .box {
    padding: 20px;
  }
  #body.d08 .box h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  #body.d08 .box p {
    font-size: 14px;
    line-height: 1.75;
    margin-bottom: 15px;
  }
  #body.d08 .box .imgs {
    padding: 0;
  }
  #body.d08 .box .imgs .left {
    float: none;
    margin-bottom: 10px;
  }
  #body.d08 .box .imgs .right {
    float: none;
  }
  #body.d08 .box .imgs img {
    width: 100%;
    height: auto;
  }
  #body.d08 .box .imgs > img {
    display: block;
    float: none;
  }
  #body.d08 .box .imgs > img + img {
    margin-left: 0;
    margin-top: 10px;
  }
  #body.d08 .cycle {
    padding: 35px 0;
    margin: 35px 0;
  }
  #body.d08 .cycle h2 {
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 15px;
  }
  #body.d08 .cycle .block .left {
    width: auto;
    float: none;
    margin-bottom: 20px;
  }
  #body.d08 .cycle .block .left img {
    margin-bottom: 10px;
    display: block;
    width: 100%;
    height: auto;
  }
  #body.d08 .cycle .block .left p {
    font-size: 12px;
    text-indent: -1em;
    margin-left: 1em;
    line-height: 1.4;
    margin-bottom: 0;
  }
  #body.d08 .cycle .block .right {
    margin-left: 0;
    font-size: 15px;
    line-height: 1.75;
  }
  #body.d08 .cycle .block:after {
    content: "";
    display: block;
    clear: both;
  }
  #body.d08 .career {
    margin-bottom: 10px;
  }
  #body.d08 .career h3 {
    font-size: 17px;
    font-weight: bold;
    line-height: 1.4;
    text-align: left;
    padding: 10px 15px;
    background-color: #000000;
    color: #FFFFFF;
    margin-bottom: 10px;
  }
  #body.d08 .career .items .item {
    width: auto;
    float: none;
  }
  #body.d08 .career .items .item + .item {
    margin-left: 0;
    margin-top: 25px;
  }
  #body.d08 .career .items .item img {
    display: block;
    margin-bottom: 10px;
    width: 100%;
    height: auto;
  }
  #body.d08 .career .items .item h4 {
    font-size: 15px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #00a2e6;
    line-height: 1.4;
    padding: 10px;
    margin-bottom: 10px;
  }
  #body.d08 .career .items .item p {
    font-size: 15px;
    line-height: 1.75;
  }
  #body.d08 .parts {
    margin-bottom: 20px;
  }
  #body.d08 .parts .item {
    width: auto;
    float: none;
    margin-bottom: 25px;
  }
  #body.d08 .parts .item.l {
    margin-left: 0;
  }
  #body.d08 .parts .item.w2 {
    width: auto;
  }
  #body.d08 .parts .item .img,
  #body.d08 .parts .item img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  #body.d08 .parts .item .img img {
    float: none;
    margin-bottom: 0;
  }
  #body.d08 .parts .item .img img + img {
    margin-left: 0;
    margin-top: 5px;
  }
  #body.d08 .parts .item .img:after {
    content: "";
    display: block;
    clear: both;
  }
  #body.d08 .parts .item h4 {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  #body.d08 .parts .item p {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 0;
  }
  #body.d08 .parts:after {
    content: "";
    display: block;
    clear: both;
  }
}
#body.d09 {
  padding: 60px 0;
}
#body.d09 .top {
  font-weight: bold;
  line-height: 1.88;
}
#body.d09 .intro {
  line-height: 1.88;
  margin-bottom: 60px;
}
#body.d09 .dialog {
  margin-bottom: 80px;
}
#body.d09 .items .item {
  width: 300px;
  float: left;
  margin-left: 30px;
  margin-bottom: 20px;
}
#body.d09 .items .item.f {
  margin-left: 0;
}
#body.d09 .items .item img {
  width: 100%;
  height: auto;
  margin-bottom: 5px;
}
#body.d09 .items .item p {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 0;
  height: 6.4em;
}
#body.d09 .items .item.last {
  float: none;
  clear: left;
  margin-left: 0;
  margin-bottom: 0;
  width: 100%;
  position: relative;
}
#body.d09 .items .item.last img {
  margin-bottom: 10px;
}
#body.d09 .items .item.last .ar {
  position: absolute;
  width: 300px;
  height: auto;
  left: 50%;
  margin-left: -150px;
  top: -210px;
  margin-bottom: 0;
}
#body.d09 .items .item.last p {
  height: auto;
}
#body.d09 .items:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 767px) {
  #body.d09 {
    padding: 30px 0 40px;
  }
  #body.d09 .top {
    font-weight: normal;
    line-height: 1.75;
  }
  #body.d09 .intro {
    line-height: 1.75;
    margin-bottom: 40px;
  }
  #body.d09 .dialog {
    margin-bottom: 40px;
  }
  #body.d09 .items .item {
    width: auto;
    float: none;
    margin-left: 0;
    margin-bottom: 20px;
  }
  #body.d09 .items .item.f {
    margin-left: 0;
  }
  #body.d09 .items .item img {
    width: 100%;
    height: auto;
    margin-bottom: 5px;
  }
  #body.d09 .items .item p {
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 0;
    height: auto;
  }
  #body.d09 .items .item.last {
    float: none;
    clear: left;
    margin-top: 25px;
  }
  #body.d09 .items .item.last img {
    margin-bottom: 10px;
  }
  #body.d09 .items .item.last .ar {
    display: none;
  }
  #body.d09 .items .item.last p {
    height: auto;
  }
  #body.d09 .items:after {
    content: "";
    display: block;
    clear: both;
  }
}
#body.d10 {
  padding: 60px 0;
}
#body.d10 img.sp {
  display: none;
}
#body.d10 .top {
  font-weight: bold;
  line-height: 1.88;
}
#body.d10 .intro {
  line-height: 1.88;
  margin-bottom: 60px;
}
#body.d10 .main {
  margin-bottom: 30px;
}
#body.d10 .factory {
  background-color: #333333;
  color: #FFFFFF;
}
#body.d10 .factory .img {
  float: left;
  width: auto;
  padding: 0;
  margin: 0;
}
#body.d10 .factory .txt {
  height: auto;
  margin-left: 390px;
  padding: 30px 30px 0;
}
#body.d10 .factory .txt h3 {
  font-size: 21px;
  margin-bottom: 20px;
}
#body.d10 .factory .txt p {
  font-size: 15px;
}
#body.d10 .factory:after {
  content: "";
  display: block;
  clear: both;
}
#body.d10 .block {
  margin-top: 30px;
}
#body.d10 .block .t {
  background-color: #0081a9;
  color: #FFFFFF;
  height: 50px;
  line-height: 50px;
  margin-bottom: 20px;
}
#body.d10 .block .t span {
  margin-left: 1px;
  color: #0081a9;
  background-color: #FFFFFF;
  display: inline-block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
}
#body.d10 .block .t h2 {
  margin-left: 10px;
  display: inline-block;
  font-size: 21px;
  font-weight: bold;
}
#body.d10 .block p {
  font-size: 15px;
  margin: 20px 0 0;
}
#body.d10 .block .cap {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 20px;
}
#body.d10 .block .list ul li {
  float: left;
}
#body.d10 .block .list ul li + li {
  margin-left: 8px;
}
#body.d10 .block .list ul:after {
  content: "";
  display: block;
  clear: both;
}
#body.d10 .block .list.l5 ul li + li {
  margin-left: 12px;
}
#body.d10 .block .list.l5 ul li:nth-child(4) {
  margin-left: 0;
}
#body.d10 .block .list.l5 ul li:nth-child(n+4) {
  margin-top: 12px;
}
#body.d10 .b02 .in .l {
  float: left;
  width: 470px;
}
#body.d10 .b02 .in .r {
  margin-left: 490px;
}
#body.d10 .b02 .in:after {
  content: "";
  display: block;
  clear: both;
}
#body.d10 .b02 .sub {
  margin-top: 20px;
  padding: 20px;
  border: 1px solid #c9c9c9;
}
#body.d10 .b02 .sub .txt {
  float: left;
  width: 500px;
}
#body.d10 .b02 .sub .txt h3 {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 20px;
}
#body.d10 .b02 .sub .txt p {
  margin: 0;
}
#body.d10 .b02 .sub img {
  float: right;
}
#body.d10 .b02 .sub:after {
  content: "";
  display: block;
  clear: both;
}
#body.d10 .product {
  background-color: #f5f0e2;
  padding: 50px 0;
  margin-top: 50px;
}
#body.d10 .product .in {
  padding: 50px;
  width: 860px;
  margin: 0 auto;
  background-color: #FFFFFF;
}
#body.d10 .product .in h2 {
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  color: #f17100;
  margin-bottom: 20px;
}
#body.d10 .product .in .m {
  margin-bottom: 20px;
}
#body.d10 .product .in .box img {
  margin-bottom: 10px;
}
#body.d10 .product .in .box h3 {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 10px;
}
#body.d10 .product .in .box p {
  font-size: 15px;
  line-height: 1.75;
}
#body.d10 .product .in .box + .box {
  margin-top: 20px;
}
#body.d10 .product .in .box ul {
  font-size: 15px;
}
#body.d10 .product .in .box ul li {
  text-indent: -4.7em;
  padding-left: 4.7em;
  line-height: 1.75;
}
#body.d10 .product .in .box ul li + li {
  margin-top: 5px;
}
#body.d10 .product .in .b01 .bl {
  float: left;
  width: 420px;
}
#body.d10 .product .in .b01 .br {
  float: right;
  width: 420px;
}
#body.d10 .product .in .b01:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 767px) {
  #body.d10 {
    padding: 30px 0 40px;
  }
  #body.d10 img.pc {
    display: none;
  }
  #body.d10 img.sp {
    display: block;
  }
  #body.d10 .top {
    font-weight: normal;
    line-height: 1.75;
  }
  #body.d10 .intro {
    line-height: 1.75;
    margin-bottom: 40px;
  }
  #body.d10 .main {
    margin-bottom: 20px;
  }
  #body.d10 .main img {
    width: 100%;
    height: auto;
  }
  #body.d10 .factory .img {
    float: none;
    width: auto;
  }
  #body.d10 .factory .img img {
    width: 100%;
    height: auto;
  }
  #body.d10 .factory .txt {
    height: auto;
    margin-left: 0;
    padding: 10px 10px 0;
  }
  #body.d10 .factory .txt h3 {
    font-size: 19px;
    margin-bottom: 10px;
    font-weight: bold;
  }
  #body.d10 .factory .txt p {
    font-size: 15px;
  }
  #body.d10 .block {
    margin-top: 20px;
  }
  #body.d10 .block img {
    width: 100%;
    height: auto;
  }
  #body.d10 .block .t {
    height: auto;
    line-height: 32px;
    margin-bottom: 20px;
  }
  #body.d10 .block .t span {
    margin-left: 2px;
    margin-top: 2px;
    color: #0081a9;
    background-color: #FFFFFF;
    display: block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    float: left;
  }
  #body.d10 .block .t h2 {
    margin-left: 0;
    display: block;
    font-size: 17px;
    margin-left: 35px;
  }
  #body.d10 .block .t:after {
    content: "";
    display: block;
    clear: both;
  }
  #body.d10 .block p {
    font-size: 15px;
    margin: 20px 0 0;
  }
  #body.d10 .block .cap {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 20px;
  }
  #body.d10 .block .list ul li {
    float: none;
  }
  #body.d10 .block .list ul li + li {
    margin-left: 0;
    margin-top: 5px;
  }
  #body.d10 .block .list ul:after {
    content: "";
    display: block;
    clear: both;
  }
  #body.d10 .block .list.l5 ul li + li {
    margin-left: 0;
    margin-top: 5px;
  }
  #body.d10 .block .list.l5 ul li:nth-child(4) {
    margin-left: 0;
  }
  #body.d10 .block .list.l5 ul li:nth-child(n+4) {
    margin-top: 0;
    margin-top: 5px;
  }
  #body.d10 .b02 .in .l {
    float: none;
    width: auto;
  }
  #body.d10 .b02 .in .r {
    margin-left: 0;
  }
  #body.d10 .b02 .sub {
    margin-top: 20px;
    padding: 20px;
    border: 1px solid #c9c9c9;
  }
  #body.d10 .b02 .sub .txt {
    float: none;
    width: auto;
  }
  #body.d10 .b02 .sub .txt h3 {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  #body.d10 .b02 .sub .txt p {
    margin: 0;
  }
  #body.d10 .b02 .sub img {
    float: none;
  }
  #body.d10 .b02 .sub:after {
    content: "";
    display: block;
    clear: both;
  }
  #body.d10 .product {
    background-color: #f5f0e2;
    padding: 10px;
    margin-top: 20px;
  }
  #body.d10 .product .in {
    padding: 10px;
    width: auto;
    margin: 0 auto;
  }
  #body.d10 .product .in h2 {
    font-size: 17px;
    text-align: left;
    margin-bottom: 10px;
  }
  #body.d10 .product .in img {
    width: 100%;
    height: auto;
  }
  #body.d10 .product .in .m {
    margin-bottom: 20px;
  }
  #body.d10 .product .in .box img {
    margin-bottom: 10px;
  }
  #body.d10 .product .in .box h3 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  #body.d10 .product .in .box p {
    font-size: 15px;
    line-height: 1.4;
  }
  #body.d10 .product .in .box + .box {
    margin-top: 10px;
  }
  #body.d10 .product .in .box ul {
    font-size: 15px;
  }
  #body.d10 .product .in .box ul li {
    text-indent: -4.7em;
    padding-left: 4.7em;
    line-height: 1.4;
  }
  #body.d10 .product .in .box ul li + li {
    margin-top: 5px;
  }
  #body.d10 .product .in .b01 .bl {
    float: none;
    width: auto;
  }
  #body.d10 .product .in .b01 .br {
    margin-top: 10px;
    float: none;
    width: auto;
  }
  #body.d10 .product .in .b01:after {
    content: "";
    display: block;
    clear: both;
  }
}
.release_bnr {
  margin-top: 60px;
}
.release_bnr.ol {
  padding-bottom: 60px;
}
.release_bnr img {
  width: 100%;
  height: auto;
}
.release_bnr .sp {
  display: none;
}
.release_bnr a {
  display: block;
  cursor: pointer;
}
.release_bnr a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .release_bnr {
    margin-top: 40px;
  }
  .release_bnr.ol {
    padding-bottom: 40px;
  }
  .release_bnr img {
    width: 100%;
    height: auto;
    display: none;
  }
  .release_bnr .sp {
    display: block;
  }
  .release_bnr a {
    display: block;
    cursor: pointer;
  }
  .release_bnr a:hover {
    opacity: 0.8;
  }
}
#header.release {
  background-color: #FFFFFF;
}
#header.release .inner {
  position: relative;
}
#header.release .inner:after {
  display: none;
}
#header.release .inner .copy h1 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  padding: 25px 0 0;
  font-size: 38px;
  line-height: 1;
}
#header.release .inner .copy h1 br {
  display: none;
}
#header.release .inner .copy h1 span {
  display: inline-block;
  font-family: 'Kameron', serif;
  font-weight: 700;
  color: #dc0823;
  font-size: 42px;
  margin-left: 15px;
}
#header.release .inner .copy h2 {
  font-size: 19px;
  font-weight: bold;
}
#header.release .inner .copy h2 br {
  display: none;
}
#header.release .inner .logos {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -24px;
}
#header.release .inner .logos img {
  height: 48px;
  width: auto;
}
#header.release .inner .logos .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  #header.release {
    background-color: #FFFFFF;
    height: auto;
  }
  #header.release .inner {
    position: relative;
  }
  #header.release .inner:after {
    display: none;
  }
  #header.release .inner .copy h1 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    padding: 10px 0 5px;
    font-size: 24px;
    line-height: 1;
    text-align: center;
  }
  #header.release .inner .copy h1 br {
    display: none;
  }
  #header.release .inner .copy h1 span {
    display: inline-block;
    font-family: 'Kameron', serif;
    font-weight: 700;
    color: #dc0823;
    font-size: 27px;
    margin-left: 0;
    margin-top: 3px;
  }
  #header.release .inner .copy h2 {
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
  }
  #header.release .inner .copy h2 br {
    display: block;
  }
  #header.release .inner .logos {
    margin: 0 -20px;
    box-sizing: border-box;
    padding: 5px 30px;
    margin-bottom: 10px;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    position: relative;
    top: auto;
    right: auto;
    margin-top: 0;
  }
  #header.release .inner .logos img {
    width: 100%;
    height: auto;
    display: none;
  }
  #header.release .inner .logos .sp {
    display: block;
  }
}
#home #release {
  height: auto;
}
@media screen and (min-width: 741px) {
  #home #release {
    height: 540px;
    min-height: 540px;
    position: relative;
    overflow: hidden;
  }
}
#home #release a {
  display: block;
}
#home #release a:hover img {
  opacity: 0.8;
}
#home #release img.pc {
  position: absolute;
  top: 0;
  display: block;
  height: 540px;
  left: 50%;
  margin-left: -1000px;
}
@media screen and (max-width: 767px) {
  #home #release img.pc {
    display: none;
  }
}
#home #release img.sp {
  display: none;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  #home #release img.sp {
    display: block;
  }
}
@media screen and (min-width: 741px) {
  #home #release .wp {
    display: none;
  }
}
#release {
  height: 540px;
  position: relative;
  overflow: hidden;
}
#release > img {
  position: absolute;
  height: 100%;
  height: auto;
  min-height: 540px;
  top: 0;
  left: 50%;
  margin-left: -1000px;
}
#release > img.sp {
  display: none;
}
#release .wp {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#release .wp .inner {
  width: 960px;
  margin: 0 auto;
  height: 100%;
}
#release .wp .inner:before {
  content: ' ';
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle;
}
#release .wp .inner .cycle {
  vertical-align: top;
  margin-top: 60px;
}
#release .wp .inner .box {
  background-color: #FFFFFF;
  padding: 40px;
  width: 260px;
  display: inline-block;
  vertical-align: top;
  margin-top: 40px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
#release .wp .inner .box h3 {
  font-size: 33px;
  font-weight: bold;
  position: relative;
  margin-bottom: 15px;
}
#release .wp .inner .box h3 span {
  display: inline-block;
  position: absolute;
  font-size: 13px;
  color: #1A1A1A;
  top: 3px;
  right: 0;
  background-color: #ffd900;
  padding: 4px 10px;
  line-height: 1.3;
}
#release .wp .inner .box .date {
  font-size: 17px;
  font-weight: bold;
  color: #dc0823;
  line-height: 34px;
  text-align: center;
  border: 1px solid #dc0823;
  margin-bottom: 15px;
}
#release .wp .inner .box p {
  font-size: 17px;
  line-height: 1.75;
  margin-bottom: 15px;
}
#release .wp .inner .box .item {
  background-color: #ffd900;
  padding: 15px;
  margin-bottom: 10px;
}
#release .wp .inner .box .item h4 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
}
#release .wp .inner .box .item h4 span {
  display: inline-block;
  margin-left: 5px;
  font-size: 13px;
}
#release .wp .inner .box .item .block img {
  float: left;
}
#release .wp .inner .box .item .block .r {
  margin-left: 105px;
  font-size: 16px;
  font-weight: bold;
  padding-top: 7px;
}
#release .wp .inner .box .item .block:after {
  content: "";
  display: block;
  clear: both;
}
#release .wp .inner .box a {
  display: block;
  background-color: #dc0823;
  font-size: 17px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  line-height: 40px;
  cursor: pointer;
}
#release .wp .inner .box a:hover {
  opacity: 0.8;
}
@media screen and (min-width: 2000px) {
  #release {
    height: auto;
  }
  #release > img {
    position: relative;
    left: auto;
    margin: 0;
    width: 100%;
    height: auto;
    min-height: 0;
  }
}
@media screen and (max-width: 767px) {
  #release {
    height: auto;
    position: relative;
  }
  #release > img {
    position: relative;
    width: 100%;
    height: auto;
    top: 0;
    left: auto;
    margin-left: 0;
    display: none;
    min-height: 0;
  }
  #release > img.sp {
    display: block;
  }
  #release .wp {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  #release .wp.spn {
    display: none;
  }
  #release .wp .inner {
    width: auto;
    margin: 0 20px;
    height: auto;
    text-align: center;
  }
  #release .wp .inner:before {
    display: none;
  }
  #release .wp .inner .cycle {
    vertical-align: top;
    margin-top: 60px;
  }
  #release .wp .inner .box {
    background-color: #FFFFFF;
    padding: 20px 0;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
  }
  #release .wp .inner .box h3 {
    font-size: 21px;
    font-weight: bold;
    position: relative;
    margin-bottom: 10px;
    padding-top: 30px;
  }
  #release .wp .inner .box h3 br {
    display: none;
  }
  #release .wp .inner .box h3 span {
    display: inline-block;
    position: absolute;
    font-size: 12px;
    color: #1A1A1A;
    top: 0;
    right: auto;
    left: 0;
    background-color: #ffd900;
    padding: 5px;
  }
  #release .wp .inner .box .date {
    font-size: 15px;
    font-weight: bold;
    color: #dc0823;
    line-height: 1.4;
    padding: 5px 0;
    text-align: center;
    border: 1px solid #dc0823;
    margin-bottom: 10px;
  }
  #release .wp .inner .box p {
    font-size: 13px;
    line-height: 1.75;
    margin-bottom: 10px;
  }
  #release .wp .inner .box .item {
    background-color: #ffd900;
    padding: 10px;
    margin-bottom: 10px;
  }
  #release .wp .inner .box .item h4 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  #release .wp .inner .box .item h4 span {
    display: inline-block;
    margin-left: 5px;
    font-size: 13px;
  }
  #release .wp .inner .box .item .block img {
    float: left;
  }
  #release .wp .inner .box .item .block .r {
    margin-left: 105px;
    font-size: 16px;
    font-weight: bold;
    padding-top: 7px;
  }
  #release .wp .inner .box .item .block:after {
    content: "";
    display: block;
    clear: both;
  }
  #release .wp .inner .box a {
    display: block;
    background-color: #dc0823;
    font-size: 17px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    line-height: 40px;
    cursor: pointer;
  }
  #release .wp .inner .box a:hover {
    opacity: 0.8;
  }
}
#header.inside .inner {
  position: relative;
}
#header.inside .inner:after {
  display: none;
}
#header.inside .inner .copy h1 {
  padding: 40px 0 2px;
}
#header.inside .inner .copy h1 span {
  display: inline-block;
  padding: 0 10px;
  color: #dc0823;
}
#header.inside .inner .copy h1 br {
  display: none;
}
#header.inside .inner .copy h2 {
  font-size: 18px;
  font-weight: bold;
  color: #dc0823;
}
#header.inside .inner .date {
  position: absolute;
  font-size: 19px;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #dc0823;
  line-height: 50px;
  padding: 0 30px;
  letter-spacing: 1px;
  top: 50%;
  right: 0;
  margin-top: -25px;
}
@media screen and (max-width: 767px) {
  #header.inside {
    height: auto;
  }
  #header.inside .inner {
    position: relative;
    padding: 20px 0;
  }
  #header.inside .inner:after {
    display: none;
  }
  #header.inside .inner .copy h1 {
    padding: 0;
    margin-bottom: 5px;
    font-size: 24px;
    line-height: 28px;
  }
  #header.inside .inner .copy h1 span {
    display: inline-block;
    padding: 0 10px;
    color: #dc0823;
  }
  #header.inside .inner .copy h1 br {
    display: block;
  }
  #header.inside .inner .copy h2 {
    font-size: 14px;
    font-weight: bold;
    color: #dc0823;
    margin-bottom: 5px;
  }
  #header.inside .inner .date {
    position: relative;
    font-size: 15px;
    font-weight: normal;
    color: #FFFFFF;
    background-color: #dc0823;
    line-height: 1.4;
    padding: 6px;
    letter-spacing: 1px;
    text-align: center;
    top: 0;
    right: auto;
    margin-top: 0;
  }
}
#detail .inner {
  width: 960px;
  margin: 0 auto;
  padding: 80px 0 60px;
}
#detail .inner .block .left {
  width: 560px;
  float: left;
}
#detail .inner .block .left h3 {
  display: none;
}
#detail .inner .block .left .images {
  margin-bottom: 20px;
}
#detail .inner .block .left .images button {
  display: none !important;
}
#detail .inner .block .left .pager .p {
  width: 176px;
  float: left;
  margin-right: 16px;
  cursor: pointer;
}
#detail .inner .block .left .pager .p:nth-child(3n) {
  margin-right: 0;
}
#detail .inner .block .left .pager .p:nth-child(n+4) {
  margin-top: 16px;
}
#detail .inner .block .left .pager .p img {
  width: 100%;
  height: auto;
  opacity: 0.5;
  margin-bottom: 5px;
}
#detail .inner .block .left .pager .p:hover {
  opacity: 0.8;
}
#detail .inner .block .left .pager .p p {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  padding-top: 12px;
  border-top: 4px solid transparent;
}
#detail .inner .block .left .pager .p.current img {
  opacity: 1;
}
#detail .inner .block .left .pager .p.current p {
  border-color: #1A1A1A;
}
#detail .inner .block .left .pager:after {
  content: "";
  display: block;
  clear: both;
}
#detail .inner .block h3 {
  font-size: 22px;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 15px;
}
#detail .inner .block h3 span {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  font-size: 13px;
  background-color: #dc0823;
  color: #FFFFFF;
  line-height: 24px;
  padding: 0 15px;
  border: 1px solid #cccccc;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
#detail .inner .block h3 i {
  font-style: normal;
  font-size: 13px;
  display: block;
}
#detail .inner .block .right {
  width: 360px;
  float: right;
}
#detail .inner .block .right dl {
  font-size: 15px;
}
#detail .inner .block .right dl + dl {
  margin-top: 20px;
}
#detail .inner .block .right dl dt {
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 10px;
}
#detail .inner .block .right dl dd .num {
  color: #dc0823;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}
#detail .inner .block .right dl dd .num span {
  display: inline-block;
  margin-left: 6px;
  font-size: 17px;
}
#detail .inner .block .right dl dd p.new {
  margin-top: 10px;
}
#detail .inner .block .right dl dd p.new span {
  font-size: 13px;
}
#detail .inner .block .right dl dd a {
  display: block;
  font-size: 15px;
  width: 280px;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
  background-color: #ffd900;
  border: 1px solid #cccccc;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin-bottom: 10px;
  cursor: pointer;
}
#detail .inner .block .right dl dd a:hover {
  opacity: 0.8;
}
#detail .inner .block .right dl dd a.ec {
  background-color: #DC0823;
  color: #FFFFFF;
}
#detail .inner .block .right dl dd a.ec2 {
  background-color: #009fb9;
  color: #FFFFFF;
}
#detail .inner .block .right dl dd a.disabled {
  background-color: #e4e4e4;
  color: #1e1e1e;
  margin-bottom: 7px;
}
#detail .inner .block .right dl dd a.disabled:hover {
  cursor: default;
  opacity: 1;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
#detail .inner .block .right dl dd span.cs {
  display: block;
  font-size: 15px;
  width: 280px;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
  background-color: #e4e4e4;
  color: #bbbbbb;
  border: 1px solid #cccccc;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin-bottom: 10px;
}
#detail .inner .block .right dl dd .note {
  font-size: 13px;
  color: #dc0823;
  font-weight: bold;
  margin-bottom: 30px;
}
#detail .inner .block .bnr {
  margin: 80px 0 10px;
}
#detail .inner .block .bnr img {
  width: 100%;
  height: auto;
}
#detail .inner .block .bnr img.sp {
  display: none;
}
#detail .inner .block:after {
  content: "";
  display: block;
  clear: both;
}
#detail .inner .limited {
  margin-top: 50px;
  border: 1px solid #1A1A1A;
  background-color: #1A1A1A;
}
#detail .inner .limited .left {
  width: 360px;
}
#detail .inner .limited .right {
  margin-left: 360px;
  width: auto;
  padding: 35px 40px 0;
  float: none;
  color: #FFFFFF;
}
#detail .inner .limited .right .label {
  background-color: #ffd900;
  font-size: 15px;
  display: inline-block;
  padding: 5px 15px;
  color: #1A1A1A;
  font-weight: bold;
  margin-bottom: 20px;
}
#detail .inner .limited .right .label span {
  display: inline-block;
  font-size: 13px;
  margin-left: 5px;
}
#detail .inner .limited .right h3 {
  font-size: 27px;
  margin-bottom: 15px;
}
#detail .inner .limited .right p {
  font-size: 15px;
  line-height: 1.75;
  font-weight: bold;
}
#detail .inner .limited:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 767px) {
  #detail .inner {
    width: auto;
    margin: 0 20px;
    padding: 30px 0 40px;
  }
  #detail .inner .block .left {
    width: auto;
    float: none;
    margin-bottom: 20px;
  }
  #detail .inner .block .left h3 {
    display: block;
    font-size: 19px;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 20px;
  }
  #detail .inner .block .left h3 span {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    font-size: 12px;
    background-color: #dc0823;
    color: #FFFFFF;
    line-height: 24px;
    padding: 0 7px;
    border: 1px solid #cccccc;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
  }
  #detail .inner .block .left h3 i {
    font-style: normal;
    font-size: 12px;
    display: inline-block;
    margin-left: 7px;
  }
  #detail .inner .block .left .images {
    margin-bottom: 20px;
  }
  #detail .inner .block .left .images img {
    width: 100%;
    height: auto;
  }
  #detail .inner .block .left .images button {
    display: none !important;
  }
  #detail .inner .block .left .pager .p {
    width: 32%;
    float: left;
    margin-right: 2%;
    cursor: pointer;
  }
  #detail .inner .block .left .pager .p:nth-child(3n) {
    margin-right: 0;
  }
  #detail .inner .block .left .pager .p:nth-child(n+4) {
    margin-top: 5px;
  }
  #detail .inner .block .left .pager .p img {
    width: 100%;
    height: auto;
    opacity: 0.5;
    margin-bottom: 5px;
  }
  #detail .inner .block .left .pager .p:hover {
    opacity: 0.8;
  }
  #detail .inner .block .left .pager .p p {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    padding-top: 12px;
    border-top: 2px solid transparent;
  }
  #detail .inner .block .left .pager .p.current img {
    opacity: 1;
  }
  #detail .inner .block .left .pager .p.current p {
    border-color: #1A1A1A;
  }
  #detail .inner .block .left .pager:after {
    content: "";
    display: block;
    clear: both;
  }
  #detail .inner .block .right {
    width: auto;
    float: none;
  }
  #detail .inner .block .right h3 {
    display: none;
  }
  #detail .inner .block .right dl {
    font-size: 15px;
  }
  #detail .inner .block .right dl + dl {
    margin-top: 20px;
  }
  #detail .inner .block .right dl dt {
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 10px;
  }
  #detail .inner .block .right dl dd .num {
    color: #dc0823;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
  }
  #detail .inner .block .right dl dd .num span {
    display: inline-block;
    margin-left: 6px;
    font-size: 17px;
  }
  #detail .inner .block .right dl dd a {
    margin: 0 auto;
    margin-bottom: 10px;
  }
  #detail .inner .block .right dl dd span.cs {
    margin: 0 auto;
    margin-bottom: 10px;
  }
  #detail .inner .block .right dl dd .note {
    margin: 0 -20px;
    text-align: center;
  }
  #detail .inner .block .bnr {
    margin: 20px 0 20px;
  }
  #detail .inner .block .bnr img {
    width: 100%;
    height: auto;
    display: none;
  }
  #detail .inner .block .bnr img.sp {
    display: block;
  }
  #detail .inner .block:after {
    content: "";
    display: block;
    clear: both;
  }
  #detail .inner .limited {
    margin-top: 40px;
    border: 1px solid #1A1A1A;
    background-color: #1A1A1A;
  }
  #detail .inner .limited .left {
    width: auto;
    margin-bottom: 0;
  }
  #detail .inner .limited .left img {
    width: 100%;
    height: auto;
  }
  #detail .inner .limited .right {
    margin-left: 0;
    width: auto;
    padding: 20px;
    float: none;
    color: #FFFFFF;
  }
  #detail .inner .limited .right h3 {
    display: block;
    font-size: 17px;
  }
  #detail .inner .limited .right .label {
    background-color: #ffd900;
    font-size: 15px;
    display: inline-block;
    padding: 5px 15px;
    color: #1A1A1A;
    font-weight: bold;
    margin-bottom: 20px;
  }
  #detail .inner .limited .right .label span {
    display: inline-block;
    font-size: 13px;
    margin-left: 5px;
  }
  #detail .inner .limited .right p {
    font-size: 14px;
    line-height: 1.75;
    font-weight: bold;
  }
  #detail .inner .limited:after {
    content: "";
    display: block;
    clear: both;
  }
}
#spec {
  background-color: #f4f4f4;
}
#spec .inner {
  width: 960px;
  margin: 0 auto;
  padding: 50px 0;
}
#spec .inner h2 {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 15px;
}
#spec .inner .left,
#spec .inner .right {
  width: 470px;
  border-top: 1px solid #cccccc;
}
#spec .inner .left {
  float: left;
}
#spec .inner .right {
  float: right;
}
#spec .inner .block:after {
  content: "";
  display: block;
  clear: both;
}
#spec .inner dl {
  padding: 15px 0;
  border-bottom: 1px solid #cccccc;
  font-size: 13px;
}
#spec .inner dl dt {
  width: 125px;
  float: left;
  font-weight: bold;
}
#spec .inner dl dd {
  margin-left: 125px;
}
#spec .inner dl:after {
  content: "";
  display: block;
  clear: both;
}
#spec .inner.bg {
  padding: 60px 0;
  background-color: #f4f4f4;
}
@media screen and (max-width: 767px) {
  #spec {
    background-color: #f4f4f4;
  }
  #spec .inner {
    width: auto;
    margin: 0 20px;
    padding: 40px 0;
  }
  #spec .inner h2 {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 15px;
  }
  #spec .inner .left,
  #spec .inner .right {
    width: auto;
    border-top: 1px solid #cccccc;
  }
  #spec .inner .left {
    float: none;
  }
  #spec .inner .right {
    float: none;
    border: none;
  }
  #spec .inner .block:after {
    content: "";
    display: block;
    clear: both;
  }
  #spec .inner dl {
    padding: 5px 0;
    border-bottom: 1px solid #cccccc;
    font-size: 13px;
  }
  #spec .inner dl dt {
    width: auto;
    margin-bottom: 5px;
    font-weight: bold;
  }
  #spec .inner dl dd {
    margin-left: 120px;
  }
  #spec .inner dl:after {
    content: "";
    display: block;
    clear: both;
  }
  #spec .inner.bg {
    padding: 60px 0;
    background-color: #f4f4f4;
  }
}
#body.rel {
  padding-bottom: 0;
}
#body.rel.d07 {
  padding-bottom: 70px;
}
#body.rel .bg {
  padding: 60px 0 10px;
  background-color: #f4f4f4;
}
#body.rel .inner h2 {
  font-size: 21px;
  margin-bottom: 20px;
  font-weight: bold;
}
#body.rel .reserve {
  margin-top: 40px;
  padding-bottom: 60px;
}
#body.rel .reserve ul {
  display: table;
  margin: 0 auto;
}
#body.rel .reserve ul:after {
  content: "";
  display: block;
  clear: both;
}
#body.rel .reserve ul li {
  float: left;
}
#body.rel .reserve ul li:not(:first-of-type) {
  margin-left: 20px;
}
#body.rel .reserve a {
  display: block;
  width: 280px;
  margin: 0 auto;
  line-height: 50px;
  background-color: #ffd900;
  border: 1px solid #cccccc;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}
#body.rel .reserve a:hover {
  opacity: 0.8;
}
#body.rel .reserve a.ec {
  background-color: #DC0823;
  color: #FFFFFF;
}
#body.rel .reserve a.ec2 {
  background-color: #009fb9;
  color: #FFFFFF;
}
#body.rel .reserve a.disabled {
  background-color: #e4e4e4;
  color: #1e1e1e;
}
#body.rel .reserve a.disabled:hover {
  cursor: default;
  opacity: 1;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
#body.rel .reserve span {
  clear: both;
  display: block;
  font-size: 13px;
  font-weight: bold;
  color: #dc0823;
  text-align: center;
  margin: 10px -20px 0;
}
#body.rel .reserve span.cs {
  display: block;
  width: 280px;
  margin: 0 auto;
  line-height: 50px;
  font-size: 15px;
  text-align: center;
  font-weight: bold;
  background-color: #e4e4e4;
  color: #bbbbbb;
  border: 1px solid #cccccc;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
#posts.rel h2 {
  background-color: #000000;
  color: #FFFFFF;
  text-align: center;
  font-size: 24px;
  padding: 25px 0;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #body.rel {
    padding-bottom: 0;
  }
  #body.rel .bg {
    padding: 40px 0 0;
    background-color: #f4f4f4;
  }
  #body.rel .inner h2 {
    font-size: 17px;
    margin-bottom: 15px;
    font-weight: bold;
  }
  #body.rel .reserve {
    margin-top: 30px;
    padding-bottom: 50px;
  }
  #body.rel .reserve ul {
    margin: 0 auto;
  }
  #body.rel .reserve ul:after {
    content: "";
    display: block;
    clear: both;
  }
  #body.rel .reserve ul li {
    float: none;
  }
  #body.rel .reserve ul li:not(:first-of-type) {
    margin-left: 0;
    margin-top: 10px;
  }
  #body.rel .reserve a {
    display: block;
    width: 280px;
    margin: 0;
    line-height: 45px;
    background-color: #ffd900;
    border: 1px solid #cccccc;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
  }
  #body.rel .reserve a:hover {
    opacity: 0.8;
  }
  #body.rel .reserve span.cs {
    margin: 0;
    line-height: 45px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
  }
  #posts.rel h2 {
    background-color: #000000;
    color: #FFFFFF;
    text-align: center;
    font-size: 17px;
    padding: 20px 0;
    font-weight: bold;
  }
}
#intro.rel {
  padding: 60px 0;
}
#intro.rel p {
  padding: 0;
  margin-bottom: 40px;
}
#intro.rel .def {
  width: 960px;
  margin: 0 auto;
  color: #1A1A1A;
  padding: 0 10px;
  background-color: #FFFFFF;
  border: 2px solid #ca9a0c;
}
#intro.rel .def .box {
  width: 100%;
  display: table;
}
#intro.rel .def .box .title {
  display: table-cell;
  width: 340px;
  text-align: center;
  vertical-align: middle;
}
#intro.rel .def .box .body {
  background-color: #FFFFFF;
  padding: 18px 30px;
  font-size: 17px;
}
#intro.rel .def .box .body dl {
  letter-spacing: 0.7px;
  margin-top: 5px;
}
#intro.rel .def .box .body dl:first-child {
  margin-top: 0;
}
#intro.rel .def .box .body dl dd,
#intro.rel .def .box .body dl dt {
  display: inline-block;
}
#intro.rel .def .box .body dl dt {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #intro.rel {
    padding: 30px;
  }
  #intro.rel p {
    margin-bottom: 20px;
    font-size: 15px;
  }
  #intro.rel .def {
    width: auto;
    margin-bottom: 30px;
    padding: 10px;
  }
  #intro.rel .def .box {
    display: block;
  }
  #intro.rel .def .box .title {
    display: block;
    padding: 10px 0 0;
    width: auto;
    margin-bottom: 20px;
  }
  #intro.rel .def .box .body {
    padding: 10px;
    font-size: 14px;
  }
  #intro.rel .def .box .body dl {
    letter-spacing: 0;
    margin-top: 5px;
  }
  #intro.rel .def .box .body dl:first-child {
    margin-top: 0;
  }
  #intro.rel .def .box .body dl dt {
    margin-bottom: 0;
    float: left;
  }
  #intro.rel .def .box .body dl dd,
  #intro.rel .def .box .body dl dt {
    display: block;
  }
  #intro.rel .def .box .body dl dt {
    font-weight: bold;
  }
  #intro.rel .def .box .body dl dd {
    margin-left: 50px;
  }
  #intro.rel .def .box .body dl dd span {
    display: none;
  }
  #intro.rel .def .box .body dl:after {
    content: "";
    display: block;
    clear: both;
  }
}
#home .s1 {
  padding: 90px 0 80px 0;
  text-align: center;
}
#home .s1 .img {
  margin-bottom: 40px;
}
#home .s1 .img img {
  display: inline-block;
  width: 29%;
  height: auto;
  max-width: 320px;
  margin: 0 2%;
}
#home .s1 h2 {
  font-size: 28px;
  margin-bottom: 30px;
}
#home .s1 p {
  font-size: 18px;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  #home .s1 {
    padding: 20px 10px;
    text-align: center;
  }
  #home .s1 .img {
    margin-bottom: 40px;
  }
  #home .s1 .img img {
    display: inline-block;
    width: 100%;
    height: auto;
    max-width: 320px;
    margin: 0;
  }
  #home .s1 .img img + img {
    margin-top: 10px;
  }
  #home .s1 h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  #home .s1 p {
    font-size: 15px;
    line-height: 1.75;
    letter-spacing: -0.05em;
  }
  #home .s1 p br {
    display: none;
  }
}
#home .s2 .block {
  width: 100%;
  height: 0;
  padding-top: 42.85%;
  position: relative;
}
#home .s2 .block img {
  display: none;
}
#home .s2 .block .text {
  background-color: rgba(0, 0, 0, 0.85);
  width: 34.5%;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  padding: 10px;
}
#home .s2 .block .text .in {
  border: 1px dotted #fff;
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  padding: 6%;
}
#home .s2 .block .text .in h3 {
  font-size: 31px;
  margin-bottom: 5%;
}
#home .s2 .block .text .in p {
  font-size: 15px;
  line-height: 1.6;
}
#home .s2 .block .t1 {
  left: 61%;
}
#home .s2 .block .t2 {
  left: 5%;
}
#home .s2 .b1 {
  background: url(../images/home/c1.jpg) center center no-repeat;
  background-size: cover;
}
#home .s2 .b2 {
  background: url(../images/home/c2.jpg) center center no-repeat;
  background-size: cover;
}
#home .s2 .b3 {
  background: url(../images/home/c3.jpg) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1100px) {
  #home .s2 .block .text .in h3 {
    font-size: 24px;
    margin-bottom: 5%;
  }
  #home .s2 .block .text .in p {
    font-size: 14px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 900px) {
  #home .s2 .block .text .in h3 {
    font-size: 19px;
    margin-bottom: 5%;
  }
  #home .s2 .block .text .in p {
    font-size: 13px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) {
  #home .s2 .block {
    width: 100%;
    height: auto;
    padding-top: 0;
    position: relative;
  }
  #home .s2 .block img {
    width: 100%;
    height: auto;
    display: block;
  }
  #home .s2 .block .text {
    background-color: #000000;
    width: 100%;
    position: static;
    top: auto;
    transform: translate(0, 0);
  }
  #home .s2 .block .text .in {
    border: 1px dotted #fff;
    width: 100%;
    height: auto;
  }
  #home .s2 .block .text .in h3 {
    font-size: 24px;
    margin-bottom: 5%;
  }
  #home .s2 .block .text .in p {
    font-size: 14px;
    line-height: 1.6;
  }
  #home .s2 .block .t1 {
    left: auto;
  }
  #home .s2 .block .t2 {
    left: auto;
  }
  #home .s2 .b1 {
    background: none;
  }
  #home .s2 .b2 {
    background: none;
  }
  #home .s2 .b3 {
    background: none;
  }
}
