@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;
}

/*メディアクエリー
---------------------------------------------*/
/*変数
---------------------------------------------*/
/* Cond L Bold: 700  style:normal; */
/* regular: 400, Medium: 500, bold: 700*/
/* コンテンツ
---------------------------------------------*/
html,
body,
#wrapper {
  width: 100%;
  color: #282828;
  font-family: "nimbus-sans-condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 769px) {
  html,
  body,
  #wrapper {
    font-size: min(0.9722222222vw, 14px);
  }
}
@media screen and (max-width: 768px) {
  html,
  body,
  #wrapper {
    font-size: 3.7333333333vw;
  }
}
html a,
body a,
#wrapper a {
  text-decoration: none;
  color: #282828;
}

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;
}
@media screen and (min-width: 769px) {
  div.fv {
    height: 59.0277777778vw;
    background-color: #EAE6E3;
    display: flex;
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 769px) {
  div.fv div.fv_img ul {
    width: 65.6944444444vw;
  }
}
div.fv div.fv_img ul li {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  div.fv div.fv_img ul li {
    width: 100%;
    height: 177.8666666667vw;
  }
}
@media screen and (min-width: 769px) {
  div.fv div.fv_img ul li {
    width: 100%;
    height: 59.0277777778vw;
  }
}
@media screen and (max-width: 768px) {
  div.fv div.fv_img ul li.fv_img_1 {
    background-image: url(../images/fv_1_sp.jpg);
  }
}
@media screen and (min-width: 769px) {
  div.fv div.fv_img ul li.fv_img_1 {
    background-image: url(../images/fv_1_pc.jpg);
  }
}
@media screen and (max-width: 768px) {
  div.fv div.fv_img ul li.fv_img_2 {
    background-image: url(../images/fv_2_sp.jpg);
  }
}
@media screen and (min-width: 769px) {
  div.fv div.fv_img ul li.fv_img_2 {
    background-image: url(../images/fv_2_pc.jpg);
  }
}
div.fv div.logo_area {
  transition: 1s;
  transition-delay: 1s;
  opacity: 0;
}
@media screen and (min-width: 769px) {
  div.fv div.logo_area {
    position: relative;
    width: 100%;
  }
}
div.fv div.logo_area.fadeIn_500ms {
  opacity: 1;
}
div.fv div.logo_area div.fv_txt {
  margin: 0 auto;
  position: absolute;
  z-index: 10;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  div.fv div.logo_area div.fv_txt {
    width: 44.8vw;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 769px) {
  div.fv div.logo_area div.fv_txt {
    width: 23.75vw;
    top: 21.9444444444vw;
  }
}
div.fv div.logo_area div.logo {
  margin: 0 auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  div.fv div.logo_area div.logo {
    width: 11.2vw;
    bottom: 8vw;
  }
}
@media screen and (min-width: 769px) {
  div.fv div.logo_area div.logo {
    width: 5.4861111111vw;
    bottom: 14.9305555556vw;
  }
}

@media screen and (max-width: 768px) {
  div.index {
    padding-top: 29.3333333333vw;
    padding-bottom: 32vw;
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  div.index {
    padding-top: min(6.25vw, 90px);
    padding-bottom: min(8.3333333333vw, 120px);
  }
}
div.index h2 {
  text-align: center;
}
@media screen and (max-width: 768px) {
  div.index h2 {
    font-size: 6.4vw;
    margin-bottom: 10.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  div.index h2 {
    font-size: min(1.6666666667vw, 24px);
    margin-bottom: min(2.7777777778vw, 40px);
  }
}
div.index ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 768px) {
  div.index ul {
    -moz-column-gap: 2.4vw;
         column-gap: 2.4vw;
  }
}
@media screen and (min-width: 769px) {
  div.index ul {
    width: min(32.7777777778vw, 472px);
    -moz-column-gap: min(0.8805555556vw, 12.68px);
         column-gap: min(0.8805555556vw, 12.68px);
    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 {
    height: 60.8vw;
  }
}
@media screen and (min-width: 769px) {
  div.index ul li a div.img {
    height: min(22.2916666667vw, 321px);
  }
}
div.index ul li a div.img::after {
  content: "";
  display: block;
  width: 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 {
    height: 60.8vw;
  }
}
@media screen and (min-width: 769px) {
  div.index ul li a div.img::after {
    height: min(22.2916666667vw, 321px);
  }
}
div.index ul li a p {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 1;
}
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_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: 10.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  div.credit {
    margin-top: min(2.7777777778vw, 40px);
  }
}
@media screen and (max-width: 768px) {
  div.credit.pcmargin {
    margin-top: 8vw;
  }
}
div.credit h3 {
  display: inline-block;
  font-family: "classico-urw", sans-serif;
}
@media screen and (max-width: 768px) {
  div.credit h3 {
    margin-bottom: 1.6vw;
    padding-bottom: 0.2666666667vw;
    font-size: 4vw;
  }
}
@media screen and (min-width: 769px) {
  div.credit h3 {
    margin-bottom: min(0.4166666667vw, 6px);
    padding-bottom: 0.0694444444vw;
    font-size: min(1.0416666667vw, 15px);
  }
}
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: #282828;
  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;
  font-family: "classico-urw", sans-serif;
}
@media screen and (min-width: 769px) {
  div.credit ul li a p {
    font-size: max(0.9722222222vw, 14px);
    font-size: 14px;
  }
}
div.credit ul li a p.item {
  font-weight: 500;
}
@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 p.price {
  font-weight: 400;
}
div.credit ul li a.line {
  border-right: solid 1px #282828;
  font-weight: 400;
}
div.credit ul li a:hover p {
  color: #B4B4B4;
}
div.credit ul li a.comingsoon p {
  color: #B4B4B4;
}
@media screen and (max-width: 768px) {
  div.credit ul li a.line {
    margin-right: 2.6666666667vw;
    padding-right: 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  div.credit ul li a.line {
    margin-right: min(0.6944444444vw, 10px);
    padding-right: min(0.6944444444vw, 10px);
  }
}

@media screen and (min-width: 769px) {
  div.credit_area {
    display: flex;
    justify-content: center;
    -moz-column-gap: 3.4722222222vw;
         column-gap: 3.4722222222vw;
  }
}

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

@media screen and (max-width: 768px) {
  div.area section.sec {
    padding-bottom: 32vw;
  }
}
@media screen and (min-width: 769px) {
  div.area section.sec {
    padding-bottom: min(8.3333333333vw, 120px);
    width: min(57.6388888889vw, 830px);
    margin: 0 auto;
  }
}
div.area div.other_img {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  div.area div.other_img {
    width: 58.4vw;
    margin-bottom: 32vw;
  }
}
@media screen and (min-width: 769px) {
  div.area div.other_img {
    width: min(22.9166666667vw, 330px);
    margin-bottom: min(8.3333333333vw, 120px);
  }
}
div.area section.sec_1 div.img1 {
  display: none;
}
div.area section.sec_1 div.img2_area {
  position: relative;
}
@media screen and (max-width: 768px) {
  div.area section.sec_1 div.img2_area {
    margin-top: 13.8666666667vw;
    margin-bottom: 4.5333333333vw;
    height: 108.8vw;
  }
}
@media screen and (min-width: 769px) {
  div.area section.sec_1 div.img2_area {
    margin-top: min(3.75vw, 54px);
    margin-bottom: min(1.25vw, 18px);
    height: min(62.9861111111vw, 907px);
  }
}
div.area section.sec_1 div.img2_area div.other {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  div.area section.sec_1 div.img2_area div.other {
    width: 72.8vw;
  }
}
@media screen and (min-width: 769px) {
  div.area section.sec_1 div.img2_area div.other {
    width: min(41.8055555556vw, 602px);
  }
}
div.area section.sec_1 div.img2_area div.other img {
  transform: rotate(-3.16deg); /* 回転 */
  transform-origin: 50% 50%; /* 左から0％、上から0％離れた点を基準点にする */
}
div.area section.sec_1 div.img2_area div.img2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  div.area section.sec_1 div.img2_area div.img2 {
    width: 72.8vw;
  }
}
@media screen and (min-width: 769px) {
  div.area section.sec_1 div.img2_area div.img2 {
    width: min(41.8055555556vw, 602px);
  }
}
div.area section.sec_1 div.img2_area div.img2 img {
  transform: rotate(3.07deg); /* 回転 */
  transform-origin: 50% 50%; /* 左から0％、上から0％離れた点を基準点にする */
}
@media screen and (max-width: 768px) {
  div.area section.sec_2 div.img1 {
    width: 43.4666666667vw;
    margin-right: auto;
    margin-bottom: 10.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  div.area section.sec_2 div.img1 {
    width: min(23.9583333333vw, 345px);
    margin-left: min(6.0069444444vw, 86.5px);
    margin-bottom: min(2.7777777778vw, 40px);
  }
}
@media screen and (max-width: 768px) {
  div.area section.sec_2 div.slick_area {
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  div.area section.sec_2 div.slick_area {
    width: min(34.2361111111vw, 493px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  div.area section.sec_10 div.img1 {
    width: 58.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  div.area section.sec_10 div.img1 {
    width: min(33.5416666667vw, 483px);
  }
}
div.area section.sec_10 div.img2 {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  div.area section.sec_10 div.img2 {
    width: 74.1333333333vw;
    margin-top: -13.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  div.area section.sec_10 div.img2 {
    width: min(42.4305555556vw, 611px);
    margin-top: min(-4.5138888889vw, 65px);
  }
}
div.area div.all_area {
  background-color: #ECEAE6;
}
@media screen and (max-width: 768px) {
  div.area div.all_area {
    padding: 21.3333333333vw 0;
  }
}
@media screen and (min-width: 769px) {
  div.area div.all_area {
    padding: min(5.5555555556vw, 80px) 0;
  }
}
div.area div.all_area h4 {
  border-bottom: solid 1px #282828;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  div.area div.all_area h4 {
    font-size: 6.4vw;
    padding-bottom: 1.6vw;
    margin-bottom: 10.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  div.area div.all_area h4 {
    font-size: min(1.6666666667vw, 24px);
    padding-bottom: min(0.4166666667vw, 6px);
    margin-bottom: min(2.7777777778vw, 40px);
  }
}
@media screen and (min-width: 769px) {
  div.area div.all_area ul.slider {
    width: min(57.6388888889vw, 830px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  div.area div.all_area ul.slider li img {
    padding: 0 1.2vw;
    width: 43.4666666667vw;
  }
}
@media screen and (min-width: 769px) {
  div.area div.all_area ul.slider li img {
    padding: 0 min(0.3472222222vw, 5px);
    width: min(13.1944444444vw, 190px);
  }
}
@media screen and (max-width: 768px) {
  div.area div.all_area ul.slider.slider1 {
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  div.area div.all_area ul.slider.slider1 {
    margin-bottom: min(1.3888888889vw, 20px);
  }
}
div.area div.all_area div.btn a {
  display: block;
  position: relative;
  border: solid 1px #282828;
  margin: 0 auto;
  transition: 0.5s ease;
}
@media screen and (max-width: 768px) {
  div.area div.all_area div.btn a {
    width: 58.9333333333vw;
    height: 12vw;
    border-radius: 8vw;
    margin-top: 10.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  div.area div.all_area div.btn a {
    width: min(15.3472222222vw, 221px);
    height: min(3.125vw, 45px);
    border-radius: min(2.0833333333vw, 30px);
    margin-top: min(2.7777777778vw, 40px);
  }
}
div.area div.all_area div.btn a:hover {
  background-color: #282828;
  color: #fff;
}
div.area div.all_area div.btn a p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  div.area div.all_area div.btn a p {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 769px) {
  div.area div.all_area div.btn a p {
    font-size: min(1.1111111111vw, 16px);
  }
}

div.women_area section.sec_3 div.img1, div.women_area section.sec_3 div.img2 {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  div.women_area section.sec_3 div.img1, div.women_area section.sec_3 div.img2 {
    width: 73.8666666667vw;
  }
}
@media screen and (min-width: 769px) {
  div.women_area section.sec_3 div.img1, div.women_area section.sec_3 div.img2 {
    width: min(34.3055555556vw, 494px);
  }
}
div.women_area section.sec_4 div.bg {
  background-image: url(../images/women/4_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  div.women_area section.sec_4 div.bg {
    height: 149.0666666667vw;
  }
}
@media screen and (min-width: 769px) {
  div.women_area section.sec_4 div.bg {
    height: min(85.9027777778vw, 1237px);
  }
}
div.women_area section.sec_4 div.bg div.img_area {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  div.women_area section.sec_4 div.bg div.img_area {
    width: 89.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  div.women_area section.sec_4 div.bg div.img_area {
    width: min(51.6666666667vw, 744px);
  }
}
div.women_area section.sec_5 div.img1 {
  margin-left: auto;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  div.women_area section.sec_5 div.img1 {
    width: 58.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  div.women_area section.sec_5 div.img1 {
    width: min(33.8194444444vw, 487px);
  }
}
@media screen and (max-width: 768px) {
  div.women_area section.sec_5 div.img2 {
    width: 74.1333333333vw;
    margin-top: -13.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  div.women_area section.sec_5 div.img2 {
    width: min(42.9166666667vw, 618px);
    margin-top: min(-4.5138888889vw, -65px);
  }
}
div.women_area section.sec_6 div.img1_area {
  position: relative;
}
@media screen and (max-width: 768px) {
  div.women_area section.sec_6 div.img1_area {
    height: 216vw;
  }
}
@media screen and (min-width: 769px) {
  div.women_area section.sec_6 div.img1_area {
    height: min(123.8194444444vw, 1783px);
  }
}
div.women_area section.sec_6 div.img1_area div.img1 {
  position: absolute;
  transform: rotate(2.04deg); /* 回転 */
  transform-origin: 50% 50%; /* 左から0％、上から0％離れた点を基準点にする */
  top: 0;
}
@media screen and (max-width: 768px) {
  div.women_area section.sec_6 div.img1_area div.img1 {
    width: 67.2vw;
    right: 5.6vw;
  }
}
@media screen and (min-width: 769px) {
  div.women_area section.sec_6 div.img1_area div.img1 {
    width: min(38.0555555556vw, 548px);
    right: min(2.7083333333vw, 39px);
  }
}
div.women_area section.sec_6 div.img1_area div.img2 {
  position: absolute;
  transform: rotate(-4.17deg); /* 回転 */
  transform-origin: 50% 50%; /* 左から0％、上から0％離れた点を基準点にする */
}
@media screen and (max-width: 768px) {
  div.women_area section.sec_6 div.img1_area div.img2 {
    width: 60vw;
    top: 89.3333333333vw;
    left: 6.4vw;
  }
}
@media screen and (min-width: 769px) {
  div.women_area section.sec_6 div.img1_area div.img2 {
    width: min(34.0277777778vw, 490px);
    top: min(50.0694444444vw, 721px);
    left: min(2.7430555556vw, 39.5px);
  }
}
div.women_area section.sec_6 div.img1_area div.img3 {
  position: absolute;
  transform: rotate(4.17deg); /* 回転 */
  transform-origin: 50% 50%; /* 左から0％、上から0％離れた点を基準点にする */
  bottom: 0;
}
@media screen and (max-width: 768px) {
  div.women_area section.sec_6 div.img1_area div.img3 {
    width: 43.4666666667vw;
    right: 8vw;
  }
}
@media screen and (min-width: 769px) {
  div.women_area section.sec_6 div.img1_area div.img3 {
    width: min(24.5833333333vw, 354px);
    right: min(3.75vw, 54px);
  }
}
@media screen and (max-width: 768px) {
  div.women_area section.sec_6 div.img3 {
    width: 79.4666666667vw;
    margin-top: 10.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  div.women_area section.sec_6 div.img3 {
    width: min(26.0416666667vw, 375px);
    margin-top: min(2.7777777778vw, 40px);
  }
}
@media screen and (max-width: 768px) {
  div.women_area section.sec_7 div.img1 {
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
    margin-bottom: 10.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  div.women_area section.sec_7 div.img1 {
    margin-bottom: min(2.7777777778vw, 40px);
  }
}
div.women_area section.sec_7 div.img2_area {
  display: flex;
}
@media screen and (max-width: 768px) {
  div.women_area section.sec_7 div.img2_area {
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
    -moz-column-gap: 2.6666666667vw;
         column-gap: 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  div.women_area section.sec_7 div.img2_area {
    -moz-column-gap: min(1.7361111111vw, 25px);
         column-gap: min(1.7361111111vw, 25px);
  }
}
@media screen and (max-width: 768px) {
  div.women_area section.sec_7 div.img2_area div.img {
    width: 43.4666666667vw;
  }
}
@media screen and (min-width: 769px) {
  div.women_area section.sec_7 div.img2_area div.img {
    width: min(27.9166666667vw, 402px);
  }
}
div.women_area section.sec_8 div.img1 {
  width: 100%;
}
div.women_area section.sec_8 div.img2 {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  div.women_area section.sec_8 div.img2 {
    width: 58.6666666667vw;
    margin-top: 10.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  div.women_area section.sec_8 div.img2 {
    width: min(33.8194444444vw, 487px);
    margin-top: min(2.7777777778vw, 40px);
  }
}
@media screen and (min-width: 769px) {
  div.women_area section.sec_9 div.img1_area {
    width: min(33.3333333333vw, 480px);
    margin: 0 auto;
  }
}
div.women_area section.sec_9 div.img1_area ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
}
@media screen and (max-width: 768px) {
  div.women_area section.sec_9 div.img1_area ul li img {
    height: 74.4vw;
  }
}
@media screen and (min-width: 769px) {
  div.women_area section.sec_9 div.img1_area ul li img {
    height: min(24.7222222222vw, 356px);
  }
}
div.women_area section.sec_9 div.img5 {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  div.women_area section.sec_9 div.img5 {
    width: 74.6666666667vw;
    margin-top: 10.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  div.women_area section.sec_9 div.img5 {
    width: min(24.7916666667vw, 357px);
    margin-top: min(2.7777777778vw, 40px);
  }
}

div.men_area section.sec_3 div.img1_area {
  position: relative;
}
@media screen and (max-width: 768px) {
  div.men_area section.sec_3 div.img1_area {
    height: 99.2vw;
    margin-bottom: 10.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  div.men_area section.sec_3 div.img1_area {
    width: min(57.6388888889vw, 830px);
    height: min(57.1527777778vw, 823px);
    margin-bottom: min(2.7777777778vw, 40px);
  }
}
@media screen and (max-width: 768px) {
  div.men_area section.sec_3 div.img1_area div.img {
    width: 33.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  div.men_area section.sec_3 div.img1_area div.img {
    width: min(19.2361111111vw, 277px);
  }
}
div.men_area section.sec_3 div.img1_area div.img.img2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
div.men_area section.sec_3 div.img1_area div.img.img3 {
  position: absolute;
  bottom: 0;
  right: 0;
}
div.men_area section.sec_3 div.img4_area {
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  div.men_area section.sec_3 div.img4_area {
    width: 78.6666666667vw;
    height: 116vw;
  }
}
@media screen and (min-width: 769px) {
  div.men_area section.sec_3 div.img4_area {
    width: min(51.5277777778vw, 742px);
    height: min(75.9722222222vw, 1094px);
  }
}
@media screen and (max-width: 768px) {
  div.men_area section.sec_3 div.img4_area div.imgbg {
    width: 74.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  div.men_area section.sec_3 div.img4_area div.imgbg {
    width: min(48.8194444444vw, 703px);
  }
}
div.men_area section.sec_3 div.img4_area div.img4 {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  div.men_area section.sec_3 div.img4_area div.img4 {
    width: 74.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  div.men_area section.sec_3 div.img4_area div.img4 {
    width: min(48.9583333333vw, 705px);
  }
}
div.men_area section.sec_4 div.img1_area {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  div.men_area section.sec_4 div.img1_area {
    width: 89.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  div.men_area section.sec_4 div.img1_area {
    width: min(51.9444444444vw, 748px);
  }
}
@media screen and (max-width: 768px) {
  div.men_area section.sec_5 div.img1 {
    width: 74.1333333333vw;
  }
}
@media screen and (min-width: 769px) {
  div.men_area section.sec_5 div.img1 {
    width: min(42.7777777778vw, 616px);
  }
}
div.men_area section.sec_5 div.img2 {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  div.men_area section.sec_5 div.img2 {
    width: 58.6666666667vw;
    margin-top: -13.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  div.men_area section.sec_5 div.img2 {
    width: min(33.8888888889vw, 488px);
    margin-top: min(-4.5138888889vw, -65px);
  }
}
div.men_area section.sec_6 div.img1_area {
  background-image: url(../images/men/6_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  div.men_area section.sec_6 div.img1_area {
    height: 149.0666666667vw;
  }
}
@media screen and (min-width: 769px) {
  div.men_area section.sec_6 div.img1_area {
    height: min(85.9722222222vw, 1238px);
  }
}
div.men_area section.sec_6 div.img1_area div.img1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  div.men_area section.sec_6 div.img1_area div.img1 {
    width: 89.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  div.men_area section.sec_6 div.img1_area div.img1 {
    width: min(51.5277777778vw, 742px);
  }
}
div.men_area section.sec_6 div.img2 {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  div.men_area section.sec_6 div.img2 {
    width: 78.9333333333vw;
    margin-top: 10.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  div.men_area section.sec_6 div.img2 {
    width: min(45.4861111111vw, 655px);
    margin-top: min(4.5138888889vw, 65px);
  }
}
div.men_area section.sec_7 div.img1 {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  div.men_area section.sec_7 div.img1 {
    width: 84.2666666667vw;
    margin-bottom: 10.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  div.men_area section.sec_7 div.img1 {
    width: min(48.4722222222vw, 698px);
    margin-bottom: min(2.7777777778vw, 40px);
  }
}
div.men_area section.sec_7 div.img2 {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  div.men_area section.sec_7 div.img2 {
    width: 74.1333333333vw;
  }
}
@media screen and (min-width: 769px) {
  div.men_area section.sec_7 div.img2 {
    width: min(42.6388888889vw, 614px);
  }
}
div.men_area section.sec_7 div.img3 {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  div.men_area section.sec_7 div.img3 {
    width: 58.6666666667vw;
    margin-top: -13.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  div.men_area section.sec_7 div.img3 {
    width: min(33.75vw, 486px);
    margin-top: min(-4.5138888889vw, -65px);
  }
}
div.men_area section.sec_8 div.img1 {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  div.men_area section.sec_8 div.img1 {
    width: 89.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  div.men_area section.sec_8 div.img1 {
    width: min(51.5277777778vw, 742px);
  }
}
div.men_area section.sec_9 div.img1_area {
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  div.men_area section.sec_9 div.img1_area {
    width: 78.6666666667vw;
    height: 116vw;
  }
}
@media screen and (min-width: 769px) {
  div.men_area section.sec_9 div.img1_area {
    width: min(51.5277777778vw, 742px);
    height: min(75.8333333333vw, 1092px);
  }
}
div.men_area section.sec_9 div.img1_area div.img1 {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  div.men_area section.sec_9 div.img1_area div.img1 {
    width: 74.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  div.men_area section.sec_9 div.img1_area div.img1 {
    width: min(48.8888888889vw, 704px);
  }
}
div.men_area section.sec_9 div.img1_area div.img2 {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  div.men_area section.sec_9 div.img1_area div.img2 {
    width: 74.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  div.men_area section.sec_9 div.img1_area div.img2 {
    width: min(48.8888888889vw, 704px);
  }
}

footer {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  footer {
    background-image: url(../images/footer_sp.jpg);
  }
}
@media screen and (min-width: 769px) {
  footer {
    background-image: url(../images/footer_pc.jpg);
  }
}
@media screen and (max-width: 768px) {
  footer div.footer_inner {
    padding: 6.6666666667vw 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  footer div.footer_inner {
    padding: 5.5555555556vw 0;
    width: min(57.6388888889vw, 830px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  footer div.footer_inner ul.staff_credit {
    margin-bottom: 13.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  footer div.footer_inner ul.staff_credit {
    margin-bottom: 10.4166666667vw;
  }
}
@media screen and (max-width: 768px) {
  footer div.footer_inner ul.staff_credit li {
    margin-bottom: 4vw;
  }
}
@media screen and (min-width: 769px) {
  footer div.footer_inner ul.staff_credit li {
    margin-bottom: 1.0416666667vw;
  }
}
footer div.footer_inner ul.staff_credit li:last-child {
  margin-bottom: 0;
}
footer div.footer_inner ul.staff_credit li p {
  letter-spacing: 0.03em;
  color: #fff;
  text-align: left;
}
@media screen and (max-width: 768px) {
  footer div.footer_inner ul.staff_credit li p {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 769px) {
  footer div.footer_inner ul.staff_credit li p {
    font-size: 0.8333333333vw;
  }
}
footer div.footer_inner ul.sns_icon {
  display: flex;
}
@media screen and (max-width: 768px) {
  footer div.footer_inner ul.sns_icon li.insta {
    width: 6.9333333333vw;
    margin-right: 4.2666666667vw;
  }
}
@media screen and (min-width: 769px) {
  footer div.footer_inner ul.sns_icon li.insta {
    width: 1.8055555556vw;
    margin-right: 1.1111111111vw;
  }
}
@media screen and (max-width: 768px) {
  footer div.footer_inner ul.sns_icon li.X {
    width: 6.2106666667vw;
    margin-right: 3.656vw;
  }
}
@media screen and (min-width: 769px) {
  footer div.footer_inner ul.sns_icon li.X {
    width: 1.6173611111vw;
    margin-right: 0.9520833333vw;
  }
}
@media screen and (max-width: 768px) {
  footer div.footer_inner ul.sns_icon li.palclo {
    width: 6.4vw;
  }
}
@media screen and (min-width: 769px) {
  footer div.footer_inner ul.sns_icon li.palclo {
    width: 1.6666666667vw;
  }
}
footer div.footer_inner ul.sns_icon li a {
  display: block;
}
footer div.footer_inner ul.sns_icon li a img {
  transition: 0.5s;
}
footer div.footer_inner ul.sns_icon li a:hover img {
  transform: scale(1.1, 1.1);
}
footer div.footer_inner div.flex {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
@media screen and (max-width: 768px) {
  footer div.footer_inner div.flex {
    margin-top: 37.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  footer div.footer_inner div.flex {
    padding-top: 10.0694444444vw;
  }
}
@media screen and (max-width: 768px) {
  footer div.footer_inner div.flex div.logo {
    width: 14.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  footer div.footer_inner div.flex div.logo {
    width: 3.8194444444vw;
  }
}
footer div.footer_inner div.flex div.logo a img {
  transition: 0.5s;
}
footer div.footer_inner div.flex div.logo a:hover img {
  transform: scale(1.08, 1.08);
}
footer div.footer_inner div.flex small {
  display: block;
  color: #fff;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  footer div.footer_inner div.flex small {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 769px) {
  footer div.footer_inner div.flex small {
    font-size: 0.8333333333vw;
  }
}

.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_400ms {
  opacity: 0;
  visibility: hidden;
  transition-duration: 800ms;
  transition-delay: 400ms;
}

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

.fadeIn {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}

.fadeUp {
  opacity: 0;
  visibility: hidden;
  transform: translateY(80px);
  transition: opacity 1s, visibility 1s, transform 1s;
}

.fadeUp_500ms {
  opacity: 0;
  visibility: hidden;
  transform: translateY(80px);
  transition: opacity 1s, visibility 1s, transform 1s;
  transition-delay: 500ms;
}

.scroll {
  opacity: 1;
  visibility: visible;
  transform: translate(0px);
}/*# sourceMappingURL=style.css.map */