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

/*メディアクエリー
---------------------------------------------*/
/*変数
---------------------------------------------*/
/* W3 300,W6 600 */
/* コンテンツ
---------------------------------------------*/
html,
body,
#wrapper {
  width: 100%;
  color: #231815;
}
@media screen and (min-width: 769px) {
  html,
  body,
  #wrapper {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  html,
  body,
  #wrapper {
    font-size: 3.3333333333vw;
  }
}
html a,
body a,
#wrapper a {
  text-decoration: none;
  color: #231815;
}

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.content {
  position: relative;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
}

div.fv {
  position: relative;
}
div.fv ul.fv-slider li {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
@media screen and (max-width: 768px) {
  div.fv ul.fv-slider li {
    width: 100vw;
    height: 216.4102564103vw;
  }
}
@media screen and (min-width: 769px) {
  div.fv ul.fv-slider li {
    width: 100.0732064422vw;
    height: 56.2225475842vw;
  }
}
@media screen and (max-width: 768px) {
  div.fv ul.fv-slider li.fv_1 {
    background-image: url(../images/fv_sp_1.jpg);
  }
}
@media screen and (min-width: 769px) {
  div.fv ul.fv-slider li.fv_1 {
    background-image: url(../images/fv_pc_1.jpg);
  }
}
@media screen and (max-width: 768px) {
  div.fv ul.fv-slider li.fv_2 {
    background-image: url(../images/fv_sp_2.jpg);
  }
}
@media screen and (min-width: 769px) {
  div.fv ul.fv-slider li.fv_2 {
    background-image: url(../images/fv_pc_2.jpg);
  }
}
@media screen and (max-width: 768px) {
  div.fv ul.fv-slider li.fv_3 {
    background-image: url(../images/fv_sp_3.jpg);
  }
}
@media screen and (min-width: 769px) {
  div.fv ul.fv-slider li.fv_3 {
    background-image: url(../images/fv_pc_3.jpg);
  }
}
@media screen and (max-width: 768px) {
  div.fv ul.fv-slider li.fv_4 {
    background-image: url(../images/fv_sp_4.jpg);
  }
}
@media screen and (min-width: 769px) {
  div.fv ul.fv-slider li.fv_4 {
    background-image: url(../images/fv_pc_4.jpg);
  }
}
@media screen and (max-width: 768px) {
  div.fv ul.fv-slider li.fv_5 {
    background-image: url(../images/fv_sp_5.jpg);
  }
}
@media screen and (min-width: 769px) {
  div.fv ul.fv-slider li.fv_5 {
    background-image: url(../images/fv_pc_5.jpg);
  }
}
@media screen and (max-width: 768px) {
  div.fv ul.fv-slider li.fv_6 {
    background-image: url(../images/fv_sp_6.jpg);
  }
}
@media screen and (min-width: 769px) {
  div.fv ul.fv-slider li.fv_6 {
    background-image: url(../images/fv_pc_6.jpg);
  }
}
div.fv div.logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  div.fv div.logo {
    width: 74.358974359vw;
  }
}
@media screen and (min-width: 769px) {
  div.fv div.logo {
    width: 27.8184480234vw;
  }
}

div.look {
  position: relative;
}
@media screen and (min-width: 769px) {
  div.look {
    padding-bottom: 16.1054172767vw;
  }
}
div.look div.text_area {
  display: flex;
  flex-direction: row-reverse;
}
div.look div.text_area p {
  writing-mode: vertical-rl;
}
@media screen and (max-width: 768px) {
  div.look div.text_area p {
    font-size: 4.6153846154vw;
  }
}
@media screen and (min-width: 769px) {
  div.look div.text_area p {
    font-size: 1.317715959vw;
  }
}
@media screen and (max-width: 768px) {
  div.look div.text_area p.txt_2 {
    margin-right: 3.5897435897vw;
  }
}
@media screen and (min-width: 769px) {
  div.look div.text_area p.txt_2 {
    margin-right: 1.0248901903vw;
  }
}

