@charset "UTF-8";
/*serruru 190329*/
/*reset--------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

b, strong {
  font-weight: bold;
}

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

img {
  vertical-align: top;
  border: 0;
  max-width: 100%;
  height: auto;
  backface-visibility: hidden;
  -webkit-transition: opacity .3s;
  -moz-transition: opacity .3s;
  -ms-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}

a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

sup {
  font-size: 75.5%;
  line-height: 1.1;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

sub {
  font-size: 75.5%;
  line-height: 1.1;
  vertical-align: bottom;
  position: relative;
  top: 0.1em;
}

/*base--------------------------------------*/
body, html {
  height: 100%;
  min-height: 100%;
  margin-top: 0px !important;
}

body {
  font-size: 14px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", メイリオ, Meiryo, sans-serif;
  min-width: 1130px;
  margin: 0 auto;
  color: #121212;
}
@media screen and (max-width: 767px) {
  body {
    width: 100%;
    min-width: initial;
    min-width: auto;
    padding-top: 60px;
  }
}

body {
  animation: fadeIn 1s ease 0s 1 normal;
  -webkit-animation: fadeIn 1s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
input, select, textarea {
  padding: 5px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", メイリオ, Meiryo, sans-serif;
}

p {
  line-height: 1.8;
}

a:link,
a:visited {
  color: #333;
  text-decoration: none;
}

a:hover,
a:active {
  color: #B88C41;
  text-decoration: none;
}

/*layout--------------------------------------*/
main {
  min-height: 80vh;
}
@media screen and (max-width: 767px) {
  main {
    min-height: auto;
  }
}
main .wrap {
  width: 1000px;
  margin: 0px auto;
  padding: 60px 0px;
}
@media screen and (max-width: 767px) {
  main .wrap {
    width: 100%;
    margin: 0px auto;
    padding: 30px 15px;
  }
}
main .wrap::after {
  display: table;
  content: " ";
  clear: both;
}

.sidenav {
  width: 200px;
  float: left;
}
@media screen and (max-width: 767px) {
  .sidenav {
    width: auto;
    float: none;
    margin: 60px 0 0;
  }
}

.main_contents {
  width: 850px;
  float: right;
}
@media screen and (max-width: 767px) {
  .main_contents {
    width: auto;
    float: none;
    margin: 0 0px;
  }
}

.contents {
  width: 1000px;
  margin: 0 auto;
  padding: 30px 0 60px 0;
}
@media screen and (max-width: 767px) {
  .contents {
    width: 100%;
    padding: 30px 15px;
  }
}
.contents h1 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contents h1 {
    font-size: 24px;
  }
}
.contents h1::after {
  content: '';
  display: block;
  width: 30px;
  height: 3px;
  background: #830000;
  margin: 30px auto 50px auto;
}
.contents h2 {
  font-size: 26px;
  font-weight: bold;
  padding: 5px 10px;
  border-left: 5px #121212 solid;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .contents h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.contents .breadcrumb {
  margin-bottom: 30px;
}

/*header--------------------------------------*/
.header {
  background: #fff;
  z-index: 1000;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 80px;
  color: #fff;
  border-bottom: solid 1px #CCC;
}
@media screen and (max-width: 767px) {
  .header {
    position: fixed;
    width: 100%;
    height: 60px;
  }
}
.header .wrap {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  margin-top: 0px;
}
@media screen and (max-width: 767px) {
  .header .wrap {
    width: 100%;
    height: 60px;
  }
}
@media screen and (max-width: 767px) and (max-width: 370px) {
  .header .wrap {
    height: 40px;
  }
}

.header .logo {
  position: absolute;
  left: 0px;
  top: 0;
  width: 200px;
}
@media screen and (max-width: 767px) {
  .header .logo {
    left: 5px;
    top: 5px;
    width: 130px;
  }
}
.header .logo .sub {
  margin-top: 5px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .header .logo .sub {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .header .logo img {
    width: auto;
  }
}
.header .hnav {
  position: absolute;
  right: 110px;
  top: 45px;
}
.header .hnav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
.header .hnav ul li a {
  display: block;
  padding: 0 10px;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #333;
  transition: .3s;
}
.header .hnav ul li a:hover {
  color: #B88C41;
}
@media screen and (max-width: 767px) {
  .header .hnav {
    display: none;
  }
}
.header .hnav2 {
  position: absolute;
  right: 0;
  background: #A00E15;
}
@media screen and (max-width: 767px) {
  .header .hnav2 {
    display: none;
  }
}
.header .hnav2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
.header .hnav2 ul li {
  vertical-align: middle;
  position: relative;
}
.header .hnav2 ul li a {
  color: #fff;
  font-size: 12px;
  letter-spacing: 2px;
  text-align: center;
  height: 80px;
  padding: 15px 8px;
  transition: background-color .3s, color .3s, opacity .3s;
  display: block;
}
.header .hnav2 ul li a:hover {
  opacity: 0.6;
}
.header .hnav2 ul li a img {
  margin-bottom: 10px;
}
.header .langnav {
  position: absolute;
  right: 110px;
  top: 10px;
}
@media screen and (max-width: 767px) {
  .header .langnav {
    display: none;
  }
}
.header .langnav ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
.header .langnav ul li {
  vertical-align: baseline;
  position: relative;
  padding: 0 5px;
  line-height: 1.1;
  vertical-align: middle;
}
.header .langnav ul li a {
  font-size: 11px;
  background: #FFF;
  color: #000;
  text-decoration: none;
  padding: 3px 10px 3px;
}
.header .langnav ul li a:hover {
  text-decoration: underline;
}
.header .langnav ul li.active a {
  color: #830000;
}
.header .langnav ul li.lang {
  font-weight: bold;
}
.header .catch {
  position: absolute;
  left: 320px;
  top: 25px;
}
@media screen and (max-width: 767px) {
  .header .catch {
    display: none;
  }
}
.header .catch h1 {
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 2px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .header .catch h1 {
    font-size: 10px;
    line-height: 1.3;
  }
}

/*footer--------------------------------------*/
.footer {
  background: #fff;
  padding: 10px 0;
}
.footer .wrap {
  width: 1000px;
  margin: 0px auto;
}
@media screen and (max-width: 767px) {
  .footer .wrap {
    width: 100%;
  }
}
.footer .wrap .copyright {
  display: block;
  color: #121212;
  text-align: center;
  font-size: 11px;
}

/*main_content--------------------------------*/
main article .main_content {
  background-color: #fff;
  background-image: url(../images/common/bg_content.jpg);
}
@media screen and (max-width: 767px) {
  main article .main_content {
    padding-right: 0px;
    padding-left: 0px;
  }
}
main article .main_content .main_head {
  position: relative;
  background: #aaa;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 0px;
  margin-bottom: 0px;
  height: 300px;
}
@media screen and (max-width: 767px) {
  main article .main_content .main_head {
    height: 150px;
  }
}
main article .main_content .main_head h1 {
  font-size: 30px;
  line-height: 40px;
  font-family: 'Noto Serif JP';
  color: #fff;
  position: absolute;
  left: 0px;
  width: 100%;
  text-align: center;
  top: 50%;
  margin-top: -20px;
}
main article .main_content .wrap {
  padding: 60px 0px 100px 0px;
}
@media screen and (max-width: 767px) {
  main article .main_content .wrap {
    padding: 30px 10px 70px 10px;
  }
}
main article .main_content .wrap .ttl {
  background: none;
  padding: 0px;
  margin: 0px;
}
main article .main_content .wrap .ttl h2 {
  font-size: 28px;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  border-bottom: solid 1px #CCCCCC;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  main article .main_content .wrap .ttl h2 {
    font-size: 22px;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
main article .main_content .wrap p {
  font-size: 14px;
  line-height: 2.5em;
}
@media screen and (max-width: 767px) {
  main article .main_content .wrap p {
    font-size: 12px;
    line-height: 1.8em;
  }
}

.breadcrumbs {
  font-size: 12px;
}
.breadcrumbs .wrap {
  margin: 0px auto;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .breadcrumbs .wrap {
    padding: 5px;
  }
}
.breadcrumbs .wrap span {
  margin: 0px 5px;
}
.breadcrumbs .wrap span:first-child {
  margin-left: 0px;
}

/*ヘッダータイトル部分*/
.header_title {
  background: url("../images/header/header_bg.jpg") no-repeat center center;
  background-size: cover;
}
.header_title .wrap {
  position: relative;
  height: 300px;
  padding: 0 15px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: column nowrap;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .header_title .wrap {
    height: 100px;
  }
}
.header_title h1, .header_title strong {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1.4;
  margin: 0;
  text-shadow: 2px 2px 10px #666;
  color: #FFF;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .header_title h1, .header_title strong {
    font-size: 16px;
    line-height: 1.6;
  }
}
.header_title p {
  margin-top: 10px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 1px;
  text-align: center;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .header_title p {
    font-size: 13px;
  }
}

/*pagetop---------------------------------*/
.pagetop {
  position: fixed;
  right: 40px;
  bottom: 40px;
  text-align: right;
  z-index: 40;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .pagetop {
    right: 20px;
    bottom: 20px;
  }
}
.pagetop a {
  display: inline-block;
  padding: 20px;
  background: rgba(64, 64, 64, 0.6);
  color: #FFF;
  text-align: center;
  text-decoration: none;
  border-radius: 3px;
  font-size: 0px;
  transition: .5s;
  position: relative;
}
.pagetop a::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  width: 12px;
  height: 12px;
  margin-right: -6px;
  margin-top: -4px;
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}
.pagetop a:hover {
  background: rgba(64, 64, 64, 0.8);
}

/*btn---------------------------------*/
.btn a {
  display: inline-block;
  background: #c9433c;
  color: #fff;
  line-height: 55px;
  width: 300px;
  text-align: center;
  position: relative;
  font-size: 16px;
  border-radius: 5px;
  letter-spacing: 2.5px;
}
@media screen and (max-width: 767px) {
  .btn a {
    width: 100%;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.4;
    padding: 13px 0;
  }
}
.btn a:hover {
  opacity: 0.6;
  transition: opacity .3s;
}

