@charset "UTF-8";
/**************************************

cmn

**************************************/
/**************************************

vision

**************************************/
.main_vision .lead_box {
  text-align: center;
}

.main_vision .lead_box .lead {
  font-family: "source-han-serif-japanese", YuMincho, "游明朝", serif;
  font-size: 40px;
  font-style: none;
  font-weight: 400;
  line-height: 1.6;
}

@media (min-width: 741px) and (max-width: 1160px) {
  .main_vision .lead_box .lead {
    /* for iPad Device */
    font-size: 35px;
  }
}

@media screen and (max-width: 760px) {
  .main_vision .lead_box .lead {
    /* for sp Device Only */
    font-size: 4.6vw;
    font-weight: 600;
  }
}

.main_vision .lead_box .txt {
  padding-top: 50px;
  line-height: 1.8;
}

@media screen and (max-width: 760px) {
  .main_vision .lead_box .txt {
    /* for sp Device Only */
    padding-top: 8vw;
  }
}

.main_vision .message_area {
  position: relative;
  max-width: 1450px;
  margin: 180px auto 0;
}

@media (min-width: 741px) and (max-width: 1160px) {
  .main_vision .message_area {
    height: 90vw;
    /* for iPad Device */
    margin-top: 110px;
  }
}

@media screen and (max-width: 760px) {
  .main_vision .message_area {
    /* for sp Device Only */
    margin-top: 27vw;
  }
}

.main_vision .message_area .ph_box {
  width: 815px;
  margin-right: -60px;
  margin-left: auto;
  overflow-x: hidden;
}

@media (min-width: 741px) and (max-width: 1160px) {
  .main_vision .message_area .ph_box {
    /* for iPad Device */
    width: 730px;
    margin-right: -120px;
  }
}

@media screen and (max-width: 760px) {
  .main_vision .message_area .ph_box {
    /* for sp Device Only */
    width: 100%;
    margin: 0 auto 11vw;
  }
}

.main_vision .message_area .txt_box {
  z-index: 1000;
  position: absolute;
  top: 125px;
  left: 6%;
  width: 55%;
  min-width: 650px;
}

@media (min-width: 741px) and (max-width: 1160px) {
  .main_vision .message_area .txt_box {
    /* for iPad Device */
    top: 265px;
    width: 75%;
    min-width: 710px;
  }
}

@media screen and (max-width: 760px) {
  .main_vision .message_area .txt_box {
    /* for sp Device Only */
    position: inherit;
    top: 0;
    left: 0;
    width: 100%;
    min-width: inherit;
    transform: inherit;
  }
}

.main_vision .message_area .txt_box .sub {
  margin-bottom: 25px;
}

@media screen and (max-width: 760px) {
  .main_vision .message_area .txt_box .sub {
    /* for sp Device Only */
    margin-bottom: 6.5vw;
  }
}

.main_vision .message_area .txt_box .txt {
  padding: 50px 42px 50px 0;
  background: rgba(255, 255, 255, 0.9);
  line-height: 1.8;
}

@media screen and (max-width: 760px) {
  .main_vision .message_area .txt_box .txt {
    /* for sp Device Only */
    padding: 0;
  }
}

.main_vision .message_area .txt_box .txt span {
  display: block;
  margin-top: 50px;
  font-size: 17px;
  font-weight: 700;
}

@media screen and (max-width: 760px) {
  .main_vision .message_area .txt_box .txt span {
    /* for sp Device Only */
    margin-top: 6vw;
    font-size: 4vw;
  }
}

.main_vision .philosophy_area {
  width: 95%;
  max-width: 860px;
  margin: 290px auto 0;
  margin-top: 250px;
}

@media (min-width: 1161px) and (max-width: 1260px) {
  .main_vision .philosophy_area {
    /* for iPad Device */
    margin-top: 320px;
  }
}

@media (min-width: 1061px) and (max-width: 1160px) {
  .main_vision .philosophy_area {
    /* for iPad Device */
    margin-top: 210px;
  }
}

