/* RESET */
body {
  padding: 0;
  margin: 0;
}

iframe {
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4, h5, h6, p, a, span {
  line-height: 1;
  font-weight: normal;
  font-size: 100%;
  padding: 0;
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

ul, li, dl, dt, dd {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.pc {
  display: block;
}

@media only screen and (max-width: 750px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

@media only screen and (max-width: 750px) {
  .sp {
    display: block;
  }
}

area {
  border: none;
  outline: none;
}

.humback {
  background: #fff;
}

.mv {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
}

@media only screen and (max-width: 750px) {
  .mv {
    margin-bottom: 34.66667vw;
  }
}

.mv .back_pc {
  width: 83.3%;
  display: block;
  margin-left: auto;
}

@media only screen and (max-width: 750px) {
  .mv .back_pc {
    display: none;
  }
}

.mv .back_sp {
  width: 100%;
  display: none;
  margin-left: auto;
}

@media only screen and (max-width: 750px) {
  .mv .back_sp {
    display: block;
  }
}

.mv .read {
  display: flex;
  width: 12.25vw;
  text-align: center;
  margin-left: 2.08333vw;
  overflow: hidden;
  opacity: 1;
}

@media only screen and (max-width: 750px) {
  .mv .read {
    width: 74.66667vw;
    flex-direction: column-reverse;
    position: absolute;
    top: 96vw;
    left: 50%;
    transform: translateX(-50%);
    margin-left: inherit;
  }
}

.mv .read .pc {
  width: 50%;
  display: block;
}

@media only screen and (max-width: 750px) {
  .mv .read .pc {
    display: none;
  }
}

.mv .read .sp {
  width: 100%;
  display: none;
}

@media only screen and (max-width: 750px) {
  .mv .read .sp {
    display: block;
  }
}

.mv .text_field {
  height: 10.83333vw;
  display: block;
  position: absolute;
  top: 48.75vw;
  left: 10vw;
  background: white;
  z-index: 15;
  opacity: 1;
}

.mv .text_field.today1 {
  width: 38.33333vw;
}

@media only screen and (max-width: 750px) {
  .mv .text_field.today1 {
    width: 77.73333vw;
  }
}

.mv .text_field.today2 {
  width: 40.83333vw;
}

@media only screen and (max-width: 750px) {
  .mv .text_field.today2 {
    width: 77.73333vw;
  }
}

@media only screen and (max-width: 750px) {
  .mv .text_field {
    height: 16vw;
    top: 84vw;
    left: 22.26667vw;
  }
}

.mv .text_field .text {
  position: absolute;
  z-index: 25;
  opacity: 1;
}

.mv .text_field .text.today1_pc {
  display: block;
  width: 34.41667vw;
  top: 1.875vw;
  left: 1.66667vw;
}

@media only screen and (max-width: 750px) {
  .mv .text_field .text.today1_pc {
    display: none;
  }
}

.mv .text_field .text.today1_sp {
  display: none;
  width: 61.33333vw;
  top: 1.2vw;
  left: 3.33333vw;
}

@media only screen and (max-width: 750px) {
  .mv .text_field .text.today1_sp {
    display: block;
  }
}

.mv .text_field .text.today2_pc {
  display: block;
  width: 38vw;
  top: 2.08333vw;
  left: 1.66667vw;
}

@media only screen and (max-width: 750px) {
  .mv .text_field .text.today2_pc {
    display: none;
  }
}

.mv .text_field .text.today2_sp {
  display: none;
  width: 68vw;
  top: 1.2vw;
  left: 3.33333vw;
}

@media only screen and (max-width: 750px) {
  .mv .text_field .text.today2_sp {
    display: block;
  }
}

.mv .text_field .marker {
  display: block;
  position: absolute;
  width: 24.16667vw;
  top: 3.33333vw;
  left: 12.25vw;
  z-index: 20;
  opacity: 1;
}

@media only screen and (max-width: 750px) {
  .mv .text_field .marker {
    width: 40vw;
    top: 3.73333vw;
    left: 20vw;
  }
}

.mv .black_back {
  width: 45.83333vw;
  height: 10.83333vw;
  display: block;
  position: absolute;
  top: 50vw;
  left: 8.75vw;
  border: 0.14167vw solid black;
  background: black;
  z-index: 10;
}

@media only screen and (max-width: 750px) {
  .mv .black_back {
    width: 77.33333vw;
    height: 20vw;
    top: 80vw;
    left: 6.66667vw;
    border: 0.22667vw solid black;
  }
}

.map_pc {
  width: 83.33333vw;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  margin-top: 7.5vw;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 12.5vw;
}

@media only screen and (min-width: 1200px) {
  .map_pc {
    width: 1000px;
    margin-bottom: 150px;
  }
}

@media only screen and (max-width: 750px) {
  .map_pc {
    display: none;
  }
}

.map_pc .map_1 {
  width: 44.5vw;
  margin-right: 2.5vw;
}

@media only screen and (min-width: 1200px) {
  .map_pc .map_1 {
    width: 534px;
    margin-right: 30px;
  }
}

.map_pc .map_2 {
  width: 30vw;
  margin-top: 4vw;
  margin-right: 4.16667vw;
  margin-left: 2.5vw;
}

@media only screen and (min-width: 1200px) {
  .map_pc .map_2 {
    width: 360px;
    margin-top: 48px;
    margin-right: 50px;
    margin-left: 30px;
  }
}

.map_pc .pin {
  display: block;
  width: 2.91667vw;
  position: absolute;
  transition: .3s;
}

@media only screen and (min-width: 1200px) {
  .map_pc .pin {
    width: 35px;
  }
}

@media only screen and (max-width: 750px) {
  .map_pc .pin {
    width: 9.33333vw;
  }
}

.map_pc .pin:hover {
  transform: scale(1.3);
  transition: .3s;
}

.map_pc .pin_a {
  top: 17.5vw;
  left: 51.25vw;
}

@media only screen and (min-width: 1200px) {
  .map_pc .pin_a {
    top: 210px;
    left: 615px;
  }
}

.map_pc .pin_b {
  top: 4.33333vw;
  left: 15.08333vw;
}

@media only screen and (min-width: 1200px) {
  .map_pc .pin_b {
    top: 52px;
    left: 181px;
  }
}

.map_pc .pin_c {
  top: 20vw;
  left: 39.58333vw;
}

@media only screen and (min-width: 1200px) {
  .map_pc .pin_c {
    top: 240px;
    left: 475px;
  }
}

.map_pc .pin_d {
  top: 14.16667vw;
  left: 33.75vw;
}

@media only screen and (min-width: 1200px) {
  .map_pc .pin_d {
    top: 170px;
    left: 405px;
  }
}

.map_pc .pin_e {
  top: 6.66667vw;
  left: 26.25vw;
}

@media only screen and (min-width: 1200px) {
  .map_pc .pin_e {
    top: 80px;
    left: 315px;
  }
}

.map_pc .pin_f {
  top: 13.58333vw;
  left: 66.25vw;
}

@media only screen and (min-width: 1200px) {
  .map_pc .pin_f {
    top: 163px;
    left: 795px;
  }
}

.map_pc .pin_g {
  top: 19.16667vw;
  left: 68vw;
}

@media only screen and (min-width: 1200px) {
  .map_pc .pin_g {
    top: 230px;
    left: 816px;
  }
}

.map_pc .pin_h {
  top: 16.66667vw;
  left: 28.33333vw;
}

@media only screen and (min-width: 1200px) {
  .map_pc .pin_h {
    top: 200px;
    left: 340px;
  }
}

.map_pc .pin_i {
  top: 3.33333vw;
  left: 40.83333vw;
}

@media only screen and (min-width: 1200px) {
  .map_pc .pin_i {
    top: 40px;
    left: 490px;
  }
}

.map_pc .pin_j {
  top: 9.58333vw;
  left: 3.33333vw;
}

@media only screen and (min-width: 1200px) {
  .map_pc .pin_j {
    top: 115px;
    left: 40px;
  }
}

.map_pc .pin_k {
  top: 14.16667vw;
  left: 74.08333vw;
}

@media only screen and (min-width: 1200px) {
  .map_pc .pin_k {
    top: 170px;
    left: 889px;
  }
}

.map_pc .pin_l {
  top: 25vw;
  left: 13.75vw;
}

@media only screen and (min-width: 1200px) {
  .map_pc .pin_l {
    top: 300px;
    left: 165px;
  }
}

.map_pc .pin_m {
  top: 5.83333vw;
  left: 67.33333vw;
}

@media only screen and (min-width: 1200px) {
  .map_pc .pin_m {
    top: 70px;
    left: 808px;
  }
}

.map_pc .pin_n {
  top: 0.83333vw;
  left: 15vw;
}

@media only screen and (min-width: 1200px) {
  .map_pc .pin_n {
    top: 10px;
    left: 180px;
  }
}

.map_pc .pin_o {
  top: 15vw;
  left: 55vw;
}

@media only screen and (min-width: 1200px) {
  .map_pc .pin_o {
    top: 180px;
    left: 660px;
  }
}

.map_pc .pin_p {
  top: 25vw;
  left: 21.66667vw;
}

@media only screen and (min-width: 1200px) {
  .map_pc .pin_p {
    top: 300px;
    left: 260px;
  }
}

.map_sp {
  display: none;
  width: 100%;
  margin-bottom: 16vw;
}

@media only screen and (max-width: 750px) {
  .map_sp {
    display: block;
  }
}

.map_sp img {
  width: 100%;
}

.map_sp .swiper-button-prev:after, .map_sp .swiper-button-next:after {
  display: none;
}

.map_sp .swiper-button-next {
  width: auto;
  height: auto;
  top: inherit;
  bottom: 2vw;
  right: 26.66667vw;
}

.map_sp .swiper-button-prev {
  width: auto;
  height: auto;
  top: inherit;
  bottom: 2vw;
  left: 26.66667vw;
}

.map_sp .swiper-button-next:before {
  content: "";
  left: 0;
  box-sizing: border-box;
  width: 2.33333vw;
  height: 4.66667vw;
  border: 2.33333vw solid transparent;
  border-left: 2.33333vw solid black;
}

.map_sp .swiper-button-prev:before {
  content: "";
  left: 0;
  box-sizing: border-box;
  width: 2.33333vw;
  height: 4.66667vw;
  border: 2.33333vw solid transparent;
  border-right: 2.33333vw solid black;
}

.style_con {
  width: 83.33333vw;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (min-width: 1200px) {
  .style_con {
    width: 1000px;
  }
}

@media only screen and (max-width: 750px) {
  .style_con {
    width: 86.66667vw;
  }
}

.style_con .style_wrap {
  width: 75vw;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 16.66667vw;
}

@media only screen and (min-width: 1200px) {
  .style_con .style_wrap {
    width: 900px;
    margin-bottom: 100px;
  }
}

@media only screen and (max-width: 750px) {
  .style_con .style_wrap {
    width: 100%;
  }
}

.style_con .style_wrap .eng {
  width: 5vw;
  display: block;
  position: absolute;
  top: -2.5vw;
  z-index: 100;
}

@media only screen and (min-width: 1200px) {
  .style_con .style_wrap .eng {
    width: 60px;
    top: -30px;
  }
}

@media only screen and (max-width: 750px) {
  .style_con .style_wrap .eng {
    width: 9.33333vw;
    top: 0;
  }
}

.style_con .style_wrap .img_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

@media only screen and (max-width: 750px) {
  .style_con .style_wrap .img_box {
    justify-content: inherit;
  }
}

.style_con .style_wrap .img_box .img_main {
  width: 37.5vw;
  display: block;
}

@media only screen and (min-width: 1200px) {
  .style_con .style_wrap .img_box .img_main {
    width: 450px;
  }
}

@media only screen and (max-width: 750px) {
  .style_con .style_wrap .img_box .img_main {
    width: 66.66667vw;
  }
}

.style_con .style_wrap .img_box .img_sub {
  width: 33.33333vw;
  display: block;
}

@media only screen and (min-width: 1200px) {
  .style_con .style_wrap .img_box .img_sub {
    width: 400px;
  }
}

@media only screen and (max-width: 750px) {
  .style_con .style_wrap .img_box .img_sub {
    width: 46.66667vw;
  }
}

.style_con .style_wrap .detail {
  width: 33.33333vw;
  position: absolute;
  top: 41.25vw;
}

@media only screen and (min-width: 1200px) {
  .style_con .style_wrap .detail {
    width: 400px;
    top: 495px;
  }
}

@media only screen and (max-width: 750px) {
  .style_con .style_wrap .detail {
    width: 86.66667vw;
    position: inherit;
    top: inherit;
    margin-top: 6.66667vw;
  }
}

.style_con .style_wrap .detail .brand {
  display: block;
  text-align: center;
  margin-bottom: 1.66667vw;
  font-size: 1.66667vw;
  font-weight: bold;
  font-family: "trade-gothic-next-condensed", "Noto Serif JP", serif;
}

@media only screen and (min-width: 1200px) {
  .style_con .style_wrap .detail .brand {
    margin-bottom: 20px;
    font-size: 20px;
  }
}

@media only screen and (max-width: 750px) {
  .style_con .style_wrap .detail .brand {
    font-size: 3.73333vw;
    text-align: left;
    margin-bottom: 9.33333vw;
  }
}

.style_con .style_wrap .detail .w_line_box {
  overflow: hidden;
}

.style_con .style_wrap .detail .w_line_box .w_line {
  width: 100%;
  height: 0.16667vw;
  display: block;
  margin-bottom: 1.66667vw;
  background: black;
}

@media only screen and (min-width: 1200px) {
  .style_con .style_wrap .detail .w_line_box .w_line {
    height: 2px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 750px) {
  .style_con .style_wrap .detail .w_line_box .w_line {
    display: none;
  }
}

.style_con .style_wrap .detail dl {
  display: flex;
  align-items: center;
}

.style_con .style_wrap .detail dl:not(:first-of-type) {
  margin-top: 0.83333vw;
}

@media only screen and (min-width: 1200px) {
  .style_con .style_wrap .detail dl:not(:first-of-type) {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 750px) {
  .style_con .style_wrap .detail dl:not(:first-of-type) {
    margin-top: 2.66667vw;
  }
}

.style_con .style_wrap .detail dl dt, .style_con .style_wrap .detail dl dd, .style_con .style_wrap .detail dl a, .style_con .style_wrap .detail dl .tax {
  font-size: 1.66667vw;
  font-weight: 700;
  font-style: normal;
  font-family: "trade-gothic-next-condensed", "Noto Serif JP", serif;
}

@media only screen and (min-width: 1200px) {
  .style_con .style_wrap .detail dl dt, .style_con .style_wrap .detail dl dd, .style_con .style_wrap .detail dl a, .style_con .style_wrap .detail dl .tax {
    font-size: 20px;
  }
}

@media only screen and (max-width: 750px) {
  .style_con .style_wrap .detail dl dt, .style_con .style_wrap .detail dl dd, .style_con .style_wrap .detail dl a, .style_con .style_wrap .detail dl .tax {
    font-size: 3.73333vw;
  }
}

.style_con .style_wrap .detail dl .price {
  margin-left: auto;
}

.style_con .style_wrap .detail dl .price .tax {
  font-size: 0.83333vw;
  font-weight: 300;
}

@media only screen and (min-width: 1200px) {
  .style_con .style_wrap .detail dl .price .tax {
    font-size: 10px;
  }
}

@media only screen and (max-width: 750px) {
  .style_con .style_wrap .detail dl .price .tax {
    font-size: 2.4vw;
  }
}

.style_con .style_wrap .detail dl .buy {
  margin-left: 5.83333vw;
}

@media only screen and (min-width: 1200px) {
  .style_con .style_wrap .detail dl .buy {
    margin-left: 70px;
  }
}

@media only screen and (max-width: 750px) {
  .style_con .style_wrap .detail dl .buy {
    margin-left: 22vw;
  }
}

.style_con .style_wrap .detail dl .buy a {
  width: 8.33333vw;
  height: 2.5vw;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #D75000;
  border-radius: 0.83333vw;
  background: #D75000;
  color: #fff;
  transition: .2s;
}

@media only screen and (min-width: 1200px) {
  .style_con .style_wrap .detail dl .buy a {
    width: 100px;
    height: 30px;
    border-radius: 10px;
  }
}

@media only screen and (max-width: 750px) {
  .style_con .style_wrap .detail dl .buy a {
    width: 20vw;
    height: 6.66667vw;
    border-radius: 2vw;
  }
}

.style_con .style_wrap .detail dl .buy a:hover {
  background: white;
  color: #D75000;
  transition: .4s;
}

@media only screen and (max-width: 750px) {
  .style_con .style_wrap .detail dl .buy a:hover {
    background: #D75000;
    color: #fff;
    transition: inherit;
  }
}

.style_con .style_wrap .detail dl:first-of-type {
  margin-top: 1.25vw;
}

@media only screen and (min-width: 1200px) {
  .style_con .style_wrap .detail dl:first-of-type {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 750px) {
  .style_con .style_wrap .detail dl:first-of-type {
    margin-top: 0;
  }
}

.style_con .style_wrap .detail dl:last-of-type {
  margin-bottom: 1.25vw;
}

@media only screen and (min-width: 1200px) {
  .style_con .style_wrap .detail dl:last-of-type {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 750px) {
  .style_con .style_wrap .detail dl:last-of-type {
    margin-bottom: 0;
  }
}

.style_con .style_wrap p {
  width: 33.33333vw;
  position: absolute;
  top: 35vw;
  line-height: 1.5;
  font-size: 1.33333vw;
  font-weight: 500;
  font-family: "Hiragino Kaku Gothic ProN ", "Noto Sans JP", sans-serif;
}

@media only screen and (min-width: 1200px) {
  .style_con .style_wrap p {
    width: 400px;
    top: 420px;
    font-size: 16px;
  }
}

@media only screen and (max-width: 750px) {
  .style_con .style_wrap p {
    width: 37.33333vw;
    top: 13.33333vw;
    text-align: justify;
    line-height: 2;
    font-size: 3.2vw;
  }
}

#styleA .eng, #styleC .eng, #styleE .eng, #styleG .eng, #styleI .eng, #styleK .eng, #styleM .eng, #styleO .eng {
  left: -2.5vw;
}

@media only screen and (min-width: 1200px) {
  #styleA .eng, #styleC .eng, #styleE .eng, #styleG .eng, #styleI .eng, #styleK .eng, #styleM .eng, #styleO .eng {
    left: -30px;
  }
}

#styleA .detail, #styleC .detail, #styleE .detail, #styleG .detail, #styleI .detail, #styleK .detail, #styleM .detail, #styleO .detail {
  right: 0;
}

#styleA p, #styleC p, #styleE p, #styleG p, #styleI p, #styleK p, #styleM p, #styleO p {
  right: 0;
}

@media only screen and (max-width: 750px) {
  #styleA .eng, #styleC .eng, #styleE .eng, #styleG .eng, #styleI .eng, #styleK .eng, #styleM .eng, #styleO .eng {
    left: inherit;
    right: 0;
  }
  #styleA .img_box, #styleC .img_box, #styleE .img_box, #styleG .img_box, #styleI .img_box, #styleK .img_box, #styleM .img_box, #styleO .img_box {
    flex-direction: column-reverse;
  }
  #styleA .img_box a:nth-of-type(1), #styleC .img_box a:nth-of-type(1), #styleE .img_box a:nth-of-type(1), #styleG .img_box a:nth-of-type(1), #styleI .img_box a:nth-of-type(1), #styleK .img_box a:nth-of-type(1), #styleM .img_box a:nth-of-type(1), #styleO .img_box a:nth-of-type(1) {
    display: block;
    margin-top: 3.33333vw;
    margin-left: auto;
  }
}

@media only screen and (max-width: 750px) and (min-width: 1200px) {
  #styleA .img_box a:nth-of-type(1), #styleC .img_box a:nth-of-type(1), #styleE .img_box a:nth-of-type(1), #styleG .img_box a:nth-of-type(1), #styleI .img_box a:nth-of-type(1), #styleK .img_box a:nth-of-type(1), #styleM .img_box a:nth-of-type(1), #styleO .img_box a:nth-of-type(1) {
    margin-top: 25px;
  }
}

#styleB .eng, #styleD .eng, #styleF .eng, #styleH .eng, #styleJ .eng, #styleL .eng, #styleN .eng, #styleP .eng {
  right: -2.5vw;
}

