@media only screen and (max-width: 768px) {
  .home_page .key {
    --height: 100vh;
    --max-height: 156vw;
    --min-height: 320px;
    background-image: url(../images/idx_key_bg_sp.jpg);
    font-size: 7px;
  }

  .home_page .key .inner_big {
    width: calc(100% - 40px);
    margin-right: 0;
    padding: 0 10px;
  }

  .home_page .key .key_text {
    /*padding-top: 70vw;
    padding-left: 0;
    align-items: center;*/
  }

  .home_page .key .key_text h2,
  .home_page .key .key_text p {
    text-align: center;
    /*text-shadow: 0 0 10px #fff, 0 0 10px #fff;*/
  }

  .home_page .key .key_text h2 {
    /*margin-bottom: 2vw;
    padding-bottom: 2vw;
    font-size: 4.5vw;*/
  }

  /*.home_page .key .key_text h2::after {
    width: 15vw;
    max-width: 100px;
    left: 50%;
    transform: translateX(-50%);
  }*/
  .home_page .key .key_text p {
    line-height: 1.8;
    font-size: 3vw;
  }

  .home_page .key .key_left {
    width: 40px;
  }

  .home_page .key .key_scroll {
    width: 22.5px;
    text-align: center;
  }

  .home_page .key .key_scroll a {
    padding-bottom: 11vw;
  }

  .home_page .key .key_scroll a::before {
    height: 10vw;
  }

  .home_page .key .key_scroll a::after {
    height: 4vw;
  }

  .home_page .key .key_scroll p {
    font-size: 12px;
  }

  .home_page .key .key_copy {
    margin-top: 0;
  }

  .home_page .key .key_copy p {
    font-size: 10px;
  }

  @keyframes key_scroll {

    0%,
    100% {
      transform: translateY(0);
    }

    50% {
      transform: translateY(-6vw);
    }
  }



}

@media only screen and (max-width: 520px) {

  /*.home_page .key .key_text {
    padding-top: 75vw;
  }*/
  .home_page .key .key_text h2 {
    font-size: 5.8vw;
    line-height: 2;
  }

  .home_page .key .key_text p {
    font-size: 4.6vw;
  }

  .home_page .key .key_scroll p {
    font-size: 10px;
  }

  .home_page .key .key_copy p {
    font-size: 10px;
  }
}

@media only screen and (max-width: 768px) and (orientation: portrait) {
  .home_page .key .key_text .item.s1 {
    background-image: url(../images/idx_key1_sp.jpg);
  }

  .home_page .key .key_text .item.s2 {
    background-image: url(../images/idx_key2_sp.jpg);
  }

  .home_page .key .key_text .item.s3 {
    background-image: url(../images/idx_key3_sp.jpg);
  }

  .home_page .key .key_text .item.s4 {
    background-image: url(../images/idx_key4_sp.jpg);
  }

  .home_page .key .key_text .item.s5 {
    background-image: url(../images/idx_key5_sp.jpg);
  }

  .home_page .key .key_text .item.s6 {
    background-image: url(../images/idx_key6_sp.jpg);
  }

  .home_page .key .key_text .item.s7 {
    background-image: url(../images/idx_key7_sp.jpg);
  }
}

@media only screen and (max-width: 768px) and (orientation: landscape) {

  /*.home_page .key {
    background-image: url(../images/idx_key_bg.jpg);
  }*/
  .home_page .key .key_text {
    padding-top: 0;
  }

  .home_page .key .key_text h2 {
    margin-bottom: 1.5vw;
    padding-bottom: 1.5vw;
    padding-top: 10vw;
    font-size: 3.5vw;
  }

  .home_page .key .key_text p {
    font-size: 2.5vw;
  }

  .home_page .key .key_scroll {
    width: 15px;
  }

  .home_page .key .key_scroll a {
    padding-bottom: 7vw;
  }

  .home_page .key .key_scroll a::before {
    height: 6vw;
  }

  .home_page .key .key_scroll a::after {
    height: 3vw;
  }

  .home_page .key .key_scroll p {
    font-size: 8px;
  }

  .home_page .key .key_copy p {
    font-size: 8px;
  }

  @keyframes key_scroll {

    0%,
    100% {
      transform: translateY(0);
    }

    50% {
      transform: translateY(-3vw);
    }
  }
}

