@charset "UTF-8";
/*                reset
======================================================= */
body,
h1,
h2,
h3,
h4,
h5,
table,
th,
td,
ul,
li,
ol,
dl,
dt,
dd,
form,
p,
table,
th,
td {
  margin: 0px;
  padding: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  list-style-type: none;
}

body {
  color: #000;
  background-color: #f8f8f8;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.3;
  font-size: 16px;
  -webkit-text-size-adjust: none;
}
@media only screen and (max-width: 900px) {
  body {
    font-size: 1.7777777778vw;
  }
}
@media only screen and (max-width: 800px) {
  body {
    @font-size : calc(100vw * $basefontS / 800);
  }
}
@media only screen and (max-width: 700px) {
  body {
    font-size: 1.6494845361vw;
  }
}
@media only screen and (max-width: 640px) {
  body {
    font-size: 2.5vw;
  }
}
@media only screen and (max-width: 500px) {
  body {
    font-size: 3.2vw;
  }
}
@media only screen and (max-width: 400px) {
  body {
    font-size: 4vw;
  }
}
@media only screen and (max-width: 350px) {
  body {
    font-size: 4.5714285714vw;
  }
}

dt,
dd,
li,
th,
td,
p {
  line-height: 1.5;
}

/* for IE6 */
* html body {
  font-size: 100%;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
}
a img {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

img {
  display: block;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

input,
textArea,
select,
button {
  background: none;
  margin: 0px;
  outline: none;
  padding: 0px;
  font-weight: normal;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  list-style-type: none;
  font-size: 16;
}

button {
  cursor: pointer;
}

* {
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}

@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*                link
======================================================= */
a:link {
  color: #000;
  text-decoration: none;
}

a:visited {
  color: #000;
}

@media (hover: hover) {
  a:hover {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  a:hover img {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0.8;
  }
}
/*                common
======================================================= */
.clear:after {
  content: "";
  display: block;
  clear: both;
}

.clear_both {
  clear: both;
}

.hidden {
  overflow: hidden;
}

/*                leyout
======================================================= */
#wrapper {
  overflow: hidden;
  position: relative;
  background-color: #F7F5F2;
  background-image: url("../images/common/bg_repeat.svg");
}

.main_width {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 830px;
}
@media only screen and (max-width: 900px) {
  .main_width {
    padding: 0 35px;
    max-width: 600px;
  }
}
@media only screen and (max-width: 640px) {
  .main_width {
    padding: 0 20px;
  }
}

.image-border {
  display: block;
  position: relative;
}
.image-border::after {
  position: absolute;
  display: block;
  content: "";
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  top: 0;
  left: 0;
  border: solid 1px rgba(0, 0, 0, 0.25);
}

@media only screen and (min-width: 901px) {
  .sp_br {
    display: none;
  }
}
@media only screen and (max-width: 900px) {
  .pc_br {
    display: none;
  }
}
.cont_width {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}
.cont_width .contIn {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 780px;
}

.section {
  margin-top: -92px;
  padding-top: 92px;
}
@media only screen and (max-width: 900px) {
  .section {
    margin-top: -52px;
    padding-top: 52px;
  }
}

/*                header
======================================================= */
#header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 84px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(255, 255, 255, 0);
  padding: 22px 22px;
  overflow: hidden;
  z-index: 10;
}
@media only screen and (max-width: 900px) {
  #header {
    position: fixed;
    height: 48px;
    padding: 0 20px;
  }
}

.header_cont {
  position: relative;
  z-index: 1;
  margin: 0 auto 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media only screen and (max-width: 900px) {
  .header_cont {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

#header_logo {
  width: 188px;
  margin: 0 18px 0 0;
}
#header_logo img {
  width: 100%;
}
@media only screen and (max-width: 900px) {
  #header_logo {
    margin: 3px 9px 0 0;
    width: 92px;
    position: relative;
  }
  #header_logo::before {
    position: absolute;
    right: -9px;
    top: 50%;
    width: 1px;
    height: 30px;
    translate: 0 -50%;
    display: block;
    content: "";
    background: rgb(0, 0, 0);
  }
}

.header_ttl {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header_ttl .ttl {
  font-size: 20px;
  font-family: "Zen Old Mincho", "Yu Mincho", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  line-height: 1.1;
  translate: 0 0.1em;
}
.header_ttl .logo {
  width: 188px;
  margin-left: 1em;
}
@media only screen and (max-width: 900px) {
  .header_ttl .ttl {
    font-size: 14px;
    padding: 0 0 0 0.6em;
  }
  .header_ttl .logo {
    display: none;
  }
}

#sp_menu {
  position: absolute;
  cursor: pointer;
  right: 20px;
  top: 19px;
  z-index: 2;
}
@media only screen and (min-width: 901px) {
  #sp_menu {
    display: none;
  }
}
#sp_menu .sp_menu_btn > span {
  background: #450F0C;
  width: 27px;
  height: 1px;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#sp_menu .sp_menu_btn > span:nth-child(2) {
  margin: 5px 0 0;
}
#sp_menu .sp_menu_btn > p {
  font-family: "Zen Old Mincho", "Yu Mincho", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-size: 12px;
  color: #DF2017;
  line-height: 1em;
  margin: 0;
}
#sp_menu .sp_menu_btn.active > span {
  -webkit-transform-origin: center;
          transform-origin: center;
}
#sp_menu .sp_menu_btn.active > span:nth-child(1) {
  -webkit-transform: translateY(3px) rotate(20deg);
          transform: translateY(3px) rotate(20deg);
}
#sp_menu .sp_menu_btn.active > span:nth-child(2) {
  -webkit-transform: translateY(-3px) rotate(-20deg);
          transform: translateY(-3px) rotate(-20deg);
}