@media only screen and (min-width: 1200px) {
  #styleB .eng, #styleD .eng, #styleF .eng, #styleH .eng, #styleJ .eng, #styleL .eng, #styleN .eng, #styleP .eng {
    right: -30px;
  }
}

#styleB .detail, #styleD .detail, #styleF .detail, #styleH .detail, #styleJ .detail, #styleL .detail, #styleN .detail, #styleP .detail {
  left: 0;
}

#styleB .d_text, #styleD .d_text, #styleF .d_text, #styleH .d_text, #styleJ .d_text, #styleL .d_text, #styleN .d_text, #styleP .d_text {
  left: 0;
}

@media only screen and (max-width: 750px) {
  #styleB .eng, #styleD .eng, #styleF .eng, #styleH .eng, #styleJ .eng, #styleL .eng, #styleN .eng, #styleP .eng {
    left: 0vw;
  }
  #styleB .img_box, #styleD .img_box, #styleF .img_box, #styleH .img_box, #styleJ .img_box, #styleL .img_box, #styleN .img_box, #styleP .img_box {
    flex-direction: column;
  }
  #styleB .img_box a:nth-of-type(1), #styleD .img_box a:nth-of-type(1), #styleF .img_box a:nth-of-type(1), #styleH .img_box a:nth-of-type(1), #styleJ .img_box a:nth-of-type(1), #styleL .img_box a:nth-of-type(1), #styleN .img_box a:nth-of-type(1), #styleP .img_box a:nth-of-type(1) {
    margin-left: auto;
  }
  #styleB .img_box a:nth-of-type(2), #styleD .img_box a:nth-of-type(2), #styleF .img_box a:nth-of-type(2), #styleH .img_box a:nth-of-type(2), #styleJ .img_box a:nth-of-type(2), #styleL .img_box a:nth-of-type(2), #styleN .img_box a:nth-of-type(2), #styleP .img_box a:nth-of-type(2) {
    display: block;
    margin-top: 3.33333vw;
    margin-right: auto;
  }
}