@media (min-width: 901px) and (max-width: 1060px) {
  .main_vision .philosophy_area {
    /* for iPad Device */
    margin-top: 350px;
  }
}

@media (min-width: 761px) and (max-width: 900px) {
  .main_vision .philosophy_area {
    /* for iPad Device */
    margin-top: 427px;
  }
}

@media screen and (max-width: 760px) {
  .main_vision .philosophy_area {
    /* for sp Device Only */
    margin: 24vw 0 0;
  }
}

.main_vision .philosophy_area h4 {
  margin-top: 70px;
  margin-bottom: 60px;
  color: #aa0000;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.8;
}

@media screen and (max-width: 760px) {
  .main_vision .philosophy_area h4 {
    /* for sp Device Only */
    margin-top: 7vw;
    margin-bottom: 8vw;
    font-size: 4.5vw;
  }
}

.main_vision .philosophy_area li {
  padding: 27px 0 22px;
  border-bottom: solid 1px #dedede;
  font-size: 21px;
  font-weight: 700;
}

.main_vision .philosophy_area li:first-child {
  border-top: solid 1px #dedede;
}

@media screen and (max-width: 760px) {
  .main_vision .philosophy_area li {
    /* for sp Device Only */
    padding: 4.5vw 0 4vw;
    font-size: 4vw;
  }
}

/**************************************

company

**************************************/
@media screen and (min-width: 761px) {
  .main_company {
    /* for pc */
  }
  .main_company .container {
    margin-top: 50px;
  }
}

.main_company .anc_area {
  display: flex;
  justify-content: space-between;
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  flex-wrap: wrap;
  /* flex-wrapを追加2024.6.14今野 */
}

@media screen and (max-width: 760px) {
  .main_company .anc_area {
    /* for sp Device Only */
    width: 100%;
  }
}

.main_company .anc_area .anc_btn {
  position: relative;
  width: 50%;
  max-width: 525px;
  height: 63px;
  border: solid 1px #919191;
  font-size: 15px;
  font-weight: 700;
  line-height: 63px;
  text-align: center;
  margin-bottom: 20px;
  /* widthを33%、max-widthを354pxから変更、margin-bottomを追加2024.6.14今野 */
}

.main_company .anc_area .anc_btn2 {
  position: relative;
  width: 49%;
  max-width: 354px;
  height: 63px;
  border: solid 1px #919191;
  font-size: 15px;
  font-weight: 700;
  line-height: 63px;
  text-align: center;
  margin-top:0.5em;
}

.main_company .anc_area .anc_btn a {
  display: block;
}

.main_company .anc_area .anc_btn::after {
  display: block;
  position: absolute;
  top: 49%;
  right: 18px;
  width: 6px;
  height: 6px;
  transform: rotate(45deg) translateY(-50%);
  border-right: 1px solid #757575;
  border-bottom: 1px solid #757575;
  content: "";
}

@media screen and (max-width: 760px) {
  .main_company .anc_area .anc_btn {
    /* for sp Device Only */
    width: 44vw;
    height: 14vw;
    padding-right: 2vw;
    font-size: 3.6vw;
    line-height: 14vw;
    margin-bottom: 5px
    /* widthを29vwから変更、margin-bottomを追加2024.6.14今野 */
  }
  .main_company .anc_area .anc_btn::after {
    right: 3.6vw;
  }
}

.main_company .about_area {
  width: 90%;
  max-width: 1100px;
  margin: 65px auto 0;
}

@media screen and (max-width: 760px) {
  .main_company .about_area {
    width: 100%;
    /* for sp Device Only */
    margin: 12vw auto 0;
  }
}

.main_company .anc_box {
  margin-top: -100px;
  padding-top: 100px;
}

@media screen and (max-width: 760px) {
  .main_company .anc_box {
    /* for sp Device Only */
    margin-top: -30px;
    padding-top: 30px;
  }
}

