@charset "UTF-8";
/*リセット
--------------------------------------------*/
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;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

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

/*メディアクエリー
---------------------------------------------*/
/*変数
---------------------------------------------*/
/* weight: book 400, medium 500, heavy 700 */
/* Regular 400, bold 700*/
/* コンテンツ
---------------------------------------------*/
html,
body,
#wrapper {
  width: 100%;
  color: #181818;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 769px) {
  html,
  body,
  #wrapper {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  html,
  body,
  #wrapper {
    font-size: 3.7333333333vw;
  }
}
html a,
body a,
#wrapper a {
  text-decoration: none;
  color: #181818;
}

img {
  width: 100%;
  display: block;
}

@media screen and (min-width: 769px) {
  .pcNone {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pcNone {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .spNone {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .spNone {
    display: none;
  }
}

div.fv {
  position: relative;
  z-index: -1;
}
div.fv div.txt_fv_area {
  position: relative;
  width: 100%;
  z-index: 11;
}
@media screen and (max-width: 768px) {
  div.fv div.txt_fv_area {
    height: 170.6666666667vw;
    margin-bottom: -170.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  div.fv div.txt_fv_area {
    height: 63.1944444444vw;
    margin-bottom: -63.1944444444vw;
  }
}
div.fv div.txt_fv_area div.txt_fv {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  div.fv div.txt_fv_area div.txt_fv div.main_txt {
    width: 44.1333333333vw;
    margin-top: 9.3333333333vw;
    margin-bottom: 9.7333333333vw;
  }
}
@media screen and (min-width: 769px) {
  div.fv div.txt_fv_area div.txt_fv div.main_txt {
    width: 22.6736111111vw;
    margin-top: 4.7916666667vw;
    margin-bottom: 5vw;
  }
}
div.fv div.txt_fv_area div.txt_fv p {
  letter-spacing: 0.425em;
}
@media screen and (max-width: 768px) {
  div.fv div.txt_fv_area div.txt_fv p {
    font-size: 1.7333333333vw;
  }
}
@media screen and (min-width: 769px) {
  div.fv div.txt_fv_area div.txt_fv p {
    font-size: 0.9027777778vw;
  }
}
div.fv div.txt_fv_area div.logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  div.fv div.txt_fv_area div.logo {
    width: 9.4666666667vw;
    bottom: 10vw;
  }
}
@media screen and (min-width: 769px) {
  div.fv div.txt_fv_area div.logo {
    width: 3.9236111111vw;
    bottom: 3.2986111111vw;
  }
}
div.fv div.img_area {
  position: fixed;
  z-index: -1;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  div.fv div.img_area {
    height: 170.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  div.fv div.img_area {
    height: 63.1944444444vw;
  }
}
div.fv div.img_area div.img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  width: 100%;
  position: sticky;
  position: -webkit-sticky; /*Safari用*/
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  div.fv div.img_area div.img {
    background-image: url(../images/KV_sp.jpg);
    height: 170.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  div.fv div.img_area div.img {
    background-image: url(../images/KV_pc.jpg);
    height: 63.1944444444vw;
  }
}

div.index {
  letter-spacing: 0.14em;
}
@media screen and (max-width: 768px) {
  div.index {
    padding-top: 18.6666666667vw;
    padding-bottom: 24vw;
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
    margin-top: 170.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  div.index {
    padding-top: min(6.9444444444vw, 100px);
    padding-bottom: min(9.7222222222vw, 140px);
    font-size: min(1.3888888889vw, 20px);
    margin-top: 63.1944444444vw;
  }
}
div.index h2 {
  text-align: center;
}
@media screen and (max-width: 768px) {
  div.index h2 {
    font-size: 4.2666666667vw;
    margin-bottom: 8vw;
  }
}
@media screen and (min-width: 769px) {
  div.index h2 {
    font-size: min(1.3888888889vw, 20px);
    margin-bottom: min(3.4722222222vw, 50px);
  }
}
div.index ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 768px) {
  div.index ul {
    -moz-column-gap: 1.6vw;
         column-gap: 1.6vw;
  }
}
@media screen and (min-width: 769px) {
  div.index ul {
    width: min(43.75vw, 630px);
    -moz-column-gap: min(0.7805555556vw, 11.25px);
         column-gap: min(0.7805555556vw, 11.25px);
    margin: 0 auto;
  }
}
div.index ul li {
  position: relative;
}
div.index ul li a {
  display: block;
}
div.index ul li a div.img {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-color: rgba(0, 0, 0, 0.4);
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  div.index ul li a div.img {
    width: 28.8vw;
    height: 40.2666666667vw;
  }
}
@media screen and (min-width: 769px) {
  div.index ul li a div.img {
    width: min(14.0277777778vw, 202px);
    height: min(19.6527777778vw, 283px);
  }
}
div.index ul li a div.img::after {
  content: "";
  display: block;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  transition: 0.5s all;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  div.index ul li a div.img::after {
    width: 28.8vw;
  }
}
@media screen and (min-width: 769px) {
  div.index ul li a div.img::after {
    width: min(14.0277777778vw, 202px);
  }
}
div.index ul li a p {
  position: absolute;
  text-align: center;
  letter-spacing: 0.1em;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  div.index ul li a p {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 769px) {
  div.index ul li a p {
    font-size: min(1.25vw, 18px);
  }
}
div.index ul li a:hover div.img {
  cursor: pointer;
  transform: scale(1.05, 1.05);
}
div.index ul li a:hover div.img::after {
  background: none;
}
div.index ul li.tab_all div.img {
  background-image: url(../images/index_all.jpg);
}
div.index ul li.tab_w div.img {
  background-image: url(../images/index_w.jpg);
}
div.index ul li.tab_m div.img {
  background-image: url(../images/index_m.jpg);
}

@media screen and (max-width: 768px) {
  div.credit {
    margin-top: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  div.credit {
    margin-top: min(2.0833333333vw, 30px);
  }
}
div.credit h3 {
  letter-spacing: 0.03em;
  color: #181818;
}
@media screen and (max-width: 768px) {
  div.credit h3 {
    font-size: 4vw;
    margin-bottom: 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  div.credit h3 {
    font-size: 15px;
    margin-bottom: min(0.6944444444vw, 10px);
  }
}
div.credit ul {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  div.credit ul {
    margin: 0 auto 1.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  div.credit ul {
    margin: 0 auto min(0.3472222222vw, 5px);
  }
}
div.credit ul li {
  width: -moz-fit-content;
  width: fit-content;
}
div.credit ul li a {
  display: inline-block;
  color: #181818;
  display: flex;
  justify-content: center;
  letter-spacing: 0.03em;
  width: -moz-fit-content;
  width: fit-content;
}
div.credit ul li a p {
  transition: 0.3s all;
}
@media screen and (min-width: 769px) {
  div.credit ul li a p {
    font-size: max(0.9722222222vw, 14px);
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  div.credit ul li a p.item {
    margin-right: 1.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  div.credit ul li a p.item {
    margin-right: min(0.3472222222vw, 5px);
  }
}
div.credit ul li a.line {
  border-right: solid 1px #181818;
}
div.credit ul li a:hover p {
  color: #928C86;
}
@media screen and (max-width: 768px) {
  div.credit ul li:first-child a {
    margin-right: 2.6666666667vw;
    padding-right: 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  div.credit ul li:first-child a {
    margin-right: min(0.6944444444vw, 10px);
    padding-right: min(0.6944444444vw, 10px);
  }
}

div.bg_white {
  background-color: #fff;
}

div.area div.bg_gray {
  background-color: #29221B;
}
@media screen and (max-width: 768px) {
  div.area div.bg_gray section.sec {
    padding-bottom: 26.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  div.area div.bg_gray section.sec {
    padding-bottom: min(9.7222222222vw, 140px);
    width: min(32.7777777778vw, 472px);
    margin: 0 auto;
  }
}
div.area div.bg_gray section.sec div.credit h3 {
  color: #fff;
}
div.area div.bg_gray section.sec div.credit ul li a {
  color: #fff;
}
div.area div.bg_gray section.sec div.credit ul li a.line {
  border-right: solid 1px #fff;
}
div.area div.bg_gray section.sec_1 div.sticky_area div.sticky {
  position: sticky;
  position: -webkit-sticky; /*Safari用*/
  top: 0;
  transform: translate3d(0, 0, 0);
}
div.area div.bg_gray section.sec_1 div.sticky_area div.sticky.img_1 {
  width: 100%;
}
div.area div.bg_gray section.sec_1 div.sticky_area div.relative {
  position: relative;
  z-index: 2;
  transform: translate3d(0, 0, 0);
}
@media screen and (max-width: 768px) {
  div.area div.bg_gray section.sec_1 div.sticky_area div.relative div.img_2 {
    width: 67.2vw;
    margin: 5.3333333333vw auto 0;
  }
}
@media screen and (min-width: 769px) {
  div.area div.bg_gray section.sec_1 div.sticky_area div.relative div.img_2 {
    width: min(21.6666666667vw, 312px);
    margin: min(2.0833333333vw, 30px) auto 0;
  }
}
@media screen and (min-width: 769px) {
  div.area div.bg_gray section.sec_1.sec_1_w {
    padding-top: min(6.9444444444vw, 100px);
  }
}
div.area div.bg_gray section.sec_1.sec_2_all div.sticky_area div.sticky {
  position: relative;
}
@media screen and (max-width: 768px) {
  div.area div.bg_gray section.sec_2 {
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}
div.area div.bg_gray section.sec_2 div.pc_flex {
  position: relative;
}
div.area div.bg_gray section.sec_2 div.pc_flex div.img_1 {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  div.area div.bg_gray section.sec_2 div.pc_flex div.img_1 {
    width: 60vw;
    margin-bottom: 30.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  div.area div.bg_gray section.sec_2 div.pc_flex div.img_1 {
    width: min(21.7361111111vw, 313px);
    margin-bottom: min(11.25vw, 162px);
  }
}
div.area div.bg_gray section.sec_2 div.pc_flex div.img_2 {
  position: absolute;
}
@media screen and (max-width: 768px) {
  div.area div.bg_gray section.sec_2 div.pc_flex div.img_2 {
    width: 42.4vw;
    top: 25.8666666667vw;
  }
}
@media screen and (min-width: 769px) {
  div.area div.bg_gray section.sec_2 div.pc_flex div.img_2 {
    width: min(15.5555555556vw, 224px);
    top: min(9.5138888889vw, 137px);
  }
}
div.area div.bg_gray section.sec_2 div.pc_flex div.img_3 {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  div.area div.bg_gray section.sec_2 div.pc_flex div.img_3 {
    width: 89.3333333333vw;
  }
}
div.area div.bg_gray section.sec_2.sec_2_m div.pc_flex div.img_1 {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  div.area div.bg_gray section.sec_2.sec_2_m div.pc_flex div.img_2 {
    width: 34.4vw;
    top: 24.8vw;
    right: 0;
  }
}
@media screen and (min-width: 769px) {
  div.area div.bg_gray section.sec_2.sec_2_m div.pc_flex div.img_2 {
    width: min(12.5694444444vw, 181px);
    top: min(9.0972222222vw, 131px);
    right: 0;
  }
}
div.area div.bg_gray section.sec_3 div.flex_img {
  display: flex;
}
@media screen and (max-width: 768px) {
  div.area div.bg_gray section.sec_3 div.img_2 {
    width: 60vw;
    margin: 5.3333333333vw auto 0;
  }
}
@media screen and (min-width: 769px) {
  div.area div.bg_gray section.sec_3 div.img_2 {
    width: min(19.6527777778vw, 283px);
    margin: min(2.0833333333vw, 30px) auto 0;
  }
}
@media screen and (max-width: 768px) {
  div.area div.bg_gray section.sec_4 {
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}
div.area div.bg_gray section.sec_4 div.img_1 {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  div.area div.bg_gray section.sec_4 div.img_1 {
    width: 60vw;
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  div.area div.bg_gray section.sec_4 div.img_1 {
    width: min(22.0138888889vw, 317px);
    margin-bottom: min(2.0833333333vw, 30px);
  }
}
@media screen and (max-width: 768px) {
  div.area div.bg_gray section.sec_5 {
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}
div.area div.bg_gray section.sec_5 div.pc_flex {
  position: relative;
}
@media screen and (max-width: 768px) {
  div.area div.bg_gray section.sec_5 div.pc_flex div.img_1 {
    width: 60vw;
    margin-bottom: 30.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  div.area div.bg_gray section.sec_5 div.pc_flex div.img_1 {
    width: min(21.0416666667vw, 303px);
    margin-bottom: min(10.7638888889vw, 155px);
  }
}
div.area div.bg_gray section.sec_5 div.pc_flex div.img_2 {
  position: absolute;
}
@media screen and (max-width: 768px) {
  div.area div.bg_gray section.sec_5 div.pc_flex div.img_2 {
    width: 51.7333333333vw;
    top: 25.8666666667vw;
    right: -2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  div.area div.bg_gray section.sec_5 div.pc_flex div.img_2 {
    width: min(18.125vw, 261px);
    top: min(9.0277777778vw, 130px);
    right: min(-1.1805555556vw, -17px);
  }
}
@media screen and (max-width: 768px) {
  div.area div.bg_gray section.sec_5.sec_5_m div.pc_flex div.img_2 {
    width: 36.5333333333vw;
    right: -0.8vw;
  }
}
@media screen and (min-width: 769px) {
  div.area div.bg_gray section.sec_5.sec_5_m div.pc_flex div.img_2 {
    width: min(13.3333333333vw, 192px);
    right: min(-0.2083333333vw, -3px);
  }
}
@media screen and (max-width: 768px) {
  div.area section.sec {
    padding-bottom: 21.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  div.area section.sec {
    padding-bottom: min(9.7222222222vw, 140px);
    width: min(32.7777777778vw, 472px);
    margin: 0 auto;
  }
}
div.area section.sec_6 div.img_1 {
  width: 100%;
}
@media screen and (max-width: 768px) {
  div.area section.sec_6 div.img_1 {
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  div.area section.sec_6 div.img_1 {
    margin-bottom: min(2.0833333333vw, 30px);
  }
}
div.area section.sec_6 div.img_2 {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  div.area section.sec_6 div.img_2 {
    width: 48.8vw;
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  div.area section.sec_6 div.img_2 {
    width: min(15.9722222222vw, 230px);
    margin-bottom: min(2.0833333333vw, 30px);
  }
}
div.area section.sec_6 div.img_3 {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  div.area section.sec_6 div.img_3 {
    width: 67.2vw;
  }
}
@media screen and (min-width: 769px) {
  div.area section.sec_6 div.img_3 {
    width: min(22.0138888889vw, 317px);
  }
}
@media screen and (min-width: 769px) {
  div.area section.sec_6.sec_6_w {
    padding-top: min(6.9444444444vw, 100px);
  }
}
div.area section.sec_6.sec_13_all div.img_2 {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  div.area section.sec_6.sec_13_all div.img_2 {
    width: 67.2vw;
  }
}
@media screen and (min-width: 769px) {
  div.area section.sec_6.sec_13_all div.img_2 {
    width: min(22.0138888889vw, 317px);
  }
}
@media screen and (max-width: 768px) {
  div.area section.sec_7 {
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}
div.area section.sec_7 ul.sub_imgarea {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 768px) {
  div.area section.sec_7 ul.sub_imgarea {
    gap: 1.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  div.area section.sec_7 ul.sub_imgarea {
    gap: min(0.5277777778vw, 7.6px);
    margin-bottom: min(2.0833333333vw, 30px);
  }
}
div.area section.sec_8 div.img_1 {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  div.area section.sec_8 div.img_1 {
    width: 89.3333333333vw;
  }
}
div.area section.sec_8 div.credit ul li a {
  margin: 0;
  padding: 0;
}
div.area section.sec_9 div.sticky_area div.sticky {
  position: sticky;
  position: -webkit-sticky; /*Safari用*/
  top: 0;
  transform: translate3d(0, 0, 0);
}
div.area section.sec_9 div.sticky_area div.sticky.img_1 {
  width: 100%;
}
div.area section.sec_9 div.sticky_area div.relative {
  position: relative;
  z-index: 2;
  transform: translate3d(0, 0, 0);
}
@media screen and (max-width: 768px) {
  div.area section.sec_9 div.sticky_area div.relative div.img_2 {
    width: 67.2vw;
    margin: 5.3333333333vw auto 0;
  }
}
@media screen and (min-width: 769px) {
  div.area section.sec_9 div.sticky_area div.relative div.img_2 {
    width: min(21.8055555556vw, 312px);
    margin: min(2.0833333333vw, 30px) auto 0;
  }
}
div.area section.sec_10 div.img_1 {
  width: 100%;
}
@media screen and (max-width: 768px) {
  div.area section.sec_11 {
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  div.area section.sec_11 div.img_1 {
    width: 60vw;
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  div.area section.sec_11 div.img_1 {
    width: min(22.0138888889vw, 317px);
    margin-bottom: min(2.0833333333vw, 30px);
  }
}
div.area section.sec_11 div.img_2 {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  div.area section.sec_11 div.img_2 {
    width: 89.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  div.area section.sec_11 div.img_2 {
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  div.men_area section.sec_1 {
    padding-top: min(6.9444444444vw, 100px);
  }
}
@media screen and (min-width: 769px) {
  div.men_area section.sec_6 {
    padding-top: min(6.9444444444vw, 100px);
  }
}

@media screen and (max-width: 768px) {
  div.all-btn {
    padding-top: 10.6666666667vw;
    padding-bottom: 32vw;
  }
}
@media screen and (min-width: 769px) {
  div.all-btn {
    padding-top: min(2.7777777778vw, 40px);
    padding-bottom: min(12.5vw, 180px);
  }
}
div.all-btn a {
  display: block;
  position: relative;
  background-color: #29221B;
  margin: 0 auto;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  div.all-btn a {
    width: 85.3333333333vw;
    height: 16vw;
    border-radius: 8vw;
  }
}
@media screen and (min-width: 769px) {
  div.all-btn a {
    width: min(22.2222222222vw, 320px);
    height: min(4.1666666667vw, 60px);
    border-radius: min(2.0833333333vw, 30px);
  }
}
div.all-btn a p {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  letter-spacing: 0.1em;
}
div.all-btn a:hover {
  transform: scale(1.05, 1.05);
  background-color: #fff;
  border: solid 1px #29221B;
}
div.all-btn a:hover p {
  color: #29221B;
}

footer {
  background-color: #29221B;
  width: 100%;
}
footer div.footer_wrapper {
  position: relative;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  footer div.footer_wrapper {
    height: 141.8666666667vw;
    padding-top: 21.3333333333vw;
    padding-right: 6.6666666667vw;
    padding-left: 6.6666666667vw;
    padding-bottom: 20.8vw;
  }
}
@media screen and (min-width: 769px) {
  footer div.footer_wrapper {
    width: 65.9722222222vw;
    height: 34.1666666667vw;
    padding: 5.5555555556vw 0;
    margin: 0 auto;
  }
}
footer div.footer_wrapper div.footer_text {
  color: #ffffff;
  text-align: left;
}
@media screen and (max-width: 768px) {
  footer div.footer_wrapper div.footer_text {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 769px) {
  footer div.footer_wrapper div.footer_text {
    font-size: 0.8333333333vw;
    line-height: 2.35;
  }
}
@media screen and (max-width: 768px) {
  footer div.footer_wrapper div.footer_text p {
    margin-bottom: 4.2666666667vw;
  }
}
footer div.footer_wrapper div.icon {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  footer div.footer_wrapper div.icon {
    padding-top: 13.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  footer div.footer_wrapper div.icon {
    padding-top: 5.5555555556vw;
  }
}
@media screen and (max-width: 768px) {
  footer div.footer_wrapper div.icon div.insta {
    width: 6.9333333333vw;
    margin-right: 4.2666666667vw;
  }
}
@media screen and (min-width: 769px) {
  footer div.footer_wrapper div.icon div.insta {
    width: 24px;
    margin-right: 0.9027777778vw;
  }
}
@media screen and (max-width: 768px) {
  footer div.footer_wrapper div.icon div.x {
    width: 6.1333333333vw;
    margin-right: 3.7333333333vw;
  }
}
@media screen and (min-width: 769px) {
  footer div.footer_wrapper div.icon div.x {
    width: 23px;
    margin-right: 0.9722222222vw;
  }
}
@media screen and (max-width: 768px) {
  footer div.footer_wrapper div.icon div.pal {
    width: 6.4vw;
  }
}
@media screen and (min-width: 769px) {
  footer div.footer_wrapper div.icon div.pal {
    width: 24px;
  }
}
footer div.footer_wrapper div.icon div a img {
  transition: 0.5s;
}
footer div.footer_wrapper div.icon div a:hover img {
  transform: scale(1.1, 1.1);
}
footer div.footer_wrapper div.logo {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  footer div.footer_wrapper div.logo {
    width: 88vw;
    padding-bottom: 20.8vw;
  }
}
@media screen and (min-width: 769px) {
  footer div.footer_wrapper div.logo {
    width: 100%;
    padding-bottom: 5.5555555556vw;
  }
}
@media screen and (max-width: 768px) {
  footer div.footer_wrapper div.logo a {
    width: 14.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  footer div.footer_wrapper div.logo a {
    width: 5.9027777778vw;
  }
}
footer div.footer_wrapper div.logo a div img {
  transition: 0.5s;
}
footer div.footer_wrapper div.logo a:hover div img {
  transform: scale(1.08, 1.08);
}
footer div.footer_wrapper div.logo small {
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  footer div.footer_wrapper div.logo small {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 769px) {
  footer div.footer_wrapper div.logo small {
    font-size: max(0.6944444444vw, 10px);
  }
}

.content-fadeIn {
  transition: 1s;
  opacity: 0;
}

.content-fadeIn_active {
  opacity: 1;
}

div.area {
  display: none;
}

div.area.show {
  display: block;
  animation: panel-show 0.6s ease-in-out forwards;
}

/* tab切り替えのアニメーション */
@keyframes panel-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
div.index ul li.active div.img p::after {
  content: "";
  display: block;
  border-bottom: solid 1px #fff;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  div.index ul li.active div.img p::after {
    padding-bottom: 0.8vw;
    width: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  div.index ul li.active div.img p::after {
    padding-bottom: min(0.3472222222vw, 5px);
    width: min(2.0833333333vw, 30px);
  }
}

.fade_0s {
  opacity: 0;
  visibility: hidden;
  transition-duration: 800ms;
}

.fade_200ms {
  opacity: 0;
  visibility: hidden;
  transition-duration: 800ms;
  transition-delay: 200ms;
}

.fade_left {
  opacity: 0;
  transform: translateX(-60px);
  visibility: hidden;
  transition-duration: 800ms;
  transition-delay: 200ms;
}

.fade_right {
  opacity: 0;
  transform: translateX(60px);
  visibility: hidden;
  transition-duration: 800ms;
  transition-delay: 200ms;
}

.fadeIn {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}/*# sourceMappingURL=style.css.map */