@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
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: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  font-size: 62.25%;
  font-family: "Noto Sans JP", sans-serif;
  color: #555;
  letter-spacing: 0.02em;
  overflow-x: hidden;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

input[type="submit"], input[type="button"], button {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  background: transparent;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*clearfix*/
.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

a {
  color: inherit;
  text-decoration: none;
}

a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

img {
  max-width: 100%;
}

.hp_eng {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 600;
}

.hp_serif {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
}

.hp_bggray {
  background: #f4f4f4;
}

.hp_bglorange {
  background: #f6e8e1;
}

.hp_fs12 {
  font-size: 12px !important;
  line-height: 24px !important;
}

.hp_mt50 {
  margin-top: 50px !important;
}

.hp_fcgray {
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px !important;
}

.sp_only {
  display: none;
}

@media (max-width: 767px) {
  .sp_only {
    display: block;
  }
}

@media (max-width: 767px) {
  .pc_only {
    display: none;
  }
}

.el_btn {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.el_btn a {
  display: block;
  border: 1px solid #555;
  font-size: 24px;
  text-align: center;
  padding: 25px 0;
  position: relative;
  overflow: hidden;
}

@media (max-width: 767px) {
  .el_btn a {
    font-size: 20px;
    padding: 20px 0;
  }
}

.el_btn a::before {
  content: "";
  width: 13px;
  height: 13px;
  border: 1px solid #555;
  border-left: 0px;
  border-top: 0px;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-top: -6px;
  z-index: 1;
}

@media (max-width: 767px) {
  .el_btn a::before {
    right: 10px;
  }
}

.el_btn a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #ffbe98;
  z-index: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 0;
}

.el_btn a span {
  position: relative;
  z-index: 1;
}

.el_btn a:hover::after {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.el_btn.el_btn_dl {
  max-width: 320px;
}

.el_btn.el_btn_dl a {
  font-size: 16px;
  background: #f4f4f4;
  padding: 16px 30px 16px 10px;
}

.el_btn.el_btn_dl a::before {
  width: 18px;
  height: 16px;
  border: none;
  background: url(/dcms_media/image/ic-dl.png) no-repeat center center;
  background-size: contain;
  -webkit-transform: none;
          transform: none;
  right: 15px;
  margin-top: -8px;
}

.el_ttl01 {
  font-size: 36px;
  line-height: 48px;
  font-weight: 500;
  text-align: center;
  margin: 0 0 85px;
}

@media (max-width: 767px) {
  .el_ttl01 {
    font-size: 26px;
    line-height: 42px;
    margin: 0 0 50px;
  }
}

.el_ttl02 {
  font-size: 24px;
  line-height: 48px;
  font-weight: 500;
  padding: 0 0 0 40px;
  position: relative;
  margin: 0 0 25px;
}

.el_ttl02::before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ffbe98;
  position: absolute;
  left: 4px;
  top: 15px;
}

.ly_inner {
  width: 90%;
  max-width: 1040px;
  margin: 0 auto;
}

.ly_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.02em;
  background: #f4f4f4;
}

#index .ly_header {
  background: #fff;
}

.ly_header .logo {
  padding: 22px 0 0 27px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 150px;
          flex: 0 0 150px;
}

@media (max-width: 767px) {
  .ly_header .logo {
    padding: 22px 0 0 4%;
  }
}

.ly_header .logo img {
  width: 117px;
  height: auto;
}

.ly_header .ly_header_nav {
  width: 100%;
  padding: 11px 0 0;
}

@media (max-width: 1335px) {
  .ly_header .ly_header_nav {
    display: none;
  }
}

.ly_header .ly_header_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ly_header .ly_header_nav ul li {
  margin: 0 10px;
}

.ly_header .ly_header_nav ul li a {
  padding: 5px 10px;
  position: relative;
  overflow: hidden;
}

.ly_header .ly_header_nav ul li a:hover {
  background: #ea864b;
}

.ly_header .ly_header_nav ul li.btn {
  margin: 0 8px;
}

.ly_header .ly_header_nav ul li.btn a {
  display: block;
  width: 192px;
  border: 1px solid #ea864b;
  text-align: center;
  line-height: 18px;
  min-height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}

