#top_mv img {
  width: 100%;
  height: auto;
}

#top_link ul.fa-ul {
  margin-left: 0;
}

@media screen and (min-width: 768px) {
  #top_contents_area1 {
    background: url(../image/top_intro_bg.png);
    padding-bottom: 100px;
  }
  #top_main_copy {
    padding-top: 100px;
    text-align: center;
  }
  #top_main_copy .txt {
    margin-top: 30px;
    line-height: 1.88;
  }
  #top_area1,
  #top_area2 {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    align-items: center;
    box-sizing: border-box;
  }
  #top_area1 .data,
  #top_area2 .data {
    position: relative;
    padding: 55px 0 65px 80px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 5px rgba(55, 33, 33, 0.1);
  }
  #top_area1 .data .txt,
  #top_area2 .data .txt {
    margin-top: 15px;
    line-height: 1.75;
  }
  #top_area1 {
    justify-content: flex-end;
    padding-right: 70px;
    margin-top: 30px;
    transform: translateY(40px);
  }
  #top_area1 .data {
    width: 400px;
    transform: translateX(40px) translateY(-35px);
  }
  #top_area1 .data .icon {
    position: absolute;
    top: -30px;
    left: -55px;
  }
  #top_area2 {
    flex-direction: row-reverse;
    justify-content: flex-end;
    padding-left: 70px;
  }
  #top_area2 .data {
    width: 500px;
    transform: translateX(-40px) translateY(15px);
  }
  #top_area2 .data .icon {
    position: absolute;
    bottom: -35px;
    right: -45px;
  }
  #top_link {
    background: url(../image/top_btn-area_bg.png);
    padding: 60px 0 80px;
    text-align: center;
  }
  #top_link ul {
    margin-top: 50px;
    display: flex;
    justify-content: center;
  }
  #top_link ul li {
    display: flex;
    margin: 0 15px;
  }
  #top_link ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #FFFFFF;
    width: 220px;
    border-radius: 7px;
    padding: 13px 0 15px;
  }
  #top_link ul li a .icon {
    font-size: 32px;
  }
  #top_link ul li a .icon i {
    color: #8d7070;
  }
  #top_link ul li a .txt {
    margin-top: 8px;
    font-weight: bold;
    font-size: 18px;
  }
  .line_bnr_area {
    margin-top: 50px;
  }
  #top_news {
    padding: 75px 0 120px;
    width: 700px;
    margin: 0 auto;
  }
  #top_news h2 {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
  }
  #top_news #news_area {
    margin-top: 25px;
  }
  #top_news #news_area dl {
    display: flex;
    padding: 15px 15px 13px;
    border-bottom: 1px solid #b09d9d;
  }
  #top_news #news_area dl dt {
    width: 125px;
  }
  #top_news .btn_area {
    margin-top: 40px;
    display: flex;
    justify-content: center;
  }
  #top_news .btn_area a {
    margin: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #8d7070;
    color: #FFFFFF;
    font-weight: 600;
    padding: 11px 0 10px;
    align-items: center;
    justify-content: center;
    width: 250px;
    position: relative;
    border-radius: 7px;
    letter-spacing: 0.04em;
  }
  #top_news .btn_area a.insta_link {
    font-size: 19px;
  }
  #top_news .btn_area a.insta_link i {
    font-size: 30px;
    margin-right: 10px;
  }
  #top_news .btn_area a::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    top: calc(50% - 3px);
    right: 14px;
    border-right: 2px solid #FFFFFF;
    border-top: 2px solid #FFFFFF;
    transform: rotate(45deg);
  }
  #top_map {
    padding: 150px 0;
    background: url(../image/top_btn-area2_bg_pc.jpg) no-repeat;
    background-size: cover;
  }
  #top_map ul {
    display: flex;
    justify-content: center;
  }
  #top_map ul li {
    display: flex;
    justify-content: center;
    margin: 0 15px;
  }
  #top_map ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 250px;
    padding: 18px 0 16px;
    font-weight: 600;
    position: relative;
    border-radius: 7px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 0px 15px 0px rgba(55, 33, 33, 0.1);
  }
  #top_map ul li a::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    top: calc(50% - 3px);
    right: 14px;
    border-right: 2px solid #765e5e;
    border-top: 2px solid #765e5e;
    transform: rotate(45deg);
  }
}

