@charset "utf-8";
#intro {
  margin: 50px 0 250px;
}
#intro .mov_wrap {
  width: 100vw;
  height: 740px;
  position: relative;
}
#intro .mov_wrap img,
#intro .mov_wrap video {
  width: 100vw;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#intro .link_box {
  width: 400px;
  height: 400px;
  border-radius: 400px;
  background: #fff;
  filter: drop-shadow(5px 5px 15px rgba(0,0,0,.2));
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%,calc(50% + 60px));
  z-index: 5;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#intro .link_box.mv_in {
  transform: translate(-50%,50%);
}
#intro .link_box .main_title {
  margin-bottom: 25px!important;
}
#intro .link_box p {
  text-align: center;
  font-size: 16px;
  line-height: 1.8em;
  font-weight: 500;
  color: var(--mainColor);
}
#intro .link_box .btn_wrap {
  margin-top: 30px;
}

#plan_banquet .list_wrap {
  justify-content: center;
}
#plan_banquet .list_wrap .col a {
  display: block;
  text-decoration: none;
  color: var(--mainColor);
}
#plan_banquet .list_wrap .col .image {
  width: 100%;
  text-align: center;
  border-radius: 10px;
  position: relative;
  margin-bottom: 10px;
}
#plan_banquet .list_wrap .col .image:before {
  content: '';
  display: block;
  padding-top: 100%;
}
#plan_banquet .list_wrap .col .image:has(img[src="/asakusa/assets_c/ready.jpg"]) {
  border: 1px solid var(--mainColor);
  background: #fff;
}
#plan_banquet .list_wrap .col .image img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: .5s;
}
#plan_banquet .list_wrap .col .image .btn {
  width: 70px;
  height: 70px;
  border-radius: 70px;
  background: var(--mainColor);
  position: absolute;
  right: -20px;
  bottom: -20px;
  transition: .3s;
  z-index: 5;
}
#plan_banquet .list_wrap .col .image .btn.arrow:before {
  content: '';
  width: 20px;
  height: 9px;
  background: url(../p_common/images/icon/btn_circle_arrow_wht.png) no-repeat center / contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: .3s;
}
#plan_banquet .list_wrap .col .date {
  font-size: 14px;
  line-height: 1.4em;
  font-weight: 600;
  margin: 0 0 5px;
}
#plan_banquet .list_wrap .col h3 {
  font-size: 16px;
  line-height: 1.8em;
  font-weight: 600;
}
#plan_banquet .list_wrap .col a:hover .image img {
  border-radius: 500px;
}
#plan_banquet .list_wrap .col a:hover,
#plan_banquet .list_wrap .col a:hover img {
  opacity: 1;
}
#plan_banquet .list_wrap .col a:hover .image .btn {
  transform: scale(1.1);
}
#plan_banquet .list_wrap .col a:hover .image .btn:before {
  background: url(../p_common/images/icon/btn_circle_arrow_wht.png) no-repeat center / contain;
  animation: btnArrow .3s ease-out forwards;
}

#usecase .main_title {
  margin-bottom: 20px!important;
}
#usecase .list_wrap {
  margin-top: 60px;
}
#usecase .list_wrap .col .image {
  width: 100%;
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
}
#usecase .list_wrap .col .image img {
  border-radius: 10px;
}
#usecase .list_wrap .col h3 {
  font-size: 18px;
  line-height: 1.4em;
  font-weight: 600;
  margin: 20px 0 0;
  color: var(--mainColor);
}
#usecase .list_wrap .col p {
  font-size: 16px;
  line-height: 1.8em;
  font-weight: 600;
  color: var(--mainColor);
}
#usecase .usecase_link {
  margin-top: 100px;
  justify-content: center;
}
#usecase .btn:after {
  content: '';
  width: 12px;
  height: 12px;
  background: url(../p_common/images/icon/link.png) no-repeat center / contain;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
}

#mice .cts_wrap {
  align-items: center;
}
#mice .cts_wrap .image {
  text-align: center;
}
#mice .cts_wrap .image img {
  border-radius: 10px;
  width: 100%;
}
#mice .cts_wrap .cts_box {
  padding: 0 0 0 80px;
}
#mice .cts_wrap .cts_box p {
  font-size: 16px;
  line-height: 1.8em;
  font-weight: 600;
  color: var(--mainColor);
}
#mice .cts_wrap .cts_box .btn_wrap {
  margin-top: 25px;
  justify-content: flex-start;
}