.ly_header .ly_header_nav ul li.btn a span {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.ly_header .ly_header_nav ul li.btn a::before {
  content: "";
  width: 8px;
  height: 8px;
  border: 1px solid #ea864b;
  border-left: 0px;
  border-top: 0px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-top: -6px;
  z-index: 1;
}

.ly_header .ly_header_nav ul li.btn a::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #ea864b;
  position: absolute;
  left: -100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.ly_header .ly_header_nav ul li.btn a:hover {
  background: transparent;
}

.ly_header .ly_header_nav ul li.btn a:hover span {
  color: #fff;
}

.ly_header .ly_header_nav ul li.btn a:hover::before {
  border-color: #fff;
}

.ly_header .ly_header_nav ul li.btn a:hover::after {
  left: 0;
}

.ly_header .bl_modalMenu {
  width: 110px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 110px;
          flex: 0 0 110px;
}

.ly_header .el_hamburger {
  width: 50px;
  height: 30px;
  position: fixed;
  right: 28px;
  top: 18px;
  z-index: 10002;
  cursor: pointer;
}

.ly_header .el_hamburger .el_hamburger__icon {
  display: block;
  width: 50px;
  height: 3px;
  margin: 0 auto;
}

.ly_header .el_hamburger .el_hamburger__icon::before,
.ly_header .el_hamburger .el_hamburger__icon::after {
  display: block;
  width: 50px;
  height: 3px;
  margin: 0 auto;
  background: #ea864b;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.ly_header .el_hamburger .el_hamburger__icon {
  position: relative;
}

.ly_header .el_hamburger .el_hamburger__icon::before {
  content: "";
  position: absolute;
  top: -5px;
  right: 0;
}

.ly_header .el_hamburger .el_hamburger__icon::after {
  content: "";
  width: 42px;
  position: absolute;
  top: 5px;
  right: 0;
}

.js_drawer__open .ly_header .el_hamburger .el_hamburger__icon::before,
.js_drawer__open .ly_header .el_hamburger .el_hamburger__icon::after {
  top: 0;
  width: 42px;
}

.js_drawer__open .ly_header .el_hamburger .el_hamburger__icon {
  background: none;
}

.js_drawer__open .ly_header .el_hamburger .el_hamburger__icon::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.js_drawer__open .ly_header .el_hamburger .el_hamburger__icon::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.ly_footer {
  padding: 100px 0 70px;
}

.ly_footer_logo {
  text-align: center;
}

.ly_footer_logo img {
  display: inline-block;
}

.ly_footer_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 90px 0 60px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ly_footer_wrap ul {
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 767px) {
  .ly_footer_wrap ul {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
  }
}

.ly_footer_wrap ul li {
  margin: 0 0 5px;
}

.ly_footer_wrap ul li a {
  display: inline-block;
  padding: 8px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 767px) {
  .ly_footer_wrap ul li a {
    padding: 5px 0;
  }
}

.ly_footer_wrap ul li a:hover {
  color: #ea864b;
}

.ly_footer .copy {
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
  letter-spacing: 0.02em;
}

.anm_tv {
  opacity: 0;
  transform: translate(0, -50px);
  -webkit-transform: translate(0, -50px);
  -webkit-transition: all 200ms cubic-bezier(0.315, 0.04, 0, 0.99);
  transition: all 200ms cubic-bezier(0.315, 0.04, 0, 0.99);
}

.anm_tv.anm_in {
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.anm_rv {
  opacity: 0;
  transform: translate(50px, 0);
  -webkit-transform: translate(50px, 0);
  -webkit-transition: all 200ms cubic-bezier(0.315, 0.04, 0, 0.99);
  transition: all 200ms cubic-bezier(0.315, 0.04, 0, 0.99);
}

.anm_rv.anm_in {
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.fade_v {
  opacity: 0;
}

.fade_v.anm_in {
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.anm_fix {
  position: absolute;
  left: 0;
  top: 0;
}

.anm_fix.anm_in {
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
  left: 0;
}

.anm {
  -webkit-transition: 1s;
  transition: 1s;
}

.anm:first-child {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

@media (max-width: 767px) {
  .anm:first-child {
    -webkit-transition-delay: 0.05s;
            transition-delay: 0.05s;
  }
}

.anm:nth-child(2) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

@media (max-width: 767px) {
  .anm:nth-child(2) {
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
}

.anm:nth-child(3) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

@media (max-width: 767px) {
  .anm:nth-child(3) {
    -webkit-transition-delay: 0.15s;
            transition-delay: 0.15s;
  }
}

.anm:nth-child(4) {
  -webkit-transition-delay: .7s;
          transition-delay: .7s;
}

@media (max-width: 767px) {
  .anm:nth-child(4) {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
}

.anm:nth-child(5) {
  -webkit-transition-delay: .9s;
          transition-delay: .9s;
}

@media (max-width: 767px) {
  .anm:nth-child(5) {
    -webkit-transition-delay: 0.25s;
            transition-delay: 0.25s;
  }
}

.anm:nth-child(6) {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

@media (max-width: 767px) {
  .anm:nth-child(6) {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
}

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

.bl_modalMenubox {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #ffbe98;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 10000;
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .bl_modalMenubox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow-y: scroll;
  }
}

.js_drawer__open .bl_modalMenubox {
  visibility: visible;
  opacity: 1;
}

.bl_modalMenu_logo {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  .bl_modalMenu_logo {
    width: 100%;
    padding: 10px 0;
  }
}

.bl_modalMenu_logo img {
  width: 170px;
  max-width: 80%;
  height: auto;
}

@media (max-width: 767px) {
  .bl_modalMenu_logo img {
    width: 140px;
  }
}

.bl_modalMenu_inner {
  width: 70%;
  margin: 0 0 0 auto;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

@media (max-width: 767px) {
  .bl_modalMenu_inner {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.bl_modalMenu_inner::before {
  content: "";
  width: 30%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}

.bl_modalMenu_inner .bl_modalMenu_nav {
  padding: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

@media (max-width: 767px) {
  .bl_modalMenu_inner .bl_modalMenu_nav {
    padding: 0px 0;
  }
}

.bl_modalMenu_inner .bl_modalMenu_nav ul {
  width: 30%;
  max-width: 260px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 767px) {
  .bl_modalMenu_inner .bl_modalMenu_nav ul {
    width: 100%;
    margin: 0 auto;
  }
}

.bl_modalMenu_inner .bl_modalMenu_nav ul.bl_modalMenu_btn {
  width: 100%;
  max-width: 100%;
  margin: 65px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .bl_modalMenu_inner .bl_modalMenu_nav ul.bl_modalMenu_btn {
    margin: 40px 0 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.bl_modalMenu_inner .bl_modalMenu_nav ul.bl_modalMenu_btn li {
  width: 48%;
  border: 0px;
}

@media (max-width: 767px) {
  .bl_modalMenu_inner .bl_modalMenu_nav ul.bl_modalMenu_btn li {
    width: 100%;
    max-width: 260px;
    margin: 0 auto;
  }
}

.bl_modalMenu_inner .bl_modalMenu_nav ul.bl_modalMenu_btn li a {
  background: #ffbe98;
  padding: 25px 25px 25px 50px;
  position: relative;
}

@media (max-width: 767px) {
  .bl_modalMenu_inner .bl_modalMenu_nav ul.bl_modalMenu_btn li a {
    padding: 10px 25px 10px 10px;
  }
}

.bl_modalMenu_inner .bl_modalMenu_nav ul.bl_modalMenu_btn li a::before {
  content: "";
  width: 8px;
  height: 8px;
  border: 1px solid #555;
  border-left: 0px;
  border-top: 0px;
  position: absolute;
  right: 38px;
  top: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-top: -6px;
  z-index: 1;
}

.bl_modalMenu_inner .bl_modalMenu_nav li {
  padding: 10px 0;
  width: 100%;
  border-bottom: 1px solid #ffbe98;
}

@media (max-width: 767px) {
  .bl_modalMenu_inner .bl_modalMenu_nav li {
    padding: 5px 0;
  }
}

.bl_modalMenu_inner .bl_modalMenu_nav li a {
  color: #555555;
  display: block;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 0.02em;
  padding: 15px 0;
}

@media (max-width: 767px) {
  .bl_modalMenu_inner .bl_modalMenu_nav li a {
    padding: 0;
    font-size: 15px;
  }
}

.bl_modalMenu_inner .bl_modalMenu_nav li .bl_modalMenu_nav__en {
  display: inline-block;
  overflow: hidden;
}

.bl_modalMenu_inner .bl_modalMenu_nav li .bl_modalMenu_nav__en span {
  position: relative;
  bottom: -45px;
  line-height: 40px;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.js_drawer__open .bl_modalMenu_inner .bl_modalMenu_nav li .bl_modalMenu_nav__en span {
  -webkit-animation: slideup 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards;
          animation: slideup 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.bl_modalMenu_inner .bl_modalMenu_nav li .bl_modalMenu_nav__jp {
  display: block;
  font-size: 12rem;
  line-height: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}

.js_drawer__open .bl_modalMenu_inner .bl_modalMenu_nav li .bl_modalMenu_nav__jp {
  -webkit-animation: fadein 0.8s ease-in forwards;
          animation: fadein 0.8s ease-in forwards;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

@-webkit-keyframes slideup {
  from {
    bottom: -40px;
  }
  to {
    bottom: 0px;
  }
}

@keyframes slideup {
  from {
    bottom: -40px;
  }
  to {
    bottom: 0px;
  }
}

@-webkit-keyframes fadein {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

@keyframes fadein {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

.bl_MV {
  padding: 125px 0 165px;
  background: url(/dcms_media/image/mvbg.jpg) no-repeat center center;
  background-size: 100% auto;
}

@media (max-width: 767px) {
  .bl_MV {
    padding: 80px 0 100px;
  }
}

.bl_MV_inner {
  width: 90%;
  max-width: 1040px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .bl_MV_inner {
    width: 80%;
  }
}

.bl_MVtxt {
  width: 54.80%;
}

@media (max-width: 767px) {
  .bl_MVtxt {
    width: 100%;
  }
}

.bl_MVtxt p {
  text-align: center;
  font-size: 20px;
  line-height: 38px;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin: 40px 0;
}

@media (max-width: 767px) {
  .bl_MVtxt p {
    font-size: 18px;
    line-height: 36px;
  }
}

.bl_MVtxt ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bl_MVtxt ul li {
  width: 48%;
}

@media (max-width: 767px) {
  .bl_MVtxt ul li {
    width: 100%;
    margin: 0 0 10px;
  }
}

.bl_MVtxt ul li a {
  border: 1px solid #ea864b;
  display: block;
  padding: 15px 0;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.02em;
  text-align: center;
  position: relative;
}

.bl_MVtxt ul li a::before {
  content: "";
  width: 8px;
  height: 8px;
  border: 1px solid #ffbe98;
  border-left: 0px;
  border-top: 0px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-top: -6px;
  z-index: 1;
}

.bl_MVtxt ul li:first-child {
  width: 100%;
  margin: 0 0 28px;
}

@media (max-width: 767px) {
  .bl_MVtxt ul li:first-child {
    margin: 0 0 18px;
  }
}

.bl_MVtxt ul li:first-child a {
  display: block;
  background: #ffbe98;
  color: #fff;
  padding: 30px 10px;
  text-align: center;
  font-size: 18px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.32);
  letter-spacing: 0.02em;
  border: 0px;
}

@media (max-width: 767px) {
  .bl_MVtxt ul li:first-child a {
    padding: 20px 0;
    font-size: 16px;
  }
}

.bl_MVtxt ul li:first-child a::before {
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  border-left: 0px;
  border-top: 0px;
  right: 20px;
}

@media (max-width: 767px) {
  .bl_MVtxt ul li:first-child a::before {
    right: 10px;
  }
}

article {
  position: relative;
}

article h1.hp_eng {
  font-size: 120px;
  letter-spacing: 0.1em;
  color: #ffbe98;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

@media (max-width: 767px) {
  article h1.hp_eng {
    font-size: 40px;
  }
}

article h1.hp_eng span {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.bl_secbox {
  margin: 0 auto;
  width: 100%;
  max-width: 1400px;
  position: relative;
}

.bl_secbox h2 {
  font-size: 24px;
  line-height: 48px;
  font-weight: 500;
  margin: 0 0 60px;
}

@media (max-width: 767px) {
  .bl_secbox h2 {
    font-size: 19px;
    line-height: 35px;
    margin: 0 0 30px;
  }
}

.bl_secbox p {
  font-size: 16px;
  line-height: 36px;
}

@media (max-width: 767px) {
  .bl_secbox p {
    font-size: 15px;
    line-height: 34px;
  }
}

.bl_secbox .ly_inner.pal {
  padding-left: 9.6%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

@media (max-width: 767px) {
  .bl_secbox .ly_inner.pal {
    padding-left: 7%;
  }
}

.bl_topabout {
  padding: 80px 0 300px;
}

@media (max-width: 767px) {
  .bl_topabout {
    padding: 60px 0 100px;
  }
}

.bl_topabout_in {
  padding-top: 180px;
}

.bl_topabout h2 {
  margin: 195px 0 30px;
}

@media (max-width: 767px) {
  .bl_topabout h2 {
    margin: 120px 0 30px;
  }
}

.bl_topabout h2.firsth2 {
  margin: 0 0 60px;
}

.bl_topabout ul {
  width: 100%;
  max-width: 680px;
  margin: 80px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .bl_topabout ul {
    margin: 60px auto 0;
  }
}

.bl_topabout ul li {
  width: 30.9%;
}

.bl_topabout ul li .in {
  width: 100%;
  padding-top: 100%;
  border: 1px solid #555;
  border-radius: 50%;
  display: block;
  font-size: 30px;
  letter-spacing: 0.2em;
  position: relative;
}

.bl_topabout ul li .in span {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.bl_topabout_img {
  position: absolute;
  right: 0;
  top: 185px;
  width: 42%;
  max-width: 600px;
}

@media (max-width: 767px) {
  .bl_topabout_img {
    top: 0;
    width: 60%;
  }
}

.bl_topabout_pic {
  background: url(/dcms_media/image/taisei-ph.jpg) no-repeat center center;
  background-size: cover;
  margin: 90px 0 110px;
}

@media (max-width: 767px) {
  .bl_topabout_pic {
    margin: 40px 0 60px;
  }
}

.bl_topabout .el_btn {
  margin: 100px auto 0;
}

@media (max-width: 767px) {
  .bl_topabout .el_btn {
    margin: 50px auto 0;
  }
}

.bl_step {
  width: 100%;
  margin: 85px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bl_step dl {
  width: 25%;
  text-align: center;
}

.bl_step dl dt {
  color: #ea864b;
  padding: 0 0 50px;
  font-size: 18px;
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  position: relative;
}

.bl_step dl dt span {
  font-size: 26px;
}

.bl_step dl dt::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ea864b;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-6px);
          transform: translateX(-6px);
  bottom: 18px;
}

.bl_step dl dt::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #ea864b;
  position: absolute;
  left: 50%;
  bottom: 23px;
}

.bl_step dl dd p {
  font-size: 14px;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 45px;
  margin: 0 0 15px;
}

.bl_step dl dd p span {
  display: inline-block;
}

.bl_step dl dd .img img {
  width: 58px;
  height: auto;
  display: inline-block;
}

.bl_step dl:last-child dt::after {
  content: none;
}

.bl_topcase {
  padding: 60px 0 200px;
}

@media (max-width: 767px) {
  .bl_topcase {
    padding: 40px 0 100px;
  }
}

.bl_topcase h2 {
  font-size: 30px !important;
  font-weight: 700;
}

@media (max-width: 767px) {
  .bl_topcase h2 {
    font-size: 24px !important;
  }
}

.bl_topcase_in {
  padding-top: 120px;
}

@media (max-width: 767px) {
  .bl_topcase_in {
    padding-top: 20px;
  }
}

.bl_topcase_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 100px 0 0;
}

@media (max-width: 767px) {
  .bl_topcase_wrap {
    margin: 60px 0 0;
  }
}

.bl_topcasebox {
  width: 46.8%;
  background: #fff url(/dcms_media/image/case.png) no-repeat right top;
  background-size: 130px auto;
  border-top: 2px solid #ea864b;
  padding: 55px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin: 0 0 60px;
}

@media (max-width: 767px) {
  .bl_topcasebox {
    width: 100%;
    margin: 0 0 30px;
    padding: 30px;
    background-size: 100px auto;
  }
}

.bl_topcasebox_num {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-size: 60px;
  font-weight: 600;
  color: #ffbe98;
  position: absolute;
  right: 40px;
  top: 10px;
}

@media (max-width: 767px) {
  .bl_topcasebox_num {
    right: 32px;
    top: 7px;
    font-size: 50px;
  }
}

.bl_topcasebox_ttl {
  font-size: 30px;
  line-height: 46px;
  font-weight: 700;
  min-height: 120px;
}

@media (max-width: 767px) {
  .bl_topcasebox_ttl {
    font-size: 24px;
    line-height: 40px;
    min-height: 95px;
  }
}

.bl_topcasebox p {
  padding: 0 0 20px 32px;
  font-size: 14px;
  line-height: 30px;
  min-height: 220px;
}

@media (max-width: 767px) {
  .bl_topcasebox p {
    padding: 0 0 20px 20px;
    min-height: auto;
  }
}

.bl_topcasebox .el_btn a {
  font-size: 18px;
}

.bl_topcasebox .el_btn a::before {
  width: 11px;
  height: 11px;
  right: 20px;
}

.bl_topoem {
  padding: 80px 0 190px;
}

@media (max-width: 767px) {
  .bl_topoem {
    padding: 40px 0 100px;
  }
}

.bl_topoem h2 {
  margin: 195px 0 30px;
  font-size: 30px !important;
  font-weight: 700;
}

.bl_topoem h2:first-child {
  margin: 0 0 60px;
}

.bl_topoem .ly_inner {
  padding-top: 180px;
}

.bl_topoem_img {
  position: absolute;
  right: 0;
  top: 80px;
  width: 42%;
  max-width: 600px;
}

@media (max-width: 767px) {
  .bl_topoem_img {
    top: 0;
    width: 60%;
  }
}

.bl_topoem .bl_topoemtxt {
  width: 100%;
  max-width: 564px;
}

.bl_topoem .el_btn {
  margin: 130px auto 0;
}

@media (max-width: 767px) {
  .bl_topoem .el_btn {
    margin: 60px auto 0;
  }
}

.bl_topoem ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 120px 0 30px;
}

@media (max-width: 767px) {
  .bl_topoem ul {
    margin: 60px 0 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.bl_topoem ul li {
  width: 31.91%;
  background: #fff;
  border-top: 1px solid #ea864b;
}

@media (max-width: 767px) {
  .bl_topoem ul li {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 20px;
  }
}

.bl_topoem ul li .bl_topoembox_ttl {
  font-size: 16px;
  text-align: center;
  padding: 15px;
}

.bl_topnews {
  padding: 200px 0 200px;
}

@media (max-width: 767px) {
  .bl_topnews {
    padding: 60px 0 100px;
  }
}

.bl_topnews_in {
  padding: 0 0 0 9.6%;
}

@media (max-width: 767px) {
  .bl_topnews_in {
    padding: 0 0 0 6%;
  }
}

.bl_topnews h1 {
  margin: 0 0 95px;
}

@media (max-width: 767px) {
  .bl_topnews h1 {
    margin: 0 0 60px;
  }
}

.bl_topnews h1 .en {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  color: #ffbe98;
  letter-spacing: 0.1em;
  font-size: 60px;
  margin: 0 0 25px;
}

@media (max-width: 767px) {
  .bl_topnews h1 .en {
    font-size: 45px;
    margin: 0 0 15px;
  }
}

.bl_topnews h1 .jp {
  font-size: 16px;
  color: #a6a6a6;
}

.bl_topnews .ly_inner {
  position: relative;
}

.bl_topnews .ly_inner .el_btn {
  max-width: 320px;
  position: absolute;
  right: 0;
  top: 20px;
}

@media (max-width: 767px) {
  .bl_topnews .ly_inner .el_btn {
    position: relative;
    right: auto;
    top: auto;
    margin: 30px auto 0;
  }
}

.bl_topnews .ly_inner .el_btn a {
  font-size: 18px;
  padding: 20px 0;
  background: #f4f4f4;
}

.bl_topnews_banner {
  margin: 60px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .bl_topnews_banner {
    margin: 40px 0 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.bl_topnews_banner ul {
  width: 31.91%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .bl_topnews_banner ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .bl_topnews_banner ul li {
    margin: 0 0 15px;
  }
}

.bl_topnews_banner ul li a {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  min-height: 100px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.bl_topnews_banner ul li a span {
  display: inline-block;
  width: 180px;
  font-size: 18px;
  text-align: left;
}

.bl_topnews_banner ul li a.product {
  background: url(/dcms_media/image/bnr-product.jpg) no-repeat center center;
  background-size: cover;
}

.bl_topnews_banner ul li a.oem {
  background: url(/dcms_media/image/bnr-oem.jpg) no-repeat center center;
  background-size: cover;
}

.bl_topnews_banner ul li a:hover {
  opacity: 0.6;
}

.bl_topnews_banner .right {
  width: 64.89%;
}

@media (max-width: 767px) {
  .bl_topnews_banner .right {
    width: 100%;
    margin: 20px 0 0;
  }
}

.bl_newslist {
  font-size: 14px;
  line-height: 24px;
  padding: 35px 0;
  border-bottom: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .bl_newslist {
    padding: 20px 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.bl_newslist:first-child {
  border-top: 1px solid #ccc;
}

.bl_newslist .date {
  width: 100px;
}

.bl_newslist .category {
  padding: 0 20px 0 0;
}

.bl_newslist .category span {
  display: block;
  font-size: 12px;
  width: 120px;
  text-align: center;
  border: 1px solid #aaaaaa;
  background: #f9f9f9;
  border-radius: 20px;
  letter-spacing: -0.05em;
}

.bl_newslist a {
  display: block;
  padding: 0 50px 0 0;
  position: relative;
}

@media (max-width: 767px) {
  .bl_newslist a {
    width: 100%;
  }
}

.bl_newslist a::before {
  content: "";
  width: 8px;
  height: 8px;
  border: 1px solid #555;
  border-left: 0px;
  border-top: 0px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-top: -6px;
  z-index: 1;
}

.bl_topcontact {
  padding: 200px 0 180px;
}

@media (max-width: 767px) {
  .bl_topcontact {
    padding: 60px 0 90px;
  }
}

.bl_topcontact h1 {
  margin: 0 0 95px;
}

@media (max-width: 767px) {
  .bl_topcontact h1 {
    margin: 0 0 60px;
  }
}

.bl_topcontact h1 .en {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  color: #ffbe98;
  letter-spacing: 0.1em;
  font-size: 60px;
  margin: 0 0 25px;
}

@media (max-width: 767px) {
  .bl_topcontact h1 .en {
    font-size: 45px;
    margin: 0 0 15px;
  }
}

.bl_topcontact h1 .jp {
  font-size: 16px;
  color: #a6a6a6;
}

.bl_topcontact_in {
  padding: 0 0 0 9.6%;
}

.bl_linkbox {
  width: 31.91%;
  background: #fff;
  border-top: 2px solid #ea864b;
  padding: 20px 30px 140px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.bl_linkbox_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 120px 0 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 767px) {
  .bl_linkbox_wrap {
    margin: 30px 0 20px;
  }
}

@media (max-width: 767px) {
  .bl_linkbox {
    width: 100%;
    padding: 30px 20px 100px;
    margin: 0 0 20px;
  }
}

.bl_linkbox .ttl {
  font-size: 22px;
  line-height: 36px;
  font-weight: 700;
  min-height: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

@media (max-width: 767px) {
  .bl_linkbox .ttl {
    min-height: auto;
    font-size: 20px;
    line-height: 34px;
    margin: 0 0 15px;
  }
}

.bl_linkbox .icon {
  margin: 0 auto 50px;
  width: 80px;
}

@media (max-width: 767px) {
  .bl_linkbox .icon {
    margin: 0 auto 10px;
  }
}

.bl_linkbox p {
  font-size: 14px;
  line-height: 36px;
}

@media (max-width: 767px) {
  .bl_linkbox p {
    line-height: 30px;
    margin: 0 0 20px;
  }
}

.bl_linkbox .el_btn {
  position: absolute;
  left: 0;
  bottom: 50px;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.bl_linkbox .el_btn a {
  font-size: 16px;
  padding: 15px 0;
}

.el_pagehead {
  background: #f4f4f4;
  padding: 90px 0;
}

@media (max-width: 767px) {
  .el_pagehead {
    padding: 50px 0;
  }
}

.el_pagehead .inner {
  width: 94%;
  max-width: 1040px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.el_pagehead .inner dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.el_pagehead .inner dl dt {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  color: #ffbe98;
  letter-spacing: 0.08em;
  font-size: 70px;
  line-height: 60px;
  margin: 0 40px 0 0;
}

@media (max-width: 767px) {
  .el_pagehead .inner dl dt {
    font-size: 45px;
    margin: 0 0 15px;
  }
}

.el_pagehead .inner dl dd {
  font-size: 16px;
  color: #a6a6a6;
  padding-top: 10px;
}

.el_pagehead .inner p {
  width: 100%;
  font-size: 14px;
  line-height: 36px;
  margin: 50px 0 0;
}

.el_pagehead .inner ul {
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 10px;
}

.el_pagehead .inner ul li {
  padding: 0 30px 0 0;
  position: relative;
}

.el_pagehead .inner ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  border: 1px solid #ffbe98;
  border-left: 0px;
  border-top: 0px;
  position: absolute;
  right: 14px;
  top: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-top: -4px;
  z-index: 1;
}

.el_pagehead .inner ul li:last-child {
  margin: 0;
}

.el_pagehead .inner ul li:last-child::before {
  content: none;
}

.el_pagehead .inner ul li a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.el_pagehead .inner ul li a:hover {
  color: #ffbe98;
}

.bl_linklist {
  margin: 0 0 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bl_linklist_wrap {
  padding: 90px 0 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

@media (max-width: 767px) {
  .bl_linklist_wrap {
    font-size: 17px;
    line-height: 28px;
  }
}

.bl_linklist_ttl {
  background: #f4f4f4;
  padding: 10px;
  border-radius: 100px;
  text-align: center;
  margin: 0 0 30px;
}

.bl_linklist li {
  width: 32.69%;
  margin: 0 0.96% 11px 0;
}

@media (max-width: 767px) {
  .bl_linklist li {
    width: 100%;
    margin: 0 0 11px;
  }
}

.bl_linklist li:nth-child(3n) {
  margin-right: 0;
}

.bl_linklist li a {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #555;
  padding: 10px 20px 10px 20px;
  min-height: 82px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}

@media (max-width: 767px) {
  .bl_linklist li a {
    padding: 8px 20px 8px;
    min-height: 77px;
  }
}

.bl_linklist li a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #ffbe98;
  z-index: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 0;
}

.bl_linklist li a span {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  padding: 0 22px 0 0;
}

.bl_linklist li a span::before {
  content: "";
  width: 13px;
  height: 13px;
  border: 1px solid #555;
  border-left: 0px;
  border-top: 0px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: -12px;
  z-index: 1;
}

@media (max-width: 767px) {
  .bl_linklist li a span::before {
    right: 10px;
  }
}

.bl_linklist li a span span {
  font-size: 12px;
  display: inline-block;
  width: auto;
  padding: 0;
}

.bl_linklist li a span span::before {
  content: none;
}

.bl_linklist li a:hover::after {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.bl_linklist li a .img {
  position: relative;
  z-index: 1;
}

.bl_linklist li a.right span::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-top: -8px;
}

.bl_linklist.bl_linklist_img li a span {
  padding: 0 22px 10px 0;
}

.bl_itemlist {
  width: 30.76%;
  margin: 0 3.86% 38px 0;
  background: #fff;
  padding: 7px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.bl_itemlist_container {
  padding: 80px 0 200px;
}

@media (max-width: 767px) {
  .bl_itemlist_container {
    padding: 60px 0 100px;
  }
}

.bl_itemlistLead {
  background: #fff;
  padding: 35px 40px;
  position: relative;
  margin: 0 0 45px;
}

@media (max-width: 767px) {
  .bl_itemlistLead {
    padding: 25px;
    margin: 0 0 30px;
  }
}

.bl_itemlistLead_ttl {
  font-size: 24px;
  font-weight: 500;
  padding: 0 0 25px;
  margin: 0 0 25px;
  border-bottom: 2px solid #ffbe98;
}

@media (max-width: 767px) {
  .bl_itemlistLead_ttl {
    font-size: 20px;
    padding: 0 0 20px;
    margin: 0 0 20px;
  }
}

.bl_itemlistLead p {
  font-size: 16px;
  line-height: 28px;
}

.bl_itemlistLead::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 24px solid transparent;
  border-left: 24px solid transparent;
  border-top: 20px solid #ffbe98;
  border-bottom: 0;
  position: absolute;
  left: 50%;
  bottom: -20px;
  margin-left: -24px;
}

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

@media (max-width: 767px) {
  .bl_itemlist {
    width: 100%;
    margin: 0 0 30px;
  }
}

.bl_itemlist:nth-child(3n) {
  margin-right: 0;
}

.bl_itemlist_body {
  -webkit-box-flex: 3;
      -ms-flex-positive: 3;
          flex-grow: 3;
  padding: 0 8px;
}

.bl_itemlist_img img {
  width: 100%;
  height: auto;
}

.bl_itemlist_ttl {
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
  padding: 15px 0 15px;
  margin: 0 0 15px;
  border-bottom: 2px solid #ffbe98;
  min-height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bl_itemlist_cat {
  margin: 0 0 10px;
}

.bl_itemlist_cat li {
  display: inline-block;
  margin: 0 0 8px;
}

.bl_itemlist_cat li a {
  font-size: 12px;
  color: #888;
  display: inline-block;
  border: 1px solid #888;
  padding: 6px 10px;
  border-radius: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.bl_itemlist_cat li a:hover {
  background: #ffbe98;
}

.bl_itemlist_point li {
  padding-left: 14px;
  position: relative;
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 8px;
}

.bl_itemlist_point li::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #555;
  position: absolute;
  left: 2px;
  top: 8px;
}

.bl_itemlist_btn {
  padding: 0 8px 12px;
}

.bl_itemlist_btn li {
  margin: 10px 0 0;
}

.bl_itemlist_btn li a {
  display: block;
  color: #555;
  font-size: 16px;
  background: #f4f4f4;
  border: 1px solid #555;
  padding: 16px 40px 16px 20px;
  position: relative;
  overflow: hidden;
}

.bl_itemlist_btn li a::before {
  content: "";
  width: 10px;
  height: 10px;
  border: 1px solid #555;
  border-left: 0px;
  border-top: 0px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-top: -6px;
  z-index: 1;
}

@media (max-width: 767px) {
  .bl_itemlist_btn li a::before {
    right: 10px;
  }
}

.bl_itemlist_btn li a.dl::before {
  width: 18px;
  height: 16px;
  border: none;
  background: url(/dcms_media/image/ic-dl.png) no-repeat center center;
  background-size: contain;
  -webkit-transform: none;
          transform: none;
  right: 15px;
  margin-top: -8px;
}

.bl_itemlist_btn li a span {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.bl_itemlist_btn li a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #ffbe98;
  z-index: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 0;
}

.bl_itemlist_btn li a:hover::after {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.bl_aside .ly_inner {
  width: 90%;
  max-width: 940px;
  margin: 0 auto;
  padding: 1px 0;
}

.bl_aside .bl_topnews_banner {
  margin: 0;
}

.bl_aside .bl_topcontact {
  padding: 180px 0 190px;
}

@media (max-width: 767px) {
  .bl_aside .bl_topcontact {
    padding: 90px 0 100px;
  }
}

.bl_aside .bl_topcontact h1 {
  text-align: center;
}

.bl_aside .bl_topcontact .bl_topcontact_in {
  padding: 0;
}

.bl_itembox {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bl_itembox_wrap {
  padding: 100px 0 200px;
}

@media (max-width: 767px) {
  .bl_itembox_wrap {
    padding: 60px 0 100px;
  }
}

.bl_itembox_img {
  width: 41.34%;
  padding: 10px 0 10px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 767px) {
  .bl_itembox_img {
    width: 100%;
    padding: 10px;
  }
}

.bl_itembox_img img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.bl_itembox_img #subImg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bl_itembox_img #subImg li {
  width: 32%;
  margin: 0 2% 10px 0;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.bl_itembox_img #subImg li:nth-child(3n) {
  margin-right: 0;
}

.bl_itembox_img #subImg li:hover {
  opacity: 0.6;
}

.bl_itembox_img p {
  margin: 10px 0;
  background: #f4f4f4;
  font-size: 12px;
  text-align: center;
  padding: 10px 0;
}

.bl_itembox_body {
  width: 58.66%;
}

@media (max-width: 767px) {
  .bl_itembox_body {
    width: 100%;
  }
}

.bl_itembox_body .in {
  padding: 35px;
}

@media (max-width: 767px) {
  .bl_itembox_body .in {
    padding: 20px;
  }
}

.bl_itembox_body .in .lead {
  font-size: 20px;
  line-height: 30px;
  margin: 0 0 15px;
}

.bl_itembox_body .in .point {
  margin: 0 0 30px;
}

.bl_itembox_body .in .point li {
  position: relative;
  padding-left: 16px;
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 20px;
}

.bl_itembox_body .in .point li::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ffa26b;
  position: absolute;
  left: 2px;
  top: 8px;
}

.bl_itembox_body .in .label {
  font-size: 16px;
  padding: 15px 0;
  border-top: 2px solid #d0d0d0;
}

.bl_itembox_body .in .bl_itemlist_cat {
  padding: 0 0 10px;
  border-bottom: 2px solid #d0d0d0;
}

.bl_itembox_body .in .bl_itemlist_cat li {
  margin: 0 8px 10px 0;
}

.bl_itembox_body .in .bl_itemlist_cat li a {
  font-size: 14px;
}

.bl_itembox_body .in .package {
  margin: 15px 0 40px;
  border-top: 1px solid #d0d0d0;
  border-left: 1px solid #d0d0d0;
}

.bl_itembox_body .in .package dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  line-height: 20px;
  border-bottom: 1px solid #d0d0d0;
  border-right: 1px solid #d0d0d0;
}

@media (max-width: 767px) {
  .bl_itembox_body .in .package dl {
    font-size: 12px;
    line-height: 18px;
  }
}

.bl_itembox_body .in .package dl dt {
  width: 120px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
  border-right: 1px solid #d0d0d0;
  padding: 10px 13px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 767px) {
  .bl_itembox_body .in .package dl dt {
    padding: 8px;
    width: 100px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
  }
}

.bl_itembox_body .in .package dl dd {
  width: 100%;
  padding: 10px 15px;
}

@media (max-width: 767px) {
  .bl_itembox_body .in .package dl dd {
    padding: 8px;
  }
}

.bl_itembox_btm {
  width: 100%;
  border-top: 1px solid #ffbe98;
  padding: 30px 35px 30px;
}

@media (max-width: 767px) {
  .bl_itembox_btm {
    padding: 20px;
  }
}

.bl_itembox_btm .el_ttl01 {
  font-size: 24px;
  margin: 0 0 40px;
}

.bl_itembox_ttl {
  font-size: 24px;
  line-height: 48px;
  font-weight: 500;
  padding: 30px 35px;
  border-bottom: 2px solid #ffbe98;
}

.bl_seanbox {
  width: 32%;
  margin: 0 2% 30px 0;
  border-top: 2px solid #ffbe98;
  padding: 15px 0 0;
}

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

@media (max-width: 767px) {
  .bl_seanbox {
    width: 100%;
    margin: 0 0 20px;
  }
}

.bl_seanbox:nth-child(3n) {
  margin-right: 0px;
}

.bl_seanbox_ttl span {
  display: block;
}

.bl_seanbox_ttl span.en {
  color: #a6a6a6;
  font-size: 12px;
  margin: 0 0 10px;
}

.bl_seanbox_ttl span.jp {
  font-size: 18px;
  padding: 0 0 20px;
}

.bl_seanbox_img {
  margin: 0 0 12px;
}

.bl_seanbox_img img {
  width: 100%;
  height: auto;
}

.bl_seanbox p {
  font-size: 14px;
  line-height: 20px;
}
