.main_v {
  position: relative;
}
@media screen and (max-width: 767px) {
  .main_v {
    margin-bottom: 80px;
  }
}
.main_v .img {
  width: 100%;
  padding: 160px 3% 5% 40%;
}
@media screen and (max-width: 767px) {
  .main_v .img {
    padding: 20% 5% 0 5%;
  }
}
.main_v .img img {
  width: 100%;
  border-radius: 30px;
}
@media screen and (min-width: 768px) {
  .main_v .main_v_title {
    position: absolute;
    top: 56%;
    left: 3%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
  .main_v .main_v_title img {
    max-width: 580px;
  }
  .main_v .main_v_title p {
    font-size: 2.2rem;
    margin-top: 1em;
  }
}
@media screen and (max-width: 767px) {
  .main_v .main_v_title {
    margin: 2em 0;
    text-align: center;
    padding: 6%;
  }
  .main_v .main_v_title img {
    width: 100%;
    margin-bottom: 1em;
  }
  .main_v .main_v_title p {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .main_v .sub_title {
    position: absolute;
    bottom: 10%;
    left: 3%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    font-size: 1.3rem;
  }
  .main_v .sub_title img {
    margin-top: 15px;
    width: 240px;
  }
}
@media screen and (max-width: 767px) {
  .main_v .sub_title {
    padding-left: 5%;
    margin: 2em 0;
  }
  .main_v .sub_title img {
    width: 50%;
  }
  .main_v .sub_title p {
    font-size: 1.2rem;
    margin-bottom: 2em;
  }
}

.top_page_section {
  margin: 160px auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_page_section {
    margin: 85px auto;
  }
}
.top_page_section .section_title {
  margin-bottom: 3em;
  text-align: center;
}
.top_page_section .section_title .ico {
  width: 130px;
  position: absolute;
  top: -50px;
  left: 50%;
  margin-left: -75px;
}
@media screen and (max-width: 767px) {
  .top_page_section .section_title .ico {
    width: 70px;
    top: -30px;
    left: 50%;
    margin-left: -35px;
  }
}
.top_page_section .section_title p {
  font-size: 6rem;
  line-height: 1;
  margin-bottom: 0.2em;
  color: #4EBAD7;
}
@media screen and (max-width: 767px) {
  .top_page_section .section_title p {
    font-size: 4rem;
  }
}
.top_page_section .section_title h2 {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .top_page_section .section_title h2 {
    font-size: 85%;
  }
}
.top_page_section .top_page_section_inr {
  width: 94%;
  margin: auto;
  padding: 5% 0;
  background: #FFFFFF;
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  .top_page_section .top_page_section_inr {
    border-radius: 15px;
    padding: 30px 0;
  }
}

.about_section {
  margin-top: 0;
}
.about_section .about_section_inr {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .about_section .about_section_inr {
    display: block;
  }
}
.about_section .about_section_inr .txt p {
  font-size: 130%;
  margin-bottom: 1em;
  line-height: 2.7;
}
@media screen and (max-width: 767px) {
  .about_section .about_section_inr .txt p {
    font-size: 105%;
    line-height: 1.9;
  }
}
.about_section .about_section_inr .txt p:last-child {
  margin-bottom: 0;
}
.about_section .about_section_inr .about_copy {
  margin-top: 90px;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .about_section .about_section_inr .about_copy {
    margin-top: 45px;
    margin-bottom: 45px;
  }
}
.about_section .about_section_inr .about_copy img {
  max-width: 320px;
}
.about_section .about_section_inr .about_copy p {
  font-size: 90%;
}

.shopping_section .reed {
  margin-bottom: 7em;
}
.shopping_section .reed h3 {
  font-size: 3.2rem;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .shopping_section .reed h3 {
    font-size: 2.2rem;
    text-align: center;
  }
}
.shopping_section .shopping_feature .shopping_feature_block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.shopping_section .shopping_feature .shopping_feature_block:nth-child(odd) {
  flex-direction: row-reverse;
}
.shopping_section .shopping_feature .shopping_feature_block .img {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .shopping_section .shopping_feature .shopping_feature_block .img {
    width: 100%;
    margin: 0 auto 25px;
  }
}
.shopping_section .shopping_feature .shopping_feature_block .img img {
  border-radius: 20px;
}
.shopping_section .shopping_feature .shopping_feature_block .inr {
  width: 50%;
  padding: 0 5%;
}
@media screen and (max-width: 767px) {
  .shopping_section .shopping_feature .shopping_feature_block .inr {
    width: 100%;
  }
}
.shopping_section .shopping_feature .shopping_feature_block .inr h3 {
  font-size: 2.6rem;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .shopping_section .shopping_feature .shopping_feature_block .inr h3 {
    font-size: 2rem;
    line-height: 1.5;
  }
}
.shopping_section .btn_shopping {
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .shopping_section .btn_shopping {
    margin-top: 35px;
  }
}
.shopping_section .btn_shopping a {
  display: block;
  color: #FFFFFF;
  background: #F4AFCF;
  padding: 90px 0 90px 0;
  position: relative;
  border-radius: 190px;
  text-align: center;
}
.shopping_section .btn_shopping a p {
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .shopping_section .btn_shopping a p {
    font-size: 2rem;
  }
}
.shopping_section .btn_shopping a p span {
  background: url(../images/ico_cart.png) left no-repeat;
  background-size: 60px;
  padding-left: 80px;
}
@media screen and (max-width: 767px) {
  .shopping_section .btn_shopping a p span {
    background-size: 30px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .shopping_section .btn_shopping a h2 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .shopping_section .btn_shopping a {
    padding: 25px 35px 25px 45px;
  }
}
.shopping_section .btn_shopping a:hover {
  opacity: 0.7;
}

.access_section .reed_area {
  max-width: 780px;
  margin: 45px auto;
  text-align: center;
}
.access_section .google_map iframe {
  width: 100%;
  height: 480px;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .access_section .google_map iframe {
    border-radius: 10px;
    height: 180px;
  }
}
.access_section .tel a {
  display: inline-block;
}