.grey_btn a {
  font-size: 16px;
  line-height: 1.8;
  display: block;
  padding: 10px 10px;
  text-align: center;
  transition: opacity .3s;
  background: #878B98;
  color: #FFFFFF;
}
.grey_btn a:hover {
  opacity: 0.7;
}
.grey_btn i {
  margin-right: 3px;
}

.pink_btn a {
  font-size: 16px;
  line-height: 1.8;
  display: block;
  padding: 10px 10px;
  text-align: center;
  transition: opacity .3s;
  background: #FD739D;
  color: #FFFFFF;
}
.pink_btn a:hover {
  opacity: 0.7;
}
.pink_btn i {
  margin-right: 3px;
}

.ghost_btn {
  text-align: center;
}
.ghost_btn a {
  display: inline-block;
  font-size: 16px;
  line-height: 1.8;
  padding: 15px 100px;
  letter-spacing: 2px;
  text-align: center;
  transition: .3s;
  background: transparent;
  border: solid 1px #FFF;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .ghost_btn a {
    font-size: 14px;
    padding: 10px 30px;
  }
}
.ghost_btn a:hover {
  background: #5C4621;
}
.ghost_btn i {
  margin-right: 3px;
}

.btn_arrow_r a {
  position: relative;
  padding-right: 30px;
}
.btn_arrow_r a::after {
  content: "\f105";
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -8px;
  font-family: Font Awesome\ 5 Free;
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.btn_arrow_l a {
  position: relative;
  padding-right: 30px;
}
.btn_arrow_l a::after {
  content: "\f104";
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -8px;
  font-family: Font Awesome\ 5 Free;
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.btn_arrow_d a {
  position: relative;
  padding-right: 30px;
}
.btn_arrow_d a::after {
  content: "\f107";
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -8px;
  font-family: Font Awesome\ 5 Free;
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.btn_arrow_u a {
  position: relative;
  padding-right: 30px;
}
.btn_arrow_u a::after {
  content: "\f106";
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -8px;
  font-family: Font Awesome\ 5 Free;
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

/* pagenavi*/
.wp-pagenavi-wrapper {
  position: relative;
  margin: 20px 0px 0;
  overflow: hidden;
  zoom: 1;
}

.wp-pagenavi {
  position: relative;
  left: 50%;
  float: left;
}

.wp-pagenavi-wrapper:after,
.wp-pagenavi:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}

.wp-pagenavi a,
.wp-pagenavi span {
  position: relative;
  left: -50%;
  float: left;
  display: block;
  background: #B88C41;
  border: solid 1px #B88C41;
  font-size: 15px;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 5px 10px;
  color: #FFF;
  text-decoration: none;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  background: #FFF;
  color: #B88C41;
  border: solid 1px #B88C41;
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .pages,
.wp-pagenavi .extend {
  display: none;
}

/* contact_form------------------ */
div.wpcf7-mail-sent-ok {
  border: 2px solid #398f14;
  background: #398f14;
  color: #fff;
  padding: 15px !important;
  font-size: 16px;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  background: #ff0000;
  color: #fff;
  padding: 15px !important;
  font-size: 16px;
  border: none !important;
}

/*small---------------------------------*/
.small {
  font-size: 70% !important;
}

/*align---------------------------------*/
.alL {
  text-align: left !important;
}

.alR {
  text-align: right !important;
}

.alC {
  text-align: center !important;
}

/*margin---------------------------------*/
.mb0 {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
  .mb0 {
    margin-bottom: 0 !important;
  }
}

.mb10 {
  margin-bottom: 10px !important;
}
@media screen and (max-width: 767px) {
  .mb10 {
    margin-bottom: 5px !important;
  }
}

.mb20 {
  margin-bottom: 20px !important;
}
@media screen and (max-width: 767px) {
  .mb20 {
    margin-bottom: 10px !important;
  }
}

.mb30 {
  margin-bottom: 30px !important;
}
@media screen and (max-width: 767px) {
  .mb30 {
    margin-bottom: 15px !important;
  }
}

.mb40 {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 767px) {
  .mb40 {
    margin-bottom: 20px !important;
  }
}

.mb40 {
  margin-bottom: 50px !important;
}
@media screen and (max-width: 767px) {
  .mb40 {
    margin-bottom: 25px !important;
  }
}

.mb60 {
  margin-bottom: 60px !important;
}
@media screen and (max-width: 767px) {
  .mb60 {
    margin-bottom: 30px !important;
  }
}

.mb80 {
  margin-bottom: 80px !important;
}
@media screen and (max-width: 767px) {
  .mb80 {
    margin-bottom: 40px !important;
  }
}

.mb100 {
  margin-bottom: 100px !important;
}
@media screen and (max-width: 767px) {
  .mb100 {
    margin-bottom: 50px !important;
  }
}

.mt0 {
  margin-top: 0 !important;
}
@media screen and (max-width: 767px) {
  .mt0 {
    margin-top: 0 !important;
  }
}

.mt10 {
  margin-top: 10px !important;
}
@media screen and (max-width: 767px) {
  .mt10 {
    margin-top: 5px !important;
  }
}

.mt20 {
  margin-top: 20px !important;
}
@media screen and (max-width: 767px) {
  .mt20 {
    margin-top: 10px !important;
  }
}

.mt30 {
  margin-top: 30px !important;
}
@media screen and (max-width: 767px) {
  .mt30 {
    margin-top: 15px !important;
  }
}

.mt40 {
  margin-top: 40px !important;
}
@media screen and (max-width: 767px) {
  .mt40 {
    margin-top: 20px !important;
  }
}

.mt40 {
  margin-top: 50px !important;
}
@media screen and (max-width: 767px) {
  .mt40 {
    margin-top: 25px !important;
  }
}

.mt60 {
  margin-top: 60px !important;
}
@media screen and (max-width: 767px) {
  .mt60 {
    margin-top: 30px !important;
  }
}

.mt80 {
  margin-top: 80px !important;
}
@media screen and (max-width: 767px) {
  .mt80 {
    margin-top: 40px !important;
  }
}

.mt100 {
  margin-top: 100px !important;
}
@media screen and (max-width: 767px) {
  .mt100 {
    margin-top: 50px !important;
  }
}

/*padding---------------------------------*/
.pb0 {
  padding-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
  .pb0 {
    padding-bottom: 0 !important;
  }
}

.pb10 {
  padding-bottom: 10px !important;
}
@media screen and (max-width: 767px) {
  .pb10 {
    padding-bottom: 5px !important;
  }
}

.pb20 {
  padding-bottom: 20px !important;
}
@media screen and (max-width: 767px) {
  .pb20 {
    padding-bottom: 10px !important;
  }
}

.pb30 {
  padding-bottom: 30px !important;
}
@media screen and (max-width: 767px) {
  .pb30 {
    padding-bottom: 15px !important;
  }
}

.pb40 {
  padding-bottom: 40px !important;
}
@media screen and (max-width: 767px) {
  .pb40 {
    padding-bottom: 20px !important;
  }
}

.pb50 {
  padding-bottom: 50px !important;
}
@media screen and (max-width: 767px) {
  .pb50 {
    padding-bottom: 25px !important;
  }
}

.pb60 {
  padding-bottom: 60px !important;
}
@media screen and (max-width: 767px) {
  .pb60 {
    padding-bottom: 30px !important;
  }
}

.pb80 {
  padding-bottom: 80px !important;
}
@media screen and (max-width: 767px) {
  .pb80 {
    padding-bottom: 40px !important;
  }
}

.pb100 {
  padding-bottom: 100px !important;
}
@media screen and (max-width: 767px) {
  .pb100 {
    padding-bottom: 50px !important;
  }
}

.pt0 {
  padding-top: 0 !important;
}
@media screen and (max-width: 767px) {
  .pt0 {
    padding-top: 0 !important;
  }
}

.pt10 {
  padding-top: 10px !important;
}
@media screen and (max-width: 767px) {
  .pt10 {
    padding-top: 5px !important;
  }
}

.pt20 {
  padding-top: 20px !important;
}
@media screen and (max-width: 767px) {
  .pt20 {
    padding-top: 10px !important;
  }
}

.pt30 {
  padding-top: 30px !important;
}
@media screen and (max-width: 767px) {
  .pt30 {
    padding-top: 15px !important;
  }
}

.pt40 {
  padding-top: 40px !important;
}
@media screen and (max-width: 767px) {
  .pt40 {
    padding-top: 20px !important;
  }
}

.pt50 {
  padding-top: 50px !important;
}
@media screen and (max-width: 767px) {
  .pt50 {
    padding-top: 25px !important;
  }
}

.pt60 {
  padding-top: 60px !important;
}
@media screen and (max-width: 767px) {
  .pt60 {
    padding-top: 30px !important;
  }
}

.pt80 {
  padding-top: 80px !important;
}
@media screen and (max-width: 767px) {
  .pt80 {
    padding-top: 40px !important;
  }
}

.pt100 {
  padding-top: 100px !important;
}
@media screen and (max-width: 767px) {
  .pt100 {
    padding-top: 50px !important;
  }
}

/*width*----------------------*/
.w100 {
  width: 100% !important;
  max-width: 100% !important;
}

.w90 {
  width: 90% !important;
  max-width: 90% !important;
}

.w80 {
  width: 80% !important;
  max-width: 80% !important;
}

.w70 {
  width: 70% !important;
  max-width: 70% !important;
}

.w60 {
  width: 60% !important;
  max-width: 60% !important;
}

.w50 {
  width: 50% !important;
  max-width: 50% !important;
}

/*only---------------------------------*/
.pc_only {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc_only {
    display: none !important;
  }
}

.sp_only {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp_only {
    display: block !important;
  }
}

/*placeholder*/
:placeholder-shown {
  color: #CCC;
  font-size: 14px;
  line-height: 1;
}

::-webkit-input-placeholder {
  color: #CCC;
  font-size: 14px;
  line-height: 1;
}

:-moz-placeholder {
  opacity: 1;
  color: #CCC;
  font-size: 14px;
  line-height: 1;
}

::-moz-placeholder {
  opacity: 1;
  color: #CCC;
  font-size: 14px;
  line-height: 1;
}

:-ms-input-placeholder {
  color: #CCC;
  font-size: 14px;
  line-height: 1;
}

/*フォーム部品*/
input[type="text"],
input[type="submit"],
input[type="email"],
button, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input, select, textarea, select {
  padding: 5px;
  margin: 0;
  font-size: 14px;
  border: solid 1px #CCC;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  input, select, textarea, select {
    font-size: 16px !important;
  }
}

input[type="checkbox"],
input[type="radio"] {
  margin-right: 5px;
  vertical-align: middle;
}

input[type="submit"] {
  display: block;
  padding: 15px 100px;
  font-size: 16px;
  line-height: 1.6;
  transition: .3s;
  background: #B88C41;
  color: #FFF;
  letter-spacing: 3px;
  border: none;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  input[type="submit"] {
    width: 90%;
    margin: 0 auto;
    padding: 15px 0;
  }
}
input[type="submit"]:hover {
  opacity: 0.7;
}

/*-------------------------------------------------
 　スライドメニューボタン部分
/*-------------------------------------------------*/
#toggle {
  display: none;
}
@media screen and (max-width: 767px) {
  #toggle {
    height: 50px;
    display: block;
    position: absolute;
    right: 5px;
    top: 5px;
  }
}

#toggle a {
  display: block;
  width: 50px;
  height: 50px;
  overflow: hidden;
  background: url(../images/common/smp_icon_menu.png) no-repeat center center;
  background-size: 40px 40px;
}