@media only screen and (max-width: 750px) and (min-width: 1200px) {
  #styleB .img_box a:nth-of-type(2), #styleD .img_box a:nth-of-type(2), #styleF .img_box a:nth-of-type(2), #styleH .img_box a:nth-of-type(2), #styleJ .img_box a:nth-of-type(2), #styleL .img_box a:nth-of-type(2), #styleN .img_box a:nth-of-type(2), #styleP .img_box a:nth-of-type(2) {
    margin-top: 25px;
  }
}

@media only screen and (max-width: 750px) {
  #styleH, #styleP {
    margin-bottom: 20vw;
  }
}

#styleD .detail, #styleH .detail, #styleK .detail {
  top: 44.91667vw;
}

@media only screen and (min-width: 1200px) {
  #styleD .detail, #styleH .detail, #styleK .detail {
    top: 539px;
  }
}

@media only screen and (max-width: 750px) {
  #styleD .detail, #styleH .detail, #styleK .detail {
    top: inherit;
  }
}

.other_page {
  margin-bottom: 12.5vw;
}

@media only screen and (min-width: 1200px) {
  .other_page {
    margin-bottom: 150px;
  }
}

@media only screen and (max-width: 750px) {
  .other_page {
    margin-bottom: 20vw;
  }
}

.other_page .out_box {
  display: block;
  width: 16.66667vw;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 4.16667vw;
  overflow: hidden;
}

