.mv_con {
  width: 100%;
  position: relative;
  z-index: 10000;
}

.mv_con .mv_wrap {
  position: relative;
  overflow: hidden;
}

.mv_con .mv_wrap .mv_item {
  opacity: 0;
  transform: scale(1);
  transition: opacity 1.5s linear, transform 7s linear;
  position: relative;
}

.mv_con .mv_wrap .mv_item:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
}

.mv_con .mv_wrap .mv_item.show_ {
  opacity: 1;
}

.mv_con .mv_wrap .mv_item.zoom_ {
  transform: scale(1.1);
}

.mv_con .mv_wrap .mv_item img {
  display: block;
  width: 100%;
}

.mv_con .mv_wrap .mv_item .sp {
  display: none;
}

@media only screen and (min-width: 1200px) {
  .mv_con .mv_wrap .mv_item .sp {
    display: none;
  }
}

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

.mv_con .mv_wrap .mv_item .pc {
  display: block;
}

@media only screen and (min-width: 1200px) {
  .mv_con .mv_wrap .mv_item .pc {
    display: block;
  }
}

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

.mv_con .mvpc_text {
  width: 37.5vw;
  position: absolute;
  top: 50%;
  left: 4.16667vw;
  transform: translateY(-50%);
}

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

.mv_con .mvsp_text {
  display: none;
}

@media only screen and (max-width: 750px) {
  .mv_con .mvsp_text {
    display: block;
    width: 100vw;
    position: absolute;
    top: 62vw;
    left: 50%;
    transform: translateX(-50%);
  }
}

.mv_con .mvsp_logo {
  display: none;
}

@media only screen and (max-width: 750px) {
  .mv_con .mvsp_logo {
    display: block;
    width: 28.53333vw;
    position: absolute;
    top: 4vw;
    right: 4vw;
  }
}

.read {
  display: block;
  text-align: center;
  margin-top: 8.33333vw;
  margin-bottom: 8.33333vw;
}

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

@media only screen and (max-width: 750px) {
  .read {
    width: 93.33333vw;
    margin-right: auto;
    margin-left: auto;
    text-align: justify;
  }
}

.read p {
  line-height: 1.75;
  letter-spacing: 0.14583vw;
  font-size: 1.5vw;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
}

@media only screen and (min-width: 1200px) {
  .read p {
    font-size: 18px;
    letter-spacing: 1.75;
  }
}

@media only screen and (max-width: 750px) {
  .read p {
    line-height: 2;
    font-size: 3.73333vw;
  }
}

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

.nav_con {
  width: 56.66667vw;
  display: flex;
  justify-content: space-between;
  margin-right: auto;
  margin-left: auto;
}

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

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

.nav_con li {
  width: 25vw;
  position: relative;
}

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

@media only screen and (max-width: 750px) {
  .nav_con li {
    width: 40vw;
  }
}

.nav_con li a img {
  width: 100%;
}