/*                nav_menu
======================================================= */
#sp_nav {
  display: none;
  position: fixed;
  z-index: 21;
  left: 0;
  top: 46px;
  width: 100%;
  height: calc(100lvh - 46px);
  background: #fff;
  overflow-y: auto;
  padding: 20px;
}
@media only screen and (min-width: 901px) {
  #sp_nav {
    display: none;
    height: 0;
    overflow: hidden;
  }
}
#sp_nav .sp_nav_inr {
  position: relative;
}
#sp_nav .sp_nav_inr::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 92px;
  display: block;
  content: "";
  background: url("../images/common/sp_nav_logo.svg") center/contain no-repeat;
}
#sp_nav .sp_nav_ul {
  position: relative;
  padding: 22px 0 130px;
}
#sp_nav .sp_nav_ul::before {
  position: absolute;
  left: 0;
  bottom: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 58px;
  content: "";
  display: block;
  background: url("../images/common/logo_law_and_justice_sp_nav.svg") center bottom/contain no-repeat;
}
#sp_nav .sp_nav_ul li {
  overflow: hidden;
}
#sp_nav .sp_nav_ul li:first-child .sp_nav_item .icon::before {
  display: none;
}
#sp_nav .sp_nav_ul li:nth-of-type(n + 2) {
  padding-top: 26px;
}
#sp_nav .sp_nav_item {
  color: #002F5F;
  font-family: "Zen Old Mincho", "Yu Mincho", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 76px;
  padding-left: 91px;
}
#sp_nav .sp_nav_item:link, #sp_nav .sp_nav_item:hover, #sp_nav .sp_nav_item:visited {
  text-decoration: none;
  color: #450E0C;
  opacity: 1;
}
#sp_nav .sp_nav_item:link::before {
  position: absolute;
  right: 10px;
  top: calc(50% + 3px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 11px;
  height: 16px;
  content: "";
  display: block;
  background: url("../images/common/sp_nav_item_arr.svg") center/contain no-repeat;
}
#sp_nav .sp_nav_item > span,
#sp_nav .sp_nav_item p {
  display: block;
  line-height: 1.5;
}
#sp_nav .sp_nav_item .icon {
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  border-style: solid;
  border-width: 1px;
  border-color: #450E0C;
  background-color: #fff;
  font-size: 14px;
  padding: 1em 0 0;
  text-align: center;
}
#sp_nav .sp_nav_item .icon::before {
  position: absolute;
  display: block;
  content: "";
  left: 50%;
  width: 1px;
  height: 33px;
  background-color: #450E0C;
  top: 0;
  translate: 0 -100%;
  z-index: -1;
}
#sp_nav .sp_nav_item .icon .large {
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  padding: 0;
  translate: 0 -7px;
}
#sp_nav .sp_nav_item .icon .chapter-num {
  position: relative;
  display: inline-block;
  translate: 0 -0.08em;
  font-size: 18px;
  font-weight: 700;
  padding: 0 0.15em 0;
}
#sp_nav .sp_nav_item .icon .chapter-num::before {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -1.3em;
  width: auto;
  font-family: "Zen Old Mincho", "Yu Mincho", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  content: "Chapter";
  font-size: 12px;
  font-weight: 400;
  color: #450E0C;
  text-align: center;
  letter-spacing: 0.1em;
}
#sp_nav .sp_nav_item .ja {
  display: block;
  font-size: 20px;
}
#sp_nav .sp_nav_item .en {
  display: block;
  margin-top: -0.2em;
  font-size: 12px;
}

/*                テキスト装飾
======================================================= */
.text_right {
  text-align: right;
}

.text_left {
  text-align: left;
}

.text_center {
  text-align: center;
}

.underline {
  text-decoration: underline;
}

/*                #cont_table
======================================================= */
#cont_table {
  position: relative;
}
@media only screen and (max-width: 900px) {
  #cont_table {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 67.1794871795vw;
    padding-top: 0;
  }
  #cont_table::before {
    position: absolute;
    display: block;
    content: "";
    left: 50%;
    width: 1px;
    height: 25.641025641vw;
    background-color: #450E0C;
    top: 0;
    translate: 0 -100%;
  }
}

.cont_table_ul {
  position: relative;
  background-color: #F7F5F2;
  background-image: url("../images/common/bg_repeat.svg");
  margin-top: 13.3967789165vw;
}
@media only screen and (min-width: 1367px) {
  .cont_table_ul {
    margin-top: 183px;
  }
}
.cont_table_ul .cont_table_li {
  line-height: 1.5;
}
@media only screen and (max-width: 900px) {
  .cont_table_ul {
    margin-left: -20px;
    margin-right: -20px;
    overflow: hidden;
  }
  .cont_table_ul .cont_table_li:nth-of-type(n + 2) {
    margin-top: 1px;
  }
}