.img_area {
  position: relative;
}
.img_area div.cross_button {
  position: absolute;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .img_area div.cross_button {
    top: 7.1794871795vw;
    right: 7.1794871795vw;
  }
}
@media screen and (min-width: 769px) {
  .img_area div.cross_button {
    top: 0.5856515373vw;
    right: 0.5856515373vw;
  }
}
.img_area div.cross_button span.cross {
  display: block;
  position: relative;
}
@media screen and (max-width: 768px) {
  .img_area div.cross_button span.cross {
    width: 5.641025641vw;
    height: 5.641025641vw;
  }
}
@media screen and (min-width: 769px) {
  .img_area div.cross_button span.cross {
    width: 1.6105417277vw;
    height: 1.6105417277vw;
  }
}
.img_area div.cross_button span.cross::before, .img_area div.cross_button span.cross::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #F8F8F8;
  width: 1px; /* 棒の幅（太さ） */
  transition-duration: 0.6s;
}
@media screen and (max-width: 768px) {
  .img_area div.cross_button span.cross::before, .img_area div.cross_button span.cross::after {
    height: 5.641025641vw; /* 棒の高さ */
  }
}
@media screen and (min-width: 769px) {
  .img_area div.cross_button span.cross::before, .img_area div.cross_button span.cross::after {
    height: 1.6105417277vw;
  }
}
.img_area div.cross_button span.cross::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.img_area div.cross_button span.cross::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