#reason .wrap {
  padding-bottom: 120px;
}
#reason .main_title {
  margin-bottom: 60px!important;
}
#reason h3.circle {
  width: 190px;
  height: 190px;
  border-radius: 190px;
  background: var(--mainColor);
  color: #fff;
  margin: 0 auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  line-height: 1.4em;
  font-weight: 600;
  position: relative;
  z-index: 2;
}
#reason h3.circle span.sml {
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 400;
}
#reason .color_box {
  background: #f2f1e8;
  padding: 50px 25px 60px;
  margin-top: -40px;
  position: relative;
  z-index: 1;
}
#reason .color_box .plus {
  display: block;
  text-align: center;
  font-size: 25px;
  line-height: 1.2em;
  margin: 0 0 20px;
  color: var(--mainColor);
}
#reason .reason_list {
  max-width: 890px;
  margin: 0 auto;
  gap: 40px;
  align-items: flex-start;
}
#reason .reason_list .reason_box {
  width: calc((100% - 40px*2)/3);
}
#reason .reason_list .reason_box .image {
  width: 100%;
  text-align: center;
  margin: 0 0 20px;
}
#reason .reason_list .reason_box .image img {
  width: 100%;
  border-radius: 10px;
}
#reason .reason_list .reason_box h4 {
  justify-content: flex-start;
  align-items: center;
  gap: 0 15px;
  font-size: 18px;
  line-height: 1.4em;
  font-weight: 500;
  color: var(--mainColor);
  margin: 0 0 20px;
}
#reason .reason_list .reason_box h4 span {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: var(--mainColor);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 500;
}
#reason .reason_list .reason_box p {
  font-size: 16px;
  line-height: 1.6em;
  font-weight: 500;
  color: var(--mainColor);
}



/* ========================================================================================================
   1349px以下
   ========================================================================================================*/
@media screen and (max-width: 1349px) {
}


/* ========================================================================================================
   999px以下
   ========================================================================================================*/
@media screen and (max-width: 999px) {
  #intro .mov_wrap {
    height: 580px;
  }
  
}

/* ========================================================================================================
   767px以下
   ========================================================================================================*/
@media screen and (max-width: 767px) {
  #intro {
    margin: 30px 0 230px;
  }
  #intro .mov_wrap {
    height: 50%;
  }
  #intro .link_box {
    width: 270px;
    height: 270px;
    border-radius: 270px;
    bottom: -40%;
  }
  #intro .link_box .main_title {
    margin-bottom: 10px !important;
  }
  #intro .link_box p {
    font-size: 12px;
  }
  #intro .link_box .btn_wrap {
    margin-top: 15px;
  }
  #usecase .list_wrap {
    margin-top: 30px;
  }
  #usecase .list_wrap .col .image {
    border-radius: 5px;
  }
  #usecase .list_wrap .col .image img {
    border-radius: 5px;
  }
  #usecase .list_wrap .col h3 {
    font-size: 14px;
    margin: 10px 0 0;
  }
  #usecase .list_wrap .col p {
    font-size: 12px;
    letter-spacing: .05em;
  }
  #usecase .usecase_link {
    margin-top: 40px;
    justify-content: center;
    gap: 20px 0;
  }
  #mice .wrap {
    padding: 0;
  }
  #mice .cts_wrap {
    gap: 20px;
  }
  #mice .cts_wrap .image img {
    border-radius: 5px;
  }
  #mice .cts_wrap .cts_box {
    padding: 0;
  }
  #mice .cts_wrap .cts_box p {
    font-size: 12px;
    text-align: center;
  }
  #mice .cts_wrap .cts_box .btn_wrap {
    margin-top: 25px;
    justify-content: center;
  }
  #reason .wrap {
    padding-bottom: 50px;
  }
  #reason .main_title {
    margin-bottom: 25px !important;
  }
  #reason h3.circle {
    width: 142px;
    height: 142px;
    border-radius: 142px;
    font-size: 21px;
  }
  #reason h3.circle span.sml {
    font-size: 12px;
  }
  #reason .color_box {
    padding: 75px 20px 50px;
    width: 100vw;
    margin: -71px -20px 0;
  }
  #reason .reason_list .reason_box {
    width: 100%;
    gap: 0 15px;
  }
  #reason .reason_list .reason_box .image {
    width: 135px;
    margin: 0;
  }
  #reason .reason_list .reason_box .cts {
    width: calc(100% - 150px);
  }
  #reason .reason_list .reason_box h4 {
    gap: 0 10px;
    font-size: 14px;
    margin: 0 0 10px;
  }
  #reason .reason_list .reason_box h4 span {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    font-size: 14px;
  }
  #reason .reason_list .reason_box p {
    font-size: 12px;
    line-height: 1.8em;
  }
  #plan_banquet .wrap {
    padding-bottom: 0;
  }
  #plan_banquet .list_wrap .col .image .btn {
    width: 25px;
    height: 25px;
    border-radius: 25px;
    right: -10px;
    bottom: -10px;
  }
  #plan_banquet .list_wrap .col .image .btn.arrow:before {
    width: 9px;
    height: 4px;
  }
  #plan_banquet .list_wrap .col .image {
    border-radius: 5px;
    margin-bottom: 15px;
  }
  #plan_banquet .list_wrap .col .date {
    font-size: 11px;
  }
  #plan_banquet .list_wrap .col h3 {
    font-size: 12px;
  }
  
}
/* ========================================================================================================
   499px以下
   ========================================================================================================*/
@media screen and (max-width: 499px) {

}