.main_company .anc_box .tit {
  color: #aa0000;
  font-size: 18px;
}

@media screen and (max-width: 760px) {
  .main_company .anc_box .tit {
    /* for sp Device Only */
    font-size: 4.6vw;
  }
}

.main_company .anc_box .table01 {
  width: 100%;
  margin-top: 20px;
  border-collapse: collapse;
}

@media screen and (max-width: 760px) {
  .main_company .anc_box .table01 {
    /* for sp Device Only */
    margin-top: 6vw;
  }
}

.main_company .anc_box .table01 tr {
  border-top: solid 1px #a3a3a3;
  border-bottom: solid 1px #a3a3a3;
}

.main_company .anc_box .table01 th {
  width: 290px;
  padding: 13px 35px;
  background: #f6f6f6;
  font-size: 15px;
  font-weight: 700;
  vertical-align: top;
}

@media screen and (max-width: 760px) {
  .main_company .anc_box .table01 th {
    /* for sp Device Only */
    width: 30vw;
    padding: 3.6vw 4vw;
    font-size: 3.6vw;
  }
}

.main_company .anc_box .table01 td {
  padding: 13px 40px;
  font-size: 15px;
}

@media screen and (max-width: 760px) {
  .main_company .anc_box .table01 td {
    /* for sp Device Only */
    padding: 3.6vw 4vw;
    font-size: 3.6vw;
  }
}

.main_company .anc_box .table01 td span {
  color: #0062d3;
}

.main_company .history_area {
  width: 90%;
  max-width: 1100px;
  margin: 115px auto 0;
}

@media screen and (max-width: 760px) {
  .main_company .history_area {
    /* for sp Device Only */
    width: 100%;
    margin: 20vw auto 0;
  }
}

.main_company .history_area .table02 {
  width: 100%;
  margin-top: 20px;
  border-collapse: collapse;
}

@media screen and (max-width: 760px) {
  .main_company .history_area .table02 {
    /* for sp Device Only */
    margin-top: 6vw;
  }
}

.main_company .history_area .table02 th {
  width: 130px;
  padding: 13px 0;
  border-right: solid 1px #c4c4c4;
  font-size: 15px;
}

@media screen and (max-width: 760px) {
  .main_company .history_area .table02 th {
    /* for sp Device Only */
    width: 24vw;
    padding: 3.6vw 0 3.6vw 2vw;
    font-size: 3.6vw;
    font-weight: 400;
  }
}

.main_company .history_area .table02 td {
  padding: 13px 50px;
  font-size: 15px;
}

@media screen and (max-width: 760px) {
  .main_company .history_area .table02 td {
    /* for sp Device Only */
    padding: 3.6vw 2vw 3.6vw 6vw;
    font-size: 3.6vw;
  }
}

.main_company .access_area {
  width: 90%;
  max-width: 1220px;
  margin: 115px auto 0;
}

@media screen and (max-width: 760px) {
  .main_company .access_area {
    /* for sp Device Only */
    width: 100%;
    margin: 23vw auto 0;
  }
}

.main_company .access_area .map_box {
  margin-top: 42px;
}

@media screen and (max-width: 760px) {
  .main_company .access_area .map_box {
    /* for sp Device Only */
    margin-top: 6vw;
  }
}

.main_company .access_area .map_box iframe {
  width: 100%;
  height: 470px;
}

@media screen and (max-width: 760px) {
  .main_company .access_area .map_box iframe {
    /* for sp Device Only */
    height: 62vw;
  }
}

/**************************************

our_business

**************************************/
.main_our_business {
  padding-bottom: 150px;
}

@media screen and (max-width: 760px) {
  .main_our_business {
    /* for sp Device Only */
    padding-bottom: 15vw;
  }
}

.main_our_business .catch_area {
  position: relative;
  width: 95%;
  max-width: 1220px;
  height: 377px;
  margin: 40px auto 0;
  background: url(../our_business/img/bg_catch.jpg) center no-repeat;
  background-size: cover;
}