div.look1 div.text_area {
  position: absolute;
}
@media screen and (max-width: 768px) {
  div.look1 div.text_area {
    top: 13.3333333333vw;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 769px) {
  div.look1 div.text_area {
    top: 4.9048316252vw;
    right: 40.2635431918vw;
  }
}
@media screen and (max-width: 768px) {
  div.look1 div.text_area p.txt_2 {
    margin-top: 21.0256410256vw;
  }
}
@media screen and (min-width: 769px) {
  div.look1 div.text_area p.txt_2 {
    margin-top: 5.4904831625vw;
  }
}
div.look1 div.img_1 {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  div.look1 div.img_1 {
    width: 84.6153846154vw;
    padding-top: 71.2820512821vw;
    padding-bottom: 9.7435897436vw;
  }
}
@media screen and (min-width: 769px) {
  div.look1 div.img_1 {
    width: 32.8696925329vw;
    padding-top: 8.2723279649vw;
    padding-bottom: 16.9106881406vw;
  }
}
div.look1 div.pc_flex {
  position: relative;
}
@media screen and (min-width: 769px) {
  div.look1 div.pc_flex {
    display: flex;
    justify-content: center;
    -moz-column-gap: 0.439238653vw;
         column-gap: 0.439238653vw;
  }
}
@media screen and (max-width: 768px) {
  div.look1 div.pc_flex div.img_2 {
    margin-bottom: 1px;
  }
}
@media screen and (min-width: 769px) {
  div.look1 div.pc_flex div.img_2 {
    width: 34.4070278184vw;
  }
}
div.look1 div.pc_flex div.img_3 {
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  div.look1 div.pc_flex div.img_3 {
    width: 34.4070278184vw;
  }
}

@media screen and (min-width: 769px) {
  div.look2 {
    display: flex;
    margin-left: 9%;
  }
}
@media screen and (max-width: 768px) {
  div.look2 div.img_area {
    margin: 22.5641025641vw auto 0;
    width: 85.3846153846vw;
  }
}
div.look2 div.img_area ul.sp-slider {
  position: relative;
}
@media screen and (min-width: 769px) {
  div.look2 div.img_area ul.sp-slider {
    display: flex;
    -moz-column-gap: 0.439238653vw;
         column-gap: 0.439238653vw;
  }
}
div.look2 div.img_area ul.sp-slider li {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  div.look2 div.img_area ul.sp-slider li {
    width: 85.3846153846vw;
    height: 120.5128205128vw;
  }
}
@media screen and (min-width: 769px) {
  div.look2 div.img_area ul.sp-slider li {
    width: 20.2781844802vw !important;
    height: 28.9897510981vw;
  }
}
@media screen and (max-width: 768px) {
  div.look2 div.img_area ul.sp-slider li.img_1 {
    background-image: url(../images/2_1_sp.jpg);
  }
}
@media screen and (min-width: 769px) {
  div.look2 div.img_area ul.sp-slider li.img_1 {
    background-image: url(../images/2_1_pc.jpg);
  }
}
@media screen and (max-width: 768px) {
  div.look2 div.img_area ul.sp-slider li.img_2 {
    background-image: url(../images/2_2_sp.jpg);
  }
}
@media screen and (min-width: 769px) {
  div.look2 div.img_area ul.sp-slider li.img_2 {
    background-image: url(../images/2_2_pc.jpg);
  }
}
@media screen and (max-width: 768px) {
  div.look2 div.img_area ul.sp-slider li.img_3 {
    background-image: url(../images/2_3_sp.jpg);
  }
}
@media screen and (min-width: 769px) {
  div.look2 div.img_area ul.sp-slider li.img_3 {
    background-image: url(../images/2_3_pc.jpg);
    cursor: pointer;
  }
}
@media screen and (max-width: 768px) {
  div.look2 div.img_area div.cross_button {
    top: 2.0512820513vw;
    right: 2.0512820513vw;
  }
}
div.look2 div.text_area {
  justify-content: center;
}
@media screen and (max-width: 768px) {
  div.look2 div.text_area {
    margin-top: 8.9743589744vw;
    margin-bottom: 10.2564102564vw;
  }
}
@media screen and (min-width: 769px) {
  div.look2 div.text_area {
    margin-left: 6.6617862372vw;
  }
}

@media screen and (min-width: 769px) {
  div.look3 {
    display: flex;
    -moz-column-gap: 0.439238653vw;
         column-gap: 0.439238653vw;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  div.look3 div.img_1 {
    margin-bottom: 1px;
  }
}
@media screen and (max-width: 768px) {
  div.look3 div.img_area {
    cursor: pointer;
  }
}
div.look3 div.img_area ul.sp-slider {
  position: relative;
}
@media screen and (min-width: 769px) {
  div.look3 div.img_area ul.sp-slider {
    display: flex;
    -moz-column-gap: 0.439238653vw;
         column-gap: 0.439238653vw;
  }
}
@media screen and (min-width: 769px) {
  div.look3 div.img_area ul.sp-slider li:first-child {
    cursor: pointer;
  }
}

div.look4-5-6 {
  position: relative;
}
@media screen and (min-width: 769px) {
  div.look4-5-6::after {
    content: "";
    display: block;
    padding-top: 78.2576866764vw;
  }
}
div.look4-5-6 div.look4 {
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  div.look4-5-6 div.look4 {
    width: 59.2307692308vw;
    margin: 32.0512820513vw auto 36.4102564103vw;
  }
}
@media screen and (min-width: 769px) {
  div.look4-5-6 div.look4 {
    position: absolute;
    width: 16.9106881406vw;
    top: 7.1010248902vw;
    left: 23.1332357247vw;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  div.look4-5-6 div.look4 div.cross_button {
    top: 2.0512820513vw;
    right: 2.0512820513vw;
  }
}
@media screen and (min-width: 769px) {
  div.look4-5-6 div.look4 div.cross_button {
    top: 0.5856515373vw;
    right: 0.5856515373vw;
  }
}
div.look4-5-6 div.look5 {
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  div.look4-5-6 div.look5 {
    width: 67.6923076923vw;
    margin-bottom: 17.1794871795vw;
  }
}
@media screen and (min-width: 769px) {
  div.look4-5-6 div.look5 {
    position: absolute;
    width: 23.4260614934vw;
    top: 19.1068814056vw;
    right: 23.0600292826vw;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  div.look4-5-6 div.look5 div.cross_button {
    top: 2.0512820513vw;
    right: 2.0512820513vw;
  }
}
@media screen and (min-width: 769px) {
  div.look4-5-6 div.look5 div.cross_button {
    top: 0.5856515373vw;
    right: 0.5856515373vw;
  }
}
div.look4-5-6 div.look6 {
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  div.look4-5-6 div.look6 {
    width: 67.6923076923vw;
    margin-left: auto;
    padding-bottom: 68.4615384615vw;
  }
}
@media screen and (min-width: 769px) {
  div.look4-5-6 div.look6 {
    position: absolute;
    width: 23.4260614934vw;
    left: 23.1332357247vw;
    bottom: 10.6881405564vw;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  div.look4-5-6 div.look6 div.cross_button {
    top: 2.0512820513vw;
    right: 2.0512820513vw;
  }
}
@media screen and (min-width: 769px) {
  div.look4-5-6 div.look6 div.cross_button {
    top: 0.5856515373vw;
    right: 0.5856515373vw;
  }
}
div.look4-5-6 div.text_area {
  display: flex;
  flex-direction: row-reverse;
  position: absolute;
}
@media screen and (max-width: 768px) {
  div.look4-5-6 div.text_area {
    bottom: 8.2051282051vw;
    left: 8.2051282051vw;
  }
}
@media screen and (min-width: 769px) {
  div.look4-5-6 div.text_area {
    right: 28.1844802343vw;
    bottom: -10.0292825769vw;
  }
}
div.look4-5-6 div.text_area p {
  writing-mode: vertical-rl;
}
@media screen and (max-width: 768px) {
  div.look4-5-6 div.text_area p {
    font-size: 4.6153846154vw;
  }
}
@media screen and (min-width: 769px) {
  div.look4-5-6 div.text_area p {
    font-size: 1.317715959vw;
  }
}
@media screen and (max-width: 768px) {
  div.look4-5-6 div.text_area p.txt_2 {
    margin-right: 3.5897435897vw;
  }
}
@media screen and (min-width: 769px) {
  div.look4-5-6 div.text_area p.txt_2 {
    margin-right: 1.0248901903vw;
  }
}

div.look7 {
  position: relative;
}
@media screen and (min-width: 769px) {
  div.look7 {
    display: flex;
    padding-bottom: 25.5490483163vw;
  }
}
@media screen and (max-width: 768px) {
  div.look7 div.img_1 {
    margin-bottom: 1px;
  }
}
@media screen and (min-width: 769px) {
  div.look7 div.img_1 {
    width: 41.3616398243vw;
    margin-left: 12.3718887262vw;
    position: relative;
    cursor: pointer;
  }
}
div.look7 div.img_1 div.cross_button {
  position: absolute;
}
@media screen and (max-width: 768px) {
  div.look7 div.img_1 div.cross_button {
    top: 7.1794871795vw;
    right: 7.1794871795vw;
  }
}
@media screen and (min-width: 769px) {
  div.look7 div.img_1 div.cross_button {
    top: 0.5856515373vw;
    right: 0.5856515373vw;
  }
}
div.look7 div.img_1 div.cross_button span.cross {
  display: block;
  position: relative;
  width: 22px;
  height: 22px;
}
div.look7 div.img_1 div.cross_button span.cross::before, div.look7 div.img_1 div.cross_button span.cross::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #F8F8F8;
  width: 1px; /* 棒の幅（太さ） */
  transition-duration: 0.6s;
}
@media screen and (max-width: 768px) {
  div.look7 div.img_1 div.cross_button span.cross::before, div.look7 div.img_1 div.cross_button span.cross::after {
    height: 5.641025641vw; /* 棒の高さ */
  }
}
@media screen and (min-width: 769px) {
  div.look7 div.img_1 div.cross_button span.cross::before, div.look7 div.img_1 div.cross_button span.cross::after {
    height: 1.6105417277vw;
  }
}
div.look7 div.img_1 div.cross_button span.cross::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
div.look7 div.img_1 div.cross_button span.cross::after {
  transform: translate(-50%, -50%) rotate(0deg);
}
@media screen and (min-width: 769px) {
  div.look7 div.img_area {
    margin-top: 35.944363104vw;
  }
}
div.look7 div.img_area ul.slider {
  position: relative;
}
@media screen and (min-width: 769px) {
  div.look7 div.img_area ul.slider {
    width: 34.4070278184vw;
  }
}
div.look7 div.img_area ul.slider li {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
@media screen and (max-width: 768px) {
  div.look7 div.img_area ul.slider li {
    width: 100vw;
    height: 141.2820512821vw;
  }
}
@media screen and (min-width: 769px) {
  div.look7 div.img_area ul.slider li {
    width: 34.4070278184vw;
    height: 46.8521229868vw;
  }
}
@media screen and (max-width: 768px) {
  div.look7 div.img_area ul.slider li.img_2 {
    background-image: url(../images/7_2_sp.jpg);
  }
}
@media screen and (min-width: 769px) {
  div.look7 div.img_area ul.slider li.img_2 {
    background-image: url(../images/7_2_pc.jpg);
  }
}
@media screen and (max-width: 768px) {
  div.look7 div.img_area ul.slider li.img_3 {
    background-image: url(../images/7_3_sp.jpg);
  }
}
@media screen and (min-width: 769px) {
  div.look7 div.img_area ul.slider li.img_3 {
    background-image: url(../images/7_3_pc.jpg);
  }
}
@media screen and (max-width: 768px) {
  div.look7 div.img_4 {
    width: 64.1025641026vw;
    margin: 23.0769230769vw auto;
  }
}
@media screen and (min-width: 769px) {
  div.look7 div.img_4 {
    position: absolute;
    width: 23.4260614934vw;
    top: 68.5212298682vw;
    left: 20.9370424597vw;
  }
}

@media screen and (min-width: 769px) {
  div.look8 {
    display: flex;
    justify-content: center;
    -moz-column-gap: 0.439238653vw;
         column-gap: 0.439238653vw;
    padding-bottom: 16.1054172767vw;
  }
}
@media screen and (max-width: 768px) {
  div.look8 div.img_1 {
    margin-bottom: 1px;
  }
}
@media screen and (min-width: 769px) {
  div.look8 div.img_1 {
    width: 34.4070278184vw;
  }
}
div.look8 div.img_2 {
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  div.look8 div.img_2 {
    width: 34.4070278184vw;
  }
}

@media screen and (max-width: 768px) {
  div.look9 {
    margin-top: 24.358974359vw;
    margin-bottom: 25.641025641vw;
  }
}
@media screen and (max-width: 768px) {
  div.look9 div.img_area {
    width: 85.3846153846vw;
    margin: 0 auto;
    cursor: pointer;
  }
}
div.look9 div.img_area ul.sp-slider {
  position: relative;
}
@media screen and (min-width: 769px) {
  div.look9 div.img_area ul.sp-slider {
    display: flex;
    -moz-column-gap: 0.3660322108vw;
         column-gap: 0.3660322108vw;
  }
}
@media screen and (max-width: 768px) {
  div.look9 div.img_area ul.sp-slider li {
    width: 85.3846153846vw;
  }
}
@media screen and (min-width: 769px) {
  div.look9 div.img_area ul.sp-slider li.img_area {
    cursor: pointer;
  }
}
@media screen and (max-width: 768px) {
  div.look9 div.img_area div.cross_button {
    top: 2.0512820513vw;
    right: 2.0512820513vw;
  }
}

@media screen and (max-width: 768px) {
  div.look10 {
    margin-bottom: 23.0769230769vw;
  }
}
@media screen and (min-width: 769px) {
  div.look10 {
    display: flex;
    justify-content: center;
    -moz-column-gap: 0.439238653vw;
         column-gap: 0.439238653vw;
  }
}
@media screen and (max-width: 768px) {
  div.look10 div.img_1 {
    margin-bottom: 1px;
  }
}
@media screen and (min-width: 769px) {
  div.look10 div.img_1 {
    width: 34.4070278184vw;
  }
}
div.look10 div.img_2 {
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  div.look10 div.img_2 {
    width: 34.4070278184vw;
  }
}

@media screen and (min-width: 769px) {
  div.look11 div.look_inner {
    display: flex;
    -moz-column-gap: 0.439238653vw;
         column-gap: 0.439238653vw;
  }
}
@media screen and (min-width: 769px) {
  div.look11 div.look_inner ul {
    display: flex;
    -moz-column-gap: 0.439238653vw;
         column-gap: 0.439238653vw;
  }
}
@media screen and (min-width: 769px) {
  div.look11 div.look_inner ul li.img_2 {
    cursor: pointer;
  }
}
div.look11 div.look_inner div.img_3 {
  position: relative;
}
@media screen and (max-width: 768px) {
  div.look11 div.look_inner div.img_3 {
    cursor: pointer;
  }
}

@media screen and (max-width: 768px) {
  div.look12 {
    margin-bottom: 20.5128205128vw;
  }
}
@media screen and (min-width: 769px) {
  div.look12 {
    display: flex;
    -moz-column-gap: 11.2005856515vw;
         column-gap: 11.2005856515vw;
    justify-content: center;
    padding: 0;
  }
}
div.look12 div.text_area {
  justify-content: center;
}
@media screen and (max-width: 768px) {
  div.look12 div.text_area {
    margin: 25.641025641vw auto;
  }
}
@media screen and (min-width: 769px) {
  div.look12 div.text_area {
    width: 34.5534407028vw;
  }
}
@media screen and (max-width: 768px) {
  div.look12 div.img_area {
    width: 85.3846153846vw;
    margin: 0 auto;
  }
}
div.look12 div.img_area ul.slider {
  position: relative;
}
@media screen and (max-width: 768px) {
  div.look12 div.img_area ul.slider li {
    width: 85.3846153846vw;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  div.look12 ul.img_wrap li {
    width: 23.4992679356vw;
  }
}
@media screen and (min-width: 769px) {
  div.look12 ul.img_wrap li.img_1 {
    margin-bottom: 0.5124450952vw;
    cursor: pointer;
  }
}

@media screen and (min-width: 769px) {
  div.look13 {
    width: 54.831625183vw;
    margin-top: -34.4070278184vw;
    padding: 0;
  }
}
div.look13 div.flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  div.look13 div.flex {
    -moz-column-gap: 1.0256410256vw;
         column-gap: 1.0256410256vw;
    margin-bottom: 1.0256410256vw;
  }
}
@media screen and (min-width: 769px) {
  div.look13 div.flex {
    -moz-column-gap: 0.3660322108vw;
         column-gap: 0.3660322108vw;
    margin-bottom: 0.3660322108vw;
  }
}
@media screen and (max-width: 768px) {
  div.look13 div.flex div.img img {
    width: 49.4871794872vw;
    height: 100%;
  }
}
div.look13 div.img_3 {
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  div.look13 div.img_3 {
    width: 36.5300146413vw;
    margin-left: auto;
    margin-bottom: 6.2225475842vw;
  }
}
@media screen and (max-width: 768px) {
  div.look13 div.img_4 {
    width: 76.9230769231vw;
    margin: 20.5128205128vw auto 8.2051282051vw;
  }
}

@media screen and (max-width: 768px) {
  footer {
    padding: 0 11.5384615385vw 14.8717948718vw;
  }
}
@media screen and (min-width: 769px) {
  footer {
    position: absolute;
    bottom: 4.39238653vw;
    right: 18.2284040996vw;
  }
}
@media screen and (max-width: 768px) {
  footer div.logo {
    width: 60.7692307692vw;
  }
}
@media screen and (min-width: 769px) {
  footer div.logo {
    width: 17.3499267936vw;
  }
}
footer p {
  line-height: 2.2;
  white-space: nowrap;
  color: #707070;
}
@media screen and (max-width: 768px) {
  footer p {
    font-size: 2.5641025641vw;
    margin-top: 6.9230769231vw;
  }
}
@media screen and (min-width: 769px) {
  footer p {
    font-size: 0.8052708638vw;
    margin-top: 1.6837481698vw;
  }
}

div.modal_wrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100vw;
  height: 100%;
  background-color: #fff;
  overflow: auto;
  display: none;
}
@media screen and (max-width: 768px) {
  div.modal_wrap div.modal {
    height: 216.4102564103vw;
  }
}
div.modal_wrap div.modal div.modal_inner {
  display: none;
}
div.modal_wrap div.modal div.modal_inner div.modal_inner-inner {
  position: relative;
}
@media screen and (max-width: 768px) {
  div.modal_wrap div.modal div.modal_inner div.modal_inner-inner {
    padding-top: 21.5384615385vw;
  }
}
@media screen and (min-width: 769px) {
  div.modal_wrap div.modal div.modal_inner div.modal_inner-inner {
    justify-content: start;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 74.3777452416vw;
  }
}
div.modal_wrap div.modal div.modal_inner div.modal_inner-inner div.btn_area {
  position: relative;
}
@media screen and (max-width: 768px) {
  div.modal_wrap div.modal div.modal_inner div.modal_inner-inner div.btn_area {
    width: 85.3846153846vw;
    margin: 0 auto 8.4615384615vw;
  }
}
div.modal_wrap div.modal div.modal_inner div.modal_inner-inner div.btn_area .modal_img-area {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  div.modal_wrap div.modal div.modal_inner div.modal_inner-inner div.btn_area .modal_img-area {
    width: 85.3846153846vw;
    height: 121.0256410256vw;
  }
}
@media screen and (min-width: 769px) {
  div.modal_wrap div.modal div.modal_inner div.modal_inner-inner div.btn_area .modal_img-area {
    width: 34.4070278184vw;
    height: 48.682284041vw;
    margin-left: 5.5636896047vw;
  }
}
@media screen and (max-width: 768px) {
  div.modal_wrap div.modal div.modal_inner div.modal_inner-inner div.btn_area .modal_img-area li img {
    height: 121.0256410256vw;
  }
}
@media screen and (min-width: 769px) {
  div.modal_wrap div.modal div.modal_inner div.modal_inner-inner div.btn_area .modal_img-area li img {
    height: 48.682284041vw;
  }
}
div.modal_wrap div.modal div.modal_inner div.modal_inner-inner div.btn_area div.close_button {
  position: absolute;
}
@media screen and (max-width: 768px) {
  div.modal_wrap div.modal div.modal_inner div.modal_inner-inner div.btn_area div.close_button {
    top: 1.641025641vw;
    right: 1.7692307692vw;
  }
}
div.modal_wrap div.modal div.modal_inner div.modal_inner-inner div.btn_area div.close_button span.close {
  display: block;
  position: relative;
}
@media screen and (max-width: 768px) {
  div.modal_wrap div.modal div.modal_inner div.modal_inner-inner div.btn_area div.close_button span.close {
    width: 5.641025641vw;
    height: 5.641025641vw;
  }
}
div.modal_wrap div.modal div.modal_inner div.modal_inner-inner div.btn_area div.close_button span.close::before, div.modal_wrap div.modal div.modal_inner div.modal_inner-inner div.btn_area div.close_button span.close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #F8F8F8;
  width: 1px; /* 棒の幅（太さ） */
  transition-duration: 0.6s;
}
@media screen and (max-width: 768px) {
  div.modal_wrap div.modal div.modal_inner div.modal_inner-inner div.btn_area div.close_button span.close::before, div.modal_wrap div.modal div.modal_inner div.modal_inner-inner div.btn_area div.close_button span.close::after {
    height: 5.641025641vw; /* 棒の高さ */
  }
}
div.modal_wrap div.modal div.modal_inner div.modal_inner-inner div.btn_area div.close_button span.close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
div.modal_wrap div.modal div.modal_inner div.modal_inner-inner div.btn_area div.close_button span.close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
div.modal_wrap div.modal div.modal_inner div.modal_inner-inner ul.credit-area {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
}
@media screen and (max-width: 768px) {
  div.modal_wrap div.modal div.modal_inner div.modal_inner-inner ul.credit-area {
    margin-left: 10.5128205128vw;
    margin-bottom: auto;
  }
}
@media screen and (min-width: 769px) {
  div.modal_wrap div.modal div.modal_inner div.modal_inner-inner ul.credit-area {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 44.4363103953vw;
  }
}
div.modal_wrap div.modal div.modal_inner div.modal_inner-inner ul.credit-area li a {
  display: inline-block;
  color: #707070;
  border-bottom: solid 1px #707070;
}
@media screen and (max-width: 768px) {
  div.modal_wrap div.modal div.modal_inner div.modal_inner-inner ul.credit-area li a {
    font-size: 3.3333333333vw;
    margin-bottom: 4.1025641026vw;
  }
}
@media screen and (min-width: 769px) {
  div.modal_wrap div.modal div.modal_inner div.modal_inner-inner ul.credit-area li a {
    font-size: 1.0248901903vw;
    margin-bottom: 1.6105417277vw;
  }
}
div.modal_wrap div.modal div.modal_inner div.modal_inner-inner ul.credit-area li a.noLink {
  border-bottom: none;
}
div.modal_wrap div.modal div.modal_inner div.modal_inner-inner div.close_button {
  position: absolute;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  div.modal_wrap div.modal div.modal_inner div.modal_inner-inner div.close_button {
    top: 0.4685212299vw;
    right: 0.505124451vw;
  }
}
div.modal_wrap div.modal div.modal_inner div.modal_inner-inner div.close_button span.close {
  display: block;
  position: relative;
}
@media screen and (min-width: 769px) {
  div.modal_wrap div.modal div.modal_inner div.modal_inner-inner div.close_button span.close {
    width: 1.6105417277vw;
    height: 1.6105417277vw;
  }
}
div.modal_wrap div.modal div.modal_inner div.modal_inner-inner div.close_button span.close::before, div.modal_wrap div.modal div.modal_inner div.modal_inner-inner div.close_button span.close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #707070;
  width: 1px; /* 棒の幅（太さ） */
}
@media screen and (min-width: 769px) {
  div.modal_wrap div.modal div.modal_inner div.modal_inner-inner div.close_button span.close::before, div.modal_wrap div.modal div.modal_inner div.modal_inner-inner div.close_button span.close::after {
    height: 1.6105417277vw;
  }
}
div.modal_wrap div.modal div.modal_inner div.modal_inner-inner div.close_button span.close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
div.modal_wrap div.modal div.modal_inner div.modal_inner-inner div.close_button span.close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
div.modal_wrap div.modal div.modal_inner div.modal_inner-inner div.close_button:hover {
  opacity: 0.7;
}

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

.content-fadeIn_active {
  opacity: 1;
}

.fv {
  transition: 1s;
  transform: translateY(50px);
  opacity: 0;
}

.fv-fadeUp {
  transform: translate(0);
  opacity: 1;
}

.clip-text {
  display: inline-block;
  text-transform: uppercase;
  transition: all 1.6s ease;
}
.clip-text.top {
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
}
.clip-text.reveal.top {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}/*# sourceMappingURL=style.css.map */