.sidr {
  display: block;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 300px;
  overflow-x: hidden;
  overflow-y: auto;
  background: transparent;
}

.sidr.right {
  left: auto;
  right: -300px;
}

.sidr.left {
  left: -300px;
  right: auto;
}

.sidr-overlay {
  position: absolute;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999998;
  display: none;
}

.sidr-animating .sidr-overlay,
.sidr-open .sidr-overlay {
  display: block;
}

#slideMenu {
  display: none;
}
@media screen and (max-width: 767px) {
  #slideMenu {
    display: block;
  }
}

#slideMenu .innerbox {
  padding: 0px;
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  height: 100%;
  overflow-y: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #FFF;
  color: #FFF;
  margin-left: 40px;
  border-left: solid 1px #999;
}

#slideMenu .innerbox * {
  margin: 0;
  padding: 0;
  list-style-type: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#slideMenu .searchbox {
  padding: 10px;
  border-bottom: solid 1px #999;
  background: #333;
}

#slideMenu .searchbox .ttl {
  font-size: 12px;
  margin-bottom: 5px;
}

#slideMenu .searchbox input[type="text"]::-webkit-input-placeholder {
  font-size: 13px;
}

#slideMenu .searchbox input[type="text"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: solid 1px #999 !important;
  border-radius: 0px !important;
  font-size: 16px;
  padding: 3px 33px 3px 3px;
  height: 30px;
  width: 100%;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8zMS8xN6MZYLkAAAAYdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3Jrc0+zH04AAAHvSURBVEiJtZbNcdswEIU/cVKAO4g7kHLao5wKZHdAVeBRBWYqkFOB2UHiCkwd3yl0ByqBHdAHghJHWfDP1rtwBli8jwAWwC7qumZIkm6AFdB+S6ACSjOrBg0cLfrAklLgMcBiKoHfZpZ/GizpHtgDtxO8jsDOzP7OAkt6AdIJwEvlZrYdCkq+GAqQBp9xYEn7L4B24fu+gEVd10i6A9564nKaJTy0DZLWND+a9oz7aWZFH/gffuYegQczK2POklbAH/xELM3shzcuCbP1oNUQFCD0P4T4S62C//9gYBPx3A1BL+C7SLfrnwDeHx2nXggh3pu150+Cv8wHp22MXp0299ZLvEaapJqj0eNi4Ksrwd+X+5l+3jj39UqAwmlfSrqdQgzxS6fL8ycBYq/J8xRwT7zr34K95dhIyscQQ5x3XqsYuL0yn4As4nsAMu/ODbdSBqwjYzMz++V1fAvfZ5rE8M7cGniT9E6zXxVNCXSHv6ddRcuiUyEgaRmMbwbMpmrr3YKnc2xm7zSzmFW89ehFUhYFd+ArIkfgE3q6rEqiVaakDU3i9FWYrY6ckzPviTvVY73lbfiBJefE6+5/RbMyRVipbnxBPFdyM9sOgudoBDy7CngEvLra6zRwSqqrzbhVZObp1cEB/p1zGVyY2eEDX5XemyyjLLAAAAAASUVORK5CYII=) #FFF no-repeat 99% center;
  background-size: 15px 15px;
}

#slideMenu .searchbox form {
  position: relative;
}

#slideMenu .searchbox button {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #000;
  color: #FFF;
  height: 30px;
  width: 40px;
  text-align: center;
  border: none;
}

#slideMenu .category input {
  display: none;
}

#slideMenu .category label {
  display: block;
  background: #FFF;
  font-size: 13px;
  font-weight: bold;
  color: #121212;
  padding: 12px 10px;
  text-decoration: none;
  background-position: 98% center;
  background-size: 15px 9px;
  border-bottom: solid 1px #999;
  position: relative;
}

#slideMenu .category label:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  width: 8px;
  height: 8px;
  margin: -8px 0 0 0;
  border-top: solid 2px #830000;
  border-right: solid 2px #830000;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

#slideMenu .category input:checked + label:after,
#slideMenu .category input:checked + label:hover:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 0;
  border-top: solid 2px #830000;
  border-right: solid 2px #830000;
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}

#slideMenu .category .child {
  height: 0;
  overflow: hidden;
}

#slideMenu .category input:checked ~ .child {
  height: auto;
}

#slideMenu .category ul li a {
  display: block;
  font-size: 13px;
  padding: 10px 10px;
  text-decoration: none;
  color: #121212;
  border-bottom: solid 1px #999;
  position: relative;
  font-weight: normal;
}

#slideMenu .category ul li a:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 0;
  border-top: solid 2px #830000;
  border-right: solid 2px #830000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#slideMenu .category ul li ul li a {
  padding-left: 12px;
  font-size: 12px;
  font-weight: normal;
  color: #333;
  border-bottom: solid 1px #999;
  background: #EEE;
}

#slideMenu .closebtn {
  position: absolute;
  left: 0px;
  top: 5px;
}

#slideMenu .closebtn a {
  display: block;
  width: 40px;
  height: 40px;
  text-decoration: none;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACAAgMAAAC+UIlYAAAAA3NCSVQICAjb4U/gAAAADFBMVEX////MzMwzMzMAAAAGOrWMAAAACXBIWXMAAAsSAAALEgHS3X78AAAAGHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3NPsx9OAAABQUlEQVRYhe2WsXHDMAxFpRTyDDkVGcEreBj33iDOCF7I5xUyhEdIYRcJIps8HkAReF3SEB0A3ucTRQIYhm7duv2nvVp3v1rwvtPeeK7zo5y0O8muWrCRq3Zn+awWvMlduwf5qhYc5UeJjhf5rhFEQ0yLayFeloiCmBf3wypcREMcxOy4ClXLi2iBmOyG69hskdeqDQQTbCEY2RaCibYQjG4TQYXbCEq4jaDibQSl7CCUhIdQpD2EkvEQiraLkFM+Qhb3ETKEj5AgbgFCgggQEkSAkCAChAQRITwhIoQM4SNkCB8hQUQIw/BgjPK4BULSZ+JB4VHjz6Lf/byO2wACrxxeWrr2+HDw6eHjpeePBQRLEBYxKoNYSLEUYzGndoANBVsSNjVqi9hYuTVTc8fxgAcMHFFwyMExiQetbt26/aX9AvH41kYAlluBAAAAAElFTkSuQmCC) #FFF no-repeat;
  background-position: center center;
  background-size: 24px 24px;
}