@media only screen and (max-width: 768px) {
  .home_page h3 {
    margin-bottom: 30px;
    font-size: var(--ttl_size);
  }

  .home_page h3 .en {
    padding-bottom: 25px;
    font-size: calc(var(--ttl_size) + 24px);
  }

  .home_page h3 .jp {
    margin-top: 15px;
  }

  .home_page h3.fz42 {
    font-size: calc(var(--ttl_size) + 2px);
  }

  .home_page h4 {
    margin-bottom: 20px;
    font-size: calc(var(--ttl_size) - 2px);
  }

  .home_page h4.fz26 {
    font-size: calc(var(--ttl_size) - 2px);
  }

  .home_page h4.fz30 {
    font-size: var(--ttl_size);
  }

  .home_page h4 .en {
    font-size: calc(var(--ttl_size) - 6px);
  }
}

@media only screen and (max-width: 520px) {
  .home_page h3 {
    font-size: calc(var(--ttl_size) - 2px);
  }

  .home_page h3 .en {
    padding-bottom: 15px;
    font-size: calc(var(--ttl_size) + 16px);
  }

  .home_page h3 .en::after {
    height: 8px;
  }

  .home_page h3 .jp {
    margin-top: 10px;
  }

  .home_page h3.fz42 {
    font-size: calc(var(--ttl_size) - 2px);
  }
}

@media only screen and (max-width: 768px) {
  .idx_bg_full02::after {
    top: 467px;
    height: calc(100% - 299px);
  }
}

@media only screen and (max-width: 768px) {
  .idx01 .idx_btn a {
    padding-right: 60px;
  }

  .idx01 .idx_btn a::after {
    right: 30px;
  }

  .idx01 .idx_btn a::before {
    right: 10px;
  }

  .idx01 {
    position: relative;
    z-index: 1;
    padding: 60px 0 0;
    background-image: url(../images/idx01_bg_sp.png);
    background-size: 100% auto;
  }

  .idx01::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, #9d6f36 44%, transparent 90%);
    opacity: .5;
  }

  .idx01 p {
    font-size: calc(var(--ttl_size) - 10px);
  }

  .idx01 .idx_btn {
    margin-top: 45px;
  }

  .idx01_en {
    width: 60%;
    max-width: 310px;
    margin-top: 0;
    margin-right: 20px;
  }
}

@media only screen and (max-width: 520px) {
  .idx01 {
    padding-top: 40px;
  }

  .idx01 .idx_btn a::before {
    right: 15px;
  }

  .idx01 .idx_btn a {
    padding-right: 55px;
  }
}

@media only screen and (max-width: 320px) {
  .idx01 h3.fz42 {
    font-size: calc(var(--ttl_size) - 4px);
  }
}

@media only screen and (max-width: 768px) {
  .idx_gallery {
    margin-top: -30px;
  }
}