@media screen and (max-width: 767.999px) {
  h2 {
    margin-right: auto;
    margin-left: auto;
  }
  #top_contents_area1 {
    background: url(../image/top_intro_bg.png);
    padding-bottom: 55px;
    background-size: 32px 32px;
  }
  #top_main_copy {
    text-align: center;
    padding: 45px 27px 0;
  }
  #top_main_copy h2 {
    width: 155px;
  }
  #top_main_copy .txt {
    font-size: 13px;
    line-height: 1.54;
    margin-top: 20px;
    text-align: left;
  }
  #top_area1 .data,
  #top_area2 .data {
    position: relative;
    width: 280px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 5px rgba(55, 33, 33, 0.1);
  }
  #top_area1 .data .txt,
  #top_area2 .data .txt {
    margin-top: 13px;
    line-height: 1.64;
  }
  #top_area1 .data .icon,
  #top_area2 .data .icon {
    width: 68px;
  }
  #top_area1 .image,
  #top_area2 .image {
    width: 300px;
  }
  #top_area1 {
    margin: 17px 0 0 auto;
  }
  #top_area1 .data {
    margin: 0 45px 0 auto;
    padding: 45px 10px 45px 50px;
    transform: translateY(25px);
  }
  #top_area1 .data h3 {
    width: 138px;
  }
  #top_area1 .data .icon {
    position: absolute;
    top: -15px;
    left: -31px;
  }
  #top_area1 .image {
    margin: 0 0 0 auto;
  }
  #top_area2 {
    margin-top: 25px;
  }
  #top_area2 .data {
    padding: 35px 10px 35px 35px;
    margin-left: 45px;
    transform: translateY(25px);
  }
  #top_area2 .data h3 {
    width: 171px;
  }
  #top_area2 .data .icon {
    position: absolute;
    top: -12px;
    right: -27px;
  }
  #top_link {
    background: url(../image/top_btn-area_bg.png);
    background-size: 32px 32px;
    padding: 25px 0 40px;
    text-align: center;
  }
  #top_link .image img {
    width: 100%;
    height: auto;
  }
  #top_link ul {
    margin-top: 30px;
    padding: 0 27px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #top_link ul li {
    display: flex;
    width: calc(50% - 8px);
    margin-top: 15px;
  }
  #top_link ul li:nth-of-type(1), #top_link ul li:nth-of-type(2) {
    margin-top: 0;
  }
  #top_link ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #FFFFFF;
    width: 100%;
    border-radius: 4px;
    padding: 13px 5px;
    box-sizing: border-box;
  }
  #top_link ul li a .icon {
    font-size: 25px;
  }
  #top_link ul li a .txt {
    margin-top: 7px;
    font-weight: bold;
    font-size: 14px;
  }
  .line_bnr_area {
    margin-top: 25px;
  }
  #top_news {
    padding: 35px 27px 60px;
  }
  #top_news h2 {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
  }
  #top_news #news_area {
    margin-top: 14px;
  }
  #top_news #news_area dl {
    padding: 14px 8px;
    border-bottom: 1px solid #b09d9d;
  }
  #top_news #news_area dl dd {
    margin-top: 5px;
    line-height: 1.53;
  }
  #top_news .btn_area {
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
  }
  #top_news .btn_area a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #8d7070;
    color: #FFFFFF;
    font-weight: 600;
    width: calc(50% - 10px);
    padding: 11px 15px 10px;
    position: relative;
    border-radius: 4px;
    box-sizing: border-box;
  }
  #top_news .btn_area a.insta_link i {
    font-size: 20px;
    margin-right: 7px;
  }
  #top_news .btn_area a::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    top: calc(50% - 2px);
    right: 8px;
    border-right: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
    transform: rotate(45deg);
  }
  #top_map {
    padding: 80px 27px;
    background: url(../image/top_btn-area2_bg_sp.jpg) no-repeat;
    background-size: cover;
  }
  #top_map ul {
    display: flex;
    justify-content: space-between;
  }
  #top_map ul li {
    display: flex;
    justify-content: center;
    width: calc(50% - 10px);
  }
  #top_map ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 14px 15px;
    font-weight: 600;
    position: relative;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 0px 15px 0px rgba(55, 33, 33, 0.1);
  }
  #top_map ul li a::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    top: calc(50% - 2px);
    right: 8px;
    border-right: 1px solid #765e5e;
    border-top: 1px solid #765e5e;
    transform: rotate(45deg);
  }
}
