@charset "UTF-8";

.top.include {
  overflow-y: hidden;
  padding: 0px;
}

/* アニミューンとは */

#main_column .top .about {
  background: url(../images/about_bg_map.png);
  background-repeat: no-repeat;
  background-position: calc(50% + 50px) 0px;
}
#main_column .top .about__wrap {
  max-width: 1100px;
  margin: 0 auto 80px;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  #main_column .top .about {
    background: none;
  }
  #main_column .top .about__wrap {
    margin: 0 auto;
    padding: 0;
  }
}
#main_column .top .about__txt {
  max-width: 1100px;
  padding-bottom: 30px;
}
#main_column .top  .about__txt .about__title {
  margin-bottom: 80px;
  max-width: 430px;
}
#main_column .top .about__txt .about_desc {
  font-size: 21px;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: calc(80 / 50);
  letter-spacing: 0.1em;
}
#main_column .top .about__catch {
  max-width: 1100px;
  margin-bottom: 50px;
  text-align: center;
}
#main_column .top .about__catch .about_copy {
  font-size: 36px;
  font-weight: 700;
  line-height: calc(80 / 50);
  letter-spacing: 0.2em;
}
#main_column .top .about__icons img {
  margin: 0 auto;
  max-width: 620px;
}

/* アニミューンの特徴 */

#main_column .top .features {
  background-color: #F5FFFF;
  padding: 50px 0;
  width: 100% !important;
}
.features__cols {
  max-width: 1100px;
  margin: 0 auto;
  padding: 60px 0;
  display: flex;
  gap: 100px;
  align-items: center;
}
.cols_single {
  flex-direction: column;
  width: 1440px;
  gap: 60px;
  align-items: center;
}
.cols_single .col_item {
  width: 100% !important;
}
.features__cols .col_item {
  display: block;
  width: 50%;
  text-align: center;
  margin: 0 auto;
}
.col_item.cts .features__title {
  font-size: 36px;
  font-weight: 700;
  line-height: calc(60 / 50);
  letter-spacing: 0.16em;
  margin-bottom: 10px;
}
.col_item.cts img.features__divider {
  margin: 0 auto 50px;
}
.col_item.cts .features__summary {
  font-size: 20px;
  font-weight: 700;
  line-height: calc(70 / 50);
  letter-spacing: 0.16em;
  margin-bottom: 30px;
}
.col_item.cts .features__description {
  font-size: 16px;
  font-weight: 200;
  text-align: left;
  line-height: calc(70 / 50);
  letter-spacing: 0.16em;
  margin-bottom: 30px;
}
.cols_single .features__description {
  text-align: center !important;
}
.features__cols_att {
  text-align: center !important;
  margin-bottom: 30px;
}

/* モーダルビュー */
.modal {
  display: block;
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  overflow: visible;
  z-index: 4000;

  opacity: 0;
  pointer-events: none; 
  transition: opacity 0.5s ease;
}
.modal.is-open {
  opacity: 1;
  pointer-events: auto;
}
.modal__overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.modal__dialog {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 40%;
  max-height: 80%;
  background: #fff;
  overflow: visible;
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.3);
  padding: 40px 20px;
  z-index: 2;
}
.modal__content {
  max-height: calc(80% - 40px);
  overflow-y: auto;
}
.modal__close {
  position: absolute;
  top: 0;                       
  right: 0;                     
  transform: translateY(-100%); 
  width: 32px; height: 32px;
  background: rgba(0, 0, 0, 0);
  border: none;
  font-size: 30px;
  line-height: 1;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}
