@charset "UTF-8";

.pc_view .contentArea .gmenu {
  display: none !important;
}

/* Visual *******************************/
:where(#mainArea).works .visual {
  position: relative;
  height: 700px;
  padding: 20px 0;
  &.case01 {
    background: url("../images/works/case01/bg_visual.jpg") no-repeat center center;
    background-size: cover;
  }
  &.case02 {
    background: url("../images/works/case02/bg_visual.jpg") no-repeat center center;
    background-size: cover;
  }
}
:where(#mainArea).works .visual h2 {
  opacity: 0;
  font-size: 50px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  text-align: center;
  line-height: 1em;
  margin-top: 310px;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  transform: translate(0, 10px);
  transition: all 2s ease;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -ms-transition: all 2s ease;
  -o-transition: all 2s ease;
}
:where(#mainArea).works .visual.show h2 {
  opacity: 1;
  transform: translate(0, 0);
}
/* Style List *******************************/
:where(#mainArea).works .style_list {
  position: relative;
  background: #fff;
  color: #3b3b42;
}
:where(#mainArea).works .style_list > .inner {
  width: 920px;
  margin: 0 auto;
  padding: 130px 0 70px 0;
}
:where(#mainArea).works .style_list .lead {
  font-size: 22px;
}
:where(#mainArea).works .style_list .text {
  margin-top: 30px;
  line-height: 2em;
}
:where(#mainArea).works .style_list h3 {
  margin: 110px 0 50px 0;
}
:where(#mainArea).works .style_list h3 img {
  display: block;
  width: 151px;
}
:where(#mainArea).works .style_list ul.list {
  margin-top: 110px;
}
:where(#mainArea).works .style_list ul.list li {
  position: relative;
  float: left;
  background: #eee;
  width: 290px;
  height: 430px;
  margin-left: 20px;
  margin-bottom: 60px;
}
:where(#mainArea).works .style_list ul.list li:nth-child(1),
:where(#mainArea).works .style_list ul.list li:nth-child(4),
:where(#mainArea).works .style_list ul.list li:nth-child(7),
:where(#mainArea).works .style_list ul.list li:nth-child(10) {
  margin-left: 0;
}

:where(#mainArea).works .style_list ul.list li a {
  display: block;
  width: 290px;
  height: 430px;
  background: url("../images/case/bg_style1.jpg") no-repeat center top #eee;
  background-size: 290px auto;
  -webkit-background-size: 290px auto;
  -moz-background-size: 290px auto;
  -ms-background-size: 290px auto;
  -o-background-size: 290px auto;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
}
:where(#mainArea).works .style_list ul.list li.style2 a {
  background-image: url("../images/case/bg_style2.jpg");
}

:where(#mainArea).works .style_list ul.list li a:hover {
  display: block;
  background-size: 541px auto;
  -webkit-background-size: 541px auto;
  -moz-background-size: 541px auto;
  -ms-background-size: 541px auto;
  -o-background-size: 541px auto;
  opacity: 1;
}

:where(#mainArea).works .style_list ul.list li a .title {
  position: absolute;
  width: 100%;
  top: 310px;
  left: 0;
  font-size: 22px;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  font-family: "Cormorant Garamond", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "HGS明朝E", serif;
  font-weight: 600;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transform: translate(0, -50%);
  color: #3b3b42;
  text-align: center;
}
:where(#mainArea).works .style_list ul.list li a:hover .title {
  color: #fff;
}

:where(#mainArea).works .style_list ul.list li a .more {
  position: absolute;
  top: 382px;
  left: 113px;
  width: 68px;
  height: 18px;
}
:where(#mainArea).works .style_list ul.list li a .more::after {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #3b3b42;
  content: "";
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}
:where(#mainArea).works .style_list ul.list li a:hover .more:after {
  background: #fff;
  animation: more_line 1s ease;
  -webkit-animation: more_line 1s ease;
}
@keyframes more_line {
  0% {
    width: 100%;
    left: auto;
    right: 0;
  }
  40% {
    width: 0%;
    left: auto;
    right: 0;
  }
  60% {
    width: 0%;
    left: 0;
    right: auto;
  }
  100% {
    width: 100%;
    left: 0;
    right: auto;
  }
}
:where(#mainArea).works .style_list ul.list li a .more img {
  display: block;
  position: absolute;
}
:where(#mainArea).works .style_list ul.list li a:hover .more img.b,
:where(#mainArea).works .style_list ul.list li a .more img.w {
  opacity: 0;
}
:where(#mainArea).works .style_list ul.list li a:hover .more img.w {
  opacity: 1;
}

/* Inner *******************************/
:where(#mainArea).works.case1 .visual {
  background-image: url("../images/works/case01/bg_visual.jpg");
}
:where(#mainArea).works.case2 .visual {
  background-image: url("../images/works/case02/bg_visual.jpg");
}

:where(#mainArea).works .case_body {
  position: relative;
  /* background: #3B3B42; */
  /* color: #fff; */
  padding: 10px 0 0 0;
}
:where(#mainArea).works .case_body .case_header {
  width: 960px;
  margin: 0 auto 50px auto;
}

:where(#mainArea).works .case_body .case_header h1 {
  margin-top: -45px;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  container-type: inline-size;
}
:where(#mainArea).works .case_body .case_header h1 > span {
  font-size: 28px;
  background: #3b3b42;
  padding: 18px 20px;
  color: #fff;
  letter-spacing: 0.1em;
  width: fit-content;
}
:where(#mainArea).works .case_body .case_header .request {
  margin-top: 40px;
}
:where(#mainArea).works .case_body .case_header .request .title {
  font-size: 22px;
  font-weight: bold;
  color: #3b3b42;
}
:where(#mainArea).works .case_body .case_header .request .text {
  font-size: 15px;
  margin-top: 10px;
  ul& {
    padding-left: 1em;
    display: flex;
    flex-direction: column;
    row-gap: 0.6em;
  }
  li {
    line-height: 1.4;
    list-style: disc;
  }
}
:where(#mainArea).works .case_body .case_header .proposal {
  margin-top: 45px;
  padding: 24px 30px;
  border: 2px solid #3b3b42;
}
:where(#mainArea).works .case_body .case_header .proposal .title {
  font-size: 22px;
  font-weight: bold;
  color: #3b3b42;
}
:where(#mainArea).works .case_body .case_header .proposal .text {
  font-size: 15px;
  margin-top: 10px;
  ul& {
    padding-left: 1em;
    display: flex;
    flex-direction: column;
    row-gap: 0.6em;
  }
  li {
    line-height: 1.4;
    list-style: disc;
  }
}
:where(#mainArea).works .case_body .case_header .bt_video {
  margin-top: 50px;
  display: block;
}

:where(#mainArea).works .case_body {
  .detail {
    background: #f0f0f0;
    @media screen and (max-width: 767px) {
      padding-top: 30px;
      padding-bottom: 30px;
    }
    @media screen and (min-width: 768px) {
      padding-top: 50px;
      padding-bottom: 50px;
    }
    .inner {
      max-width: 960px;
      display: flex;
      @media screen and (max-width: 767px) {
        margin-right: 20px;
        margin-left: 20px;
        flex-direction: column;
        row-gap: 16px;
      }
      @media screen and (min-width: 768px) {
        margin-right: auto;
        margin-left: auto;
        justify-content: space-between;
      }
    }
    .title {
      letter-spacing: 0.1em;
      line-height: 1.8;
      position: relative;
      @media screen and (max-width: 767px) {
        margin-bottom: 0;
        font-size: 14px;
        text-align: left;
      }
      @media screen and (min-width: 768px) {
        font-size: 18px;
      }
      &::after {
        position: absolute;
        height: 1px;
        content: "";
        background: currentColor;
        left: 0;
        @media screen and (max-width: 767px) {
          width: 10px;
          bottom: -8px;
        }
        @media screen and (min-width: 768px) {
          width: 20px;
          bottom: -12px;
        }
      }
    }
    .info {
      @media screen and (min-width: 768px) {
        width: 820px;
      }
    }
    table {
      line-height: 1.8;
      @media screen and (max-width: 767px) {
        font-size: 11px;
      }
      @media screen and (max-width: 374px) {
        font-size: 9px;
      }
      @media screen and (min-width: 768px) {
        font-size: 15px;
      }
    }
    th {
      position: relative;
      text-align: left;
      font-weight: 400;
      padding: 3px 0;
      vertical-align: top;
      @media screen and (max-width: 767px) {
        width: 60px;
        padding-top: 1px;
        padding-bottom: 1px;
      }
      @media screen and (min-width: 768px) {
        width: 75px;
        padding-top: 3px;
        padding-bottom: 3px;
      }
      &::before {
        position: absolute;
        right: 0;
        width: 1px;
        height: 1em;
        background: #3b3b42;
        content: "";
        @media screen and (max-width: 767px) {
          top: 7px;
        }
        @media screen and (min-width: 768px) {
          top: 9px;
        }
      }
    }
    td {
      vertical-align: top;
      @media screen and (max-width: 767px) {
        padding: 1px 10px 1px 8px;
      }
      @media screen and (min-width: 768px) {
        width: 150px;
        padding: 3px 0 3px 15px;
      }
      .scale {
        @media screen and (max-width: 767px) {
          position: absolute;
          display: block;
          transform: scale(0.8, 1);
          transform-origin: 0 0;
        }
      }
    }
  }
}

:where(#mainArea).works .case_body .box:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
:where(#mainArea).works .case_body .box .img {
  display: block;
  width: 100%;
}
:where(#mainArea).works .case_body .box .info {
  padding: 45px 60px;
}
:where(#mainArea).works .case_body .box .info .lead {
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.5em;
}
:where(#mainArea).works .case_body .box .info .text {
  font-size: 14px;
  line-height: 1.8em;
}
:where(#mainArea).works .case_body .box.mb {
  margin-bottom: 60px;
}
:where(#mainArea).works .case_body .box.mb_mini {
  margin-bottom: 30px;
}
:where(#mainArea).works .case_body .box.ta_r {
  text-align: right;
}
:where(#mainArea).works .case_body .box.tr .img {
  float: left;
  width: 70%;
}
:where(#mainArea).works .case_body .box.tr .info {
  float: right;
  width: 30%;
  box-sizing: border-box;
}
:where(#mainArea).works .case_body .box.tl .img {
  float: right;
  width: 70%;
}
:where(#mainArea).works .case_body .box.tl .info {
  float: left;
  width: 30%;
  box-sizing: border-box;
}
:where(#mainArea).works .case_body .box.tr.tb,
:where(#mainArea).works .case_body .box.tl.tb {
  display: flex;
  align-items: end;
}
:where(#mainArea).works .case_body .box.tl.tb {
  flex-direction: row-reverse;
}
:where(#mainArea).works .case_body .box.tr.mini .img {
  width: 60%;
}
:where(#mainArea).works .case_body .box.tr.mini .info {
  width: 40%;
}
:where(#mainArea).works {
  .box.ctr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    @media screen and (max-width: 767px) {
      flex-direction: column;
      justify-content: flex-start;
    }
    .info {
      @media screen and (min-width: 768px) {
        flex: 0 0 30%;
        max-width: 30%;
      }
    }
    img {
      @media screen and (min-width: 768px) {
        min-width: 0;
        flex: 1;
      }
    }
  }
}

/* Message *******************************/
:where(#mainArea).works .case_body .message {
  margin-top: 50px;
  border-top: 1px solid #c8c8c8;
}
:where(#mainArea).works .case_body .message .bt_vr {
  margin: 60px auto -30px auto;
  max-width: 960px;
  width: 94%;
}
:where(#mainArea).works .case_body .message .bt_vr a {
  display: block;
  text-align: center;
  border: 2px solid #860402;
  padding: 30px 0;
  font-size: 20px;
  border-radius: 8px;
  color: #860402;
  font-weight: bold;
  position: relative;
}
:where(#mainArea).works .case_body .message .bt_vr a::before {
  position: absolute;
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 100px;
  background: #860402;
  z-index: 10;
  right: 10px;
  top: 50%;
  transform: translate(-50%, -50%);
}
:where(#mainArea).works .case_body .message .bt_vr a::after {
  right: 10px;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 7px;
  transform: translate(-61%, -50%) rotate(-90deg) scale(0.6, 1);
  z-index: 20;
}
:where(#mainArea).works .case_body .message .bt_vr a:hover {
  background: #f3e7e6;
  opacity: 1;
}
:where(#mainArea).works .case_body .message > .inner {
  padding: 80px 0 70px 0;
  width: 960px;
  margin: 0 auto;
}
:where(#mainArea).works .case_body .message .minibox {
  width: 460px;
  float: left;
}
:where(#mainArea).works .case_body .message .minibox:nth-child(2) {
  float: right;
}
:where(#mainArea).works .case_body .message .minibox .title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  background: #860201;
  line-height: 48px;
  color: #fff;
  margin-bottom: 30px;
}
:where(#mainArea).works .case_body .message .minibox img {
  width: 180px;
  float: right;
}
:where(#mainArea).works .case_body .message .minibox .info {
  width: 256px;
}
:where(#mainArea).works .case_body .message .minibox .info .name {
  font-size: 16px;
  line-height: 40px;
  border-left: 5px solid #860201;
  border-bottom: 1px solid #c8c8c8;
  padding-left: 15px;
}
:where(#mainArea).works .case_body .message .minibox .info .text {
  font-size: 16px;
  line-height: 28px;
  margin-top: 15px;
  letter-spacing: -0.05em;
  width: 260px;
  text-align: justify;
}
:where(#mainArea).works .case_body .message .minibox.noimage .info,
:where(#mainArea).works .case_body .message .minibox.noimage .text {
  width: auto;
  margin-right: 0;
}
:where(#mainArea).works10 .case_body .message .minibox.noimage .text {
  min-height: 168px;
}
:where(#mainArea).works .case_body .message .minibox.noimage .imgbox {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
:where(#mainArea).works .case_body .message .minibox.noimage .imgbox img + img {
  margin-left: 30px;
}

/* Case footer *******************************/
:where(#mainArea).works .case_body .case_footer {
  margin: 80px 0 0 0;
  background: #f0f0f0;
}
:where(#mainArea).works .case_body .case_footer > .inner {
  width: 960px;
  margin: 0 auto;
  padding: 45px 0 0 0;
}
:where(#mainArea).works .case_body .case_footer .title {
  position: relative;
  margin-bottom: 45px;
  color: #660000;
  letter-spacing: 0.1em;
  font-size: 18px;
}
:where(#mainArea).works .case_body .case_footer .title::before {
  position: absolute;
  width: 20px;
  height: 1px;
  content: "";
  background: #660000;
  left: 0;
  bottom: -12px;
}
:where(#mainArea).works .case_body .case_footer ul.list li {
  float: left;
  margin: 0 0 40px 20px;
}
:where(#mainArea).works .case_body .case_footer ul.list li:nth-child(1),
:where(#mainArea).works .case_body .case_footer ul.list li:nth-child(5),
:where(#mainArea).works .case_body .case_footer ul.list li:nth-child(9) {
  margin-left: 0;
}
:where(#mainArea).works .case_body .case_footer ul.list li a {
  position: relative;
  display: block;
  width: 220px;
  padding-bottom: 20px;
}
:where(#mainArea).works .case_body .case_footer ul.list li a img {
  position: relative;
  display: block;
}
:where(#mainArea).works .case_body .case_footer ul.list li a img:first-child {
  position: absolute;
  top: 5px;
  left: 5px;
  transition: all 0.3s ease;
}
:where(#mainArea).works .case_body .case_footer ul.list li a:hover img:first-child {
  top: 8px;
  left: 8px;
}
:where(#mainArea).works .case_body .case_footer ul.list li a span {
  display: block;
  text-align: center;
  margin-top: 20px;
}
/* Other *******************************/
:where(#mainArea).works .other {
  background: #f0f0f0;
  .inner {
    max-width: 960px;
    display: flex;
    flex-direction: column;
    @media screen and (max-width: 767px) {
      margin-right: 22px;
      margin-left: 22px;
      padding-top: 30px;
      padding-bottom: 30px;
      row-gap: 16px;
    }
    @media screen and (min-width: 768px) {
      margin-right: auto;
      margin-left: auto;
      padding-top: 50px;
      padding-bottom: 50px;
      row-gap: 30px;
    }
  }
  .title {
    margin-bottom: 0;
    letter-spacing: 0.1em;
    line-height: 1.8;
    position: relative;
    @media screen and (max-width: 767px) {
      margin-bottom: 0;
      font-size: 14px;
      text-align: left;
    }
    @media screen and (min-width: 768px) {
      font-size: 18px;
    }
  }
  ul {
    display: flex;
    flex-wrap: wrap;
    @media screen and (max-width: 767px) {
      gap: 20px 4%;
    }
    @media screen and (min-width: 768px) {
      gap: 30px 25px;
    }
  }
  li {
    @media screen and (max-width: 767px) {
      flex: 0 0 48%;
      max-width: 48%;
    }
    @media screen and (min-width: 768px) {
      flex: 0 0 220px;
      max-width: 220px;
    }
  }
  a {
    display: block;
    &.current {
      cursor: default;
      pointer-events: none;
      img {
        opacity: 0.5;
      }
      figcaption {
        &::after {
          display: none;
        }
      }
    }
    &:hover {
      figcaption {
        &::after {
          background-position: 55% center;
        }
      }
    }
  }
  figure {
    margin: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    @media screen and (max-width: 767px) {
      row-gap: 9px;
    }
    @media screen and (min-width: 768px) {
      row-gap: 13px;
    }
  }
  img {
    position: relative;
  }
  figcaption {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1.8;
    @media screen and (max-width: 767px) {
      font-size: 11px;
    }
    @media screen and (max-width: 374px) {
      font-size: 10px;
    }
    @media screen and (min-width: 768px) {
      font-size: 15px;
    }
    &::after {
      content: "";
      display: block;
      width: 20px;
      height: 20px;
      border-radius: 4px;
      background: #ffffff url(../images/icon_arrow.svg) no-repeat center;
      background-size: 10px 7px;
      transition: background-position 0.3s ease;
    }
  }
}

/* Link *******************************/
:where(#mainArea).works .case_body .link_box {
  background: url("../images/bg_red.jpg") no-repeat center center;
  background-size: cover;
}
:where(#mainArea).works .case_body .link_box > .inner {
  padding: 40px 0 50px 0;
  width: 960px;
  margin: 0 auto;
}
:where(#mainArea).works .case_body .link_box .event {
  margin-top: 40px;
}
:where(#mainArea).works .case_body .link_box .title {
  text-align: center;
  color: #fff;
  border-bottom: 2px solid #fff;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.2em;
}
:where(#mainArea).works .case_body .link_box a {
  position: relative;
  display: block;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 90px;
  background: #fff;
  border-radius: 3px;
  margin-top: 25px;
  color: #860200;
}
:where(#mainArea).works .case_body .link_box a::before {
  position: absolute;
  display: block;
  content: "";
  background: #660000;
  width: 18px;
  height: 18px;
  right: 20px;
  top: 50%;
  margin-top: -8px;
  border-radius: 10px;
  transition: all 0.3s ease;
}
:where(#mainArea).works .case_body .link_box a::after {
  right: 19px;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #ffffff;
  border-width: 6px;
  margin-top: -5px;
  transform: scale(1, 0.7);
  transition: all 0.3s ease;
}
:where(#mainArea).works .case_body .link_box a:hover::before {
  right: 15px;
}
:where(#mainArea).works .case_body .link_box a:hover::after {
  right: 14px;
}

.remodal .video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.remodal iframe {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.remodal-overlay {
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000000;
}
.remodal-wrapper {
  z-index: 1000001;
}
.remodal {
  max-width: 900px;
  padding: 0;
  background: none;
  padding: 20px 0 0 0;
  margin-bottom: 40px;
  text-align: left;
}
.remodal > .inner video {
  width: 100%;
}
.remodal > .inner .title {
  text-align: center;
  color: #fff;
  font-size: 24px;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}
.remodal .bt_box {
  text-align: center;
  margin-top: 20px;
}
.remodal .bt_box a {
  display: inline-block;
  text-align: center;
  background: #fff;
  padding: 20px 0;
  width: 240px;
  font-size: 18px;
  border-radius: 50px;
  color: #e45b26;
  margin: 0 7px;
  font-weight: bold;
  position: relative;
}
.remodal .bt_box a.bt_reserve {
  background: #e45b26;
  color: #fff;
}
.remodal .bt_box a::before {
  right: 10px;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #e45a26;
  border-width: 7px;
  margin-top: -7px;
  transform: rotate(-90deg) scale(0.7, 1);
  transition: right 0.3s ease;
}
.remodal .bt_box a.bt_reserve::before {
  border-top-color: #fff;
}
.remodal .bt_box a:hover {
  text-decoration: none;
  background: #f1dbd3;
}
.remodal .bt_box a.bt_reserve:hover {
  background: #f57a49;
}
.remodal-close {
  left: auto;
  right: -9px;
  top: -38px;
  width: 50px;
  height: 50px;
}
.remodal-close::before {
  display: none;
}

.remodal-close::before,
.remodal-close::after {
  display: block;
  position: absolute;
  content: "";
  width: 40px;
  height: 1px;
  background: #fff;
  left: 6px;
  top: 50%;
  transform: rotate(-45deg);
}
.remodal-close::after {
  transform: rotate(45deg);
}

/**************************************************************/
/**************************************************************/
/** SP ********************************************************/
/**************************************************************/
/**************************************************************/
@media screen and (max-width: 767px) {
  /* Visual *******************************/
  #mainArea.works .visual {
    height: 240px;
  }
  #mainArea.works .visual h2 {
    opacity: 0;
    font-size: 24px;
    margin-top: 160px;
  }
  #mainArea.works .visual.show h2 {
    opacity: 1;
    transform: translate(0, 0);
  }
  /* Style List *******************************/
  #mainArea.works .style_list {
    position: relative;
    padding: 20px;
  }
  #mainArea.works .style_list > .inner {
    width: auto;
    margin: 0 auto;
    padding: 20px 0;
    max-width: 400px;
  }
  #mainArea.works .style_list .lead {
    font-size: 16px;
  }
  #mainArea.works .style_list .text {
    margin-top: 20px;
    line-height: 2em;
  }
  #mainArea.works .style_list h3 {
    margin: 45px 0 45px 0;
  }
  #mainArea.works .style_list h3 img {
    display: block;
    width: 151px;
  }
  #mainArea.works .style_list ul.list {
    margin-top: 45px;
  }
  #mainArea.works .style_list ul.list li {
    position: relative;
    float: none;
    background: #eee;
    width: auto;
    height: 150px;
    margin-left: 0;
    margin-bottom: 15px;
  }
  #mainArea.works .style_list ul.list li:nth-child(1),
  #mainArea.works .style_list ul.list li:nth-child(4),
  #mainArea.works .style_list ul.list li:nth-child(7),
  #mainArea.works .style_list ul.list li:nth-child(10) {
    margin-left: 0;
  }

  #mainArea.works .style_list ul.list li a {
    display: block;
    width: auto;
    height: 150px;
    background: url("../images/case/bg_style1.jpg") no-repeat left center #eee;
    background-size: 57% auto;
    -webkit-background-size: 57% auto;
    -moz-background-size: 57% auto;
    -ms-background-size: 57% auto;
    -o-background-size: 57% auto;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
  }
  #mainArea.works .style_list ul.list li a:hover {
    display: block;
    background-size: 57% auto;
    -webkit-background-size: 57% auto;
    -moz-background-size: 57% auto;
    -ms-background-size: 57% auto;
    -o-background-size: 57% auto;
    opacity: 1;
  }

  #mainArea.works .style_list ul.list li a .title {
    width: 43%;
    top: 60px;
    left: auto;
    right: 0;
    font-size: 15px;
    line-height: 2em;
  }
  #mainArea.works .style_list ul.list li a:hover .title {
    color: #3b3b42;
  }

  #mainArea.works .style_list ul.list li a .more {
    position: absolute;
    top: 104px;
    left: 78.5%;
    width: 54px;
    height: 18px;
    margin-left: -27px;
  }
  #mainArea.works .style_list ul.list li a .more::after {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #3b3b42 !important;
    content: "";
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
  }
  #mainArea.works .style_list ul.list li a:hover .more:after {
    animation: none;
    -webkit-animation: none;
  }
  #mainArea.works .style_list ul.list li a .more img {
    display: block;
    position: absolute;
  }
  #mainArea.works .style_list ul.list li a .more img.w #mainArea.works .style_list ul.list li a:hover .more img.b {
    opacity: 0;
  }
  #mainArea.works .style_list ul.list li a:hover .num,
  #mainArea.works .style_list ul.list li a .more img.b {
    opacity: 1 !important;
  }
  #mainArea.works .style_list ul.list li a .num_w,
  #mainArea.works .style_list ul.list li a .more img.w {
    display: none;
  }

  @media screen and (max-width: 374px) {
    #mainArea.works .style_list ul.list li,
    #mainArea.works .style_list ul.list li a {
      height: 126px;
    }
    #mainArea.works .style_list ul.list li a .title {
      top: 46px;
      line-height: 1.5em;
    }
    #mainArea.works .style_list ul.list li a .more {
      top: 88px;
    }
  }

  /* Inner *******************************/
  #mainArea.works .case_body {
    position: relative;
    padding: 0 0;
  }
  #mainArea.works .case_body .case_header {
    width: auto;
    margin: 0 20px 40px 20px;
  }
  #mainArea.works .case_body .case_header h1 {
    margin-top: -20px;
    row-gap: 5px;
  }
  #mainArea.works .case_body .case_header h1 > span {
    font-size: min(14px, (100cqi - 24px) / 23);
    padding: 10px 12px;
  }
  #mainArea.works .case_body .case_header h1 .minishow {
    display: none;
  }
  #mainArea.works .case_body .case_header h1 .minihide {
    display: inline;
  }
  #mainArea.works .case_body .case_header .request {
    margin-top: 23px;
  }
  #mainArea.works .case_body .case_header .request .title {
    font-size: 15px;
  }
  #mainArea.works .case_body .case_header .request .text {
    font-size: 12px;
    margin-top: 5px;
    line-height: 1.8em;
  }
  #mainArea.works .case_body .case_header .proposal {
    margin-top: 20px;
    padding: 12px 13px;
    border: 1px solid #660000;
  }
  #mainArea.works .case_body .case_header .proposal .title {
    font-size: 14px;
  }
  #mainArea.works .case_body .case_header .proposal .text {
    font-size: 12px;
    margin-top: 5px;
    line-height: 1.8em;
  }
  #mainArea.works .case_body .case_header .bt_video {
    margin-top: 28px;
    display: block;
  }

  @media screen and (max-width: 374px) {
    #mainArea.works .case_body .case_header h1 .minishow {
      display: inline;
    }
    #mainArea.works .case_body .case_header h1 .minihide {
      display: none;
    }
  }
  #mainArea.works .case_body .box:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  #mainArea.works .case_body .box .img {
    display: block;
    width: 100%;
  }
  #mainArea.works .case_body .box .info {
    padding: 22px 20px 35px 20px;
  }
  #mainArea.works .case_body .box .info .lead {
    font-size: 15px;
    margin-bottom: 15px;
  }
  #mainArea.works .case_body .box .info .text {
    font-size: 12px;
    line-height: 1.8em;
  }
  #mainArea.works .case_body .box.ta_r {
    text-align: left;
  }
  #mainArea.works .case_body .box.mb {
    margin-bottom: 0;
  }
  #mainArea.works .case_body .box.mb_mini {
    margin-bottom: 20px;
  }
  #mainArea.works .case_body .box.sp_mb {
    margin-bottom: 30px;
  }
  #mainArea.works .case_body .box.tr.tb,
  #mainArea.works .case_body .box.tl.tb {
    display: block;
  }
  #mainArea.works .case_body .box.tr .img,
  #mainArea.works .case_body .box.tl .img {
    float: none;
    width: 100%;
  }
  #mainArea.works .case_body .box.tr.mini .img {
    width: auto;
  }
  #mainArea.works .case_body .box.tr.mini .info {
    width: auto;
  }
  #mainArea.works .case_body .box.tr .info,
  #mainArea.works .case_body .box.tl .info {
    float: none;
    width: auto;
    box-sizing: border-box;
  }

  /* Message *******************************/
  #mainArea.works .case_body .message {
    margin-top: 0;
    border-top: 1px solid #c8c8c8;
  }
  #mainArea.works .case_body .message .bt_vr {
    margin: 40px 22px -10px 22px;
    max-width: 960px;
    width: auto;
  }
  #mainArea.works .case_body .message .bt_vr a {
    border: 1px solid #860402;
    padding: 24px 15px 24px 0;
    font-size: 14px;
    border-radius: 6px;
  }
  #mainArea.works .case_body .message .bt_vr a::before {
    width: 16px;
    height: 16px;
    right: 5px;
  }
  #mainArea.works .case_body .message .bt_vr a::after {
    right: 4px;
    border-width: 6px;
  }
  #mainArea.works .case_body .message .bt_vr a:hover {
    background: #fff;
  }
  #mainArea.works .case_body .message > .inner {
    padding: 40px 22px;
    width: auto;
  }
  #mainArea.works .case_body .message .minibox {
    width: auto;
    float: none;
  }
  #mainArea.works .case_body .message .minibox:nth-child(2) {
    float: none;
    margin-top: 25px;
  }
  #mainArea.works .case_body .message .minibox .title {
    font-size: 14px;
    line-height: 39px;
    margin-bottom: 15px;
  }
  #mainArea.works .case_body .message .minibox img {
    width: 150px;
  }
  #mainArea.works .case_body .message .minibox .info {
    width: auto;
    margin-right: 165px;
  }
  #mainArea.works .case_body .message .minibox .info .name {
    font-size: 12px;
    line-height: 30px;
    padding-left: 10px;
  }
  #mainArea.works .case_body .message .minibox .info .text {
    font-size: 12px;
    line-height: 22px;
    margin-top: 10px;
    width: auto;
  }
  #mainArea.works.case2 .case_body .message .minibox .info .text {
    letter-spacing: -0.1em;
  }
  #mainArea.works.case2 .case_body .message .minibox:nth-child(2) {
    margin-top: 35px;
  }
  #mainArea.works .case_body .message .minibox.noimage .info,
  #mainArea.works .case_body .message .minibox.noimage .text {
    width: auto;
  }
  #mainArea.works10 .case_body .message .minibox.noimage .text {
    min-height: 0;
  }
  #mainArea.works .case_body .message .minibox.noimage .imgbox {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  #mainArea.works .case_body .message .minibox.noimage .imgbox img + img {
    margin-left: 20px;
  }
  @media screen and (max-width: 374px) {
    #mainArea.works .case_body .message .minibox img {
      width: 120px;
    }
    #mainArea.works .case_body .message .minibox .info {
      width: auto;
      margin-right: 135px;
    }
  }

  /* Case footer *******************************/
  #mainArea.works .case_body .case_footer {
    width: auto;
    margin: 0 auto;
    padding: 20px 20px 20px 20px;
  }
  #mainArea.works .case_body .case_footer > .inner {
    width: auto;
    margin: 0 auto;
    padding: 25px 0 0 0;
  }
  #mainArea.works .case_body .case_footer .title {
    margin-bottom: 24px;
    font-size: 14px;
  }
  #mainArea.works .case_body .case_footer .title::before {
    width: 10px;
    bottom: -8px;
  }
  #mainArea.works .case_body .case_footer ul.list li {
    margin-bottom: 0;
    padding-right: 7px;
    float: none;
  }
  #mainArea.works .case_body .case_footer ul.list li a {
    position: relative;
    display: block;
    width: auto;
    height: auto;
  }
  #mainArea.works .case_body .case_footer ul.list li a img {
    width: 100%;
  }
  #mainArea.works .case_body .case_footer ul.list li a img:first-child,
  #mainArea.works .case_body .case_footer ul.list li a:hover img:first-child {
    top: 7px;
    left: 7px;
  }

  #mainArea.works .case_body .case_footer ul.list li a span {
    font-size: 12px;
  }
  #mainArea.works .case_body .case_footer ul.list li a:hover img {
    opacity: 1;
  }
  #mainArea.works .case_body .case_footer ul.list li a:hover,
  #mainArea.works .case_body .case_footer ul.list li a:hover span {
    opacity: 1;
  }

  /* Link *******************************/
  #mainArea.works .case_body .link_box > .inner {
    padding: 40px 20px 55px 20px;
    width: auto;
  }
  #mainArea.works .case_body .link_box .event {
    margin-top: 15px;
  }
  #mainArea.works .case_body .link_box .title {
    border-bottom: 1px solid #fff;
    font-size: 15px;
  }
  #mainArea.works .case_body .link_box a {
    font-size: 12.5px;
    line-height: 1.5em;
    padding: 16px 0;
    margin-top: 13px;
  }
  #mainArea.works .case_body .link_box a::before {
    width: 14px;
    height: 14px;
    right: 10px;
    margin-top: -7px;
  }
  #mainArea.works .case_body .link_box a::after {
    right: 9px;
    border-width: 5px;
    margin-top: -5px;
  }
  #mainArea.works .case_body .link_box a:hover::before {
    right: 10px;
  }
  #mainArea.works .case_body .link_box a:hover::after {
    right: 9px;
  }

  .remodal .bt_box {
    text-align: center;
    margin-top: 20px;
  }
  .remodal .bt_box a {
    padding: 12px 0;
    width: 44%;
    font-size: 14px;
    margin: 0 1%;
  }
  .remodal .bt_box a.bt_reserve {
    background: #e45b26;
    color: #fff;
  }
  .remodal .bt_box a::before {
    right: 5px;
    border-width: 5px;
    margin-top: -5px;
  }
  .remodal .bt_box a:hover {
    text-decoration: none;
    background: #ffffff;
  }
  .remodal .bt_box a.bt_reserve:hover {
    background: #e45c25;
  }
  .remodal > .inner .title {
    text-align: center;
    color: #fff;
    font-size: 18px;
    margin-bottom: 15px;
    letter-spacing: 0.1em;
  }
}