.cont_table_item {
  display: block;
  font-family: "Zen Old Mincho", "Yu Mincho", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-weight: 400;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 901px) {
  .cont_table_item {
    overflow: hidden;
    padding: 5.1244509517vw 0;
    height: 23.4260614934vw;
  }
}
@media only screen and (min-width: 901px) and (min-width: 1367px) {
  .cont_table_item {
    padding: 70px 0;
    height: 320px;
  }
}
@media only screen and (max-width: 900px) {
  .cont_table_item {
    text-align: center;
    display: block;
    height: 86.9230769231vw;
    max-height: 339px;
  }
}
.cont_table_item .cont_table_detail {
  position: relative;
  width: 100%;
  z-index: 2;
  padding-left: 23.4260614934vw;
}
@media only screen and (min-width: 1367px) {
  .cont_table_item .cont_table_detail {
    padding-left: 320px;
  }
}
@media only screen and (min-width: 1606px) {
  .cont_table_item .cont_table_detail {
    margin: 0 auto;
    max-width: 1366px;
  }
}
@media only screen and (max-width: 900px) {
  .cont_table_item .cont_table_detail {
    padding-left: 5.1282051282vw;
    padding-right: 5.1282051282vw;
    padding-bottom: 10.5128205128vw;
    height: 100%;
    width: 100%;
    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: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    color: #fff;
  }
}
@media only screen and (max-width: 900px) and (min-width: 390px) {
  .cont_table_item .cont_table_detail {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 41px;
  }
}
@media only screen and (min-width: 901px) {
  .cont_table_item .cont_table_bg {
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .cont_table_item .cont_table_bg::before, .cont_table_item .cont_table_bg:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .cont_table_item .cont_table_bg::before {
    opacity: 0;
    background: rgba(39, 12, 11, 0.5);
  }
  .cont_table_item .cont_table_bg:after {
    background: rgba(39, 12, 11, 0.05);
  }
  .cont_table_item .cont_table_bg img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: auto;
    opacity: 0.06;
    translate: -50% -50%;
  }
}
@media only screen and (min-width: 901px) and (max-width: 1366px) {
  .cont_table_item .cont_table_bg img {
    width: auto;
    height: 120%;
    max-width: 200%;
  }
}
@media only screen and (max-width: 900px) {
  .cont_table_item .cont_table_bg {
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .cont_table_item .cont_table_bg::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(39, 12, 11, 0.4);
    z-index: 1;
  }
  .cont_table_item .cont_table_bg img {
    position: absolute;
    left: 50%;
    top: 50%;
    translate: -50% -50%;
    height: 100%;
    width: auto;
    max-width: 1000%;
  }
}
@media only screen and (max-width: 900px) and (min-width: 390px) {
  .cont_table_item .cont_table_bg img {
    height: auto;
    width: 100%;
  }
}
.cont_table_item:link, .cont_table_item:hover, .cont_table_item:visited {
  text-decoration: none;
  color: #450E0C;
}
.cont_table_item .icon {
  position: absolute;
  left: 6.9546120059vw;
  top: 50%;
  translate: 0 -50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 13.17715959vw;
  height: 13.17715959vw;
  border-radius: 50%;
  border-style: solid;
  border-width: 1px;
  border-color: #450E0C;
  font-size: 2.196193265vw;
  padding-top: 0.55em;
  text-align: center;
}
.cont_table_item .icon::before, .cont_table_item .icon::after {
  position: absolute;
  display: block;
  content: "";
  left: 50%;
  width: 1px;
  height: 100%;
  background-color: #450E0C;
}
.cont_table_item .icon::before {
  top: 0;
  translate: 0 -100%;
}
.cont_table_item .icon::after {
  bottom: 0;
  translate: 0 100%;
}
@media only screen and (min-width: 1367px) {
  .cont_table_item .icon {
    left: 95px;
    width: 180px;
    height: 180px;
    font-size: 30px;
  }
}
@media only screen and (max-width: 900px) {
  .cont_table_item .icon {
    left: 50%;
    top: 10.7692307692vw;
    width: 40.5128205128vw;
    height: 40.5128205128vw;
    translate: -50% 0;
    border-style: none;
    background: #fff;
    color: #A04845;
    font-size: 7.6923076923vw;
  }
  .cont_table_item .icon::before {
    background-color: #fff;
    height: 18.9743589744vw;
  }
  .cont_table_item .icon::after {
    display: none;
  }
}
@media only screen and (max-width: 900px) and (min-width: 390px) {
  .cont_table_item .icon {
    top: 42px;
    width: 158px;
    height: 158px;
    font-size: 30px;
  }
  .cont_table_item .icon::before {
    height: 74px;
  }
}
.cont_table_item .icon .large {
  font-weight: 500;
  font-size: 3.2210834553vw;
  line-height: 1;
  padding: 0;
  translate: 0 -0.2em;
}
.cont_table_item .icon .chapter-num {
  position: relative;
  display: inline-block;
  translate: 0 -0.08em;
  font-size: 4.39238653vw;
  font-weight: 700;
  padding: 0 0.15em 0;
}
.cont_table_item .icon .chapter-num::before {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -0.4em;
  width: auto;
  font-family: "Zen Old Mincho", "Yu Mincho", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  content: "Chapter";
  font-size: 1.0248901903vw;
  font-weight: 400;
  color: #450E0C;
  text-align: center;
  letter-spacing: 0.15em;
}
@media only screen and (min-width: 1367px) {
  .cont_table_item .icon .large {
    font-size: 44px;
  }
  .cont_table_item .icon .chapter-num {
    font-size: 60px;
  }
  .cont_table_item .icon .chapter-num::before {
    font-size: 14px;
  }
}
@media only screen and (max-width: 900px) {
  .cont_table_item .icon .large {
    font-size: 10.2564102564vw;
    translate: 0 -0.2em;
  }
  .cont_table_item .icon .chapter-num {
    font-size: 15.3846153846vw;
  }
  .cont_table_item .icon .chapter-num::before {
    font-size: 3.5897435897vw;
    color: #A04845;
  }
}
@media only screen and (max-width: 900px) and (min-width: 390px) {
  .cont_table_item .icon .large {
    font-size: 40px;
  }
  .cont_table_item .icon .chapter-num {
    font-size: 60px;
  }
  .cont_table_item .icon .chapter-num::before {
    font-size: 14px;
  }
}
.cont_table_item .ja {
  display: block;
  margin: 0.75em auto 0;
  font-size: 3.6603221083vw;
  font-weight: 500;
  letter-spacing: 0;
}
.cont_table_item .ja::after {
  content: "";
  display: inline-block;
  translate: 0.5em 0;
  opacity: 0;
  width: 3.6603221083vw;
  height: 2.7086383602vw;
  background: url("../images/cont/cont_table_arr.svg") center/contain no-repeat;
  z-index: 3;
}
@media only screen and (min-width: 1367px) {
  .cont_table_item .ja {
    font-size: 50px;
  }
  .cont_table_item .ja::after {
    width: 50px;
    height: 37px;
  }
}
@media only screen and (max-width: 900px) {
  .cont_table_item .ja::after {
    opacity: 1;
    width: 3.8vw;
    height: 5.4846153846vw;
    background: url("../images/cont/cont_table_arr_sp.svg") center/contain no-repeat;
  }
}
@media only screen and (max-width: 900px) and (min-width: 390px) {
  .cont_table_item .ja::after {
    opacity: 1;
    width: 14.82px;
    height: 21.39px;
  }
}
.cont_table_item .ja > span {
  display: inline-block;
}
.cont_table_item .epilogue_detail .ja {
  margin: 0 auto;
}
.cont_table_item .en {
  display: block;
  margin: 0.5em auto 0;
  font-size: 1.317715959vw;
  letter-spacing: 0.095em;
}
@media only screen and (min-width: 1367px) {
  .cont_table_item .en {
    font-size: 18px;
  }
}
@media only screen and (max-width: 900px) {
  .cont_table_item .ja {
    font-size: 7.6923076923vw;
  }
  .cont_table_item .en {
    margin: 0 auto 0;
    min-height: 3em;
    line-height: 1.1;
    letter-spacing: 0.1em;
    font-size: 4.1025641026vw;
  }
}
@media only screen and (max-width: 900px) and (min-width: 390px) {
  .cont_table_item .ja {
    font-size: 30px;
  }
  .cont_table_item .en {
    font-size: 16px;
  }
}
@media only screen and (min-width: 901px) and (hover: hover) {
  .cont_table_item {
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
  }
  .cont_table_item .cont_table_bg {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .cont_table_item .cont_table_bg img {
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
  }
  .cont_table_item .cont_table_bg::before, .cont_table_item .cont_table_bg::after {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .cont_table_item .icon {
    -webkit-transition: border-color 0.5s;
    transition: border-color 0.5s;
  }
  .cont_table_item .icon::before, .cont_table_item .icon::after {
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s;
  }
  .cont_table_item .icon .chapter-num::before {
    color: #450E0C;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
  }
  .cont_table_item .ja::after {
    -webkit-transition: translate 0.5s, opacity 0.5s;
    transition: translate 0.5s, opacity 0.5s;
    translate: 1em 0;
  }
  .cont_table_item:hover {
    color: #fff;
  }
  .cont_table_item:hover .cont_table_bg {
    opacity: 1;
  }
  .cont_table_item:hover .cont_table_bg img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    opacity: 1;
  }
  .cont_table_item:hover .cont_table_bg::before {
    opacity: 1;
  }
  .cont_table_item:hover .cont_table_bg::after {
    opacity: 0;
  }
  .cont_table_item:hover .icon {
    border-color: #fff;
  }
  .cont_table_item:hover .icon::before, .cont_table_item:hover .icon::after {
    background-color: #fff;
  }
  .cont_table_item:hover .icon .chapter-num::before {
    color: #fff;
  }
  .cont_table_item:hover .ja::after {
    opacity: 1;
    translate: 1.5em 0;
  }
}

.cont_table_wrap {
  position: relative;
  margin-top: 13.3967789165vw;
}
@media only screen and (min-width: 1367px) {
  .cont_table_wrap {
    margin-top: 183px;
  }
}
.cont_table_wrap .cont_table_li {
  line-height: 1.5;
}
@media only screen and (max-width: 900px) {
  .cont_table_wrap {
    margin-left: -20px;
    margin-right: -20px;
    overflow: hidden;
  }
  .cont_table_wrap .cont_table_li:nth-of-type(n + 2) {
    margin-top: 1px;
  }
}
@media only screen and (min-width: 901px) {
  .cont_table_wrap .cont_table_item {
    padding: 0 0 3.074670571vw;
    height: 28.6237188873vw;
  }
}
@media only screen and (min-width: 901px) and (min-width: 1367px) {
  .cont_table_wrap .cont_table_item {
    padding: 0 0 42px;
    height: 390px;
  }
}
@media only screen and (max-width: 900px) {
  .cont_table_wrap .cont_table_item {
    height: 87.1794871795vw;
    max-height: 340px;
  }
}
.cont_table_wrap .cont_table_item .cont_table_detail {
  padding-left: 0;
  height: 100%;
  width: 100%;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (min-width: 1367px) {
  .cont_table_wrap .cont_table_item .cont_table_detail {
    padding-left: 0;
  }
}
@media only screen and (max-width: 900px) {
  .cont_table_wrap .cont_table_item .cont_table_detail {
    color: #fff;
  }
}
@media only screen and (max-width: 900px) and (min-width: 390px) {
  .cont_table_wrap .cont_table_item .cont_table_detail {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 41px;
  }
}
@media only screen and (min-width: 901px) {
  .cont_table_wrap .cont_table_item .cont_table_bg img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: auto;
    height: 100%;
    translate: -50% -50%;
  }
}
@media only screen and (min-width: 901px) and (max-width: 1366px) {
  .cont_table_wrap .cont_table_item .cont_table_bg img {
    width: auto;
    height: 100%;
  }
}
@media only screen and (min-width: 901px) and (min-width: 1367px) {
  .cont_table_wrap .cont_table_item .cont_table_bg.fullscreen_img img {
    height: auto;
    width: 100vw;
    max-width: 200vw;
  }
}
@media only screen and (max-width: 900px) {
  .cont_table_wrap .cont_table_item .cont_table_bg {
    display: block;
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .cont_table_wrap .cont_table_item .cont_table_bg::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(39, 12, 11, 0.4);
    z-index: 1;
  }
  .cont_table_wrap .cont_table_item .cont_table_bg img {
    position: absolute;
    left: 50%;
    top: 50%;
    translate: -50% -50%;
    height: 100%;
    width: auto;
    max-width: 1000%;
  }
}
@media only screen and (max-width: 900px) and (min-width: 390px) {
  .cont_table_wrap .cont_table_item .cont_table_bg img {
    height: auto;
    width: 100%;
  }
}
.cont_table_wrap .cont_table_item .icon {
  left: 50%;
  top: 3.074670571vw;
  translate: -50% 0;
  /*
  .large {
    font-weight: 500;
    font-size: calc(44vw / 1366 * 100);
    line-height: 1;
    padding: 0;
    translate: 0 -0.2em;
  }
  .chapter-num {
    position: relative;
    display: inline-block;
    translate: 0 -0.08em;
    font-size: calc(60vw / 1366 * 100);
    font-weight: 700;
    padding: 0 0.15em 0;
    &::before {
      position: absolute;
      top: 0;
      left: 50%;
      translate: -50% -0.4em;
      width: auto;
      font-family: $fontZenOldMincho;
      content: "Chapter";
      font-size: calc(14vw / 1366 * 100);
      font-weight: 400;
      color: $sitesBlown;
      text-align: center;
      letter-spacing: 0.15em;
    }
  }
  @include media1367 {
    .large {
      font-size: 44px;
    }
    .chapter-num {
      font-size: 60px;
      &::before {
        font-size: 14px;
      }
    }
  }*/
}
.cont_table_wrap .cont_table_item .icon::after {
  display: none;
}
@media only screen and (min-width: 1367px) {
  .cont_table_wrap .cont_table_item .icon {
    top: 42px;
  }
}
@media only screen and (max-width: 900px) {
  .cont_table_wrap .cont_table_item .icon {
    left: 50%;
    top: 10.7692307692vw;
    width: 40.5128205128vw;
    height: 40.5128205128vw;
    translate: -50% 0;
    border-style: none;
    background: #fff;
    color: #A04845;
    font-size: 7.6923076923vw;
  }
  .cont_table_wrap .cont_table_item .icon::before {
    background-color: #fff;
    height: 18.9743589744vw;
  }
  .cont_table_wrap .cont_table_item .icon::after {
    display: none;
  }
}
@media only screen and (max-width: 900px) and (min-width: 390px) {
  .cont_table_wrap .cont_table_item .icon {
    top: 42px;
    width: 158px;
    height: 158px;
    font-size: 30px;
  }
  .cont_table_wrap .cont_table_item .icon::before {
    height: 74px;
  }
}
@media only screen and (max-width: 900px) {
  .cont_table_wrap .cont_table_item .icon .large {
    font-size: 10.2564102564vw;
    translate: 0 -0.2em;
  }
  .cont_table_wrap .cont_table_item .icon .chapter-num {
    font-size: 15.3846153846vw;
  }
  .cont_table_wrap .cont_table_item .icon .chapter-num::before {
    font-size: 3.5897435897vw;
    color: #A04845;
  }
}
@media only screen and (max-width: 900px) and (min-width: 390px) {
  .cont_table_wrap .cont_table_item .icon .large {
    font-size: 40px;
  }
  .cont_table_wrap .cont_table_item .icon .chapter-num {
    font-size: 60px;
  }
  .cont_table_wrap .cont_table_item .icon .chapter-num::before {
    font-size: 14px;
  }
}
.cont_table_wrap .cont_table_item .ja {
  position: relative;
}
.cont_table_wrap .cont_table_item .ja::after {
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0.5em -50%;
}
@media only screen and (max-width: 900px) {
  .cont_table_wrap .cont_table_item .ja::after {
    opacity: 1;
    width: 3.8vw;
    height: 5.4846153846vw;
    background: url("../images/cont/cont_table_arr_sp.svg") center/contain no-repeat;
  }
}
@media only screen and (max-width: 900px) and (min-width: 390px) {
  .cont_table_wrap .cont_table_item .ja::after {
    opacity: 1;
    width: 14.82px;
    height: 21.39px;
  }
}
.cont_table_wrap .cont_table_item .ja > span {
  display: inline-block;
}
.cont_table_wrap .cont_table_item .epilogue_detail .ja {
  margin: 0 auto;
}
.cont_table_wrap .cont_table_item .en {
  display: block;
  margin: 0.5em auto 0;
  font-size: 1.317715959vw;
  letter-spacing: 0.095em;
}
@media only screen and (min-width: 1367px) {
  .cont_table_wrap .cont_table_item .en {
    font-size: 18px;
  }
}
@media only screen and (max-width: 900px) {
  .cont_table_wrap .cont_table_item .ja {
    font-size: 7.6923076923vw;
  }
  .cont_table_wrap .cont_table_item .en {
    margin: 0 auto 0;
    min-height: 3em;
    line-height: 1.1;
    letter-spacing: 0.1em;
    font-size: 4.1025641026vw;
  }
}
@media only screen and (max-width: 900px) and (min-width: 390px) {
  .cont_table_wrap .cont_table_item .ja {
    font-size: 30px;
  }
  .cont_table_wrap .cont_table_item .en {
    font-size: 16px;
  }
}
@media only screen and (min-width: 901px) and (hover: hover) {
  .cont_table_wrap .cont_table_item .ja::after {
    translate: 1em -40%;
  }
  .cont_table_wrap .cont_table_item:hover .ja::after {
    opacity: 1;
    translate: 1.5em -40%;
  }
}

/*                table
======================================================= */
table {
  width: 100%;
  border-collapse: separate;
  border-collapse: collapse;
  border-spacing: 0;
}

table tr td,
table tr th {
  text-align: left;
  padding: 0px;
}

/*                pageTop
======================================================= */
.page_top {
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 1000;
  display: none;
}
.page_top a {
  display: block;
}
@media only screen and (max-width: 640px) {
  .page_top {
    bottom: 0px;
    right: 0;
  }
  .page_top img {
    width: 36px;
    height: 36px;
  }
}

/*                iframeのレスポン化
======================================================= */
.frame_respon .fb_iframe_widget,
.frame_respon .fb_iframe_widget span,
.frame_respon .fb_iframe_widget iframe[style] {
  width: 100% important;
}

.gmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.gmap iframe,
.gmap object,
.gmap embed {
  border: none !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*                sidebar
======================================================= */
/*                #nav_menu
======================================================= */
#nav_menu {
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
  width: 240px;
  height: 100lvh;
  background: #fff;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 20px 20px 130px;
  /*
  @include media1367
    width: 240px;
    padding: 20px 20px 130px;
    &::before{
      translate: -50% 0;
      top: 34px;
      width: 157px;
      height: 192px;
    }
    &::after{
      bottom: 36px;
      left: 50%;
      translate: -50% 0;
      width: 164px;
      height: 46px;
    }
  }
  */
}
#nav_menu::before {
  position: absolute;
  display: block;
  content: "";
  top: 34px;
  left: 50%;
  translate: -50% 0;
  width: 157px;
  height: 192px;
  background: url("../images/common/nav_menu_ttl.svg") center/contain no-repeat;
}
#nav_menu::after {
  position: absolute;
  display: block;
  content: "";
  bottom: 36px;
  left: 50%;
  translate: -50% 0;
  width: 164px;
  height: 46px;
  background: url("../images/common/nav_menu_logo.svg") center/contain no-repeat;
}
@media screen and (max-height: 650px) {
  #nav_menu {
    padding: 1.4641288433vw 1.4641288433vw 7.3206442167vw;
  }
  #nav_menu::before {
    top: -1.4641288433vw;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  #nav_menu::after {
    bottom: 1.4641288433vw;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}