.toppage .main_visual {
  position: relative;
}
.toppage .main_visual .information_short {
  position: absolute;
  width: 100%;
  background-color: #fff;
  opacity: 0.7;
  bottom: 0;
  padding: 13px;
  margin: 0 auto;
  z-index: 99999;
}
@media screen and (max-width: 767px) {
  .toppage .main_visual .information_short {
    padding: 8px;
  }
}
.toppage .main_visual .information_short .wrap {
  padding: 0;
}
.toppage .main_visual .information_short .wrap p {
  margin: 0px;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  color: #333;
}
.toppage .main_visual .information_short .wrap p.title {
  border-right: 1px solid #999;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .toppage .main_visual .information_short .wrap p.title {
    display: block;
    border-right: none;
  }
}
.toppage .main_visual .information_short .wrap p.text {
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  .toppage .main_visual .information_short .wrap p.text {
    display: block;
    padding-left: 0;
    font-size: 12px;
    line-height: 1.6;
  }
}
.toppage .attracts_block {
  padding: 40px 0px 0px;
  background: #333;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .toppage .attracts_block {
    padding: 0;
  }
}
.toppage .attracts_block .wrap {
  background-image: url(../images/top/attrac_img01.png);
  background-repeat: no-repeat;
  background-position: right 40px bottom 0px;
}
@media screen and (max-width: 767px) {
  .toppage .attracts_block .wrap {
    background-position: right bottom;
    background-size: 50% auto;
  }
}
.toppage .attracts_block .wrap .data {
  width: 60%;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .toppage .attracts_block .wrap .data {
    width: 96%;
    margin: 0 auto;
    padding: 30px 15px;
    background: rgba(0, 0, 0, 0.7);
    position: relative;
  }
}
.toppage .attracts_block .wrap .data h2 {
  font-size: 50px;
  margin-bottom: 30px;
  line-height: 1.4em;
}
@media screen and (max-width: 767px) {
  .toppage .attracts_block .wrap .data h2 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: bold;
  }
}
.toppage .attracts_block .wrap .data p {
  font-size: 14.5px;
  line-height: 2em;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .toppage .attracts_block .wrap .data p {
    font-size: 14px;
    line-height: 1.6em;
    margin-bottom: 20px;
  }
}
.toppage .special_content_block {
  padding: 50px 0px;
  background: #fff;
  color: #000;
}
@media screen and (max-width: 767px) {
  .toppage .special_content_block {
    padding: 25px 0;
  }
}
.toppage .special_content_block .wrap .data {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .toppage .special_content_block .wrap .data {
    width: auto;
    margin-bottom: 10px;
  }
}
.toppage .special_content_block .wrap .data h2 {
  font-size: 35px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .toppage .special_content_block .wrap .data h2 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
  }
}
.toppage .special_content_block .wrap .data .sttl {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #878b98;
}
@media screen and (max-width: 767px) {
  .toppage .special_content_block .wrap .data .sttl {
    font-size: 13px;
  }
}
.toppage .special_content_block .wrap .textblock {
  text-align: center;
  margin-bottom: 30px;
}
.toppage .special_content_block .wrap .textblock p {
  font-size: 18px;
  line-height: 1.8;
  color: #c9433c;
}
@media screen and (max-width: 767px) {
  .toppage .special_content_block .wrap .textblock p {
    font-size: 16px;
  }
}
.toppage .special_content_block .wrap .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin: 0px -10px;
}
@media screen and (max-width: 767px) {
  .toppage .special_content_block .wrap .list {
    display: block;
    margin: 0px;
  }
}
.toppage .special_content_block .wrap .list li {
  width: 33.33333333%;
}
@media screen and (max-width: 767px) {
  .toppage .special_content_block .wrap .list li {
    width: auto;
  }
}
.toppage .special_content_block .wrap .list li .sec {
  background: #fff;
  margin: 0px 10px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .toppage .special_content_block .wrap .list li .sec {
    margin: 0px;
    padding: 10px;
    margin-bottom: 20px;
  }
}
.toppage .special_content_block .wrap .list li .sec .img_area {
  font-weight: bold;
  font-size: 40px;
  line-height: 1.5em;
  text-align: center;
  margin-bottom: 10px;
}
.toppage .special_content_block .wrap .list li .sec h3 {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4em;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .toppage .special_content_block .wrap .list li .sec h3 {
    font-size: 16px;
  }
}
.toppage .special_content_block .wrap .list li .sec p {
  font-size: 14px;
  line-height: 1.8em;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .toppage .special_content_block .wrap .list li .sec p {
    font-size: 13px;
    margin-bottom: 15px;
  }
}
.toppage .special_content_block .wrap .list li .sec .btn {
  text-align: center;
}
.toppage .movie_block {
  background-image: url(../images/top/movie_img_1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 100px 0px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .toppage .movie_block {
    padding: 50px 0;
  }
}
.toppage .movie_block .wrap .data {
  width: 50%;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .toppage .movie_block .wrap .data {
    width: 94%;
    margin: 0 auto;
  }
}
.toppage .movie_block .wrap .data h2 {
  font-size: 50px;
  margin-bottom: 30px;
  line-height: 1.4em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .toppage .movie_block .wrap .data h2 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 10px;
  }
}
.toppage .movie_block .wrap .data p {
  font-size: 14.5px;
  line-height: 2em;
  margin-bottom: 60px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .toppage .movie_block .wrap .data p {
    font-size: 14px;
    line-height: 1.6em;
    margin-bottom: 20px;
  }
}
.toppage .user_voice_block {
  padding: 50px 0px;
  background: #fff;
  color: #000;
}
@media screen and (max-width: 767px) {
  .toppage .user_voice_block {
    padding: 25px 0;
  }
}
.toppage .user_voice_block .wrap .data {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .toppage .user_voice_block .wrap .data {
    width: auto;
    margin-bottom: 10px;
  }
}
.toppage .user_voice_block .wrap .data h2 {
  font-size: 35px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .toppage .user_voice_block .wrap .data h2 {
    font-size: 20px;
    font-weight: bold;
  }
}
.toppage .user_voice_block .wrap .data .sttl {
  font-size: 14.5px;
  font-weight: normal;
  letter-spacing: 1px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .toppage .user_voice_block .wrap .data .sttl {
    font-size: 13px;
  }
}
.toppage .user_voice_block .wrap .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0px -10px 40px;
}
@media screen and (max-width: 767px) {
  .toppage .user_voice_block .wrap .list {
    margin: 0px;
    display: block;
  }
}
.toppage .user_voice_block .wrap .list li {
  width: 33.33333333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .toppage .user_voice_block .wrap .list li {
    width: auto;
  }
}
.toppage .user_voice_block .wrap .list li .sec {
  width: 100%;
  background: #F0F0F0;
  margin: 0px 10px;
  padding: 15px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .toppage .user_voice_block .wrap .list li .sec {
    margin: 0px;
    padding: 0px;
    margin-bottom: 20px;
    background: #FFF;
  }
}
.toppage .user_voice_block .wrap .list li .sec .img_area {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .toppage .user_voice_block .wrap .list li .sec .img_area {
    padding: 0;
  }
}
.toppage .user_voice_block .wrap .list li .sec .img_area img {
  width: 100%;
  border: solid 5px #fff;
}
.toppage .user_voice_block .wrap .list li .sec h3 {
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4em;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .toppage .user_voice_block .wrap .list li .sec h3 {
    font-size: 16px;
  }
}
.toppage .user_voice_block .wrap .list li .sec p {
  font-size: 13px;
  line-height: 1.8em;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .toppage .user_voice_block .wrap .list li .sec p {
    margin: 0;
    font-weight: normal;
  }
}
.toppage .user_voice_block .wrap .btn {
  text-align: center;
}

.link_block {
  background: #111;
  color: #fff;
}
.link_block ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0px -20px;
}
@media screen and (max-width: 767px) {
  .link_block ul {
    display: block;
    margin: 0px;
  }
}
.link_block ul li {
  width: 50%;
  border-right: solid 1px #FFFFFF;
}
@media screen and (max-width: 767px) {
  .link_block ul li {
    width: auto;
    margin: 0px;
    border-right: none;
    border-bottom: solid 1px #FFFFFF;
  }
}
.link_block ul li:last-of-type {
  border: none;
}
.link_block ul li a {
  color: #fff;
}
.link_block ul li a .sec {
  padding: 20px 40px;
  margin: 20px;
  text-align: center;
  transition: background-color .3s, color .3s, opacity .3s;
}
.link_block ul li a .sec:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .link_block ul li a .sec {
    margin: 0px;
    padding: 20px;
  }
}
.link_block ul li a .sec h3 {
  font-size: 25px;
  line-height: 1.5em;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .link_block ul li a .sec h3 {
    font-size: 20px;
    margin-bottom: 5px;
  }
}
.link_block ul li a .sec h3:before {
  content: '';
  display: inline-block;
  width: 50px;
  height: 50px;
  background-image: url(../images/top/link_img01.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .link_block ul li a .sec h3:before {
    width: 30px;
    height: 30px;
  }
}
.link_block ul li a .sec p {
  font-size: 13px;
  line-height: 1.8em;
  max-width: 340px;
  margin: 0px auto;
}
.link_block ul li a .sec .btn a {
  display: inline-block;
  background: #830000;
  color: #fff;
  line-height: 55px;
  width: 250px;
  padding-left: 20px;
  position: relative;
  font-size: 16px;
  text-align: left;
  box-shadow: 2px 2px 4px 0px #000;
}
@media screen and (max-width: 767px) {
  .link_block ul li a .sec .btn a {
    width: 100%;
  }
}
.link_block ul li a .sec .btn a:after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -6px;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #fff;
}
.link_block ul li a .right h3 {
  margin-bottom: 23px;
}
@media screen and (max-width: 767px) {
  .link_block ul li a .right h3 {
    margin-bottom: 10px;
  }
}
.link_block ul li a .right h3:last-of-type:before {
  width: 60px;
  height: 41px;
  background-image: url(../images/top/link_img02.png);
}
@media screen and (max-width: 767px) {
  .link_block ul li a .right h3:last-of-type:before {
    width: 30px;
    height: 21px;
  }
}

.foot_block {
  background-image: url(../images/top/foot_01.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
  color: #fff;
}
.foot_block .wrap h2 {
  font-size: 30px;
  line-height: 1.4em;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .foot_block .wrap h2 {
    font-size: 18px;
    margin-bottom: 25px;
  }
}
.foot_block .wrap .img_area {
  margin-bottom: 40px;
}
.foot_block .wrap .btn {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .foot_block .wrap .btn {
    width: 80%;
  }
}
.foot_block .wrap .btn a {
  background-color: #fff;
  color: #AD1017;
  font-weight: bold;
}

/*--TOPスライダー--------------------------------------*/
@-webkit-keyframes imageAnimation01 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes imageAnimation01 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.top-slider-item {
  position: relative;
  width: 100%;
  height: -webkit-calc(100vh - 80px);
  height: calc(100vh - 80px);
  /*
  span{
    -webkit-animation: imageAnimation01 20s linear infinite 0s;
    animation: imageAnimation01 20s linear infinite 0s;
  }
  */
}
@media screen and (max-width: 767px) {
  .top-slider-item {
    height: 400px;
  }
}
.top-slider-item span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  display: block;
}
@media screen and (max-width: 767px) {
  .top-slider-item span {
    background-size: cover;
    background-attachment: scroll;
  }
}
.top-slider-item:nth-of-type(1) span {
  background-image: url("../images/top/main_01.jpg");
}
@media screen and (max-width: 767px) {
  .top-slider-item:nth-of-type(1) span {
    /*background-image: url("../images/top/main_01sp.jpg");*/
  }
}
.top-slider-item:nth-of-type(2) span {
  background-image: url("../images/top/main_04.jpg");
}
@media screen and (max-width: 767px) {
  .top-slider-item:nth-of-type(2) span {
    /*background-image: url("../images/top/main_04sp.jpg");*/
  }
}
.top-slider-item:nth-of-type(3) span {
  background-image: url("../images/top/main_03.jpg");
}
@media screen and (max-width: 767px) {
  .top-slider-item:nth-of-type(3) span {
    /*background-image: url("../images/top/main_03sp.jpg");*/
  }
}