@media only screen and (max-width: 768px) {
  .idx02 {
    padding: 60px 0;
  }

  .idx02::before {
    top: -3%;
    width: 30%;
    height: 6%;
    opacity: 0.7;
    background-position: bottom center;
  }

  .idx02::after {
    top: -240px;
    height: calc(100% + 240px + 140px + 20px);
    /* background-color: #deddda; */
  }

  .idx02_main {
    margin: 0 auto 50px auto;
  }

  .idx02_main .col_r {
    margin-top: 20px;
  }

  .idx02_main .txt_main {
    letter-spacing: 0.15em;
    font-size: calc(var(--ttl_size) - 6px);
  }

  .idx02_main .txt {
    font-size: calc(var(--ttl_size) - 10px);
  }

  .idx02_main .idx_btn {
    margin-top: 30px;
  }

  .idx02_box {
    --size-mg-height: 40px;
  }

  .idx02_box h4 {
    font-size: min(5.5vw, 20px);
  }

  .idx02_box .item:not(:last-child) {
    margin-bottom: 40px;
  }

  .idx02_box .set_point {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
  }

  .idx02_box .col_img,
  .idx02_box .col_infor {
    margin-left: auto;
    margin-right: auto;
  }

  .idx02_box .col_infor {
    width: calc(100% - 40px);
    margin-top: calc(var(--size-mg-height) * -1);
    padding: calc(var(--size-mg-height) + 40px) 15px 50px;
    max-width: 600px;
  }

  .idx02_box .col_img {
    width: 85%;
    --size-mg-shadow: 10px;
    max-width: 500px;
  }

  .idx02_box .box_en {
    z-index: 4;
    font-size: 10px;
    right: -20px;
    top: calc(var(--size-mg-height) * -1 - 40px);
    text-shadow: 0 0 1px white, 0 0 5px rgba(255, 255, 255, 0.2), 0 0 10px rgba(255, 255, 255, 0.2), 0 0 15px rgba(255, 255, 255, 0.2), 0 0 20px rgba(255, 255, 255, 0.2);
  }

  .idx02_box .box_en .num {
    margin-top: -10px;
    font-size: 9em;
  }

  .idx02_box .box_en .en {
    margin-left: 0;
  }

  .idx02_box h4 .flag {
    padding: 5px 20px 20px 5px;
    font-size: 110%;
  }

  .idx02_box h4 .jp {
    padding-left: 15px;
    margin-top: -12px;
  }

  .idx02_box .idx_btn {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 520px) {
  .idx02 {
    padding: 40px 0;
  }

  .idx02::after {
    height: calc(100% + 240px + 140px - 3px);
  }

  .idx02::before {
    top: -4%;
    width: 41%;
  }

  .idx02_box .col_infor {
    width: calc(100% - 20px);
  }

  .idx02_box .box_en {
    right: 0;
  }

  .idx02_box .box_en .num {
    font-size: 8em;
  }

  .idx02_box .box_en .en {
    line-height: 1.5;
  }

  .idx02_box h4 {
    margin-left: 5px;
    flex-wrap: wrap;
  }

  .idx02_box h4 .flag {
    padding: 0 18px 13px 7px;
  }

  .idx02_box h4 .flag::before {
    top: -5px;
    left: -5px;
  }

  .idx02_box h4 .flag::after {
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    bottom: 6px;
    right: 6px;
  }

  .idx02_box h4 .jp {
    width: 100%;
    padding-left: 0;
    margin-top: 10px;
    margin-left: -5px;
  }

  .idx02_box .idx_btn {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 430px) {
  .idx02_box .box_en .num {
    font-size: 6em;
  }

  .idx02_box .item.item03 h4 {
    font-size: min(5.5vw, 18px);
  }
}

@media only screen and (max-width: 768px) {
  .idx03::before {
    height: 250px;
  }

  .idx03 .item {
    width: 70vw;
    max-width: 580px;
    margin: 0 -2vw;
  }

  .idx03 .thumb {
    padding: 40px 3vw 120px 3vw;
  }

  .idx03 .thumb::before {
    bottom: 30px;
  }

  .idx03 .thumb::after {
    bottom: 46px;
  }

  .idx03 .num {
    font-size: calc(var(--ttl_size) + 80px);
  }

  .idx03 h4.fz26 {
    margin-bottom: 20px;
    font-size: calc(var(--ttl_size) - 2px);
  }

  .idx03 picture {
    margin-bottom: 20px;
  }

  .idx03 .txt {
    font-size: 16px;
  }

  .idx03_list {
    margin-top: 20px;
  }

  .idx03_list li {
    font-size: 16px;
  }

  .idx03_list li:not(:last-child) {
    margin-bottom: 10px;
  }

  .idx03_list li::before {
    left: 0;
    top: 0;
  }

  .idx03_list.col2 li {
    width: 100%;
  }

  .idx03_list.col2 li:nth-of-type(even) {
    width: 100%;
  }

  .idx03 .slick-dots {
    margin-top: 3vw;
  }

  .idx03 .slick-dots li {
    width: 7vw;
    max-width: 60px;
  }

  .idx03 .slick-arrow {
    width: 7vw;
    height: 7vw;
    max-width: 70px;
    max-height: 70px;
    background-size: auto 0.8vw;
  }
}

@media only screen and (max-width: 520px) {
  .idx03 .item {
    width: 75vw;
  }

  .idx03 .thumb {
    padding: 20px 3vw 70px 3vw;
  }

  .idx03 .thumb::before {
    bottom: 20px;
    width: 30px;
    height: 30px;
  }

  .idx03 .thumb::after {
    bottom: 28px;
    width: 9px;
    height: 13px;
  }

  .idx03 .num {
    font-size: calc(var(--ttl_size) + 70px);
  }

  .idx03 h4.fz26 {
    padding-top: 35px;
    font-size: calc(var(--ttl_size) - 4px);
  }

  .idx03 h4.fz26::before {
    width: 9px;
  }

  .idx03 h4.fz26 .en {
    font-size: var(--ttl_size);
  }

  .idx03_list li {
    padding-left: 30px;
  }

  .idx03_list li::before {
    width: 20px;
    height: 17px;
    top: 2px;
  }

  .idx03 .slick-dots {
    margin-top: 3vw;
  }

  .idx03 .slick-dots li {
    height: 1vw;
    max-height: 5px;
  }

  .idx03 .slick-arrow {
    width: 11vw;
    height: 11vw;
    background-size: auto 1.2vw;
  }
}

@media only screen and (max-width: 768px) {
  .idx04 {
    padding: 60px 0;
  }
  .idx04 .content {
   padding: 20px 5px 0;
  }

  .idx04 h3 {
    margin-bottom: 60px;
  }

  .idx04 .item {
    margin: 0 auto 90px auto;
    justify-content: center;
  }

  .idx04 .item:last-child {
    margin-bottom: 0;
  }

  .idx04 .box_left {
    width: 50px;
    align-items: flex-end;
  }

  .idx04 .box_right {
    width: calc(100% - 50px);
    max-width: 480px;
  }

  .idx04 h4 {
    margin: 20px 0;
  }

  .idx04 .idx_box_btn {
    margin-top: 30px;
    justify-content: center;
  }

  .idx04 .idx_box_btn .idx_btn {
    width: calc(50% - 20px);
    margin: 0 10px;
  }

  .idx04 picture::after {
    bottom: -13%;
    left: -20%;
    width: 48%;
    height: 34%;
  }
}

@media only screen and (max-width: 520px) {
  .idx04 {
    padding: 40px 0;
  }

  .idx04 .box_left {
    width: 30px;
    margin-top: -20px;
    font-size: calc(var(--ttl_size) - 2px);
  }

  .idx04 .box_right {
    width: calc(100% - 30px);
  }

  .idx04 picture::before {
    top: -20px;
    width: calc(100% - 20px);
  }

  .idx04 picture img {
    width: calc(100% - 20px);
  }

  .idx04 .idx_box_btn .idx_btn {
    width: 100%;
    margin: 0 auto 20px auto;
  }

  .idx04 .idx_box_btn .idx_btn:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 768px) {
  .idx05 {
    padding: 60px 0 0;
    position: relative;
    z-index: 1;
  }

  .idx05 .col {
    padding: 40px 20px;
    margin: 0 auto 30px auto;
  }

  .idx05 .col:last-child {
    margin-bottom: 0;
  }

  .idx05 .box_h3 {
    display: flex;
  }

  .idx05 h3 {
    margin-bottom: 0;
    padding-bottom: 12px;
  }

  .idx05 .idx_btn a {
    font-size: calc(var(--ttl_size) - 10px);
  }

  .idx05 .info dl {
    padding: 20px 10px;
  }
}

@media only screen and (max-width: 520px) {
  .idx05 {
    padding: 40px 0 0;
  }

  .idx05 .col {
    padding: 30px 20px;
  }

  .idx05 h3.fz30 {
    font-size: calc(var(--ttl_size) - 2px);
  }

  .idx05 .idx_btn a {
    padding: 0 40px 0 0;
    font-size: calc(var(--ttl_size) - 12px);
  }

  .idx05 .idx_btn a::before {
    width: 30px;
    height: 30px;
  }

  .idx05 .idx_btn a::after {
    right: 15px;
  }

  .idx05 .info dl {
    padding: 10px;
  }

  .idx05 .info dt {
    width: 90px;
  }

  .idx05 .info dd {
    width: calc(100% - 90px);
  }
}

/* idx06 */
@media only screen and (max-width: 768px) {
  .idx06 {}

  .idx06 .box-gr {
    justify-content: center;
  }

  .idx06 .box {
    margin-bottom: 40px;
    max-width: 500px;
  }

  .idx06 .box:last-child {
    margin-bottom: 0;
  }

  .idx06 .box .ttl {
    margin-bottom: 15px;
    font-size: 24px;
  }

  .idx06 .box .box_link {
    font-size: 9px;
    margin: 20px auto 0;
  }

  .idx06 .box .content {
    padding: 20px 10px 0;
  }

}

@media only screen and (max-width: 520px) {
  .idx06 {}
}

@media only screen and (max-width: 480px) {
  .idx06 .box .ttl {
    font-size: 22px;
  }
}

/* end idx06 */
@media only screen and (max-width: 768px) {
  .idx_logo {
    padding: 60px 0;
    background-image: url(../images/idx_logo_bg.jpg);
  }
}

@media only screen and (max-width: 520px) {
  .idx_logo {
    padding: 40px 0;
  }
}


@media only screen and (max-width: 768px) {
  .box_ttl {
    margin: 20px auto;
    padding: 10px 1em;
    min-width: 260px;

  }

  .list02 li {
    margin-bottom: .5em;
  }
  .list02 li:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 480px) {
  .box_ttl {
    font-size: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .name_box {
    right: 1.5em;
    bottom: 1.5em;
    width: 16em;
    height: 16em;
    font-size: min(2.2vw,9px);
  }
}
/*# sourceMappingURL=index_sp.css.map */