@media only screen and (max-height: 650px) and (min-width: 1367px) {
  #nav_menu {
    padding: 20px 20px 100px;
  }
  #nav_menu::before {
    top: -20px;
  }
  #nav_menu::after {
    bottom: 20px;
  }
}
@media screen and (max-height: 550px) {
  #nav_menu {
    padding: 1.4641288433vw;
  }
  #nav_menu::after {
    display: none;
  }
}
@media only screen and (max-height: 550px) and (min-width: 1367px) {
  #nav_menu {
    padding: 20px;
  }
}
@media only screen and (max-width: 900px) {
  #nav_menu {
    display: none;
  }
}

.nav_menu_ul {
  font-family: "Zen Old Mincho", "Yu Mincho", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  position: relative;
  z-index: 1;
}
.nav_menu_ul li {
  font-size: 14px;
  line-height: 2.1;
  text-align: center;
  /*
  @include media1367{
    font-size: 14px;
    .num{
      font-size: 12px;
    }
  }
  */
}
.nav_menu_ul li + li {
  margin-top: 0.55em;
}
.nav_menu_ul li .num {
  font-size: 12px;
  display: block;
  line-height: 1;
}
.nav_menu_ul li a {
  display: block;
  color: #a04845;
}
@media (hover: hover) {
  .nav_menu_ul li a {
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s;
  }
  .nav_menu_ul li a .num {
    margin-right: 0.75em;
  }
  .nav_menu_ul li a > span {
    position: relative;
  }
  .nav_menu_ul li a > span::after {
    -webkit-transition: 0.25s;
    transition: 0.25s;
    content: "＞";
    position: absolute;
    right: -2em;
    bottom: -0.2em;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    font-size: 9px;
  }
  .nav_menu_ul li a:hover {
    opacity: 0.7;
  }
  .nav_menu_ul li a:hover > span::after {
    -webkit-transform: translate(75%, 0);
            transform: translate(75%, 0);
  }
}
/*                footer
======================================================= */
#footer {
  background: #fff;
  position: relative;
  font-family: "Zen Old Mincho", "Yu Mincho", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  color: #fff;
  position: relative;
}
@media only screen and (min-width: 901px) {
  #footer {
    height: 56.2225475842vw;
  }
}
@media only screen and (min-width: 1367px) {
  #footer {
    height: 768px;
  }
}
#footer .ft_nav_ttl {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 52px 20px 0;
}
#footer .ft_nav_ttl img {
  max-width: 196px;
  margin: auto;
}
@media only screen and (max-width: 900px) {
  #footer .ft_nav_ttl {
    display: none;
  }
}
@media only screen and (min-width: 901px) {
  #footer .ft_nav_menu {
    position: absolute;
    left: 0;
    top: 0;
    width: 240px;
    height: 100%;
    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;
    background: #DF2017;
    height: 100%;
  }
}
#footer .nav_menu_ul {
  position: relative;
}
#footer .nav_menu_ul li a {
  color: #fff;
}
#footer .nav_menu_ul li + li {
  margin-top: 1.05em;
}
@media only screen and (max-width: 900px) {
  #footer .nav_menu_ul {
    margin-bottom: 7.6923076923vw;
  }
  #footer .nav_menu_ul li {
    font-size: 3.5897435897vw;
  }
  #footer .nav_menu_ul li .num {
    font-size: 3.0769230769vw;
  }
  #footer .nav_menu_ul li + li {
    margin-top: 0;
  }
  #footer .nav_menu_ul li a {
    height: 17.1794871795vw;
    color: #450E0C;
  }
  #footer .nav_menu_ul li a > span {
    position: relative;
  }
  #footer .nav_menu_ul li a > span::after {
    opacity: 1;
    content: "＞";
    position: absolute;
    right: -1.75em;
    bottom: -0.1em;
    translate: 0 0;
    font-size: 2.3076923077vw;
  }
}
#footer .ft_bottom {
  background: #FAFAFA;
  padding: 10px;
  width: 100%;
  height: 107px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#footer .ft_bottom img {
  display: block;
  margin: auto;
  width: 163px;
}
@media only screen and (max-width: 900px) {
  #footer .ft_bottom {
    height: 43.0769230769vw;
    max-height: 168px;
  }
  #footer .ft_bottom img {
    width: 65.641025641vw;
    max-width: 256px;
  }
}
#footer .ft_inr {
  position: relative;
  width: calc(100% - 240px);
  margin-left: 240px;
  height: 100%;
}
#footer .ft_inr::before {
  position: absolute;
  display: block;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../images/common/foot-ft-bg_pc.svg");
  width: 42.972181552vw;
  height: 51.317715959vw;
  top: 2.7818448023vw;
  left: 14.494875549vw;
}
@media only screen and (min-width: 1367px) {
  #footer .ft_inr {
    width: 1127px;
  }
  #footer .ft_inr::before {
    width: 587px;
    height: 701px;
    top: 38px;
    left: 198px;
  }
}
@media only screen and (min-width: 1606px) {
  #footer .ft_inr {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 900px) {
  #footer .ft_inr {
    width: 100%;
    padding: 0;
    margin-left: 0;
    height: 222.3076923077vw;
  }
  #footer .ft_inr::before {
    background-image: url("../images/common/foot-ft-bg_sp.svg");
    width: 66.8769230769vw;
    height: 180.1923076923vw;
    top: 0;
    left: 0;
    z-index: 1;
  }
}
#footer .ft_inr_ttl {
  position: absolute;
  left: 0;
  top: 10.4685212299vw;
  width: 100%;
  height: calc(100% - 10.4685212299vw);
  z-index: 1;
}
@media only screen and (min-width: 1367px) {
  #footer .ft_inr_ttl {
    top: 143px;
    height: calc(100% - 143px);
  }
}
#footer .ft_inr_ttl .ttl_inr {
  position: relative;
  max-width: 100%;
  max-height: 100%;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#footer .ft_inr_ttl img {
  display: block;
  height: auto;
}
#footer .ft_inr_ttl img.ttl_symbol {
  margin: auto auto 1.4641288433vw;
  width: 19.6193265007vw;
}
#footer .ft_inr_ttl img.ttl_logo {
  width: 31.7715959004vw;
}
@media only screen and (min-width: 1367px) {
  #footer .ft_inr_ttl img.ttl_symbol {
    margin: auto auto 20px;
    width: 268px;
  }
  #footer .ft_inr_ttl img.ttl_logo {
    width: 434px;
  }
}
@media only screen and (max-width: 900px) {
  #footer .ft_inr_ttl {
    top: 54.2564102564vw;
    height: calc(100% - 54.2564102564vw);
    z-index: 2;
  }
  #footer .ft_inr_ttl img.ttl_symbol {
    margin: auto auto 1.4641288433vw;
    width: 41.4948717949vw;
  }
  #footer .ft_inr_ttl img.ttl_logo {
    width: 67.1487179487vw;
  }
}
#footer .ft_inr_img {
  position: relative;
  width: 100%;
  height: 100%;
}
#footer .ft_inr_img .ft_img {
  position: absolute;
}
#footer .ft_inr_img .ft_img.ft_photo_01 {
  width: 23.7188872621vw;
  top: 0.878477306vw;
  left: 0vw;
}
#footer .ft_inr_img .ft_img.ft_photo_02 {
  width: 18.3748169839vw;
  bottom: 2.7818448023vw;
  left: 3.2942898975vw;
}
#footer .ft_inr_img .ft_img.ft_photo_03 {
  width: 24.3777452416vw;
  top: 2.4890190337vw;
  right: 3.6603221083vw;
}
#footer .ft_inr_img .ft_img.ft_photo_04 {
  width: 15.0805270864vw;
  top: 21.8155197657vw;
  right: 0;
}
#footer .ft_inr_img .ft_img.ft_photo_05 {
  width: 19.0336749634vw;
  bottom: 2.1229868228vw;
  right: 4.1727672035vw;
}
@media only screen and (min-width: 1367px) {
  #footer .ft_inr_img .ft_img.ft_photo_01 {
    width: 324px;
    top: 12px;
    left: 0px;
  }
  #footer .ft_inr_img .ft_img.ft_photo_02 {
    width: 251px;
    bottom: 38px;
    left: 45px;
  }
  #footer .ft_inr_img .ft_img.ft_photo_03 {
    width: 333px;
    top: 34px;
    right: 50px;
  }
  #footer .ft_inr_img .ft_img.ft_photo_04 {
    width: 206px;
    top: 298px;
    right: 0;
  }
  #footer .ft_inr_img .ft_img.ft_photo_05 {
    width: 260px;
    bottom: 29px;
    right: 57px;
  }
}
@media only screen and (max-width: 900px) {
  #footer .ft_inr_img {
    padding: 0;
  }
  #footer .ft_inr_img .ft_img.ft_photo_01 {
    width: 43.1615384615vw;
    top: 7.3333333333vw;
    left: 0;
  }
  #footer .ft_inr_img .ft_img.ft_photo_02 {
    width: 35.4615384615vw;
    bottom: 44.358974359vw;
    left: 0;
  }
  #footer .ft_inr_img .ft_img.ft_photo_03 {
    width: 38.5461538462vw;
    top: 26.3846153846vw;
    right: 0;
  }
  #footer .ft_inr_img .ft_img.ft_photo_04 {
    width: 41.1974358974vw;
    top: 133.3333333333vw;
    right: 0;
  }
  #footer .ft_inr_img .ft_img.ft_photo_05 {
    width: 45.2358974359vw;
    bottom: 16.4615384615vw;
    right: 2.3846153846vw;
  }
}
#footer .ft_inr_img {
  /*
  opacity: 0;
  translate: 0 20px;
  transition: opacity 0.75s ,  translate 0.75s;
  &.in{
    translate: 0;
    opacity: 1;
  }
  */
}
#footer .ft_inr_img {
  position: relative;
  width: 100%;
  height: 100%;
}
#footer .ft_inr_img .kv_img {
  position: absolute;
}
#footer .ft_inr_img .kv_img.kv_photo_01 {
  width: 23.3528550512vw;
  top: 4.9780380673vw;
  left: 7.1742313324vw;
}
#footer .ft_inr_img .kv_img.kv_photo_02 {
  width: 22.7672035139vw;
  bottom: 6.6617862372vw;
  left: 1.756954612vw;
}
#footer .ft_inr_img .kv_img.kv_photo_03 {
  width: 26.7935578331vw;
  top: 2.0497803807vw;
  right: 9.663250366vw;
}
#footer .ft_inr_img .kv_img.kv_photo_04 {
  width: 17.6427525622vw;
  top: 22.1083455344vw;
  right: 0;
}
#footer .ft_inr_img .kv_img.kv_photo_05 {
  width: 23.2064421669vw;
  bottom: 4.2459736457vw;
  right: 6.0029282577vw;
}
@media only screen and (min-width: 1367px) {
  #footer .ft_inr_img .kv_img.kv_photo_01 {
    width: 319px;
    top: 68px;
    left: 98px;
  }
  #footer .ft_inr_img .kv_img.kv_photo_02 {
    width: 311px;
    bottom: 91px;
    left: 24px;
  }
  #footer .ft_inr_img .kv_img.kv_photo_03 {
    width: 366px;
    top: 28px;
    right: 132px;
  }
  #footer .ft_inr_img .kv_img.kv_photo_04 {
    width: 241px;
    top: 302px;
    right: 0;
  }
  #footer .ft_inr_img .kv_img.kv_photo_05 {
    width: 317px;
    bottom: 58px;
    right: 82px;
  }
}
@media only screen and (max-width: 900px) {
  #footer .ft_inr_img {
    padding: 0 1.7948717949vw;
  }
  #footer .ft_inr_img .kv_img {
    position: absolute;
  }
  #footer .ft_inr_img .kv_img.kv_bg_01 {
    width: calc(100% - 3.5897435897vw);
    top: 36.6897435897vw;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  #footer .ft_inr_img .kv_img.kv_photo_01 {
    width: calc(100% - 7.1794871795vw);
    top: 40.2384615385vw;
    left: 50%;
    -webkit-transform: translate(calc(-50% + 1.7948717949vw), 0);
            transform: translate(calc(-50% + 1.7948717949vw), 0);
  }
}

.slide_wrap {
  opacity: 0;
}
.slide_wrap.slick-initialized {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
}
.slide_wrap .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}