@media only screen and (min-width: 1200px) {
  .other_page .out_box {
    width: 200px;
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 750px) {
  .other_page .out_box {
    width: 26.66667vw;
  }
}

.other_page .out_box .out {
  width: 100%;
}

.other_page ul {
  width: 54.16667vw;
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (min-width: 1200px) {
  .other_page ul {
    width: 650px;
  }
}

@media only screen and (max-width: 750px) {
  .other_page ul {
    width: 86.66667vw;
  }
}

.other_page ul .grey_back {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100;
}

.other_page ul .grey_back img {
  width: 38.33333vw;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (min-width: 1200px) {
  .other_page ul .grey_back img {
    width: 460px;
  }
}

@media only screen and (max-width: 750px) {
  .other_page ul .grey_back img {
    width: 80vw;
  }
}

.other_page ul li {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  width: 25vw;
  transition: .3s;
  padding: 2.08333vw 2.08333vw;
}

@media only screen and (min-width: 1200px) {
  .other_page ul li {
    width: 300px;
  }
}

@media only screen and (max-width: 750px) {
  .other_page ul li {
    width: 40vw;
    margin-right: auto;
    margin-left: auto;
  }
}

.other_page ul li:hover {
  transition: .3s;
  opacity: .7;
}

.other_page ul li img {
  width: 100%;
}

.other_page ul li p {
  margin-top: 2.08333vw;
  line-height: 1.5;
  text-align: center;
  font-size: 1.25vw;
  font-weight: 500;
  font-family: "Hiragino Kaku Gothic ProN ", "Noto Sans JP", sans-serif;
}

@media only screen and (min-width: 1200px) {
  .other_page ul li p {
    margin-top: 25px;
    font-size: 15px;
  }
}

@media only screen and (max-width: 750px) {
  .other_page ul li p {
    margin-top: 3.33333vw;
    line-height: 1.75;
    font-size: 2.4vw;
    font-weight: 500;
  }
}

.side_nav {
  display: block;
  width: 91.66667vw;
  margin-right: auto;
  margin-left: auto;
  position: fixed;
  left: 50%;
  bottom: 1.66667vw;
  transform: translateX(-50%);
  visibility: hidden;
  transition: .3s;
  opacity: 0;
  z-index: 100;
}

@media only screen and (min-width: 1200px) {
  .side_nav {
    width: 92%;
    bottom: 20px;
  }
}

@media only screen and (max-width: 750px) {
  .side_nav {
    width: 100%;
    bottom: 0vw;
  }
}

.side_nav .in_link {
  display: block;
  width: 30vw;
  margin-left: auto;
  z-index: 600;
}

@media only screen and (min-width: 1200px) {
  .side_nav .in_link {
    width: 360px;
  }
}

@media only screen and (max-width: 750px) {
  .side_nav .in_link {
    width: 100%;
    position: relative;
  }
}

.side_nav .in_link img {
  width: 100%;
  display: block;
}

@media only screen and (max-width: 750px) {
  .side_nav .in_link object {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 13.33333vw;
    height: 13.33333vw;
  }
}

@media only screen and (max-width: 750px) {
  .side_nav .in_link object .top {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
  }
}

.side_nav .in_link object .top .scroll_top {
  width: 4.16667vw;
  display: block;
  position: absolute;
  right: 0;
  bottom: 6.25vw;
  margin-left: auto;
}

@media only screen and (min-width: 1200px) {
  .side_nav .in_link object .top .scroll_top {
    width: 50px;
    bottom: 75px;
  }
}

@media only screen and (max-width: 750px) {
  .side_nav .in_link object .top .scroll_top {
    width: 6.66667vw;
    top: 4.66667vw;
    right: 3.33333vw;
  }
}

.side_nav .in_link object .top .scroll_top img {
  width: 100%;
  display: block;
}

.side_nav .pc {
  display: block !important;
}

@media only screen and (max-width: 750px) {
  .side_nav .pc {
    display: none !important;
  }
}

.side_nav .sp {
  display: none !important;
}

@media only screen and (max-width: 750px) {
  .side_nav .sp {
    display: block !important;
  }
}

.fade {
  left: 52%;
  visibility: visible;
  transition: .3s;
  opacity: 1;
}

@media only screen and (max-width: 750px) {
  .fade {
    left: 50%;
  }
}

.ku {
  font-weight: 500;
  font-family: "Hiragino Kaku Gothic ProN ", "Noto Sans JP", sans-serif !important;
}

html.is-fixed,
html.is-fixed body {
  /*   height: 100%; */
  overflow: hidden;
}