@media screen and (max-width: 760px) {
  .main_our_business .catch_area {
    /* for sp Device Only */
    width: 100%;
    height: 71vw;
    margin: 0 auto;
  }
}

.main_our_business .catch_area .txt_box {
  z-index: 1000;
  position: absolute;
  top: 51%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 760px) {
  .main_our_business .catch_area .txt_box {
    /* for sp Device Only */
    width: 90%;
  }
}

.main_our_business .catch_area .txt_box .catch {
  font-family: "source-han-serif-japanese", YuMincho, "游明朝", serif;
  font-size: 39px;
}

@media screen and (max-width: 760px) {
  .main_our_business .catch_area .txt_box .catch {
    /* for sp Device Only */
    font-size: 6.5vw;
  }
}

.main_our_business .catch_area .txt_box .catch span {
  display: block;
  font-size: 27.3px;
}

@media screen and (max-width: 760px) {
  .main_our_business .catch_area .txt_box .catch span {
    /* for sp Device Only */
    font-size: 5.3vw;
  }
}

.main_our_business .catch_area .txt_box small {
  color: #d8ad50;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .14em;
}

@media screen and (max-width: 760px) {
  .main_our_business .catch_area .txt_box small {
    display: block;
    margin-top: 1.7vw;
    font-size: 2.8vw;
    /* for sp Device Only */
    line-height: 1.5;
  }
}

.main_our_business .catch_area .txt_box .name {
  margin-top: 30px;
  font-family: "source-han-serif-japanese", YuMincho, "游明朝", serif;
  font-size: 24px;
  letter-spacing: -.08em;
}

@media screen and (max-width: 760px) {
  .main_our_business .catch_area .txt_box .name {
    margin-top: 5vw;
    /* for sp Device Only */
    font-size: 5vw;
  }
}

.main_our_business .catch_area .txt_box .name span {
  display: block;
  transform: scale(0.9);
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 9px;
  letter-spacing: .1em;
}

.main_our_business .lead_area {
  margin: 103px auto 0;
  text-align: center;
}

@media screen and (max-width: 760px) {
  .main_our_business .lead_area {
    /* for sp Device Only */
    margin: 20vw auto 0;
  }
}

.main_our_business .lead_area .tit {
  font-size: 27px;
}

@media screen and (max-width: 760px) {
  .main_our_business .lead_area .tit {
    /* for sp Device Only */
    font-size: 5.5vw;
  }
}

.main_our_business .lead_area .img_box {
  width: 672px;
  margin: 56px auto 0;
}

@media screen and (max-width: 760px) {
  .main_our_business .lead_area .img_box {
    /* for sp Device Only */
    width: 100%;
    margin: 9vw auto 0;
  }
}

.main_our_business .lead_area .txt {
  margin-top: 100px;
  font-size: 17px;
}

@media (min-width: 741px) and (max-width: 1160px) {
  .main_our_business .lead_area .txt {
    /* for iPad Device */
  }
  .main_our_business .lead_area .txt .pc {
    display: none;
  }
}

@media screen and (max-width: 760px) {
  .main_our_business .lead_area .txt {
    margin-top: 11vw;
    /* for sp Device Only */
    font-size: 3.8vw;
  }
}

.main_our_business .service_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 95%;
  max-width: 1220px;
  margin: 100px auto 0;
}

@media screen and (max-width: 760px) {
  .main_our_business .service_area {
    /* for sp Device Only */
    display: block;
    width: 100%;
    margin: 18vw auto 0;
  }
}

.main_our_business .service_area .box {
  width: 49%;
  max-width: 595px;
  margin-bottom: 35px;
  padding: 40px 18px 18px;
  border: solid 1px #919191;
}