.top-slider-content {
  margin: auto;
  width: 100%;
  height: auto;
}

.top-slider-content-inner {
  text-align: center;
  vertical-align: middle;
  text-align: center;
  word-wrap: break-word;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: column wrap;
  -webkit-flex-flow: column wrap;
  flex-flow: column wrap;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
.top-slider-content-inner img {
  margin: 0;
  width: auto;
  height: auto;
  opacity: 1 !important;
}
@media screen and (max-width: 767px) {
  .top-slider-content-inner img {
    max-width: 100%;
    height: auto;
  }
}
.top-slider-content-inner .text {
  width: 60%;
  text-align: left;
  color: #FFF;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.8;
  text-shadow: black 2px 0px 2px, black -2px 0px 2px, black 0px -2px 2px, black -2px 0px 2px, black 2px 2px 2px, black -2px 2px 2px, black 2px -2px 2px, black -2px -2px 2px, black 1px 2px 2px, black -1px 2px 2px, black 1px -2px 2px, black -1px -2px 2px, black 2px 1px 2px, black -2px 1px 2px, black 2px -1px 2px, black -2px -1px 2px, black 1px 1px 2px, black -1px 1px 2px, black 1px -1px 2px, black -1px -1px 2px;
}
@media screen and (max-width: 767px) {
  .top-slider-content-inner .text {
    font-size: 20px;
    text-align: center;
    width: 100%;
    left: 0%;
    top: 35%;
    padding: 0 15px;
  }
}

.main_visual {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .main_visual {
    max-width: auto;
  }
}

/*initialize*/
#slider {
  opacity: 0;
  transition: opacity .3s linear;
}

#slider.slick-initialized {
  opacity: 1;
}

/*言語翻訳*/
.qtranxs_widget_end {
  display: none;
}

.lp2 {
  overflow: hidden;
}
.lp2 .section {
  width: 100%;
  display: block;
  border-bottom: solid 1px #333333;
  min-width: 1130px;
}
@media screen and (max-width: 767px) {
  .lp2 .section {
    min-width: initial;
    min-width: auto;
  }
}
.lp2 .wrap {
  max-width: 1100px;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .lp2 .wrap {
    padding: 30px 15px;
  }
}
.lp2 .wrap .col {
  position: relative;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .lp2 .wrap .col {
    width: 100%;
  }
}
.lp2 .wrap .col:first-child {
  text-align: right;
}
.lp2 .wrap .col:last-child {
  text-align: left;
}
.lp2 .wrap .col-full {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .lp2 .wrap .half {
    max-width: 50%;
  }
}
.lp2 .wrap2 {
  width: 100%;
  height: 100%;
  padding: 0px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .lp2 .wrap2 {
    padding: 0 15px;
  }
}
.lp2 .wrap2 .col {
  position: relative;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .lp2 .wrap2 .col {
    width: 100%;
  }
}
.lp2 .wrap2 .col:first-child {
  text-align: right;
}
.lp2 .wrap2 .col:last-child {
  text-align: left;
}
.lp2 .wrap2 .col-full {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .lp2 .wrap2 .half {
    max-width: 50%;
  }
}
.lp2 .fs-xxlarge {
  font-size: 54px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .lp2 .fs-xxlarge {
    font-size: 24px;
  }
}
.lp2 .fs-xlarge {
  font-size: 40px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .lp2 .fs-xlarge {
    font-size: 22px;
  }
}
.lp2 .fs-large {
  font-size: 32px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .lp2 .fs-large {
    font-size: 18px;
  }
}
.lp2 .fs-medium {
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .lp2 .fs-medium {
    font-size: 16px;
    line-height: 1.8;
  }
}
.lp2 .fs-small {
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .lp2 .fs-small {
    font-size: 13px;
    line-height: 1.8;
  }
}
.lp2 .fs-ssmall {
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .lp2 .fs-ssmall {
    font-size: 11px;
  }
}
.lp2 .fc-black {
  color: #333;
}
.lp2 .fc-white {
  color: #FFF;
}
.lp2 .fc-red {
  color: #A00E15;
}
.lp2 .h100 {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .lp2 .h100 {
    height: 50%;
  }
}
.lp2 .list-circle {
  width: 700px;
  max-width: 100%;
  margin: 20px auto;
}
.lp2 .list-circle ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0px auto 30px;
}
@media screen and (max-width: 767px) {
  .lp2 .list-circle ul {
    display: block;
    margin: 0 0 30px;
  }
}
.lp2 .list-circle ul li {
  width: 380px;
  max-width: 50%;
}
@media screen and (max-width: 767px) {
  .lp2 .list-circle ul li {
    width: 100%;
  }
}
.lp2 .list-circle ul li p {
  border: solid 3px #666666;
  background: #111;
  border-radius: 48px;
  font-size: 18px;
  line-height: 1.5em;
  text-align: center;
  margin: 10px 5px;
  padding: 15px 0px;
}
@media screen and (max-width: 767px) {
  .lp2 .list-circle ul li p {
    font-size: 16px;
    border-radius: 45px;
    padding: 10px;
    border: solid 3px #999;
  }
}
.lp2 .list-circle ul li p.height1 {
  line-height: 86px;
  padding: 0px;
}
@media screen and (max-width: 767px) {
  .lp2 .list-circle ul li p.height1 {
    line-height: 4em;
  }
}
.lp2 .dot {
  position: relative;
  display: inline-block;
}
.lp2 .dot:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #A00E15;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -2.5px;
}
.lp2 .text-r {
  position: relative;
  display: inline-block;
  max-width: 100%;
  margin-right: auto;
  padding-right: 5%;
  padding-left: 5%;
  text-align: left;
}
.lp2 .text-l {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  padding-left: 5%;
  padding-right: 5%;
  text-align: left;
}
.lp2 .contact_btn a {
  background-color: #fff;
  display: inline-block;
  width: 320px;
  max-width: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 1.4em;
  color: #c9433c;
  padding: 14px 0px;
  border-radius: 4px;
  font-weight: bold;
  transition: opacity 0.3s;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  .lp2 .contact_btn a {
    width: 100%;
    font-size: 16px;
    padding: 15px 30px;
  }
}
.lp2 .contact_btn a:hover {
  opacity: 0.6;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
.lp2 .contact_btn.bg_red a {
  background-color: #c9433c;
  color: #fff;
}
.lp2 .contact_btn.btn_half a {
  width: 380px;
  margin: 0 20px;
  padding: 26px 0px;
}
@media screen and (max-width: 767px) {
  .lp2 .contact_btn.btn_half a {
    width: 100%;
    font-size: 18px;
    margin: 0;
    padding: 15px 30px;
  }
}
.lp2 .movie_area {
  width: 1000px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 767px) {
  .lp2 .movie_area {
    width: 100%;
    margin: 0 auto 20px;
  }
}
.lp2 .movie_area ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .lp2 .movie_area ul {
    margin: 0 0 0px;
  }
}
.lp2 .movie_area ul li {
  width: 49%;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .lp2 .movie_area ul li {
    width: 49%;
    margin-bottom: 20px;
  }
}
.lp2 .movie_area ul li .movie {
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}
.lp2 .movie_area ul li .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lp2 .movie_area .movie_btn {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .lp2 .movie_area .movie_btn {
    margin-top: 0;
  }
}
.lp2 .movie_area .movie_btn a {
  background-color: #830000;
  display: inline-block;
  width: 450px;
  max-width: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
  padding: 30px 0px;
  border-radius: 48px;
  font-weight: bold;
  transition: opacity 0.3s;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  .lp2 .movie_area .movie_btn a {
    width: 100%;
    font-size: 18px;
    padding: 15px 30px;
  }
}
.lp2 .movie_area .movie_btn a:hover {
  opacity: 0.6;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
.lp2 .movie_area p {
  color: #333;
}
.lp2 .detail_area .detail_ttl h2 {
  font-size: 40px;
  line-height: 1.5;
  padding-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lp2 .detail_area .detail_ttl h2 {
    font-size: 24px;
    padding-bottom: 20px;
  }
}
.lp2 .detail_area .detail_ttl h2:after {
  content: "";
  width: 100px;
  display: block;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -50px;
  height: 2px;
  background: #c9433c;
}
@media screen and (max-width: 767px) {
  .lp2 .detail_area .detail_ttl h2:after {
    height: 2px;
  }
}
.lp2 .detail_area .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0px -10px 40px;
}
@media screen and (max-width: 767px) {
  .lp2 .detail_area .list {
    display: block;
    margin: 0px;
  }
}
.lp2 .detail_area .list li {
  width: 33.33333333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .lp2 .detail_area .list li {
    width: auto;
  }
}
.lp2 .detail_area .list li .sec {
  width: 100%;
  background: #F0F0F0;
  margin: 0px 10px;
  padding: 15px;
  color: #333;
}
@media screen and (max-width: 767px) {
  .lp2 .detail_area .list li .sec {
    padding: 10px;
    margin: 0 auto 20px;
  }
}
.lp2 .detail_area .list li .sec .img_area {
  margin-bottom: 10px;
}
.lp2 .detail_area .list li .sec .img_area img {
  width: 100%;
  height: auto;
  border: solid 5px #fff;
}
.lp2 .detail_area .list li .sec h3 {
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .lp2 .detail_area .list li .sec h3 {
    font-size: 18px;
  }
}
.lp2 .detail_area .list li .sec p {
  text-align: left;
  font-size: 15px;
  line-height: 1.8;
}
.lp2 .box-l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
.lp2 .box-l .photo {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .lp2 .box-l .photo {
    width: 100%;
    margin-bottom: 15px;
  }
}
.lp2 .box-l .text {
  width: 55%;
  text-align: left;
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .lp2 .box-l .text {
    width: 100%;
    padding-left: 0;
  }
}
.lp2 .box-r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
.lp2 .box-r .photo {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .lp2 .box-r .photo {
    width: 100%;
    margin-bottom: 15px;
  }
}
.lp2 .box-r .text {
  width: 55%;
  text-align: left;
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  .lp2 .box-r .text {
    width: 100%;
    padding-right: 0;
  }
}
.lp2 .box-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.lp2 .box-col2 .box {
  width: 48%;
}
.lp2 .box-col3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.lp2 .box-col3 .box {
  width: 31%;
}
@media screen and (max-width: 767px) {
  .lp2 .box-col3 .box {
    width: 100%;
  }
}
.lp2 .box-col3 .box .sec {
  background: #fff;
  margin: 0px 10px;
  color: #333;
}
@media screen and (max-width: 767px) {
  .lp2 .box-col3 .box .sec {
    margin: 0px;
    padding: 10px;
    margin-bottom: 20px;
  }
}
.lp2 .box-col3 .box .sec .img_area {
  font-weight: bold;
  font-size: 40px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 10px;
}
.lp2 .box-col3 .box .sec h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .lp2 .box-col3 .box .sec h3 {
    font-size: 18px;
  }
}
.lp2 .box-col3 .box .sec p {
  text-align: left;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .lp2 .box-col3 .box .sec p {
    margin-bottom: 15px;
  }
}
.lp2 .box-col3 .box .sec .btn {
  text-align: center;
}
.lp2 .box-col3 .box.lineup {
  width: 31%;
}
@media screen and (max-width: 767px) {
  .lp2 .box-col3 .box.lineup {
    width: 50%;
  }
}
.lp2 .box-col3 .box.lineup p {
  text-align: center;
}
.lp2 .img01 {
  width: 100%;
  height: 100%;
  background: url("../images/lp/lp_img_1_5.png") no-repeat center bottom;
  background-size: auto 90%;
  position: absolute;
  z-index: 3;
}