.nav_con li a .nav_title_1 {
  display: block;
  width: 19vw;
  margin-top: 1.66667vw;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (min-width: 1200px) {
  .nav_con li a .nav_title_1 {
    width: 228px;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 750px) {
  .nav_con li a .nav_title_1 {
    width: 37.33333vw;
    margin-top: 2.66667vw;
  }
}

.nav_con li a .nav_title_2 {
  display: block;
  width: 20.16667vw;
  margin-top: 1.66667vw;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (min-width: 1200px) {
  .nav_con li a .nav_title_2 {
    width: 242px;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 750px) {
  .nav_con li a .nav_title_2 {
    width: 38.66667vw;
    margin-top: 2.66667vw;
  }
}

.nav_con li:before {
  content: "";
  display: block;
  width: 2vw;
  height: 0.91667vw;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -4.16667vw;
  background: url("../img/nav_arrow.png");
  background-size: cover;
  animation-name: arrow_1;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

@keyframes arrow_1 {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
}

@media only screen and (min-width: 1200px) {
  .nav_con li:before {
    width: 24px;
    height: 11px;
  }
}

@media only screen and (max-width: 750px) {
  .nav_con li:before {
    width: 3.2vw;
    height: 1.46667vw;
    bottom: -6.66667vw;
  }
}

.nav_con li:after {
  content: "";
  display: block;
  width: 2vw;
  height: 0.91667vw;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -5vw;
  background: url("../img/nav_arrow.png");
  background-size: cover;
  animation-name: arrow_2;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

@keyframes arrow_2 {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
}

@media only screen and (min-width: 1200px) {
  .nav_con li:after {
    width: 24px;
    height: 11px;
  }
}

@media only screen and (max-width: 750px) {
  .nav_con li:after {
    width: 3.2vw;
    height: 1.46667vw;
    bottom: -8vw;
  }
}

section .main_title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 15.83333vw;
  margin-bottom: 10.83333vw;
}

@media only screen and (min-width: 1200px) {
  section .main_title {
    margin-top: 190px;
    margin-bottom: 130px;
  }
}

@media only screen and (max-width: 750px) {
  section .main_title {
    margin-top: 26.66667vw;
    margin-bottom: 17.33333vw;
  }
}

section .main_title .title_text_1 {
  width: 47.5vw;
}

@media only screen and (min-width: 1200px) {
  section .main_title .title_text_1 {
    width: 570px;
  }
}

@media only screen and (max-width: 750px) {
  section .main_title .title_text_1 {
    width: 83.2vw;
  }
}

section .main_title .title_text_2 {
  width: 47.5vw;
}

@media only screen and (min-width: 1200px) {
  section .main_title .title_text_2 {
    width: 570px;
  }
}

@media only screen and (max-width: 750px) {
  section .main_title .title_text_2 {
    width: 87.2vw;
  }
}

section .main_con {
  width: 83.33333vw;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 12.5vw;
}

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

@media only screen and (max-width: 750px) {
  section .main_con {
    width: 100%;
    margin-bottom: 40vw;
  }
}

section .main_con .midashi {
  width: 64.16667vw;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 4.16667vw;
}

@media only screen and (min-width: 1200px) {
  section .main_con .midashi {
    width: 770px;
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 750px) {
  section .main_con .midashi {
    width: 93.33333vw;
    margin-bottom: 6.66667vw;
  }
}

section .main_con .midashi img {
  width: 23.66667vw;
}

@media only screen and (min-width: 1200px) {
  section .main_con .midashi img {
    width: 284px;
  }
}

@media only screen and (max-width: 750px) {
  section .main_con .midashi img {
    width: 57.86667vw;
  }
}

section .main_con ul {
  display: flex;
}

@media only screen and (max-width: 750px) {
  section .main_con ul {
    flex-direction: column !important;
  }
}

section .main_con ul li {
  display: block;
}

section .main_con ul li a img {
  display: block;
  width: 100%;
}

section .main_con p {
  display: block;
  width: 64.16667vw;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 2.5vw;
  color: #333;
  text-align: justify;
  line-height: 1.75;
  letter-spacing: 0.14583vw;
  font-size: 1.33333vw;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
}

@media only screen and (min-width: 1200px) {
  section .main_con p {
    width: 770px;
    margin-bottom: 30px;
    letter-spacing: 1.75;
    font-size: 16px;
  }
}

@media only screen and (max-width: 750px) {
  section .main_con p {
    width: 93.33333vw;
    line-height: 2;
    font-size: 3.46667vw;
    margin-bottom: 6.66667vw;
  }
}

section .main_con p span {
  color: #333;
  font-weight: 300;
  letter-spacing: 0;
}

section .main_con .credit {
  width: 64.16667vw;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (min-width: 1200px) {
  section .main_con .credit {
    width: 770px;
  }
}

@media only screen and (max-width: 750px) {
  section .main_con .credit {
    width: 93.33333vw;
    margin-right: auto;
    margin-left: auto;
  }
}

section .main_con .credit dl {
  display: flex;
  align-items: center;
  width: 41.66667vw;
  font-family: 'Noto Sans JP', sans-serif;
}

@media only screen and (min-width: 1200px) {
  section .main_con .credit dl {
    width: 500px;
  }
}

@media only screen and (max-width: 750px) {
  section .main_con .credit dl {
    width: 93.33333vw;
    position: relative;
    flex-wrap: wrap;
  }
}

section .main_con .credit dl:not(:last-of-type) {
  margin-bottom: 1.66667vw;
}

@media only screen and (min-width: 1200px) {
  section .main_con .credit dl:not(:last-of-type) {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 750px) {
  section .main_con .credit dl:not(:last-of-type) {
    margin-bottom: 5.33333vw;
  }
}

section .main_con .credit dl .c_name a {
  display: flex;
  align-items: center;
  color: #333;
  font-size: 1.33333vw;
  font-weight: 300;
}

@media only screen and (min-width: 1200px) {
  section .main_con .credit dl .c_name a {
    font-size: 16px;
  }
}

@media only screen and (max-width: 750px) {
  section .main_con .credit dl .c_name a {
    width: 26.66667vw;
    font-size: 3.73333vw;
  }
}

section .main_con .credit dl .c_price {
  display: flex;
  align-items: center;
  margin-left: auto;
}

@media only screen and (max-width: 750px) {
  section .main_con .credit dl .c_price {
    width: 37.33333vw;
    margin-left: 0;
  }
}

section .main_con .credit dl .c_price a {
  color: #333;
  font-size: 1.33333vw;
  font-weight: 300;
}

@media only screen and (min-width: 1200px) {
  section .main_con .credit dl .c_price a {
    font-size: 16px;
  }
}

@media only screen and (max-width: 750px) {
  section .main_con .credit dl .c_price a {
    font-size: 3.73333vw;
  }
}

section .main_con .credit dl .c_price span {
  margin-left: 0.33333vw;
  font-size: 0.66667vw;
  font-weight: 300;
}

@media only screen and (min-width: 1200px) {
  section .main_con .credit dl .c_price span {
    margin-left: 4px;
    font-size: 8px;
  }
}

@media only screen and (max-width: 750px) {
  section .main_con .credit dl .c_price span {
    margin-left: 0.26667vw;
    font-size: 2.13333vw;
  }
}

section .main_con .credit dl .c_detail {
  display: block;
  margin-left: 1.25vw;
  letter-spacing: 0.14583vw;
  font-size: 1.16667vw;
  font-weight: 300;
}

@media only screen and (min-width: 1200px) {
  section .main_con .credit dl .c_detail {
    margin-left: 15px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 750px) {
  section .main_con .credit dl .c_detail {
    width: 28.66667vw;
    margin-left: 0vw;
    letter-spacing: 0.36667vw;
    font-size: 3.2vw;
  }
}

section .main_con .credit dl .c_detail a {
  display: block;
  text-align: center;
  width: 7.5vw;
  padding-top: 0.41667vw;
  padding-bottom: 0.5vw;
  border: 1px solid #6C6A65;
  color: #fff;
  background: #6C6A65;
  font-weight: 300;
  transition: .4s;
}

@media only screen and (min-width: 1200px) {
  section .main_con .credit dl .c_detail a {
    width: 90px;
    padding-top: 5px;
    padding-bottom: 6px;
  }
}

@media only screen and (max-width: 750px) {
  section .main_con .credit dl .c_detail a {
    width: 100%;
    padding-top: 0.93333vw;
    padding-bottom: 1.06667vw;
  }
}

section .main_con .credit dl .c_detail a:hover {
  border: 1px solid #333;
  color: #333;
  background: #fff;
  transition: .6s;
}

section .main_con .credit dl .c_size {
  display: flex;
  align-items: center;
  margin-left: 0.83333vw;
  letter-spacing: 0.23333vw;
  color: #333;
  font-size: 1.16667vw;
  font-weight: 300;
}

@media only screen and (min-width: 1200px) {
  section .main_con .credit dl .c_size {
    margin-left: 10px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 750px) {
  section .main_con .credit dl .c_size {
    margin-top: 2.66667vw;
    margin-left: auto;
    margin-right: 0;
    font-size: 3.2vw;
    text-decoration: underline;
    letter-spacing: 0.36667vw;
  }
}

section .main_con .credit dl .c_size a {
  font-weight: 300;
}

@media only screen and (max-width: 750px) {
  section .main_con .credit dl .c_size a:first-of-type {
    margin-right: 8vw;
  }
}

@media only screen and (max-width: 750px) {
  section .main_con .credit dl .c_size span {
    display: none;
  }
}

section .main_con .credit dl .c_size.hidden {
  visibility: hidden;
}

@media only screen and (max-width: 750px) {
  section .main_con .credit dl .c_size.hidden {
    display: none;
  }
}

#main_1 ul {
  flex-direction: column;
}

#main_1 ul li:nth-of-type(1) {
  width: 43.33333vw;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 6.66667vw;
}

@media only screen and (min-width: 1200px) {
  #main_1 ul li:nth-of-type(1) {
    width: 520px;
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 750px) {
  #main_1 ul li:nth-of-type(1) {
    width: 93.33333vw;
    margin-bottom: 10.66667vw;
  }
}

#main_1 ul li:nth-of-type(2) {
  width: 64.16667vw;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 4.16667vw;
}

@media only screen and (min-width: 1200px) {
  #main_1 ul li:nth-of-type(2) {
    width: 770px;
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 750px) {
  #main_1 ul li:nth-of-type(2) {
    width: 93.33333vw;
    margin-bottom: 6.66667vw;
  }
}

#main_2 ul li:nth-of-type(1) {
  width: 40vw;
  margin-right: auto;
  margin-left: 0;
  margin-bottom: 6.66667vw;
}

@media only screen and (min-width: 1200px) {
  #main_2 ul li:nth-of-type(1) {
    width: 480px;
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 750px) {
  #main_2 ul li:nth-of-type(1) {
    width: 86.66667vw;
    margin-bottom: 10.66667vw;
  }
}

#main_2 ul li:nth-of-type(2) {
  width: 40vw;
  margin-top: 20.83333vw;
  margin-right: 0;
  margin-left: auto;
  margin-bottom: 4.16667vw;
}

@media only screen and (min-width: 1200px) {
  #main_2 ul li:nth-of-type(2) {
    width: 480px;
    margin-top: 250px;
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 750px) {
  #main_2 ul li:nth-of-type(2) {
    width: 86.66667vw;
    margin-top: 0;
    margin-bottom: 6.66667vw;
  }
}

#main_3 ul {
  flex-direction: column;
}