@media screen and (max-width: 760px) {
  .main_our_business .service_area .box {
    /* for sp Device Only */
    width: 100%;
    margin-bottom: 6vw;
    padding: 7vw 4vw 6vw;
  }
}

.main_our_business .service_area .box .tit {
  font-size: 26px;
  text-align: center;
}

@media screen and (max-width: 760px) {
  .main_our_business .service_area .box .tit {
    /* for sp Device Only */
    font-size: 5.4vw;
  }
}

.main_our_business .service_area .box .sub {
  font-size: 11px;
  text-align: center;
}

@media screen and (max-width: 760px) {
  .main_our_business .service_area .box .sub {
    /* for sp Device Only */
    font-size: 2.5vw;
  }
}

.main_our_business .service_area .box .ph_box {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}

@media screen and (max-width: 760px) {
  .main_our_business .service_area .box .ph_box {
    /* for sp Device Only */
    margin-top: 5vw;
  }
}

.main_our_business .service_area .box .ph {
  width: 49.4%;
}

.main_our_business .service_area .box .catch {
  margin-top: 20px;
  color: #aa0000;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 760px) {
  .main_our_business .service_area .box .catch {
    /* for sp Device Only */
    margin-top: 5vw;
    font-size: 4.4vw;
  }
}

.main_our_business .service_area .box .txt {
  margin-top: 12px;
  padding: 0 13px;
}

@media screen and (max-width: 760px) {
  .main_our_business .service_area .box .txt {
    /* for sp Device Only */
    margin-top: 2.5vw;
    padding: 0 3vw;
  }
}

/**************************************

privacy

**************************************/
.main_privacy .privacy_inner {
  width: 95%;
  max-width: 1100px;
  margin: 0 auto;
}

@media screen and (max-width: 760px) {
  .main_privacy .privacy_inner {
    /* for sp Device Only */
    width: 100%;
  }
}

.main_privacy h3 {
  margin-top: 50px;
  margin-bottom: 20px;
  padding: 0 7px 15px;
  border-bottom: solid 1px #919191;
  font-size: 18px;
  font-weight: 700;
}

.main_privacy h3:first-child {
  margin-top: 0;
}

@media screen and (max-width: 760px) {
  .main_privacy h3 {
    margin-top: 11vw;
    margin-bottom: 5vw;
    padding-bottom: 3vw;
    /* for sp Device Only */
    font-size: 4.7vw;
    line-height: 1.4;
  }
}

.main_privacy p {
  margin-bottom: 20px;
  padding: 0 7px;
}

.main_privacy ol {
  margin-left: 1.4rem;
}

.main_404 {
  text-align: center;
}

.main_404 .article_h2 {
  height: 240px;
  padding-top: 8%;
  text-align: center;
}

.main_404 .container {
  padding-bottom: 10%;
}

.main_404 p.sub {
  margin-top: 4%;
}
/*# sourceMappingURL=skin.css.map */


/**************************************

locations

**************************************/
@media screen and (min-width: 761px) {
  .main_locations .container {
    margin-top: 50px;
  }
}