/* モーダル開時に body のスクロールを止める */
body.modal-open {
  overflow: hidden;
}
/* モーダル内スクロール領域 */
.modal__content {
  max-height: calc(78vh - 40px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
/* モーダル内イメージ センター */
.modal__content img {
  margin: 0 auto;
}
/* モーダル以外のスクロールを防ぎ、モーダル内だけをスクロール可能に */
.modal__content,
.modal__content * {
  touch-action: pan-y;
}

/* カルーセル */
.features__vets {
  background-color: #FFF;
  padding: 100px 0;
}
.vets__title {
  max-width: 1100px;
  width: 100%;
  margin: 30px auto 60px;
  text-align: center;
  transform: translateX(40px);
}
.vets__wrap {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
}
.vets__wrap.grabbing {
  cursor: -webkit-grabbing !important;
  cursor: -moz-grabbing    !important;
  cursor: grabbing         !important;
}
.vets__wrap .vets__item:first-child {
  margin-left: calc(50% - 550px);
}
.vets__wrap .vets__item:last-child {
  margin-right: calc(50% - 550px);
}
.vets__item {
  flex: 0 0 auto;
  margin: 0 30px;
  max-width: 600px;
}
.vets__item.other {
  width: 200px;
  margin-top: 300px;
}
.vets__item .vets__item_name {
  margin: 40px 0;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.2em;
}
.vets__item .vets__item_name span {
  font-size: 12px;
  letter-spacing: 0.16em;
}
.vets__item .vets__item_profile {
  font-size: 16px;
  font-weight: 600;
  line-height: calc(70 / 50);
  letter-spacing: 0.16em;
  height: 100px;
}
.vets__item .vets__item_comment {
  font-size: 20px;
  font-weight: 600;
  line-height: calc(70 / 50);
  letter-spacing: 0.08em;
  color: #3cbbed;
  height: 100px;
}
.vets__wrap::-webkit-scrollbar {
  display: none;
}
.vets__wrap {
  scrollbar-width: none;
}


@media screen and (max-width: 767px) {
  #main_column .top .features {
    padding: 30px 0px;
  }
  .top .features .features__wrap {
    padding: 0 20px;
  }
  .top .features .features__wrap img {
    margin-bottom: 30px;
  }
  a.common-btn {
    font-size: 16px;
    font-weight: 600;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-width: 100%;
    height: 48px;
    padding: 0 40px;
    transition: 0.3s;
    text-align: center;
    color: #50bef0;
    border: 1px solid #50bef0;
    border-radius: 60px;
    background-color: #FFFFFF;
    margin-bottom: 60px; 
  }
  a.common-btn:link,
  a.common-btn:visited {
    color: #50bef0;
  }
  a.common-btn::before {
    content: '';
    position: absolute;
    right: 30%;              
    top: 40%;                 
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-color: #50bef0;
    background: url("../images/common/modal.svg") center/contain no-repeat;
  }
  
  /* モーダルビュー */
  .modal {
    display: block;
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    overflow: visible;
    z-index: 4000;
    opacity: 0;
    pointer-events: none; 
    transition: opacity 0.5s ease;
  }
  .modal.is-open {
    opacity: 1;
    pointer-events: auto;
  }
  .modal__overlay {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
  }
  .modal__dialog {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 100%; height: 100%;
    background: #f2f2f2;
    overflow: visible;
    border-radius: 0;
    box-shadow: 0 4px 16px rgba(0,0,0,0.3);
    margin-bottom: 20px;
    padding: 40px 20px;
    z-index: 2;
  }
  .modal__content {
    max-height: calc(80vh - 80px);
    padding: 20px 0;
    box-sizing: border-box;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .modal__content img {
    display: block;
    width: 100%;
    height: auto;
  }
  .modal__close {
    position: absolute;
    top: 0;                       
    right: 0;                     
    transform: translateY(-100%); 
    width: 32px; height: 32px;
    background: rgba(0, 0, 0, 0);
    border: none;
    font-size: 30px;
    line-height: 1;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
  }
}
/* カルーセル */
@media screen and (max-width: 767px) {
  .vets__sp {
    background-color: #FFF;
    padding: 10px 0;
    margin-bottom: 50px; 
  }
  .vets__title_sp img {
    text-align: left;
    width: 80%;
    margin: 30px auto 20px 20px;
  }
  .vets__wrap_sp {
    scroll-snap-type: x mandatory;
    white-space: nowrap;
    overflow-x: auto;
  }
  .vets__item_sp {
    scroll-snap-align: center;
    display: inline-block;
    width: 80%;
    margin: 0 20px;
    white-space: normal;
    vertical-align: top;
  }
  .vets__item_sp.other {
    width: 160px;
    margin-top: 160px;
  }
  ::-webkit-scrollbar {
    display: none;
  }
  .scroll-hide-x {
    scrollbar-width: none;
  }
}

/* アニミューンご利用者の声 */

#main_column .top .voices {
  background-color: #FFF;
  padding: 100px 0 50px;
  max-width: 1100px;
  margin: 0 auto;
}
.voices .voices__title {
  margin-bottom: 60px;
}
.voices .voices__wrap {
  display: flex;
  gap: 50px;
  align-items: stretch;
  margin-bottom: 80px;
}
.voices__wrap .col_item {
  flex: 1;
  display: flex;  
  flex-direction: column;
}
.voices__wrap .col_item .voices__name__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}
 .voices__name__wrap .voice__name {
  font-size: 24px;
  line-height: calc(70 / 50);
  letter-spacing: 0.3em;
  font-weight: 500;
}
.voices__name__wrap .voice__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
.voices__name__wrap .voice__list li {
  display: inline-block;
  background-color: #f0f0f0;
  border-radius: 2px;
  padding: 4px 8px;
  margin-right: 8px;
  font-size: 14px;
  font-weight: 200;
  color: #333;      
}
.voices__wrap .voice__description {
  font-size: 16px;
  line-height: calc(70 / 50);
  letter-spacing: 0.1em;
  font-weight: 300;
  margin-bottom: 50px;
}
.voices__wrap .voice__icon {
  justify-content: center;
  margin: 0 auto;
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 12px;  
}
.voices__wrap .voice__icon li {
  margin: 0;
  padding: 0;     
}
.voices__wrap .col_wrap_bottom {
  background-color: #f2f2f2;
  flex: 1;
  display: flex;  
  flex-direction: column;
}
.voices__wrap .col_wrap_bottom .col_item_bottom {
  padding: 40px 30px 0;
}
.col_wrap_bottom .voice__name {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  letter-spacing: 0.2em;
  margin-bottom: 20px;
}
.col_wrap_bottom .voice__name span {
  font-size: 12px;
  font-weight: 200;
  letter-spacing: 0.1em;
}
.col_wrap_bottom .voice__description {
  font-size: 16px;
  font-weight: 200;
  line-height: calc(80 / 50);
  letter-spacing: 0.1em;
}
.snsvoice__intro {
  font-size: 40px;
  font-weight: 700;
  line-height: calc(80 / 50);
  letter-spacing: 0.08em;
  color: #3cbbed;
  flex: 0 0 100%;
  margin: 0 0 20px;
  text-align: center;
}
.snsvoice__btn {
  max-width: 400px;
  height: auto;
  margin: 0 auto;
  padding: 20px 0;
  flex: 0 0 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

@media screen and (max-width: 767px) {
  #main_column .top .voices {
    background-color: #FFF;
    padding: 20px 0;
    max-width: 1100px;
    margin: 0 auto;
  }
  .uservoice-sp {
    background-color: #FFF;
  }
  .uservoice-sp__title img {
    text-align: left;
    width: 80%;
    margin: 30px auto 50px 20px;
  }
  .uservoice-sp__wrap {
    scroll-snap-type: x mandatory;
    white-space: nowrap;
    overflow-x: auto;
  }
  .uservoice-sp__item {
    scroll-snap-align: center;
    display: inline-block;
    width: 80%;
    margin: 0 20px 20px;
    white-space: normal;
    vertical-align: top;
  }
  .uservoice-sp__item.other {
    width: 160px;
    margin-top: 160px;
  }
  .uservoice-sp__item .vimeo {
    margin-bottom: 20px;
  }
  .uservoice-sp__att {
    margin: 0 20px 50px;
  }
  
  .snsvoice-sp__wrap {
    margin: 0 20px;
  }
  .snsvoice-sp__wrap img {
    margin-bottom: 10px;
  }
  .snsvoice-sp__wrap img.sns_title {
    width: 80%;
    margin: 0 auto;
  }
  .snsvoice-sp-sns__btn {
    padding: 20px 0;
    display: flex;
    justify-content: center;
    gap:6px;
  }
}

/* アニミューンの与え方 */

#main_column .top .how-to {
  background-color: #3cbbed;
  padding: 100px 0;
}
#main_column .top .how-to img {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #main_column .top .how-to {
    background-color: #3cbbed;
    padding: 0;
  }
  #main_column .top .how-to img {
    margin: 0 auto;
  }
}