@media only screen and (max-width: 750px) {
  #main_3 ul li {
    margin-right: auto;
    margin-left: auto;
  }
}

#main_3 ul li .pc {
  display: block;
  width: 64.16667vw;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 6.66667vw;
}

@media only screen and (min-width: 1200px) {
  #main_3 ul li .pc {
    width: 770px;
    margin-bottom: 80px;
  }
}

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

#main_3 ul li .sp {
  display: none;
}

@media only screen and (max-width: 750px) {
  #main_3 ul li .sp {
    display: block;
    width: 93.33333vw;
    margin-bottom: 10.66667vw;
  }
}

#main_3 ul li:nth-of-type(2) {
  width: 43.33333vw;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 4.16667vw;
}

@media only screen and (min-width: 1200px) {
  #main_3 ul li:nth-of-type(2) {
    width: 520px;
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 750px) {
  #main_3 ul li:nth-of-type(2) {
    width: 93.33333vw;
    margin-bottom: 6.66667vw;
  }
}

#main_4 ul li:nth-of-type(1) {
  width: 40vw;
  margin-right: auto;
  margin-left: 0;
}

@media only screen and (min-width: 1200px) {
  #main_4 ul li:nth-of-type(1) {
    width: 480px;
  }
}

@media only screen and (max-width: 750px) {
  #main_4 ul li:nth-of-type(1) {
    width: 86.66667vw;
    margin-bottom: 10.66667vw;
  }
}