.main_locations .locations_area{
  width: 90%;
  margin: 0 auto;
  margin-top:100px;
  max-width: 1100px;
}
.main_locations .locations_area .tit{
  font-size: 1.7rem;
}
.accordion-001{
    border-bottom: 2px solid #d0d0d0;
}
.accordion-001 summary , .accordion-002 summary{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    color: #aa0000;
    font-weight: 600;
    cursor: pointer;
}
.accordion-001 summary{
  color: #aa0000;
  font-size: 1.1rem;
}
.accordion-001 summary::-webkit-details-marker,.accordion-002 summary::-webkit-details-marker {
    display: none;
}
.accordion-001_sum::after  {
    transform: translateY(-25%) rotate(45deg);
    width: 14px;
    height: 14px;
    margin-left: 10px;
    border-bottom: 1px solid #333333b3;
    border-right: 1px solid #333333b3;
    content: '';
    transition: transform .3s;
}
.accordion-001[open] .accordion-001_sum::after {
    transform: rotate(225deg);
}
.accordion-001 div {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .8em 2em 1em;
    color: #333333;
    transition: transform .5s, opacity .5s;
}
.accordion-001[open] div {
    transform: none;
    opacity: 1;
}
.accordion-002{
  margin-bottom: 20px;
  transition: transform .5s, opacity .5s;
}
.accordion-002 summary{
  color: #333;
  font-size: 1rem;
  background: #f2f1f1;
}
.accordion-002 summary::after  {
    transform: translateY(-25%) rotate(45deg);
    width: 14px;
    height: 14px;
    margin-left: 10px;
    border-bottom: 1px solid #333333b3;
    border-right: 1px solid #333333b3;
    content: '';
    transition: transform .3s;
}
.accordion-002[open] summary::after {
    transform: rotate(225deg);
}
.accordion-002 div.locations_store_wrap {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .8em 2em 1.5em;
    color: #333333;
    transition: transform .5s, opacity .5s;
}
.accordion-002[open] div.locations_store_wrap {
    transform: none;
    opacity: 1;
}
.accordion-002_line{
  border-top: 2px solid #d0d0d0;
}
.locations_store_wrap{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.locations_store_wrap_in{
  width: 470px;
  border-bottom: 1px solid #D9D9D9;
}
.accordion-002 div span{
  display: grid;
  column-gap: 1.8rem;
  grid-template-columns: auto auto auto;
}
.locations_store_name{
  font-size: 1.2rem;
  font-weight: 600;
  color: #aa0000;
}
.locations_store_tel{
  width: 120px;
}
.locations_store_address{
  width: 280px;
}
.locations_store_tel,.locations_store_address{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  line-height: 1.8;
}
.locations_store_tel::before,.locations_store_address::before{
    --size: 1.3em;
    content: "";
    position: relative;
    top: 0.25em;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    width: 1.3em;
    height: 1.3em;
    font-size: 1em;
    margin-right: 0.32em;
}
.locations_store_tel::before{
  background-image: url(https://keizgroup.jp/img/cmn/icon_tel.webp);
}
.locations_store_address::before{
  background-image: url(https://keizgroup.jp/img/cmn/icon_map.webp);
}
.locations_store_insta{
  width: 20px;
  height: 20px;
  margin-top: 2px;
}
.locations_store_insta img{width: 100%;}
.seitai_wrap{
  margin-top: 100px!important;
}


@media screen and (max-width: 760px) {
  .pc-only{display: none;}
  .main_locations .locations_area{
    width: 100%;
    margin-top:50px;
  }
  .main_locations .locations_area .tit{
    font-size: 1.3rem;
  }
  .accordion-001 summary{
    padding: 1em 0.5em 1em 0;
    font-size: 0.9rem;
  }
  .accordion-001_sum::after{
    width: 10px;
    height: 10px;
  }
  .accordion-001 div {
    padding: .8em 0 1em;
  }
  .accordion-002 div span{
    grid-template-columns: 1fr;
    font-size: 0.8rem;
  }
  .accordion-002 summary{
    padding: 1em 1em 1em 1em;
  }
  .accordion-002 summary::after  {
    width: 10px;
    height: 10px;
  }
  .accordion-002 div.locations_store_wrap {
    padding: .8em 0 1.5em;
  }
  .locations_store_wrap_in{
    width: 100%;
  }
  .locations_store_name{
    font-size: 0.9rem;
  }
  .locations_store_tel{
    width: auto;
  }
  .locations_store_address{
    width: auto;
    margin: 5px 0;
  }
  .seitai_wrap{
    margin-top: 70px!important;
  }
}

/**************************************

sns

**************************************/
@media screen and (min-width: 761px) {
  .main_sns .container {
    margin-top: 50px;
  }
}
.main_sns{padding-bottom: 240px;}
.main_sns .anc_area {
  display: flex;
  justify-content: space-between;
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}

@media screen and (max-width: 760px) {
  .main_sns{padding-bottom: 0;}
  .main_sns .anc_area {
    width: 100%;
    flex-wrap: wrap;
  }
}

.main_sns .anc_area .anc_btn {
  position: relative;
  width: 23%;
  max-width: 250px;
  height: 63px;
  border: solid 1px #919191;
  font-size: 15px;
  font-weight: 700;
  line-height: 63px;
  text-align: center;
}

.main_sns .anc_area .anc_btn a {
  display: block;
}

.main_sns .anc_area .anc_btn::after {
  display: block;
  position: absolute;
  top: 49%;
  right: 18px;
  width: 6px;
  height: 6px;
  transform: rotate(45deg) translateY(-50%);
  border-right: 1px solid #757575;
  border-bottom: 1px solid #757575;
  content: "";
}

@media screen and (max-width: 760px) {
  .main_sns .anc_area .anc_btn {
    width: 42vw;
    height: 14vw;
    padding-right: 2vw;
    font-size: 3.6vw;
    line-height: 14vw;
    margin-bottom: 4vw;
  }
  .main_sns .anc_area .anc_btn::after {
    right: 3.6vw;
  }
}

.main_sns .sns_area {
  width: 90%;
  max-width: 900px;
  margin: 65px auto 0;
}
@media screen and (max-width: 760px) {
  .main_sns .sns_area {
    width: 100%;
    margin: 12vw auto 0;
  }
}

.main_sns .anc_box {
  margin-top: -180px;
  padding-top: 180px;
}
.bor_bt{
  border-bottom: 1px solid #919191;
}
@media screen and (max-width: 760px) {
  .main_sns .anc_box {
    margin-top: -30px;
    padding-top: 30px;
  }
}

.main_sns .anc_box h3 {
  position: relative;
    margin-bottom: 80px;
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    line-height: 1;
}
.main_sns .anc_box h3::after {
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 26px;
    height: 1px;
    background-color: #aa0000;
    content: "";
}
.main_sns .anc_box h4 {
  color: #aa0000;
  font-size: 20px;
  font-weight: 600;
}

@media screen and (max-width: 760px) {
  .main_sns .anc_box h3 {
    font-size: 6vw;
    margin-bottom: 60px;
  }
  .main_sns .anc_box h3::after{
    bottom: -30px;
  }
  .main_sns .anc_box h4 {
    font-size: 4.6vw;
  }
}
.sns-grid_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 50px;
    }
.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37%;
    flex: 0 0 37%;
    max-width: 37%;
}
.col-10{
  flex: 0 0 60%;
  max-width: 60%;
}
.icon-blank {
    position: relative;
    top: -0.1em;
    margin-left: 0.4em;
}
.icon-blank::before{
    position: relative;
    content: "";
    display: inline-block;
    width: 0.8em;
    height: 0.8em;
    background: url(../sns/img/icon_blank.svg) center center no-repeat;
    background-size: 100%;
    vertical-align: middle;
}
p.sns_de{
  font-weight: 600;
  margin: 20px 0;
}
p.sns_de a{
  text-decoration: underline;
}
.yt_img{
  border: 1px solid #ccc;
}

@media screen and (max-width: 760px) {
  .col-10{
    margin-bottom: 20px;
  }
  .col-sp {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  p.sns_de{
    margin: 17px 0 13px 0;
  }
}

/**************************************

locations-line

**************************************/

.main_locations-line{
  background: none;
}
.main_locations-line .locations_area{
  width: 90%;
  margin: 0 auto;
  max-width: 1100px;
  padding-top: 100px;
}
.header_loli{
  height: 80px!important;
}
.locations_store_line{
  width: 25px;
  height: 25px;
  margin-top: 2px;
}
.locations_store_line img{width: 100%;}

@media screen and (max-width: 760px) {
  .main_locations-line .locations_area{
    padding-top: 10px;
  }
  }