.lp2.no-page .section {
  position: relative;
  background: #000;
  width: 100vw;
  height: 700px;
}
.lp2.no-page .section h2 {
  display: inline-block;
  z-index: 3;
  letter-spacing: 2px;
}
.lp2.no-page .section h3 {
  z-index: 3;
}
.lp2.no-page .section p {
  z-index: 3;
}
.lp2.no-page .section#page1 {
  background: url("../images/lp/lp1-1bg.jpg") no-repeat center bottom;
  background-size: cover;
  height: 900px;
}
@media screen and (max-width: 767px) {
  .lp2.no-page .section#page1 {
    height: auto;
  }
}
.lp2.no-page .section#page1 h2 {
  display: block;
  border-bottom: none;
  letter-spacing: 0;
}
.lp2.no-page .section#page1 .col:nth-of-type(1) {
  width: 40%;
}
.lp2.no-page .section#page1 .col:nth-of-type(1) img {
  width: 100%;
}
.lp2.no-page .section#page1 .col:nth-of-type(2) {
  width: 60%;
}
.lp2.no-page .section#page2 {
  background: url("../images/lp/lp1-2bg.jpg") no-repeat center bottom;
  background-size: cover;
}
.lp2.no-page .section#page3 {
  background: url("../images/lp/lp1-3bg.jpg") no-repeat 60%;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .lp2.no-page .section#page3 {
    height: 400px;
  }
}
.lp2.no-page .section#page3 h2 {
  border-bottom: 2px solid #A00E15;
}
.lp2.no-page .section#page3 p {
  z-index: 3;
}
.lp2.no-page .section#page4 {
  background-color: #333;
  height: 200px;
}
@media screen and (max-width: 767px) {
  .lp2.no-page .section#page4 {
    height: 100px;
  }
}
.lp2.no-page .section#page5 {
  background: url("../images/lp/lp1-5bg.jpg") no-repeat center bottom;
  background-size: cover;
}
.lp2.no-page .section#page5 h2 {
  border-bottom: 2px solid #A00E15;
}
.lp2.no-page .section#page6 {
  background-color: #333;
}
@media screen and (max-width: 767px) {
  .lp2.no-page .section#page6 {
    height: 850px;
  }
}
.lp2.no-page .section#page6 .h30 {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .lp2.no-page .section#page6 .h30 {
    height: 30%;
  }
}
.lp2.no-page .section#page6 h2 {
  border-bottom: 2px solid #A00E15;
}
.lp2.no-page .section#page6 p {
  display: block;
  width: 45vw;
  min-height: 60px;
  position: relative;
  background-color: #474747;
  z-index: 3;
  color: #fff;
  margin-bottom: 10px;
  padding: 10px 10px 10px 90px;
  background-image: url(../images/lp/lp_img_1_5_icon1.png);
  background-size: 40px 40px;
  background-repeat: no-repeat;
  background-position: 4% 50%;
}
@media screen and (max-width: 767px) {
  .lp2.no-page .section#page6 p {
    width: 100%;
    background-position: 2% 50%;
    padding-left: 60px;
    min-height: auto;
  }
}
.lp2.no-page .section#page6 p:nth-of-type(2) {
  background-image: url(../images/lp/lp_img_1_5_icon2.png);
}
@media screen and (max-width: 767px) {
  .lp2.no-page .section#page6 p:nth-of-type(2) {
    width: 100%;
  }
}
.lp2.no-page .section#page6 p:nth-of-type(3) {
  background-image: url(../images/lp/lp_img_1_5_icon3.png);
}
@media screen and (max-width: 767px) {
  .lp2.no-page .section#page6 p:nth-of-type(3) {
    width: 100%;
  }
}
.lp2.no-page .section#page6 p:nth-of-type(4) {
  background-image: url(../images/lp/lp_img_1_5_icon4.png);
}
@media screen and (max-width: 767px) {
  .lp2.no-page .section#page6 p:nth-of-type(4) {
    width: 100%;
  }
}
.lp2.no-page .section#page6 p:nth-of-type(5) {
  background-image: url(../images/lp/lp_img_1_5_icon5.png);
}
@media screen and (max-width: 767px) {
  .lp2.no-page .section#page6 p:nth-of-type(5) {
    width: 100%;
  }
}
.lp2.no-page .section#page7 {
  background: url("../images/lp/lp1-7bg.jpg") no-repeat center bottom;
  background-size: cover;
}
.lp2.no-page .section#page7 h2 {
  border-bottom: 2px solid #A00E15;
}
.lp2.no-page .section#page7 .bluetooth {
  background-color: #fff;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .lp2.no-page .section#page7 .bluetooth {
    padding: 15px;
  }
}
.lp2.no-page .section#page7 .bluetooth ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.lp2.no-page .section#page7 .bluetooth ul li {
  width: 60%;
  color: #333;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .lp2.no-page .section#page7 .bluetooth ul li {
    width: 100%;
    margin-bottom: 10px;
  }
}
.lp2.no-page .section#page7 .bluetooth ul li:nth-of-type(2) {
  width: 37%;
}
@media screen and (max-width: 767px) {
  .lp2.no-page .section#page7 .bluetooth ul li:nth-of-type(2) {
    width: 100%;
  }
}
.lp2.no-page .section#page8 {
  background-color: #ffffff;
}
.lp2.no-page .section#page9 {
  background-color: #ccc;
}
.lp2.no-page .section#page10 {
  background-color: #000000;
}
.lp2.no-page .section#page11 {
  background: url("../images/lp/lp3-1bg.jpg") no-repeat center bottom;
  background-size: cover;
  border-bottom: solid 1px #CCC;
}
.lp2.no-page .section#page12 {
  background-color: #333;
}
@media screen and (max-width: 767px) {
  .lp2.no-page .section#page12 {
    height: 400px;
  }
}
.lp2.no-page .section#page13 {
  background: url("../images/lp/lp3-3bg.jpg") no-repeat center bottom;
  background-size: cover;
}
.lp2.no-page .section#page14 {
  background-color: #ffffff;
}
.lp2.no-page .section#page15 {
  background: url("../images/lp/lp3-5bg.jpg") no-repeat center bottom;
  background-size: cover;
  height: 280px;
}
@media screen and (max-width: 767px) {
  .lp2.no-page .section#page15 {
    height: 160px;
  }
}
.lp2.no-page .section#page16 {
  background-color: #333;
}
.lp2.no-page .section#page17 {
  background-color: #333;
}
.lp2.no-page .section#page18 {
  background-color: #333;
}
.lp2.no-page .section#page19 {
  background-color: #ffffff;
}
.lp2.no-page .section#page20 {
  background: url("../images/lp/serrure_bg.jpg") no-repeat center bottom;
  background-size: cover;
}
.lp2.no-page .section#page21 {
  background-color: #000000;
}
.lp2.no-page .section#page22 {
  background-color: #ffffff;
}
.lp2.no-page .section#page23 {
  background-color: #ffffff;
}
.lp2.no-page .section#page24 {
  background-color: #EAEAEA;
}
.lp2.no-page .section#page25 {
  background-color: #000000;
}
.lp2.no-page .section#page_contact {
  background: url("../images/lp/contact_bg.jpg") no-repeat center bottom;
  background-size: cover;
  height: auto;
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  .lp2.no-page .section#page_contact {
    padding: 20px 0;
  }
}
.lp2.no-page .section.height-auto {
  height: auto;
  padding: 100px 0;
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .lp2.no-page .section.height-auto {
    padding: 30px 0;
  }
}
.lp2.no-page .section .bg_black_cover {
  position: relative;
}
.lp2.no-page .section .bg_black_cover::before {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.6);
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 50%;
  bottom: 0;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .lp2.no-page .section .bg_black_cover::before {
    width: 100%;
    left: 0;
  }
}
.lp2.no-page .section .bg_white_cover {
  position: relative;
}
.lp2.no-page .section .bg_white_cover::before {
  content: "";
  display: block;
  background: rgba(240, 240, 240, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .lp2.no-page .section .bg_white_cover::before {
    width: 100%;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .lp2.no-page .section .order1 {
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  .lp2.no-page .section .order2 {
    order: 2;
  }
}
.lp2.no-page .img_serrure {
  max-width: 80% !important;
  margin: 0 auto;
}

/*インスタグラムリスト*/
.instagram_list ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.instagram_list li {
  width: 23%;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .instagram_list li {
    width: 48%;
    margin-bottom: 20px;
  }
}
.instagram_list li:nth-of-type(1) {
  transition-delay: .1s;
}
.instagram_list li:nth-of-type(2) {
  transition-delay: .2s;
}
.instagram_list li:nth-of-type(3) {
  transition-delay: .3s;
}
.instagram_list li:nth-of-type(4) {
  transition-delay: .4s;
}
.instagram_list li:nth-of-type(5) {
  transition-delay: .5s;
}
.instagram_list li:nth-of-type(6) {
  transition-delay: .6s;
}
.instagram_list li:nth-of-type(7) {
  transition-delay: .7s;
}
.instagram_list li:nth-of-type(8) {
  transition-delay: .8s;
}
.instagram_list li .thumb {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.instagram_list li .thumb a {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-size: cover;
  background-position: center center;
  transition: opacity .3s;
}
.instagram_list li .thumb a:hover {
  opacity: .7;
}

/*エフェクト*/
/*fade---------------------------------*/
.ef-fade-up {
  opacity: 0;
  transition-property: transform, opacity;
  transition-duration: 1.0s;
  transform: translate(0, 30px);
  -webkit-transform: translate(0, 30px);
  z-index: 3;
}

.fade-up {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.ef-fade-bottom {
  opacity: 0;
  transition-property: transform, opacity;
  transition-duration: 1.0s;
  transform: translate(0, -30px);
  -webkit-transform: translate(0, -30px);
  z-index: 3;
}

.fade-bottom {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.ef-fade-left {
  opacity: 0;
  transition-property: transform, opacity;
  transition-duration: 1.0s;
  transform: translate(-30px, 0px);
  -webkit-transform: translate(-30px, 0px);
  z-index: 3;
}

.fade-left {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.ef-fade-right {
  opacity: 0;
  transition-property: transform, opacity;
  transition-duration: 1.0s;
  transform: translate(30px, 0px);
  -webkit-transform: translate(30px, 0px);
  z-index: 3;
}

.fade-right {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.ef-fade-normal {
  opacity: 0;
  transition-property: transform, opacity;
  transition-duration: 1.0s;
  z-index: 3;
}

.fade-normal {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.ef-zoom {
  transition-property: transform, opacity;
  transition-duration: 1.0s;
  transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  z-index: 3;
}

.zoom {
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
}

.ef-rotation {
  transition-property: transform, opacity;
  transition-duration: 1.0s;
  transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  z-index: 3;
}

.rotation {
  transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
}

.delay1s {
  transition-delay: .5s;
}

.delay2s {
  transition-delay: 1s;
}

.delay3s {
  transition-delay: 1.5s;
}

.delay4s {
  transition-delay: 2.0s;
}

.delay5s {
  transition-delay: 2.5s;
}

.delay6s {
  transition-delay: 3.0s;
}

.delay7s {
  transition-delay: 3.5s;
}

.delay8s {
  transition-delay: 4.0s;
}

.product_list_block .product_list_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .product_list_block .product_list_box {
    display: block;
  }
}
.product_list_block .textblock {
  text-align: center;
  margin-bottom: 30px;
}
.product_list_block .textblock p {
  font-size: 18px;
  line-height: 1.8;
  color: #c9433c;
}
@media screen and (max-width: 767px) {
  .product_list_block .textblock p {
    font-size: 16px;
  }
}
.product_list_block dl {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .product_list_block dl {
    width: 100%;
    margin-bottom: 50px;
  }
}
.product_list_block dl dt {
  text-align: center;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .product_list_block dl dt {
    font-size: 16px;
  }
}
.product_list_block dl dd {
  margin-bottom: 15px;
  text-align: center;
  font-size: 15px;
  line-height: 1.8;
}
.product_list_block dl dd img {
  width: 100%;
  text-align: center;
}
.product_list_block dl dd.txt {
  text-align: left;
}
.product_list_block dl dd.price {
  font-weight: bold;
}
.product_list_block dl dd.btn a {
  display: block;
  background: #c9433c;
  color: #fff;
  position: relative;
  font-size: 16px;
  line-height: 1.1;
  padding: 15px 0;
  text-align: center;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .product_list_block dl dd.btn a {
    width: 100%;
  }
}
.product_list_block dl dd.btn a:hover {
  opacity: .7;
}

.product_detail_block .product_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 60px;
}
.product_detail_block .product_main .product_main_photo {
  width: 50%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .product_detail_block .product_main .product_main_photo {
    width: 40%;
    padding: 0 15px;
  }
}
.product_detail_block .product_main .product_main_photo img {
  max-height: 500px;
}
.product_detail_block .product_main .product_text {
  width: 45%;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .product_detail_block .product_main .product_text {
    width: 60%;
  }
}
.product_detail_block .product_main .product_text h1 {
  padding: 0;
  margin: 0;
  font-size: 30px;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .product_detail_block .product_main .product_text h1 {
    font-size: 20px;
  }
}
.product_detail_block .product_main .product_text h1::after {
  display: none;
}
.product_detail_block .product_main .product_text p {
  font-size: 18px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .product_detail_block .product_main .product_text p {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .product_detail_block .tbl {
    overflow: auto;
  }
  .product_detail_block .tbl::-webkit-scrollbar {
    height: 5px;
  }
  .product_detail_block .tbl::-webkit-scrollbar-track {
    background: #F1F1F1;
  }
  .product_detail_block .tbl::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }
}
.product_detail_block .tbl table {
  border-collapse: collapse;
  /*table-layout: fixed;*/
  border: solid 1px #CCC;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .product_detail_block .tbl table {
    width: 600px;
  }
}
.product_detail_block .tbl table th, .product_detail_block .tbl table td {
  padding: 15px 15px;
  border: solid 1px #CCC;
  text-align: left;
  font-size: 15px;
  line-height: 1.4;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .product_detail_block .tbl table th, .product_detail_block .tbl table td {
    font-size: 13px;
    padding: 10px;
  }
}
.product_detail_block .tbl table td {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .product_detail_block .tbl table td {
    width: 200px;
  }
}
.product_detail_block .tbl table th {
  width: 20%;
  background: #F0F0F0;
  color: #000;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .product_detail_block .tbl table th {
    width: 100px;
  }
}
.product_detail_block .backbtn {
  margin-top: 60px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .product_detail_block .backbtn {
    margin-top: 30px;
  }
}
.product_detail_block .backbtn a {
  border: solid 2px #333;
  display: block;
  margin: 0px auto;
  width: 240px;
  text-align: center;
  font-size: 18px;
  line-height: 1.4em;
  color: #fff;
  background: #333;
  padding: 10px 0px;
  border-radius: 4px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .product_detail_block .backbtn a {
    width: auto;
    font-size: 18px;
    padding: 15px 0;
    margin: 0 15px;
  }
}

.company_block .company_img {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .company_block .company_img {
    margin-bottom: 15px;
  }
}
.company_block .desc {
  padding-bottom: 80px;
}
.company_block .desc p {
  font-size: 16px;
  line-height: 2.5;
}
@media screen and (max-width: 767px) {
  .company_block .desc p {
    font-size: 14px;
    line-height: 1.8;
  }
}
.company_block .desc p strong {
  color: #830000;
}
.company_block .ttl {
  text-align: center;
  margin-bottom: 30px;
}
.company_block .ttl h2 {
  margin-bottom: 30px;
  border-left: none;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .company_block .ttl h2 {
    font-size: 20px;
    text-align: left;
  }
}
.company_block .company_data dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  font-size: 16px;
  line-height: 1.8;
  padding: 15px;
  width: 100%;
  border-bottom: solid 1px #CCC;
}
@media screen and (max-width: 767px) {
  .company_block .company_data dl {
    font-size: 14px;
    padding: 5px;
  }
}
.company_block .company_data dt {
  width: 20%;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .company_block .company_data dt {
    width: 100%;
  }
}
.company_block .company_data dd {
  width: 75%;
}
@media screen and (max-width: 767px) {
  .company_block .company_data dd {
    width: 100%;
  }
}

.media_block .media_list .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  padding: 30px 0;
  width: 100%;
  border-bottom: solid 1px #CCC;
}
@media screen and (max-width: 767px) {
  .media_block .media_list .box {
    padding: 15px 0;
  }
}
.media_block .media_list .photo {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .media_block .media_list .photo {
    width: 100%;
  }
}
.media_block .media_list .photo img {
  width: 100%;
  height: auto;
}
.media_block .media_list .text {
  width: 70%;
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .media_block .media_list .text {
    width: 100%;
    padding-left: 0;
    margin-top: 15px;
  }
}
.media_block .media_list .text .date {
  font-size: 14px;
  padding-bottom: 10px;
}
.media_block .media_list .text .main_title {
  font-size: 16px;
  font-weight: bold;
}
.media_block .media_list .text p {
  line-height: 2.0;
}
@media screen and (max-width: 767px) {
  .media_block .media_list .text p {
    font-size: 14px;
  }
}
.media_block .media_list .text .media_btn {
  margin-top: 20px;
}
.media_block .media_list .text .media_btn a {
  color: #000;
  max-width: 200px;
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 1.1;
  padding: 10px 20px;
  border: solid 1px #000;
  transition: background-color .3s, color .3s;
}
.media_block .media_list .text .media_btn a:hover {
  background: #000;
  color: #FFF;
}
.media_block .media_list .user_name {
  margin-top: 15px;
  text-align: left;
}
.media_block .overview dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  font-size: 16px;
  line-height: 1.8;
  padding: 15px;
  width: 100%;
  border-bottom: solid 1px #CCC;
}
@media screen and (max-width: 767px) {
  .media_block .overview dl {
    font-size: 14px;
    padding: 5px;
  }
}
.media_block .overview dt {
  width: 20%;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .media_block .overview dt {
    width: 100%;
  }
}
.media_block .overview dd {
  width: 80%;
}
@media screen and (max-width: 767px) {
  .media_block .overview dd {
    width: 100%;
  }
}
.media_block .delivery_record .text {
  width: 100%;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .media_block .delivery_record .text {
    width: 100%;
    padding-left: 0;
    margin-top: 15px;
  }
}
.media_block .delivery_record .delivery_box {
  padding: 30px 0;
  border-top: solid 1px #CCC;
  border-bottom: solid 1px #CCC;
}
@media screen and (max-width: 767px) {
  .media_block .delivery_record .delivery_box {
    padding: 15px 0;
  }
}

.voice_block .desc p {
  font-size: 16px;
  line-height: 2.5;
}
@media screen and (max-width: 767px) {
  .voice_block .desc p {
    font-size: 14px;
    line-height: 1.8;
  }
}
.voice_block .desc p strong {
  color: #830000;
}
.voice_block .voice_list .box {
  overflow: hidden;
  padding: 30px 0;
  width: 100%;
  border-bottom: solid 1px #CCC;
}
@media screen and (max-width: 767px) {
  .voice_block .voice_list .box {
    padding: 15px 0;
  }
}
.voice_block .voice_list p {
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .voice_block .voice_list p {
    font-size: 14px;
  }
}
.voice_block .voice_list .float_l {
  float: left;
  margin-right: 30px;
  width: 290px;
}
@media screen and (max-width: 767px) {
  .voice_block .voice_list .float_l {
    width: 40%;
    margin-right: 15px;
  }
}
.voice_block .voice_list .user_name {
  margin-top: 15px;
  text-align: left;
}

.inquiry_block p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .inquiry_block p {
    text-align: left;
  }
}
.inquiry_block .phone {
  margin-bottom: 30px;
}
.inquiry_block .phone p {
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .inquiry_block .phone p {
    text-align: center;
  }
}
.inquiry_block .phone p.number {
  font-size: 40px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .inquiry_block .phone p.number {
    font-size: 30px;
  }
}
.inquiry_block .mail_form table {
  width: 100%;
  margin: auto;
  text-align: left;
  margin-bottom: 30px;
  border: solid 1px #CCC;
}
@media screen and (max-width: 767px) {
  .inquiry_block .mail_form table {
    width: 100%;
    border-bottom: none;
  }
}
.inquiry_block .mail_form table th {
  font-size: 16px;
  line-height: 1.8;
  font-weight: bold;
  width: 30%;
  padding: 20px;
  background: #F0F0F0;
  vertical-align: middle;
  border: solid 1px #CCC;
}
@media screen and (max-width: 767px) {
  .inquiry_block .mail_form table th {
    font-size: 14px;
    display: block;
    width: 100%;
    border: none;
    border-bottom: solid 1px #CCC;
    padding: 10px;
  }
}
.inquiry_block .mail_form table td {
  font-size: 16px;
  line-height: 1.8;
  padding: 20px;
  border: solid 1px #CCC;
}
@media screen and (max-width: 767px) {
  .inquiry_block .mail_form table td {
    font-size: 14px;
    display: block;
    width: 100%;
    border: none;
    border-bottom: solid 1px #CCC;
    padding: 10px;
  }
}
.inquiry_block .mail_form table td input {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .inquiry_block .mail_form table td input {
    font-size: 16px;
  }
}
.inquiry_block .mail_form table td textarea {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .inquiry_block .mail_form table td textarea {
    font-size: 16px;
  }
}
.inquiry_block .privacy_box {
  margin-top: 40px;
  width: 100%;
  height: 300px;
  padding: 30px 30px 15px;
  overflow: scroll;
  overflow-x: hidden;
  border: #CCC solid 1px;
}
@media screen and (max-width: 767px) {
  .inquiry_block .privacy_box {
    padding: 20px 10px 10px;
  }
}
.inquiry_block .privacy_box h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .inquiry_block .privacy_box h3 {
    font-size: 16px;
  }
}
.inquiry_block .privacy_box h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .inquiry_block .privacy_box h4 {
    font-size: 14px;
  }
}
.inquiry_block .privacy_box p {
  font-size: 13px;
  line-height: 1.8;
  text-align: left;
}