#main_4 ul li:nth-of-type(2) {
  width: 40vw;
  margin-top: 20.83333vw;
  margin-right: 0;
  margin-left: auto;
  margin-bottom: 4.16667vw;
}

@media only screen and (min-width: 1200px) {
  #main_4 ul li:nth-of-type(2) {
    width: 480px;
    margin-top: 250px;
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 750px) {
  #main_4 ul li:nth-of-type(2) {
    width: 86.66667vw;
    margin-top: 0;
    margin-bottom: 6.66667vw;
  }
}

#main_5 ul li:nth-of-type(1) {
  width: 40vw;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 4.16667vw;
}

@media only screen and (min-width: 1200px) {
  #main_5 ul li:nth-of-type(1) {
    width: 480px;
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 750px) {
  #main_5 ul li:nth-of-type(1) {
    width: 93.33333vw;
    margin-bottom: 6.66667vw;
  }
}

#main_6 ul {
  flex-direction: column;
}

#main_6 ul li:nth-of-type(1) {
  width: 64.16667vw;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 6.66667vw;
}

@media only screen and (min-width: 1200px) {
  #main_6 ul li:nth-of-type(1) {
    width: 770px;
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 750px) {
  #main_6 ul li:nth-of-type(1) {
    width: 93.33333vw;
    margin-bottom: 10.66667vw;
  }
}

#main_6 ul li:nth-of-type(2) {
  width: 43.33333vw;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 4.16667vw;
}

@media only screen and (min-width: 1200px) {
  #main_6 ul li:nth-of-type(2) {
    width: 520px;
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 750px) {
  #main_6 ul li:nth-of-type(2) {
    width: 93.33333vw;
    margin-bottom: 6.66667vw;
  }
}

#main_7 ul li:nth-of-type(1) {
  width: 43.33333vw;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 4.16667vw;
}

@media only screen and (min-width: 1200px) {
  #main_7 ul li:nth-of-type(1) {
    width: 520px;
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 750px) {
  #main_7 ul li:nth-of-type(1) {
    width: 93.33333vw;
    margin-bottom: 6.66667vw;
  }
}

#main_8 ul {
  flex-direction: column;
}

#main_8 ul li:nth-of-type(1) {
  width: 43.33333vw;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 3.33333vw;
}

@media only screen and (min-width: 1200px) {
  #main_8 ul li:nth-of-type(1) {
    width: 520px;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 750px) {
  #main_8 ul li:nth-of-type(1) {
    width: 93.33333vw;
    margin-bottom: 5.33333vw;
  }
}

#main_8 ul li:nth-of-type(2) {
  width: 43.33333vw;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 4.16667vw;
}

@media only screen and (min-width: 1200px) {
  #main_8 ul li:nth-of-type(2) {
    width: 520px;
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 750px) {
  #main_8 ul li:nth-of-type(2) {
    width: 93.33333vw;
    margin-bottom: 6.66667vw;
  }
}

#main_9 ul {
  justify-content: space-between;
}

#main_9 ul li:nth-of-type(1) {
  width: 43.33333vw;
  margin-right: auto;
  margin-left: 0;
}

@media only screen and (min-width: 1200px) {
  #main_9 ul li:nth-of-type(1) {
    width: 520px;
  }
}

@media only screen and (max-width: 750px) {
  #main_9 ul li:nth-of-type(1) {
    width: 93.33333vw;
    margin-bottom: 10.66667vw;
  }
}

#main_9 ul li:nth-of-type(2) {
  width: 36.66667vw;
  margin-top: 20.83333vw;
  margin-right: 0;
  margin-left: auto;
  margin-bottom: 4.16667vw;
}

@media only screen and (min-width: 1200px) {
  #main_9 ul li:nth-of-type(2) {
    width: 440px;
    margin-top: 250px;
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 750px) {
  #main_9 ul li:nth-of-type(2) {
    width: 80vw;
    margin-top: 0;
    margin-bottom: 6.66667vw;
  }
}

#main_10 {
  margin-bottom: 16.66667vw;
}

@media only screen and (min-width: 1200px) {
  #main_10 {
    margin-bottom: 200px;
  }
}

@media only screen and (max-width: 750px) {
  #main_10 {
    margin-bottom: 26.66667vw;
  }
}

#main_10 ul {
  flex-direction: column;
}

#main_10 ul li:nth-of-type(1) {
  width: 43.33333vw;
  margin-right: auto;
  margin-left: 9.58333vw;
  margin-bottom: 6.66667vw;
}