.example_block p {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .example_block p {
    text-align: left;
    margin-bottom: 30px;
  }
}
.example_block .box {
  margin-bottom: 50px;
}
.example_block .box:last-child {
  margin-bottom: 0;
}
.example_block .box dl {
  overflow: hidden;
}
.example_block .box dl dt {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 50px;
  border-bottom: #CCC 1px solid;
}
@media screen and (max-width: 767px) {
  .example_block .box dl dt {
    font-size: 20px;
  }
}
.example_block .box dl dd p.anonymous {
  text-align: left;
  margin-bottom: 0px;
}
.example_block .box dl dd p.title_media {
  font-size: 18px;
  text-align: left;
}
.example_block .box dl dd span {
  font-size: 16px;
  line-height: 1.4;
}
.example_block .box dl dd span.year_fonts {
  font-size: 16px;
}
.example_block .box dl dd.img {
  width: 30%;
  float: left;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .example_block .box dl dd.img {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.movie_block p {
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .movie_block p {
    font-size: 14px;
    text-align: left;
    margin-bottom: 30px;
  }
}
.movie_block .movie_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.movie_block .movie_list dl {
  width: 32%;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .movie_block .movie_list dl {
    width: 48%;
    margin-bottom: 20px;
  }
}
.movie_block .movie_list dl dt {
  margin-bottom: 10px;
}
.movie_block .movie_list dl dd {
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .movie_block .movie_list dl dd {
    font-size: 13px;
  }
}

.faq_block .faq_list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: column wrap;
  -webkit-flex-flow: column wrap;
  flex-flow: column wrap;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  font-size: 16px;
  line-height: 1.8;
  width: 100%;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .faq_block .faq_list dl {
    font-size: 14px;
    padding: 5px;
    margin-bottom: 30px;
  }
}
.faq_block .faq_list dt {
  width: 100%;
  font-weight: bold;
  position: relative;
  padding-left: 50px;
}
@media screen and (max-width: 767px) {
  .faq_block .faq_list dt {
    width: 100%;
  }
}
.faq_block .faq_list dt:before {
  content: 'Q';
  display: block;
  border-radius: 50%;
  width: 37px;
  height: 37px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #000;
  position: absolute;
  left: 0px;
  top: -5px;
  text-align: center;
}
.faq_block .faq_list dd {
  width: 100%;
  position: relative;
  padding-left: 50px;
  border-top: solid 1px #CCC;
  margin-top: 15px;
  padding-top: 15px;
}
@media screen and (max-width: 767px) {
  .faq_block .faq_list dd {
    width: 100%;
  }
}
.faq_block .faq_list dd:before {
  content: 'A';
  display: block;
  border-radius: 50%;
  width: 37px;
  height: 37px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #C00;
  position: absolute;
  left: 0px;
  top: 15px;
  text-align: center;
}

.saleend_block .product_list_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.saleend_block dl {
  width: 30%;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .saleend_block dl {
    width: 50%;
    margin-bottom: 30px;
  }
}
.saleend_block dl dt {
  text-align: center;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .saleend_block dl dt {
    font-size: 16px;
  }
}
.saleend_block dl dd {
  margin-bottom: 15px;
  text-align: center;
  font-size: 15px;
  line-height: 1.8;
}
.saleend_block dl dd img {
  width: 100%;
  text-align: center;
}
.saleend_block .desc {
  padding-bottom: 80px;
}
.saleend_block .desc p {
  font-size: 18px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .saleend_block .desc p {
    font-size: 13px;
    line-height: 1.8;
  }
}
.saleend_block .desc p strong {
  color: #830000;
}

.vendor_block {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .vendor_block .description {
    text-align: justify;
  }
}
.vendor_block .type_list {
  width: 100%;
}
.vendor_block .type_list > h3 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: bold;
  border-left: 3px #121212 solid;
  padding: 8px;
  line-height: 15px;
}
.vendor_block .type_list > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: wrap;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
  width: 100%;
}
.vendor_block .type_list > ul > li {
  width: 33%;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-left: none;
}
@media screen and (max-width: 767px) {
  .vendor_block .type_list > ul > li {
    border: 1px solid #ccc;
    width: 50%;
  }
}
.vendor_block .type_list > ul > li .box .photo > img {
  width: 100%;
  height: 170px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}
@media screen and (max-width: 767px) {
  .vendor_block .type_list > ul > li .box .photo > img {
    height: 100px;
  }
}
.vendor_block .type_list > ul > li .box .text .title {
  padding: 10px 10px 10px 10px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.8;
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  .vendor_block .type_list > ul > li .box .text .title {
    padding: 10px;
    font-size: 16px;
  }
}
.vendor_block .type_list > ul > li .box .text .detail {
  padding: 0 10px 10px 10px;
  font-size: 14px;
  line-height: 1.7em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .vendor_block .type_list > ul > li .box .text .detail {
    padding: 10px;
  }
}
.vendor_block .type_list > ul > li:nth-child(3n+1) {
  border-left: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .vendor_block .type_list > ul > li:nth-child(2n) {
    border-left: none;
  }
}
.vendor_block .type_list .btn {
  text-align: center;
  padding: 30px;
}