@media only screen and (min-width: 1200px) {
  #main_10 ul li:nth-of-type(1) {
    width: 520px;
    margin-left: 115px;
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 750px) {
  #main_10 ul li:nth-of-type(1) {
    width: 93.33333vw;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10.66667vw;
  }
}

#main_10 ul li .pc {
  width: 51.66667vw;
  margin-right: auto;
  margin-left: 22.08333vw;
  margin-bottom: 4.16667vw;
}

@media only screen and (min-width: 1200px) {
  #main_10 ul li .pc {
    width: 620px;
    margin-left: 265px;
    margin-bottom: 50px;
  }
}

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

#main_10 ul li .sp {
  display: none;
}

@media only screen and (max-width: 750px) {
  #main_10 ul li .sp {
    display: block;
    width: 93.33333vw;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 6.66667vw;
  }
}

.other_r {
  display: block;
  width: 37.5vw;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 12.5vw;
}

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

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

.other_r img:first-of-type {
  display: block;
  width: 100%;
  transition: .3s;
}

.other_r img:first-of-type:hover {
  opacity: .8;
  transition: .6s;
}

.other_r .other_r_text_pc {
  width: 33.33333vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) !important;
}

@media only screen and (min-width: 1200px) {
  .other_r .other_r_text_pc {
    width: 400px;
  }
}

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

.other_r .other_r_text_sp {
  display: none;
}

@media only screen and (max-width: 750px) {
  .other_r .other_r_text_sp {
    display: block;
    width: 60vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%) !important;
  }
}

.scroll_top {
  display: block;
  width: 1.66667vw;
  position: fixed;
  right: 1.25vw;
  bottom: 2.5vw;
  opacity: 0;
  transition: .3s;
  z-index: 100;
}

@media only screen and (min-width: 1200px) {
  .scroll_top {
    width: 20px;
    right: 15px;
    bottom: 30px;
  }
}

@media only screen and (max-width: 750px) {
  .scroll_top {
    width: 4vw;
    right: 4vw;
    bottom: 8vw;
  }
}

.scroll_top img {
  width: 100%;
}

footer {
  width: 100%;
  /* ul:first-of-type */
  /* ul:last-of-type */
}

footer img {
  width: 100%;
}

footer ul:first-of-type {
  display: flex;
  justify-content: space-between;
  width: 20vw;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 2.5vw;
}

@media only screen and (max-width: 750px) {
  footer ul:first-of-type {
    width: 56vw;
    margin-bottom: 13.33333vw;
  }
}

@media only screen and (min-width: 1200px) {
  footer ul:first-of-type {
    width: 240px;
    margin-bottom: 30px;
  }
}

footer ul:first-of-type li {
  width: 3.33333vw;
}

@media only screen and (max-width: 750px) {
  footer ul:first-of-type li {
    width: 8vw;
  }
}

@media only screen and (min-width: 1200px) {
  footer ul:first-of-type li {
    width: 40px;
  }
}

footer ul:last-of-type {
  display: flex;
  width: 46.66667vw;
  justify-content: space-between;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 3.33333vw;
}

@media only screen and (max-width: 750px) {
  footer ul:last-of-type {
    width: 60vw;
    flex-direction: column;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1200px) {
  footer ul:last-of-type {
    width: 560px;
    margin-bottom: 40px;
  }
}

footer ul:last-of-type li {
  width: 22vw;
}

@media only screen and (max-width: 750px) {
  footer ul:last-of-type li {
    width: 100%;
    margin-bottom: 4.66667vw;
  }
}

@media only screen and (min-width: 1200px) {
  footer ul:last-of-type li {
    width: 264px;
  }
}

footer p {
  display: block;
  text-align: center;
  margin-bottom: 16.66667vw;
  font-size: 0.91667vw;
}

@media only screen and (max-width: 750px) {
  footer p {
    font-size: 2.53333vw;
    margin-bottom: 10.66667vw;
  }
}

@media only screen and (min-width: 1200px) {
  footer p {
    margin-bottom: 200px;
    font-size: 11px;
  }
}

.fade {
  opacity: 1;
  transition: .3s;
}
